@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/*font-family: 'Montserrat Alternates', sans-serif;*/

:focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

body{ margin:0; padding:0;  font-size:16px; color:#696969; font-family: 'Roboto', sans-serif;  font-weight:400; }

h1,h2,h3,h4,h5,h6{ font-family: 'Roboto', sans-serif; font-weight:800;}

header{float: left;
width: 100%;}

.main_hdrshrk.main_hdr .navbar-default, .main_hdrshrk .navbar-default {
  border-radius: 0;
  background-color:transparent;
  height: 150px;
  border: none;
  margin: 0;
  min-height: inherit;
  position:fixed;
  top:0;
  left:0; right:0;
  z-index:9;
  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main_hdrshrk.main_hdr .navbar-default .navbar-nav li a, .main_hdrshrk .navbar-default .navbar-nav li a {
  color: #7c8995;
  font-size: 20px; font-weight:500;
  padding: 0 27px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main_hdrshrk.main_hdr .navbar-default .navbar-nav li.active a, .main_hdrshrk.main_hdr .navbar-default .navbar-nav li a:hover, .main_hdrshrk .navbar-default .navbar-nav li.active a, .main_hdrshrk .navbar-default .navbar-nav li a:hover {
  color: #00bcff;
  background: none;
  font-weight: 700;
}
.main_hdrshrk.main_hdr .navbar-default .navbar-nav, .main_hdrshrk .navbar-default .navbar-nav {
  margin: 65px 0 0 0;
  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.main_hdrshrk.main_hdr .navbar  .container .navbar-brand, .main_hdrshrk  .navbar  .container .navbar-brand {
	margin: 62px 0 0 0;
	padding: 0;
	height: auto;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}


/**shrink-menu**/

.main_hdr .navbar-default{
  border-radius: 0;
  background: rgba(0,0,0,0.8);
  height: 80px;
  border: none;
  margin: 0;
  min-height: inherit;
  position:fixed;
  top:0;
  left:0; right:0;
    z-index:9;
	  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main_hdr .navbar-default .navbar-nav li a{
  color: #fff;
  font-size: 18px;
  padding: 0 27px;
  transition:all 0.4s ease;
    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main_hdr .navbar-default .navbar-nav li.active a, .main_hdr .navbar-default .navbar-nav li a:hover {
  color: #00bcff;
  background: none;
  font-weight: 700;
    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.main_hdr .navbar-default .navbar-nav {
  margin: 29px 0 0 0;
    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.main_hdr .navbar  .container .navbar-brand {
	margin: 26px 0 0 0;
	padding: 0;
	height: auto;
	  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}


/***end***/

.banner {
	background: url(../images/banner_img.jpg) left -75px no-repeat;
	background-size: cover; background-position: center;
	position: relative;
	z-index: 1;
	padding-top: 218px;
	height: 957px;
	float: left;
width: 100%;
}

/*.banner::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(15,34,57,0.8);
	content: "";
	z-index: -1;
}*/

.banner_img {
	position: relative;
	bottom: -42px;
}

.banner_info h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 63px;
	margin: 50px 0 40px 0;
}

.banner_info h2 span {
	font-weight: 500;
	font-size: 50px;
	margin: 0 0 4px 0;
	display: inline-block;
}

.banner_info h2 span b{ font-weight:400; font-family: 'Roboto', sans-serif;}

.banner_btns a {
  color: #fff;
  width: 240px;
  height: 64px;  font-family: 'Montserrat Alternates', sans-serif;
  display: inline-block;
  background: #2FB9ED;
  border-radius: 35px;
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  margin-right: 25px;
   -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: solid 2px transparent;
}

.banner_btns a:hover {
    border: solid 2px #2FB9ED;
    background: none;
    color: #2FB9ED;
}


.banner_btns a.b_cartbtn {
	background: #5AC15A;
}

.banner_btns a.b_cartbtn:hover{  border: solid 2px #5AC15A; background:none; color:#5AC15A;  }

.banner_info {
    margin-top: 100px;
    text-align: center;
    padding-left: 70px;
}

/****************************************/

.what_drive {
  float: left;
  width: 100%;
  background: #F2F3F4;
  padding: 130px 0 85px 0;
}
.hm_title {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    color: #10202f;
    margin: 0 0 60px 0;
    line-height: 40px;
}

.hm_title small {
  font-size: 40px;
  font-weight: 400;
  color: #00b6ff;
  margin: 0;
}
.hm_title span {
  font-size: 36px;
  font-weight: 600;
}

.what_dinfo {
	text-align: center;
	padding: 0 12%;
}


/***************************/

.features {
	float: left;
	width: 100%;
	padding: 120px 0 70px 0;
}

.features .hm_title {
	line-height: 24px;
}

.features .hm_title small {
	font-size: 18px;
}
.feature_info { position:relative;
 padding:30px;
  text-align: center;
  margin: 0 0 0px 0;
  	  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
cursor: context-menu;
}
.greyinfo{ background-color:#f3f3f4;}
.greyinfo .feature_img {
    background: #fff !important;
}

.feature_overlayinfo {
    width: 100%; opacity:0;
    height: 100%;
    background-color:#343434;
    padding: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.feature_info:hover .feature_overlayinfo{ opacity:1;}
.feature_overlayinfo p {
    color: #fff;
    margin-top: 51px;
}

.feature_info .feature_img {
	background: #F2F3F4;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	text-align: center;
	line-height: 144px;
	margin: 0 auto;
	border: solid 2px transparent;
		  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

/*.feature_info:hover .feature_img {border: solid 2px #00BCFF; }*/

.feature_info .feature_dtl .f_heading {
  margin: 21px 0 14px 0;
  font-size: 24px;
  font-weight: 400;
  color: #10202f;
  	  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.feature_info:hover .feature_dtl .f_heading { color:#00BCFF}


.feature_dtl p {
  font-size: 14px;
  padding: 0 25px;
}


/********/

.d_trial {
    background: #2ebaef;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 16px 0px;
}


/**************/


.d_now {
    float: left;
    width: 100%;
    background-image: url(../images/download-bg.jpg);
    background-repeat: no-repeat;
    padding: 50px 0 72px 0;
}
.d_proimg {
  text-align: right;
  padding: 0 50px 0 0;
}
.d_info .hm_title {
    text-align: left;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 30px;
}
.d_info .hm_title b{ font-weight:500; font-family: 'Roboto', sans-serif;}
.d_info .hm_title small {
  font-size: 24px;
}
.d_info p span {
    font-size: 26px;
    display: block;
    font-weight: 400;
    color: #696969;
}
.d_info p{ font-size:18px;}
.d_nowbtn a {
  color: #fff; font-family: 'Montserrat Alternates', sans-serif;
  width: 210px;
  height: 56px;
  display: inline-block;
  background: #2FB9ED;
  border-radius: 35px;
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 18px;
  font-weight: 700;
     -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: solid 2px transparent;
  margin: 15px 0 13px 0;
}

.d_nowbtn a:hover{  border: solid 2px #2FB9ED; background:none; color:#2FB9ED;  }


.d_info {
    margin: 3px 0 0 0;
}

/**********/

.clients {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.clients .hm_title small {
  font-size: 24px;
}
.clients .hm_title {
  line-height: 29px;
}


.clients .testimonial-content {
  border: none;
  text-align: center;
  font-size: 16px;
  color: #696969;
  line-height: 22px;
  padding: 5px;
}

.clients .util-carousel {
	margin: 70px 0 0 0;
}

.clients .testimonial .item {
	margin: 3px 15%;
}
.clients .testimonial-user {
  margin: 0;
  min-height: inherit;
  text-align: center;
}
.clients .testimonial-user .testimonial-user-name {
  color: #0f2239;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}
.clients .util-theme-default .util-prev, .clients .util-theme-default .util-next {
  background: none;
  color: #C9C5C2;
  border-radius: 0;
  font-size: 34px;
}


.clients .util-theme-default .util-prev {
	position: absolute;
	left: 0;
	top: 0;
}

.clients .util-theme-default .util-next {
	position: absolute;
	right: 0;
	top: 0;
}

/**********/


footer {
  float: left;
  width: 100%;
}

.footer_top {
  background: url(../images/contact_bg.jpg) left -75px no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 55px 0;
}

/*.footer_top::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(11,25,41,0.9);
	content: "";
	z-index: -1;
}*/


.f_contctinfo .c_us {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 25px 0;
}
.f_contctinfo p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 5px 0;
}
.f_contctinfo p a {
  color: #2ebaef;
}
.f_cform {
  position: relative;
  border-left: solid 1px #2C3742;
  padding: 45px 85px 35px 85px;
}
.f_cform .form-group .form-control {
  border-bottom: solid 1px #2C3742; border-top:0px; border-left:0px; border-right:0px;
  background: none;
  height: 40px;
  box-shadow:none;
   -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
color:#fff;
border-radius:0px;
}

.f_cform .form-group .form-control::-webkit-input-placeholder {
    color:rgba(255,255,255,0.5);
	font-size:16px;
}

.f_cform .form-group .form-control::-moz-placeholder {
   color:rgba(255,255,255,0.5);
	font-size:16px;
}

.f_cform .form-group .form-control:focus { border-bottom:solid 1px #2FB9ED; border-top:0px; border-left:0px; border-right:0px;}

.f_cform .form-group textarea.form-control {
  height: 150px;
}
.csm_btn button {
  color: #fff;
  width: 140px;
  height: 38px;
  display: inline-block;
  background: #2FB9ED;
  border-radius: 35px;
  text-align: center;
  padding: 0px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: solid 2px transparent;
}




.csm_btn button:hover{  border: solid 2px #2FB9ED; background:none;   }


.f_contctinfo {
  padding: 100px 0 0 0;
}


.footer_mid {
  background: #666666;
  padding: 20px 0;
}
.f_midlinks {
  text-align: center;
}
.f_midlinks a {
  color: #fff;
  line-height: 31px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
}
.footer_copy {
  background: #000;
  padding: 18px 0;
}
.copy_txt {
  text-align: center;
  color: #fff;
  line-height: 31px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}


.downready{ position:fixed; bottom:0; left:0; display:none;
    background: #666;
    float: left;
    width: 100%;
    text-align: center; padding:15px 0px; z-index: 1024;
}
.downready_hide{ display:none;}
.downready p {
    color: #fff;
    font-size: 26px;
    margin: 0px;
    font-weight: 500;
}
.downready p a{
	color: #fff;
width: 210px;
height: 56px;
display: inline-block;
background: #2FB9ED;
border-radius: 35px;
text-align: center;
padding: 15px 0 0 0;
font-size: 18px;
font-weight: 700;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: solid 2px transparent;
margin: 0px 0 0 15px; line-height: 19px;}

.downready p a:hover{border: solid 2px #2FB9ED;
background: none;
color: #2FB9ED;}

.hm_banr-title1{ width:100%; float:left;}
.hm_banr-title1 h1{ color:#fff; font-size:60px; margin-top:0px; margin-bottom:5px; font-weight:400;}
.hm_banr-title1 h1 span{ color:#2ebaef; font-weight:700;}
.hm_banr-title1 p {
    color: #fff;
    font-size: 27px;
    margin-bottom: 0px;
}
.banner_info h3 {
    color: #7b8487;
    font-size: 30px;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 40px;
}
.banner_info h3 span {
    color: #00b9ff;
    font-size: 48px;
    display: block;
}
.hm_bnrdes {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 190px;
}
.hm_bnrdes h1{ color:#2ebaef; font-size:45px; margin-top:0px; margin-bottom:25px; font-weight:400;}
.hm_bnrdes h1 span{color:#1e232a;}
.hm_bnrdes p {
    color: #696969;
    font-size: 16px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    width: 80%;
    margin: auto;
}
.features .col-lg-4, .col-md-4{ padding-left:0px; padding-right:0px;}
.d_nowbtn p{ color:#2ebaef; font-size:18px; font-weight:400;}