@font-face {
    font-family:Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.otf);
}
@font-face {
    font-family:Poppins-Medium;
    src: url(../fonts/Poppins-Medium.otf);
}
@font-face {
    font-family:Poppins-Light;
    src: url(../fonts/Poppins-Light.otf);
}
@font-face {
    font-family:Poppins-ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.otf);
}


* {
  outline: none !important;
}

body {
 
  outline: none;
  overflow-x: hidden ;
  font-family:Poppins-Light;
  transition: all 0.3s ease-in-out 0s;
  margin:0px;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img{
	max-width:100%;
}






.nav{
	 font-family:Poppins-Light;
	 float: right;
}
.slider{
	float:left;
	width:100%;
	background: #fff;
}

.head-wrap{
	float:left;
	width:100%;
	position:relative;
}
.header{
	float:left;
	width:100%;
	padding: 30px 0;
	z-index:999;
	position:fixed;
	top:0;
	background-color:#fff !important;
	text-align:center;
  transition: all 0.3s ease-in-out 0s;	
}


.modal {
 overflow-y: auto !important;
}

.modal-open {
    width: 100% !important;
    padding-right: 0 !important;
    overflow-y: scroll !important;
}

.banner h2{
	color:#008fd5;
    font-size: 96px;
    font-family: Poppins-Light;
    text-transform: uppercase;
}
.banner p{
	color:#000;
	font-size:24px;
}
.cn-btn a{
	background:#7cc242;
	color:#fff;
	    padding: 15px;
    font-size: 24px;
  transition: all 0.3s ease-in-out 0s;	
  border:1px solid #fff;
}
.cn-btn a:hover{
	background:#fff ;
    color: #7cc242;
	border:1px solid #7cc242;
}
.cn-btn{
	padding:30px 0px;
}
.carousel-control .left-arr:before{
	content: '\003C';	
	position: absolute;
    top: 20px;
    left: auto;
    right: 14px;
    transition: all 0.3s ease-in-out 0s;
	font-size: 28px;
    color: #000;
    display: block;
    line-height: 40px;
    text-align: center;
}
.carousel-control .left-arr{
    top: 60%;
    transform: matrix(1, 0, 0, 1, 0, -20);
    left: 0px;
}
.carousel-control .left-arr:hover{
    left: 0px !important;
	background:#008fd5;
}
.carousel-control .left-arr:hover.left-arr:before{
    right: 35px !important;
}
.cnt{
	text-decoration: none;
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px 0 0;
    position: absolute;
    border-radius: 0 50% 50% 0;
    top: 60%;
    left: -40px !important;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    transform: none !important;
    transition: all 0.3s ease-in-out 0s;
}
.carousel-control .right-arr{
    left: auto !important;
    right: -40px !important;
    border-radius: 50% 0 0 50%;
    transition: all 0.3s ease-in-out 0s;	
}
.carousel-control .right-arr:hover{
    right: 0px !important;
	background:#008fd5;
}
.carousel-control .right-arr:hover.right-arr:before{
    left: 35px !important;
}
.carousel-control .right-arr:before{
	content: '\003E';
    position: absolute;
    top: 20px;
	right: auto;
    left: 14px;
    transition: all 0.3s ease-in-out 0s;
	font-size: 28px;
    color: #000;
    display: block;
    line-height: 40px;
    text-align: center;	
}
.carousel-control.left{
	background-image:none !important;
}
.carousel-control.right{
	background-image:none !important;
}
.logo-right{
	float:right;
	padding-top:30px;
}
.nav ul{
	display:inline-block;
}

.logo{
	float:left;
	width:100%;
}
.nav ul li {
    float: left;
    padding: 10px 20px;
	color:#fff;
}

.nav ul li a{
	color:#000;
	font-size:13px;
	text-transform:uppercase;
	font-family: Poppins-Medium;
	  transition: all 0.3s ease-in-out;
}
.nav ul li a:hover{
	color:#8cc63f;
	font-family:Poppins-Medium;
}
.num h4{
	color:#fff;
	font-size:20px;
}
.num span{
	color:#ff497c;
}
.banner {
	float:left;
    position: absolute;
    top: 30%;
	padding:50px 0;
	left:21%;
	right:0;
}
.section-2{
	float:left;
	width:100%;
	padding:50px 0px;
	text-align:center;
}
.section-2 h2{
  font-family:Poppins-Medium;
}
.section-2 h3{
	font-size:16px;
	line-height:30px;
	padding:0px 100px;
	color:#5c6265;
}
.section-2 p{
	color:#5c6265;
}
.section-3{
	float:left;
	width:100%;
	padding:50px 0px;
background: #8cc63f1f;	
}
.section-3 h2{
text-align: center;
    font-size: 18px;
}
.section-3 h3::after{
    content: '';
    width: 55px;
    height: 3px;
    display: block;
    border: 2px solid #8cc63f;
    text-align: center;
    margin: 15px auto;
}
.section-3 h3{
  text-align:center;
  font-size:30px;
  color:#5c6265;
  font-family: Poppins-Medium;
}
.bus-col{
	float:left;
	width:100%;
	padding-top: 50px;
}
.bus-col h4 img{
}
.bus-col h4{
	font-size:22px;
	color: #191919;
}
.pad-left{
	padding-left:0px !important;
}
.bus-col p{
	color:#888888;
	line-height:25px;
}
.section-4{
	float:left;
	width:100%;
	padding:50px 0px;
}

.section-4-right{
	float:left;
	width:100%;
}
.section-4-top{
	float:left;
	width:100%;
    text-align: center;	
}
.section-4-top p{
	color:#5c6265;
	line-height:30px;
	font-size:14px;
	    padding: 30px 0px;
}
.section-4-top h2{
	font-family: Poppins-Medium;
}
.section-4-top h2::after{
    content: '';
    width: 55px;
    height: 3px;
    display: block;
    border: 2px solid #8cc63f;
    text-align: center;
    margin: 15px auto;
}
.section-4-bottom{
	float:left;
	width:100%;
}
.section-4-bottom h2{
	font-size:24px;
	color: #191919;
}
.section-4-bottom p{
	color:#5c6265;
	line-height:30px;
	font-size:14px;
	padding-top:20px;
}
.section-5{
	float:left;
	width:100%;
	padding:50px 0px;
	text-align:center;
}
.au-wrap{
	float:left;
	width:100%;
}
.au-wrap:hover i {
	    border-color: #8cc63f;
}

.au-wrap i{
	display: inline-block;
    font-size: 48px;
    line-height: 90px;
    position: relative;
    border: 15px solid #ededed;
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: #ededed;
    color: #191919;
	    border-radius: 50%;
		    transition: all 0.3s linear;
}
.au-wrap i::after{
	    content: "";
    background-color: #e5e5e5;
    position: absolute;
    left: 150%;
    top: 0;
    width: 112px;
    height: 2px;
    display: inline-block;
    bottom: 0;
    margin: auto;
}
.au-wrap .dis-non::after{
	display:none;
}
.au-wrap h3{
	 font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
	color:#191919;
}
.au-wrap h4{
	 font-size: 19px;
    margin-bottom: 5px;
    font-weight: normal;
	color:#191919;
}
.au-wrap h4::after{
    content: '';
    width: 55px;
    height: 3px;
    display: block;
    border: 2px solid #8cc63f;
    text-align: center;
    margin: 15px auto;
 transition: all 0.3s linear;	
}
.au-wrap p{
	font-weight: 400;
    line-height: 30px;
    color: #5c6265;
	font-size:16px;
	margin-top:30px;
}
.section-6{
	float:left;
	width:100%;
	padding:100px 0px;
	text-align: center;	
	background: #212121 url(../images/img2.png) no-repeat;
    background-size: cover;
	margin:50px 0px;
}
.responsive1{
	background:none !important;
    padding-top: 30px;	
}
.section-6 h1{
	color: #8cc63f;
	font-size: 40px;
}
.test p{
	color:#fff;
	font-weight: 400;
    line-height: 30px;	
	padding:0px 50px;
}
.test h3{
	color:#fff;
}
.section-logos{
	float:left;
	width:100%;
}
.section-logos .slick-slide img {
    display: block;
    margin: 0 auto;
}
.section-7{
	float:left;
	width:100%;	
	background: #212121 url(../images/callback.jpg) no-repeat;
    background-size: cover;
padding: 50px 0px;
    margin-top: 50px;	
	    background-attachment: fixed;
    background-position: center;
}
.req-frm1{
	float:left;
	width:100%;    
	padding-top: 45px;
}
.req-frm{
	float:left;
	width:100%;
    padding-top: 20px;   
}
.req{
	float:left;
	width:100%;    
}
.req h2{
	font-size:36px;
	color:#fff;
    font-family:Poppins-Medium;	
}
.req p{
	color:#fff;
	font-weight: 400;
    line-height: 25px;	
}
.req-frm label{
	color:#fff;
}
.sub-btn{
	float:left;
	width:100%; 
    margin-top: 15px;
	
}
.sub-btn input{
	background: #097cc1;
    color: #fff;
    padding: 10px 15px;
	font-size:20px;	border :none;
  transition: all 0.3s ease-in-out 0s;	
}
.sub-btn input:hover{
	background:#fff ;
    color: #097cc1;
}
.form-control{
	height:50px !important;
	border-radius:0px !important;
}
.pad1{
	    margin-top: 30px;
}

.section-8{
	float:left;
	width:100%;   
	padding:50px 0px;
	background:#fefefe;	
	text-align:center;
}
.section-8 .vc_custom_1497341925300{
	background-image: url(../images/audi.jpg) !important;
}
.section-8 .transparent-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-position: bottom;
    transition: all 3s linear;
    font-size: 75px;
	font-family:Poppins-SemiBold;
    line-height: 75px;
    letter-spacing: 0px;
}
.transparent-text:hover {
    letter-spacing: 3px;
}
.section-8 p{
	font-size: 20px;
    color: #191919;
}
.footer{
	float:left;
	width:100%;   
	background:#097cc1;	
    padding: 50px 0px;	
}
.footer a{
	color: rgba(255,255,255,0.5);
    display: block;
    padding: 4px 0;
}
.footer h3{
	color:#fff;
}
.footer b{
	color:#fff;	
}
.footer p{
	color: rgba(255,255,255,0.5);
}
.footer .icon a{
	display:inline-block !important;
}
.first-foot{
	padding-top:30px;
}
.foot-center{  
	padding-left:30px;
}
.foot-center a:hover{
	color:#fff;
}
.foot-center a{
	text-transform:capitalize;
}
.last-bar{
	float:left;
	width:100%;
	text-align:center;	
	background:#8cc63f;
}
.last-bar h6{
	color:#fff;
}



@media only screen and (min-width: 0px) and (max-width: 767px){
.navbar-brand {
    width: 60%;	
}
.test p {
    padding: 0px 10px;
}	
.section-8 p {
    padding: 0 10px;
}
#nav-icon1{
	margin-top: 20px !important;	
}
.carousel-control .right-arr:hover {
    background: none;
}
.carousel-control .left-arr:hover {
    background: none;
}
.navbar-right a{
	text-transform:capitalize;
text-align: right;	
}
.navbar-toggle{
	background: #097cc1;
}	
.banner h2 {
    font-size: 24px;
}
.banner {
    top: 0%;
    padding: 0px 0;
    left: 15%;
}
.banner p {
    font-size: 14px;
}
.cn-btn a{
	display:none;
}
.section-2 h2 {
    font-size: 24px;
}
.section-2 h3 {
    padding: 0;
}
.section-2,.section-3,.section-4,.section-5,.section-6,.section-7,.section-8 {
    padding: 25px 0px;
}
.section-3 h2 {
    font-size: 24px;
}
.bus-col {
    text-align: center;
}
.bus-col .col-md-3{
	margin-bottom:15px;
}
.section-4-left {
    padding-left: 0px;
}
.pd-nn{
	padding-left: 0px !important;
}
.section-6 h1 {
    font-size: 24px;
}
.au-wrap i::after {
	display:none;
}
.au-wrap {
    padding: 10px 0px;
}
.req-frm1 {
    padding-top: 15px;
}
.section-8 .transparent-text {
    font-size: 42px;
    line-height: 50px;
}
.foot-center {
    padding-bottom: 15px;
	padding-left:0px;
}
}	


@media only screen and (min-width: 768px) and (max-width: 991px){
.nav ul li {
    padding: 10px 10px;
}	
.cnt {
    top: 50%;
}	
.carousel-control .left-arr {
    top: 50%;
}
.banner {
    top: 18%;
    padding: 0px 0;
    left:11%;
}
.cp-img img{
	width:70%;
}
.head-wrap .slider {
    margin-top: 19%;
}
.banner h2 {
    font-size: 36px;
}
.banner p {
    font-size: 18px;
}
.cn-btn a {
    font-size: 18px;
	padding: 10px;
}
.cn-btn {
    padding: 10px 0px;
}
.section-2 h3 {
    padding: 0px 0px;
}
.section-2,.section-3,.section-4,.section-5,.section-6,.section-7,.section-8 {
    padding: 30px 0px;
}
.pd-nn{
	padding-left: 0px !important;
}
.au-wrap i::after {
	display:none;
}
.au-wrap {
    padding: 10px 0px;
}
.req-frm1 {
    padding-top: 15px;
}
.section-4-bottom p{
	padding-top:0px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1279px){
.au-wrap i::after {
    left: 135%;
    width: 80px;
}
.section-4-right {
    padding-top: 6%;
}
.cnt {
    top: 50%;
}	
.carousel-control .left-arr {
    top: 50%;
}
.banner {
    top: 30%;
    padding: 0;
    left: 7%;
}
.cp-img img{
	width:75%;
}	
.head-wrap .slider {
    margin-top: 15%;
}
.banner h2 {
    font-size: 82px;
}
.banner {
    top: 15%;
    padding: 0;
    left: 10%;
}
}	

@media only screen and (min-width: 1280px) and (max-width: 1366px){
.cnt {
    top: 50%;
}	
.head-wrap .slider {
    margin-top: 12%;
}
.banner h2 {
    font-size: 82px;
}
.carousel-control .left-arr {
    top: 50%;
}	
.cp-img img{
	width:80%;
}	
.banner {
    left: 12%;
    top: 15%;
}
.section-4-right {
    padding-top: 5%;
}		
}