@charset "UTF-8";
/* CSS Document */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: absolute;
right: 0;
left: 0;
}
.navbar {
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
border-bottom: 1px solid #178acc;
filter: none;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: none;
background-color: rgba(231, 231, 231, 0);
}
.navbar-default .navbar-brand {
color: #fff;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
font-weight:300;
letter-spacing: 1px;
}
.gotruckgo-span {
	font-size:12px;
	font-weight:300;
	color:#fff;
}
.gotruckgo-logo {
	font-family:"HelveticaNeue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-size:26px;
	font-weight:300;
	color:#fff;
}
.gotruckgo-logo {
	font-family:"HelveticaNeue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-size:26px;
	font-weight:300;
	color:#fff;
}
.home-size {
	font-size:16px;
}
.navbar-brand:hover, .navbar-brand:focus {
color: #033c73;
background-color: transparent;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 0;
font-size: 14px;
font-weight:300;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0 solid rgba(204, 204, 204, 0);
border: 0 solid rgba(0, 0, 0, 0);
border-radius: 4px;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
color: #033c73;
background-color: #fff;
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 300;
line-height: 1.42857143;
color: #033c73;
white-space: nowrap;
letter-spacing: 1px;
}

/* ===== Footer & Copyright ===== */
footer {
  margin-top: 50px;
  padding: 30px 0;
  background: #F7F7F7;
  font-weight:300;
}
footer h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  footer {
    padding-top: 20px;
  }
  footer h4 {
    margin-top: 20px;
  }
}
footer .form-control {
  border-color: #ccc;
}
.copyright {
  padding: 20px 0;
}
.tweet > i {
  float: left;
  margin-right: 15px;
  color: #2babcf;
}
.tweet > p {
  overflow: hidden;
}
.tweet > p > a {
  display: block;
}

/* Social Links */
.social {
  margin-bottom: 15px;
}
.social > ul,
.social > ul > li {
  margin: 0 0 10px;
  padding: 0;
}
.social li > a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  color: #37A0E6;
  transition: background 300ms, color 300ms;
  -webkit-transition: background 300ms, color 300ms;
}
.social li:hover > a {
  color: #fff;
  border-color: transparent;
}
/*** Social Large ***/
.social-lg li > a {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  line-height: 45px;
  text-align: center;
}
/*** Social Small ***/
.social-sm li > a {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.text-red {
color: #37A0E6;
};
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.jumbotron-image {
background: #fff url(../images/truck.jpg) no-repeat bottom center;
  min-height: 100%;
  height: auto !important;
  /* for older versions of IE */
  height: 375px;
  /* footer height + margin */
  background-size: stretch;
  margin-top: 50px;

}
.jumbotron-home {
background-color: none;
background-color: rgba(238, 238, 238, 0);
text-align:center;
height: 500px;
}
.index-phone {
	color:#1d9ce5;
	font-size:38px;
	color: #1d9ce5;
	width: 100%;
	
	color: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    color: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    color: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    color: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);

}

.feature-boxs-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.feature-boxs-wrapper1 {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.feature-box-containt p:last-child { margin-bottom: 0; }

/* 6.2 feature-box-style1
========================================================================== */
/* 6.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style1 {
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin: 40px 0 30px 0;
}
.feature-boxs-wrapper1 .col-md-4:after {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;

    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}
.feature-boxs-wrapper1 .col-md-4:last-child:after { display: none; }

/* 6.2.2 Title
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-title {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* 6.2.3 icon
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-title i {
    padding: 0;
    float: left;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
    display: inline-block;
    background-color: #1d9ce5;
	
	background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 6.2.4 Typography
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-title h3 {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 40px;
    display: inline-block;
}


/* 6.3 feature-box-style2
========================================================================== */
/* 6.3.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style2 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
}

/* 6.3.2 Title
---------------------------------------------------------------------------*/
.feature-box-style2 .feature-box-title { text-align: center; }

/* 6.3.3 icon
---------------------------------------------------------------------------*/
.feature-box-style2 .feature-box-title i {
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    background-color: #333333;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.feature-box-style2 .feature-box-title i.fa-mobile { font-size: 40px; }

/* 6.3.4 Containt
---------------------------------------------------------------------------*/
.feature-box-style2 .feature-box-containt {
    margin-top: -30px;
    text-align: center;
    background-color: #ffffff;
    padding: 50px 20px 0;

    -webkit-border: 1px solid #e4e4e4;
       -moz-border: 1px solid #e4e4e4;
         -o-border: 1px solid #e4e4e4;
            border: 1px solid #e4e4e4;
}

/* 6.3.5 Typography
---------------------------------------------------------------------------*/
.feature-box-style2 .feature-box-containt h3 { padding-bottom: 12px; }
.feature-box-style2 .feature-box-containt p:last-child {
    margin-bottom: 20px;
}

/* 6.3.6 Hover
---------------------------------------------------------------------------*/
.feature-box-style2:hover .feature-box-title i {
    background-color: #333333;

    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}


/* 6.4 feature-box-style3
========================================================================== */
/* 6.4.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style3 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
}

/* 6.4.2 icon
---------------------------------------------------------------------------*/
.feature-box-style3 .feature-box-containt i {
    padding: 0;
    float: left;
    width: 46px;
    height: 46px;
    color: #0767E1;
    font-size: 24px;
    line-height: 42px;
    margin: 0 8px 0 0;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-border: 2px solid #0767E1;
       -moz-border: 2px solid #0767E1;
         -o-border: 2px solid #0767E1;
            border: 2px solid #0767E1;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 6.4.3 Typography
---------------------------------------------------------------------------*/
.feature-box-style3 .feature-box-title h3 {
    text-align: center;
}
.feature-box-style3 .feature-box-containt p { margin-left: 52px; }
/* 6.4.4 Hover
---------------------------------------------------------------------------*/
.feature-box-style3:hover .feature-box-containt i {
    color: #ffffff;
    background-color: #333333;

    -webkit-border: 2px solid #333333;
       -moz-border: 2px solid #333333;
         -o-border: 2px solid #333333;
            border: 2px solid #333333;
}


/* 6.5 feature-box-style4
========================================================================== */
/* 6.5.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style4 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
}

/* 6.5.2 Title
---------------------------------------------------------------------------*/
.feature-box-style4 .feature-box-title {
    text-align: center;
    margin-top: -30px;
}

/* 6.5.3 icon
---------------------------------------------------------------------------*/
.feature-box-style4 .feature-box-title i {
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    background-color: #333333;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.feature-box-style4 .feature-box-title i.fa-mobile { font-size: 40px; }

/* 6.5.4 Containt
---------------------------------------------------------------------------*/
.feature-box-style4 .feature-box-containt {
    margin: 0;
    text-align: center;
    padding: 20px 20px 50px;
    background-color: #ffffff;

    -webkit-border: 1px solid #e4e4e4;
       -moz-border: 1px solid #e4e4e4;
         -o-border: 1px solid #e4e4e4;
            border: 1px solid #e4e4e4;
}

/* 6.5.5 Typography
---------------------------------------------------------------------------*/
.feature-box-style4 .feature-box-containt h3 {
    line-height: 24px;
    padding-bottom: 17px;
}
.feature-box-style4 .feature-box-containt p:last-child {
    margin-bottom: 0;
}

/* 6.5.6 Hover
---------------------------------------------------------------------------*/
.feature-box-style4:hover .feature-box-title i {
    background-color: #333333;

    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}


/* 6.6 feature-box-style5
========================================================================== */
/* 6.6.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style5 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;
}

/* 6.6.2 icon
---------------------------------------------------------------------------*/
.feature-box-style5 .feature-box-containt i {
    float: left;
    width: 40px;
    height: 40px;
    color: #ffffff;
    margin-top: 4px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background-color: #0767E1;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.feature-box-containt i.fa-mobile { font-size: 30px !important; margin-top: 5px; }

/* 6.6.3 Hover
---------------------------------------------------------------------------*/
.feature-box-style5:hover h3 { color: #0767E1; }

/* 6.6.4 Typography
---------------------------------------------------------------------------*/
.feature-box-style5 .feature-box-title h3 {
    text-align: center;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.feature-box-style5 .feature-box-containt p {
    margin-bottom: 0;
    margin-left: 50px;
}


/* 6.7 feature-box-style6
========================================================================== */
/* 6.7.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style6 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;
}

/* 6.7.2 Title
---------------------------------------------------------------------------*/
.feature-box-style6 .feature-box-title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

/* 6.7.2.1 icon
---------------------------------------------------------------------------*/
.feature-box-style6 .feature-box-title i {
    width: 60px;
    height: 60px;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 20px;
    background-color: #0767E1;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* 6.7.2.2 Anchor
---------------------------------------------------------------------------*/
.feature-box-style6 .feature-box-title a {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

/* 6.7.3 Containt
---------------------------------------------------------------------------*/
.feature-box-style6 .feature-box-containt { text-align: center; }

/* 6.7.4 Typography
---------------------------------------------------------------------------*/
.feature-box-style6 .feature-box-containt p { margin-bottom: 0; }

/* 6.7.5 Hover
---------------------------------------------------------------------------*/
.feature-box-style6:hover .feature-box-title i { background-color: #333333; }

.feature-text {
	font-weight: 300;
}

/* ==========================================================================
   5. Sections
========================================================================== */
/* 5.1 Section Title
---------------------------------------------------------------------------*/
.section-title {
    width: 100%;
    position: relative;
    margin: 0 0 50px 0;
    padding: 0 0 10px 0;
    text-align: center;
}

.section-title:after {
    left: 0;
    top: 100%;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}

.section-title .main-title h2 {
    color: #0793E1;
    font-size: 38px;
    font-weight: 400;
    padding: 0 0 9px;
    line-height: 49px;
}

.short-section-title {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0 0 30px 0;
}
.short-section-title:after {
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;

    background-image: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(360deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(360deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}


/* 5.2 Home Section
---------------------------------------------------------------------------*/
#home-section {
    height: 900px;
    overflow: hidden;
    text-align: center;
}

/* 5.3 White Section
---------------------------------------------------------------------------*/
.white-section {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0 20px;
    background-color: #fefefe;
}

/* 5.4 Gray Section
---------------------------------------------------------------------------*/
.gray-section {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0 20px;
    background-color: #f8f8f8;

    -webkit-border-top: 1px solid #e4e4e4;
       -moz-border-top: 1px solid #e4e4e4;
         -o-border-top: 1px solid #e4e4e4;
            border-top: 1px solid #e4e4e4;

    -webkit-border-bottom: 1px solid #e4e4e4;
       -moz-border-bottom: 1px solid #e4e4e4;
         -o-border-bottom: 1px solid #e4e4e4;
            border-bottom: 1px solid #e4e4e4;
}
.contact-quote {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.contact-number {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color:#09C;
}
.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: none;
    color: #777777;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}
.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
.shape{    
	border-style: solid; border-width: 0 110px 70px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform:rotate scale(1.1); 
    -webkit-transition: all 0.4s ease-in-out; 
-moz-transition: all 0.4s ease-in-out; 
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
    }
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
color: #fff;
font-size: 10px;
font-weight: bold;
position: relative;
right: -60px;
top: 2px;
white-space: nowrap;
-ms-transform: rotate(30deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}
@media (min-width: 487px) {
  .container {
    max-width: 750px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
  }
  }
}
/* certified */
.seal-popin {
/* border: 8px solid #ccdce3; */
border: 8px solid #baa769;
background-color: #fff;
width: 521px;
padding: 20px;
font-family: arial;
margin: auto;
}
.clear-fix:after, ul.protect-site-list li:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
font-size: 1px;
clear: both;
}
.seal-main-container {
border: 1px solid #d9c087;
background-color: #fff;
font-size: 11px;
padding: 20px 20px 8px;
position: relative;
height: 1%;
}
.seal-popin {
/* border: 8px solid #ccdce3; */
border: 8px solid #baa769;
background-color: #fff;
width: 521px;
padding: 20px;
font-family: arial;
margin: auto;
}