@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900|Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap');
@font-face {
    font-family: 'aparajitaregular';
    src: url('../webfonts/aparaj.woff2') format('woff2'),
         url('../webfonts/aparaj.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5,h6{font-family: 'Noto Sans', sans-serif;}
a{color:#FFBA00}
a:hover{ text-decoration: none;color: #fefca4 }
body{ background:#2f3342; color:#fff; font-family: 'Heebo', sans-serif; font-size:0.875rem; }
.sec{ padding:76px 0px;}
.main-nav{  background: rgba(255,255,255,1) !important;  z-index: 999;  width: 100%;  box-shadow: 6px 6px 2px rgba(0,0,0,.1); display: flex; flex-direction: row; justify-content: space-between; flex-wrap: inherit;}
.main-slider{ position: relative; top:0px; }
.main-nav .navbar-nav a{ color:#000000; transition-duration:.6s;   font-family: 'aparajitaregular';
 font-size:22px;     padding-right: .5rem;
    padding-left: .5rem;}
.main-nav .navbar-nav a:hover,#menu-main-menu .active a{ color:#e11d29; text-decoration: none;}
.main-nav .dropdown-toggle::after{ position: relative; top:5px; }
.main-nav .dropdown-menu{ min-width: 14rem; padding: .5rem 0;}
.dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.5s ease all;}
.dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgba(255,255,255,.7);
    border-radius: 0px;
    border: none;
}

.main-slider .carousel-caption	{     right: 0%;
    bottom: auto;
    left: 9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: inherit;
    top:36%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;}

.main-slider h3{ font-size:1.875rem; text-shadow:2px 2px 2px rgba(0,0,0,.4);  font-weight: 600;}
.main-slider h1{    font-size: 3.375rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
    font-weight: 600; }

.carousel-item img{ width:100%;  }

a.lear-more-but{background: #000;
padding: 0px 0px 0px 20px;
transition-duration: .6s;
color: #fff;
display: table;
margin-top: 49px;
position: relative; font-weight:600; font-size:14px;}
a.lear-more-but i{background: #FFBA00;
color: #fff;
padding: 14px 17px;
margin-left: 20px; position: relative; }
a.lear-more-but:before{content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 44px 17px;
border-color: transparent transparent #FFBA00 transparent;
right: 42px;
top: -2px;
z-index: 9;}
a.lear-more-but:hover{ text-transform:.6s; background:#FFBA00; text-decoration: none; }
a.lear-more-but i:hover{background: #000000;}
a.lear-more-but:hover:before{border-color: transparent transparent #000000 transparent;}
a.lear-more-but:hover i{background: #000000;}
.carousel-indicators li{ width: 12px; height:12px; border-radius:20px; }
.carousel-indicators .active{ background:#FFBA00; }
/*home-service-start*/
.home-service .title{     text-transform: uppercase;
    font-size: 2.1875rem;
    font-weight: bold;
    text-align: center;
    color: #FFBA00;
    display: table;
    margin: 0px auto; position: relative;
}
.home-service .title:before{    content: "";
    position: absolute;
    background: #000;
    width: 67px;
    height: 3px;
    margin: 0px auto;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 65px; } 
.see-more-but{}    
.home-serv-box{ margin-top:60px; }
.home-serv-box h3{font-size: 1.5rem;
text-transform: uppercase;
color: #FFBA00;
font-weight: 600;
margin-top: 22px;
margin-bottom: 14px; }

.see-more-but{ font-family: 'Noto Sans', sans-serif; font-size:0.8125rem; text-transform: uppercase; color:#fff; font-weight:600;}
.see-more-but i{ color:#fff; margin-left:15px; transition-duration:.6s; }
.see-more-but:hover{ color:#FFBA00; text-decoration: none; }
.see-more-but:hover i{color:#000;margin-left:5px;  }
.view-more-but{ background: #FFBA00;
font-size: 14px;
border-radius: 5px;
text-transform: uppercase;
display: table;
padding: 12px 42px;
color: #000;
font-weight: 500;
 transition-duration:.6s; }
.view-more-but:hover{ background:#000; color:#fff; text-decoration: none;
   box-shadow: 7px 7px 0px rgba(0,0,0,.3); }
 .home-service .view-more-but{margin: 0px auto;
margin-top: 62px;}
 /*home-image-slider-start*/
.home-image-slider{ padding-top: 40px; padding-bottom: 40px; }
.home-image-slider .item img{ width: 100%; height: 260px; object-fit: cover; border-radius: 6px; }
.home-image-slider .owl-nav .owl-prev,
.home-image-slider .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFBA00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.home-image-slider .owl-nav .owl-prev{ left: -15px; }
.home-image-slider .owl-nav .owl-next{ right: -15px; }
 /*other-service-start*/
.other-service{ background: url(../images/other-ser-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed; background-size: 100%; }
.other-ser-img{     width: 110px;
    height: 110px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(148,184,21,.3);
    border-radius: 220px;
    text-align: center;
    position: relative;
    margin: 0px auto; transition-duration:.6s; 
    }
 .other-ser-img img{  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }      
 .other-ser-img:hover{  box-shadow: 0px 2px 16px rgba(148,184,21,.9);  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);}

.other-ser-box h4{     text-align: center;
    color: #c5c3c3;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin-top: 27px;
    margin-bottom:20px;} 
.other-ser-box p{ text-align: center; color:#fff; }
 
/*home-about*/ 
.home-about{}
.home-about h6{ color:#fff; margin-bottom:0px; font-size:1.25rem; }
.home-about h2{ text-transform: uppercase; color:#FFBA00; font-weight: bold; font-size:2.5rem; }

/*home-client*/
.home-client{background: url(../images/testimonal-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed; background-size: 100%;}
.home-client h3{ font-size:3.75rem; color:#fff; text-transform: uppercase; font-weight: bold; text-align: center; }
.owl-carousel .owl-item img{width: auto;
margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
margin-bottom: 38px;
margin-top: 8px;}
.owl-carousel .owl-item { text-align: center; }
.owl-stage-outer{ margin-top:30px; }
.owl-stage-outer p{ color: #ffffff;
text-align: center;
font-style: italic;
position: relative; padding:0px 20px;}
.test_front:before{ content: "";
position: absolute;
background: url(../images/sm-colom.png);
    background-repeat: repeat;
left: 0px;
top: 0px;
width: 24px;
height: 20px;
background-repeat: no-repeat;}
.test_front:after{content: "";
position: absolute;
background: url(../images/sm-colom.png);
    background-repeat: repeat;
background-repeat: repeat;
right: 0px;
bottom: 0px;
width: 24px;
height: 20px;
background-repeat: no-repeat; -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);}
.test_front{position: relative;}
.item h5{color:#FFBA00;position: relative;padding: 0 50px;display:inline-block}
/*.owl-stage-outer p:before{ content: "";
position: absolute;
background: url(../images/sm-colom.png);
    background-repeat: repeat;
left: 0px;
top: 0px;
width: 24px;
height: 20px;
background-repeat: no-repeat;}

.owl-stage-outer p:after{content: "";
position: absolute;
background: url(../images/sm-colom.png);
    background-repeat: repeat;
background-repeat: repeat;
right: 0px;
bottom: 0px;
width: 24px;
height: 20px;
background-repeat: no-repeat; -ms-transform: rotate(180deg);
  -webkit-transform:rotate(180deg); 
  transform: rotate(180deg);}*/

.owl-stage-outer h5{color:#FFBA00;
position: relative;
display: table;
padding: 0px 30px;
margin: 0px auto; margin-top:30px;}
.owl-stage-outer h5:before{ content: "";
width: 20px;
height: 1px;
background: #fff;
display: table;
top: 12px;
position: absolute;
left: 0px; }

.owl-stage-outer h5:after{ content: "";
width: 20px;
height: 1px;
background: #fff;
display: table;
top: 12px;
position: absolute;
right:0px; }

footer{     background: url(../images/footer-bg.png) #242733;
    padding: 83px 0px 35px 0px;
    background-size: cover;}
footer h4{font-family: 'Dosis', sans-serif;
color: #fff;
font-size: 1.875rem;
margin-bottom: 25px;}
footer h4 span{ font-weight: bold; }
.fot-contact{}
.fot-contact li{ list-style: none;
color: #fff;
margin-bottom: 18px; position: relative;} 
.fot-contact li a{ color:#fff; }
.fot-contact li a:hover{ text-decoration: none; color:#f3f3f3; }
.fot-contact li::before {
    content: "";
    background: url(../images/sprit.png) no-repeat;
    width: 40px;
    height: 43px;
    position: absolute;
    left: -47px;
    top: -8px; transition-duration:.6s;
}
.foot_ser ul{list-style: none;padding-left: 0}
.foot_ser ul li{padding-bottom: 20px}
.foot_ser ul li a{color: #fff;}
.foot_ser ul li a:hover{color: #ffba00;}
.fot-contact li:nth-child(1):before{ background-position:-1px -1px; }
.fot-contact li:nth-child(2):before{ background-position:-1px -61px; }
.fot-contact li:nth-child(3):before{ background-position:-1px -116px; }
.fot-contact li:nth-child(1):hover:before{background-position:-65px -1px;}
.fot-contact li:nth-child(2):hover:before{background-position:-65px -61px;}
.fot-contact li:nth-child(3):hover:before{background-position:-65px -116px;}

.fot-so-media{ padding:0px;}
.fot-so-media li{ display: inline-block; }
.fot-so-media li a{background: url(../images/sprit.png) no-repeat;
    width:38px;
    height:38px;
    transition-duration: .6s;
    font-size: 0px;
    background-position: 0px -179px; display: table;}
.fot-so-media li:nth-child(1) a{  background-position:-10px -182px;}
.fot-so-media li:nth-child(2) a{  background-position:-58px -182px;}
.fot-so-media li:nth-child(3) a{  background-position:-103px -182px; display: none;  }    
.fot-so-media li a:hover{ opacity:.5; }
.fot-ser-nav{ padding:0px; } 
.fot-ser-nav li{    list-style: none;
    line-height: 34px; color:#fff;}
.fot-ser-nav li a{ color:#fff; transition-duration:.6s;}
.fot-ser-nav li a:hover{ text-decoration: none; color:#a3bffe; }

.fot-ser-our{ padding:0px; }
.fot-ser-our li{     list-style: none;
    color:#fff;
    border-bottom: 1px dashed rgba(255,255,255,.3);
    line-height:27px;}
.fot-ser-our li a{color:#fff;}    
.fot-ser-our li span{ float: right; }    
.fot-ser-our li a{ color:#fff; transition-duration:.6s;}
.fot-ser-our li a:hover{ text-decoration: none; color:#a3bffe; }
.fot-our-brand{ padding:0px;}
.fot-our-brand li{ display: inline-block; list-style: none; margin-bottom:3px; position: relative; }
.fot-our-brand li span{     position: absolute;
    background:rgb(255, 186, 0);
    z-index: 9;
    width: 100%;
    left: 0px;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 34px; opacity:0; transition-duration:.6s;}

.fot-our-brand li:hover span{ opacity:1; }     
.cop-right{ background: #ffba00;
color: #000;
padding: 22px 0px 15px 0px;}
.cop-right p{ margin-bottom:0px; }
.cop-right a{ color:#fff; text-decoration: none; } 
.cop-right a:hover{ color:#000; } 

/*inner-banner*/
.inner-banner{ position: relative; }
.inner-banner:before{content:""; position: absolute; width:100%; height:100%; background: rgba(0,0,0,.7) }
.inner-banner img{width:100%;  }

.inner-banner-title{     position: absolute;
    left: 8%;
    z-index: 1;
    bottom: 80px;} 

.inner-banner-title h1{     font-size:2.95rem; 
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
    font-weight: 600;
    color: #fff; position: relative; display: table;}    

.inner-banner-title h1:before {
       content: "";
    width: 50px;
    height: 3px;
    background:#ffba00;
    display: table;
    top: 25px;
    position: absolute;
    right: -60px;
}    

.inner-banner-title h1:after {
       content: "";
    width: 10px;
    height: 10px;
    background: #FFBA00;
    display: table;
    top: 21px;
    position: absolute;
    right: -70px;
    border-radius: 20px;
}    

#wpcf7-f284-o1 .col-form-label{ color:#333; }
/*inner-page*/
.inner-page .wp-block-image figure img{    box-shadow: 12px 10px 0px rgba(0,0,0,.1);
    border-radius: 30px 30px 30px 0px; transition-duration:.6s; }
 .inner-page .wp-block-image figure img:hover{  box-shadow: 12px 10px 0px rgba(0,0,0,.2);
    border-radius: 30px 30px 0px 30px; }
.ser_menu ul{padding: 0}
.ser_menu ul li{list-style: none;
    border-bottom: 1px dashed rgba(0,0,0,.3);
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    background: #FFBA00;
    padding: 11px 3px 20px 26px;
    transition-duration: .6s;}
.ser_menu ul li:before{content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-duration: .6s;
    padding-right: 10px;
    color: #000;
    position: absolute;
    top: 12px;
    left: 10px;}   
    .ser_menu ul li:hover a{transform:translateX(5px);}
.ser_menu ul li a{color: #000;
    transition: 0.6s;
    display: inline-block;}
.ser-serv-box{padding-bottom: 50px}
/*contact-us*/
.contact-us{ }
.gogle-map{}
.gogle-map iframe{ width:100%; height:400px; }
.get-tuch textarea{ height:70px; }
.get-tuch .form-control{    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    font-size: 14px;
    border-bottom: 1px solid #06163a;
    padding: .275rem .75rem; }
.contact-us h2{ text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color:#fff;
    font-size: 22px;
    display: table;
    margin-bottom: 25px; position: relative; display: table;
}
.contact-us h2:after {
    content: "";
    position: absolute;
    background: #FFBA00;
    width: 53px;
    height: 2px;
    margin: 0px auto;
    text-align: center;
    right: -60px;
    top: 13px;
}

.fot-cont-info{ margin-top: 37px; }
.fot-cont-info li{ color:#fff; line-height:35px; } 
.fot-cont-info li a{ color:#fff; } 
.fot-cont-info li a:hover{ color:#FFBA00; } 

#menu-about-us,.menu-our-service-container .menu{ padding:0px; }
#menu-about-us li,.menu-our-service-container .menu li{     list-style: none;
    border-bottom: 1px dashed rgba(0,0,0,.3);
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    background: #000;
    padding: 11px 10px; transition-duration:.6s; }
#menu-about-us li a,.menu-our-service-container .menu li a{    color: #fff;
    transition-duration: .6s;
    padding-left: 10px;}
#menu-about-us li a:hover,.menu-our-service-container .menu li a:hover{  color:#000; text-decoration: none; }
#menu-about-us li.current-menu-item a,.menu-our-service-container .menu li.current-menu-item a{ color:#FFBA00;  }
#menu-about-us li:before,.menu-our-service-container .menu  li:before{ content: "\f054";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;transition-duration:.6s;  }
#menu-about-us li:hover:before,.menu-our-service-container .menu  li:hover:before{ margin-left:5px;  }
.arrow-nav{ padding:0px; }
.arrow-nav li{ list-style: none; line-height:24px; }
.arrow-nav li:before{content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-duration: .6s;
    padding-right: 10px;  }
.service-table{ border:1px solid #dee2e6;}    
.service-table .table-striped {     background: #e11d29;
    color: #fff;  }
.service-table h3{ font-size:1.55rem; font-weight:bold; }
.service-table th{ font-weight:normal; vertical-align:top !important; }
.service-table td span{ background: url(../images/sprit.png) no-repeat;
    width: 20px;
    height: 20px;
    transition-duration: .6s;
    font-size: 0px;
    background-position: -13px -250px;
    display: table;
    position: relative;
    top: 2px;}
.service-table th:nth-child(1){ width:40%; }  
.service-table th:nth-child(2){ width:20%; }    
.service-table th:nth-child(3){ width:20%; }
.service-table th:nth-child(4){ width:20%; }       

.green-chack{ padding:0px; }
.green-chack li{     list-style: none;
    position: relative;
    padding-left: 24px;
    line-height: 25px;}
.green-chack li:before{    background: url(../images/sprit.png) no-repeat;
    width: 20px;
    height: 20px;
    transition-duration: .6s;
    background-position: -13px -250px;
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;}

.send-button{     background: #e11d29;
    font-size: 14px;
    text-transform: uppercase;
    display: table;
    padding: 7px 42px;
    color: #fff;
    font-weight: 500;
    transition-duration: .6s;
    border-radius: 30px;}
.send-button:hover{ background:#111; color:#fff; text-decoration: none;
   box-shadow: 7px 7px 0px rgba(0,0,0,.3); }
.test-box {
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding: 20px;
}
.test-box:nth-child(even) {background-color: #ffba00;border-radius: 25px;}
.test-box p{ margin-top:20px; } 

.test-box p:before{ content: "";
position: absolute;
background: url(../images/sm-colom.png);
    background-repeat: repeat;
left: 0px;
top: 0px;
width: 24px;
height: 20px;
background-repeat: no-repeat;}

.test-box p:after{content: "";
position: absolute;
background: url(../images/sm-colom.png);
    background-repeat: repeat;
background-repeat: repeat;
right: 0px;
bottom: 0px;
width: 24px;
height: 20px;
background-repeat: no-repeat; -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);}

.tastimonal-img{      width: 90px;
    height: 90px;
    background: #f2f2f2;
    box-shadow: 0px 2px 16px rgba(0,234,255,.3);
    border-radius: 220px;
    text-align: center;
    position: relative;
    border: 3px solid #fff;
    margin: 0px auto;
    transition-duration: .6s; 
    }
 .tastimonal-img img{  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }      
 .tastimonal-img:hover{  box-shadow: 0px 2px 16px rgba(0,234,255,.9);  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);}
   .test-box p{ margin-bottom:0px; } 
  .test-box h5{ color:#e11d29; }
  .dropdown:hover>.dropdown-menu {
 display: block;
}
.home-our-Brand{ background:#FFBA00;}
.home-our-Brand .title{     text-transform: uppercase;
    font-size: 2.1875rem;
    font-weight: bold;
    text-align: center;
    color: #111111;
    display: table;
    margin: 0px auto; position: relative;
}
.home-our-Brand .title:before{    content: "";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 3px;
    margin: 0px auto;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 65px; } 
.client-say{    margin-top: 70px;}
.client-say li{     display: inline-block;
    list-style: none;
    max-width: 105px;
    margin-right: 10px;
    vertical-align: top;}
.client-say li img{     max-width: 100%;
    vertical-align: top;
    box-shadow: 5px 6px 0px rgba(0,0,0,.1);
    border-radius: 5px;     transition-duration: .6s;height: 100px;margin-bottom:15px}
.client-say li img:hover{ box-shadow: 5px 6px 0px rgba(0,0,0,.4);}
.call-us{     position: fixed;
    right: 0px;
    bottom: 20%;
    z-index: 2; transition-duration:.6s; }
.call-us:hover {right:-5px;}
.booking-box a{    background:#FFBA00;
    position: fixed;
    left:-3.3%;
    bottom:30%;
    color:#1b2300;
    z-index: 2;
    transition-duration: .6s;
    padding: 10px 40px;
    border-radius: 10px 10px 0px 0px; -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);  }
.booking-box a:hover{ background:#FFBA00; color:#fff; }  

.call-us:hover {right:-5px;}

.hybrid-cars-box{     border: 1px dashed rgba(0,0,0,.2);
    border-radius: 20px 20px 0px 20px; transition-duration:.6s; margin-bottom:20px;}
.hybrid-cars-box:hover{ box-shadow: 6px 6px 5px rgba(0,0,0,.1); border-radius: 20px 20px 20px 0px; }

.hybrid-cars-img{    max-height: 224px;
    overflow: hidden;}
.hybrid-cars-img img{} 
.hybrid-cars-content {    background: rgba(240,238,238,.4);
    padding: 20px;}
.hybrid-cars-content h4{    color: #e11d29;
    font-weight: bold;
    font-size: 1rem;}
.hybrid-cars-content p {
    min-height: 85px;
} 
.read-more-but{     border-radius: 40px;
    padding: 7px 30px;
    margin-top: 20px;}
.blog-deal .entry-footer{ display: none; }
.blog-deal img{  border: 1px dashed rgba(0,0,0,.2);
    border-radius: 20px 20px 0px 20px; transition-duration:.6s; padding:5px;}
.blog-deal img:hover{ box-shadow: 6px 6px 5px rgba(0,0,0,.1); border-radius: 20px 20px 20px 0px; }
.blog-deal .nav-next span,.blog-deal .nav-previous span{     margin-right: 20px;
    background: #FFBA00;
    padding: 5px 20px;
    color: #000;
    border-radius: 20px;
    margin-top: 0px;
    font-size: 16px;}  
.blog-deal .nav-next span:hover,.nav-previous span:hover{ background:#000;color: #fff  }

.blog-deal .nav-title-icon-wrapper,.blog-deal  .nav-subtitle{ display: none; }
.blog-deal .screen-reader-text{    font-size: 20px;
    margin-bottom: 20px;}
.blog-deal .nav-next ,.blog-deal .nav-previous{ display: inline-block; }
.blog-deal .nav-next .nav-title,.blog-deal .nav-previous .nav-title{ display: none; }    
.blog-deal h2.screen-reader-text{ display: none; }
.hybrid-cars-ser{    background: #08163b;
    min-height: 200px;
    color: #fff;
    padding:30px 30px;
    font-size: 20px;     border-radius: 40px;
    box-shadow: 8px 6px 1px rgba(0,0,0,.2);}
.hybrid-cars-list{ padding:0px;}    
.hybrid-cars-list li{  list-style: none;
    font-size: 25px;
    line-height: 70px;
    position: relative;
    padding-left: 19px;}  
.hybrid-cars-list li:before{    background: #fff;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 28px; }      
.booking-box{}
.wpcf7-textarea{ height:70px; }
#booking-box .form-control{ border-top:none; border-left:none; border-right:none; font-size:14px; }
.send-button{ border: none; cursor: pointer; }
.hybrid-system-sec{ background:#2f3342;}
.hybrid-system-sub{    background: #2f3342;
    padding: 90px 40px;
    text-align:left;
    color: #fff;
    box-shadow: 7px -2px 14px rgba(0,0,0,.5);
    position: relative;
    z-index: 9;}
.hybrid-system-sub{ position: relative; }

.hybrid-system-title{ margin:100px 0px; }
.hybrid-system-title:before{     content: "";
    position: absolute;
    width: 100%;
    height: 75%;
    border: 13px solid #fff;
    top: 40px;
    right: 15%;    }
 .hybrid-system-title:after{      content: "";
       content: "";
    position: absolute;
    width: 90%;
    height: 76%;
    background-image: linear-gradient(to bottom, #97cb00 , #006f29);
    top: 130px;
    left: -19px;}    
.hybrid-system-title h2{    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px; }
.hybrid-system-title h3{ 
      font-size: 50px;
    letter-spacing: 3px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;}

.hybrid-system-sub ul{ padding-left:20px;}
.hybrid-system-sub ul li{ margin-bottom:15px; }
.hybrid-system-img{ margin-top:35%; }
.roma-auto-img{margin-top:22%;}
.teank-text{ font-size:40px; }
.inner-page a{ color:#FFBA00; }
.inner-page a:hover{color:#fff;}
.wpcf7-submit{    background: #FFBA00;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 32px; transition-duration:.6s; box-shadow:6px 5px 3px rgba(0,0,0,.5);  }
.wpcf7-submit:hover{ background:#FFBA00; box-shadow:6px 5px 3px rgba(0,0,0,.1); }


.wpcf7-not-valid{border:1px solid red;}
.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-response-output{margin: 10px 0 0 0; color: #fff !important;font: normal 14px 'latoregular';}


.pagi{ padding: 40px 10px 25px 0px; }
.pagi a{ background: #ffba00; color: #fff;    height: 30px; display: inline-block; text-align: center; line-height: 30px; padding: 0 10px;}
.pagi span{ background: #d6d6d6; color: #fff;  height: 30px; display: inline-block; text-align: center; line-height: 30px; padding: 0 10px;}




