@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap');
@import "fontawesome-all.css";
@import "animate.css";
@import "flaticon.css";
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Yantramanav', sans-serif;color:#797979;font-size:16px;}
p {font-size:18px;
   line-height:26px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#0f1b1c;font-family: 'Yantramanav', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
/*scroll top*/
.scrolltp {position: fixed;
    right: 10px;
    bottom:30px;
    cursor: pointer;
    width:44px;
    height:44px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    display: block;
    background-color:rgba(0,0,0,.5);
    padding-top: 4px;
	border-radius:5px;
}
.scrolltp i {display:block;font-size:16px;line-height: 30px;}
.scrolltp:hover {opacity:1;}
/*======header=====*/
.top-header {background:#2f3967;padding: 9px 0;}
.tpcont-detail {
    padding-top:3px;
    margin-bottom: 0px;
}
.tpcont-detail li {
    font-size:18px;
    font-weight:400;
	color:#fff;
    position: relative;
    padding: 0 18px;
}
.tpcont-detail li a:hover {color:#ee0d09;}
.tpcont-detail li:first-child {padding-left: 0;}
.tpcont-detail li:after {
    content: '';
    position: absolute;
    right: 0px;
    top:5px;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.4);
}
.tpcont-detail li:last-child:after {display:none;}
.tpcont-detail li i {font-size: 15px;color: #ee0d09;padding-right: 9px;}
.tpcont-detail li i.wt { color:#25D366;}
.tp-social {margin-bottom:0px; text-align:right;}
.tp-social li {padding:0px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.tp-social li i {color: #fff;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 3px;
    border-radius: 50%;
    border: 0;
    font-size: 16px;
}
.tp-social li i.fb {background-color:#3B5998;}
.tp-social li i.tw {background-color:#33CCFF;}
.tp-social li i.yt {background-color:#FF3333;}
.tp-social li i.ins {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.affix .navbar-brand {height:72px;padding:2px 15px;}
.affix  .navbar-brand>img {width: 122px;}
.affix + .container{padding-top: 70px;}
.navbar-brand>img {width: 165px;}
.navbar-default {
    background-color:#fff;
    border-color: transparent;
    box-shadow:1px 1px 3px rgb(0 0 0 / 10%);
}
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
      min-height:72px !important;
}
.navbar {
    border-radius:0px;
    margin-bottom:0px;
    border:0px;
    min-height:100px;
}
.navbar-brand {height: 100px;padding: 8px 15px;position: relative;z-index: 99;}
.navbar-default .navbar-nav > li > a {
    color:#000;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
    font-family: 'Yantramanav', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ee0d09;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ee0d09;
    background-color: transparent;
}
/*drop-drop down*/
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #edeae9;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a {padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size:13px;
    font-weight:600;
	letter-spacing: 0.5px;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ee0d09;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {min-width: 180px;}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid #ee0d09;
    padding: 5px 0 0 0;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
.btn3 {padding:12px 28px;
    background-color:#ee0d09;
    color:#fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: relative;
    border: 0;
    border-radius: 0;
}
.btn3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: 0;
}
.btn3:hover:before {
    width: 100%;
    opacity: .1;
}
/*welcome section*/
.welcome-section {padding:90px 0;}
.welcontent-wrap {padding-left:25px;}
.image-box {position: relative;float: left;width: 100%;margin-bottom: 25px;}
.year-experience {
    position: absolute;
    right: -11px;
    bottom: -20px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 3px 40px 0px rgb(0 0 0 / 20%);
    text-align: center;
    width: 110px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 20px 10px;
    color: #ee0d09;
    animation: mover .8s infinite alternate;
}
@-webkit-keyframes mover {
    0% {transform: translateY(0);}
    100% {transform: translateY(-20px);}
}
.year-experience strong {
    font-size: 50px;
    font-weight: 800;
}
.heading-style h1 {margin: 0px;
	font-weight:900;
    font-size:44px;
    position: relative;
    padding-bottom: 15px;
    color:#06175b;
} 
.heading-center h1 {text-align: center;}
.hd-white h1 {color:#fff;}
.hd-white h1:after, .hd-white h1:before {background-color:#fff !important;}
.heading-center h1:after, .heading-center h1:before {right: 0px;margin: 0px auto;}
.heading-style h2 {position:relative;
    margin-top: 0;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 36px;
}
.image-box img {width:49%;display: inline-block;float: left;}
.image-box .img2 {margin-left:5px;}
/*service section*/
.services-section {
    position: relative;
    padding:90px 0;
    background: #f5f4f7 url(../img/pattern.png);
}
.service-block-one .inner-box {
    border-bottom: 3px solid #ee0d09;
    position: relative;
    margin-bottom:25px;
    padding: 45px 33px 40px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
}
.service-block-one .inner-box img {width: 105px;margin:0 auto 25px auto;}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.service-block-one h5 {
    position: relative;
    font-size: 12px;
    color: #001659;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.service-block-one h2 {
    font-size: 26px;
    margin-top: 0;
    color: #001659;
    font-weight: 700;
    margin-bottom:20px;;
}
.service-block-one h5, .service-block-one h2 {text-align: center;}
.service-block-one a {
    color: #ee0d09;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.service-block-one .icon {
    position: absolute;
    right: 33px;
    bottom: 25px;
    line-height: 45px;
    font-size: 40px;
    color: #b2b2b2;
}
/*quality-section start*/
.quality-section {background-color:#ee0d09;overflow: hidden;}
.quality-section .inner-container {
    max-width: 570px;
    margin: 0 auto;
    margin-right: 0;
    padding: 70px 0;
}
.quality-section h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.quality-section p {
    position: relative;
    color: #fff;
}
.quality-section .image {
    position: relative;
    margin-top: -100px;
}
/*why-choose-section*/
.why-choose-section {padding: 80px 0;}
.why-choose-section .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 50%;
    float: left;
}
.why-choose-section .icon-box .icon {
    color: #ee0d09;
    position: relative;
    font-size:30px;
    line-height:40px;
    margin-right:20px;
}
.why-choose-section .icon-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #172b56;
}
.additional-list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
    padding-left: 30px;
}
.additional-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
/*testimonial-section start*/
.testimonial-section {position: relative;
    padding:100px 0 50px;
    background-size: cover;
    background-color: #08194a;
    background-position: right center;
    background-image: url(../img/testimonial-bg.png);
}
.testimonial{
    border-left: 4px solid #ee0d09;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 10px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 19px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 15px;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee0d09 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {text-align: right;}
/*satisfaction-section start*/
.facts-section {padding:100px 0 80px 0;overflow: hidden;}
.facts-section h2 span {color: #ee0d09;}
.facts-section h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #001659;
    line-height: 45px;
    margin-bottom: 30px;
}
.facts-section .facts-block {
    position: relative;
    margin-bottom: 30px;
}
.facts-section .facts-block .icon {
    color: #ee0d09;
    position: relative;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 15px;
}
.facts-section .facts-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
/*brand-section start*/
.brand-section {background-color:#ee0d09; padding: 70px 0;text-align: center;}
.car-brand-list li {width: 20%; float: left;}
.car-brand-wrap img {margin: 0 auto;}
/*footer start*/
.footer {
    position: relative;
    background-color:#081336;
}
.main-footer:before {content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/footer-bg.png);
    background-position:bottom left;
}
.main-footer {padding:80px 0px 30px 0px;position: relative;}
.footer-widget img {width: 110px; margin-bottom: 20px;}
.footer-widget h3 {margin-top: 0px;
    font-weight:800;
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}
.footer-widget h3:before, .heading-style h1:before, .heading-style h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}
.footer-widget h3:after, .heading-style h1:after, .heading-style h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}
.footer-widget h3:before, .footer-widget h3:after, .heading-style h1:before, .heading-style h1:after, .heading-style h2:before, .heading-style h2:after {background-color:#ea1f25;}
.footer-widget p, .copyright p {color:#cccccc;margin-bottom: 0;}
.copyright p {letter-spacing: 0.5px;font-size: 14px;}
.ftlist-link li {padding-bottom:15px;width: 50%; float: left;}
.ftlist-link li a { position:relative;padding-left:20px;}
.ftlist-link li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top:7px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #c3c3c4;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ftlist-link li:hover a:before {
    top: 10px;
    border-radius: 0px;
    border: none;
    height: 1px;
    width: 11px;
    background-color:#ea1f25;
}
.footer-widget ul li {color:#cccccc; 
    font-size: 18px;
    line-height: 27px;
    padding-right: 0;
}
.footer-widget ul li a:hover, .title-list h2 a:hover {color:#ea1f25;}
.ft-add-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom:15px;
}
.ft-add-info li span {
    position: absolute;
    left: 0px;
    top:7px;
    font-size: 20px;
    color: #ea1f25;
}
.ft-socail li i {
    color:rgba(255,255,255,0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    border:1px solid rgba(255,255,255,0.6);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.ft-socail li i.fb:hover {
    background-color: #3B5998;
    color: #fff;
	border-color:#3B5998;
}
.ft-socail li i.ins:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
	border-color:#fd5949;
}
.ft-socail li i.tw:hover {
    background-color:#1DA1F2;
    color: #fff;
	border-color:#1DA1F2;
}
.ft-socail li i.lin:hover {
    background-color:#0077b5;
    color: #fff;
	border-color:#0077b5;
}
.footer-widget {margin-bottom:30px;}
.title-list {text-align: center;
    border-top:1px solid rgba(255,255,255,0.10);
    padding-top:35px;
}
.title-list h2 {
    color:#cccccc; 
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
}
.title-list h2:after {
    content: '|';
    left: 7px;
    position: relative;
}
.title-list h2:last-child:after {
    content: inherit;
    display: none;
}
.bottom-footer {padding:30px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
}
.whats_app a {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background: #26d266;
    z-index:9;
    color: #fff;
    font-size:34px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height:55px;
    text-align: center;
}
/*sidecall*/
#wpcr-cw {
    position: fixed;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-direction: normal;
    -webkit-animation-direction: normal;
    z-index: 1005;
    list-style-type: none;
    padding-left: 0;
    font-size: 25px;
    margin: -24px 0 0;
    top: 50%;
    right: 0;
}
#wpcr-cw.wc-right li {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw.wc-2:not(:hover) .wc {position: absolute;}
#wpcr-cw.wc-2 .wc {
    font-size: 24px;
    margin-top: 2px;
    border-radius: 50%;
    opacity: 0;
    width: 0;
    height: 0;
}
#wpcr-cw .wc-phone, #wpcr-cw .wc-mail {background-color: #ee0d09;}
#wpcr-cw li {
    display: table;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    text-align: center;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(1) {transform: translate(-35px,-36px);}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(2) {transform: translate(-35px,36px);}
#wpcr-cw.wc-2:active .wc, #wpcr-cw.wc-2:hover .wc {
    width: 45px;
    height: 45px;
    position: fixed;
}
#wpcr-cw:active .wc, #wpcr-cw:hover .wc {box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);opacity: 1;}
#wpcr-cw .wc-show-contacts {
    animation: colorchange 10s infinite;
    -webkit-animation: colorchange 10s infinite;
    background-color: #ee0d09;
}
#wpcr-cw.wc-right li:last-child a {
    padding: 7px 21px 7px 12px;
    border: 4px solid #ffffff;
    border-right: 0 none;
    border-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
}
@keyframes colorchange {
    0% {background: #ee0d09;}
    25% {background: #001A71;}
    50% {background: #0067ac;}
    75% {background: #ee0d09;}
    100% {background: #0067ac;}
}
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding: 100px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.about-banner {background-image: url(../img/about-banner.jpg);}
.inner-banner h1 {margin: 0px;
    color: #fff;
    font-weight:900;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size:50px;
}
.page-breadcrumb {position: relative;}
.page-breadcrumb li {position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: 1px;
    color: #fff;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.page-breadcrumb li:last-child::after{display:none} 
.breadcrumb > .active {color:#ee0d09;}
.inner-banner h2 {
    position: absolute;
    right: 0;
    bottom: -6px;
    text-transform: uppercase;
    font-size: 120px;
    font-family: "Poppins",sans-serif;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / .3);
    color: transparent;
    animation: sidemover 1s infinite alternate;
}
@-webkit-keyframes sidemover {
    0% {transform: translateX(0);}
    100% {transform: translateX(-20px);}
}

.innerpage-section {padding:80px 0px; 
    position: relative;
    overflow: hidden;
}
.pd0 {padding: 0;}
/*service page start*/
.sidebar-widget ul li {margin-bottom: 10px;}
.sidebar-widget ul li a {
    display: block;
    background-color:#f8f8f8;
    padding: 17px 20px;
    font-size: 16px;
    color:#666;
    position: relative;
}
.sidebar-widget ul li a:hover {background-color:#ee0d09;color:#fff;}
.maintence-section {background-image: url(../img/car-maintence-image.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.service-list {padding-left: 20px;counter-reset: li;
    list-style: none;}
.service-list li a {position: relative;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    display: block;
    padding: 20px;
}
.service-list li a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #FC756F;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
/*galery page*/
.gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.gallery-item img {
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.gallery-overlay {
    height: auto;
    left:0px;
    right:0px;
    position: absolute;
    top:0px;
    bottom:0px;
    width: auto;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-overlay-inner {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-item i {
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gallery-item p {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    text-transform: capitalize;
    font-size:15px;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.gallery-item:hover .gallery-overlay {
    visibility: visible;
    opacity: 1;
}
.gallery-item:hover p, .gallery-item:hover i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/*contact us page*/
.contactpg-list li {padding: 0;}
.contactinfo-wrap {
    background-color:#08194a;
    padding:40px 30px;
    position: relative;
}
.contactinfo-wrap:before {content: '';
    position:absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom:10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.contactinfo-wrap h3 {color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 28px;
}
.contact-detail-bx {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 20px;
}
.contact-detail-bx:last-child {border:0px; margin: 0px;padding: 0px;}
.contact-detail-bx .icn-bx {background-color:#ee0d09;
    float: left;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
}
.contact-detail-bx .icn-bx i {color: #fff;
    font-size: 20px;
    line-height: 45px;
}
.whatsapp-icn {background-color:#19bd19 !important;}
.content-bx {display: grid;}
.content-bx p span {font-weight:700;display: block;font-size: 22px;}
.content-bx p {margin-bottom: 0px;
    font-size:20px;
    line-height: 26px;
    word-spacing: 1px;
    color:#fff;
}
.heading-style h3 {margin-top: 0;
    font-weight: 700;
    font-size: 28px;
}
.contact-field .form-control {
    height: 50px;
    box-shadow: none;
    border:1px solid #E4E4E4;
    border-radius: 0;
    color:#999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
textarea.form-control {height: auto !important;}
.timing-box {padding:30px 25px;border:1px solid #eeeeee;background-color:#fcfcfc;}
.timing-box h4 {margin-top: 0;font-weight:400;margin-bottom:25px;font-size: 22px;font-family:'Bona Nova', serif;}
.timing-box .intro-content li {
    clear: both;
    display: block;
    width: 100%;
    color: #666666;
    margin-bottom: 20px;
}
.timing-box .intro-content li p {
    float: right;
    width: 170px;
    font-size: 16px;
    text-align: right;
}
/*==========media query============*/
@media (min-width:1300px) {
}

@media(max-width:1200px){
    .inner-banner h2 {font-size:90px;}
}
@media(max-width:992px){
    .welcontent-wrap {padding-left:0;}
    .why-choose-section .icon-box {width: 100%;}
    .facts-section {padding:60px 20px 60px 20px;overflow: hidden;}
    .welcome-section, .services-section, .why-choose-section, .testimonial-section, .brand-section {padding: 40px 0;}
    .quality-section h2 {font-size: 32px;}
    .inner-banner h2 {font-size:80px;}
    .inner-banner {padding: 80px 0;}
}
@media(min-width:769px){
    .affix .navbar-nav > li > a {padding-top: 26px;padding-bottom: 26px;}
	.navbar-nav > li > a {padding-top:40px;padding-bottom:40px;}
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .mylogo {position: relative;}
    .mylogo:before {
    position: absolute;
    content: '';
    right: -100px;
    top: 0;
    height: 110px;
    width: 2000%;
    transform: skewX(-50deg);
    background-color: #fafafa;
    z-index: 9;
    box-shadow:-3px -1px 7px #333;}
    .affix .mylogo:before {content: inherit;display: none;}
}
@media(max-width:769px){
	.navbar-default .navbar-toggle {border-color:#2f3967;margin-top: 15px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
    .navbar-toggle .icon-bar {width:30px;height:5px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle {background-color:#2f3967;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav > li > a {border-bottom:1px solid rgba(117, 116, 116, 0.1);}
    .year-experience {right: 0;}
    .image img {width: 100%;}
    .quality-section .inner-container {padding: 10px;width: 100%;}
    .quality-section .image {margin-top: 0;}
    .testimonial .pic {position: relative;left: 0;right: 0;top: 0;}
    .testimonial {padding: 20px 0 20px 20px; margin: 0;}
    .inner-banner h2 {font-size: 27px;letter-spacing: 2px;}
}
@media(max-width:580px){
    .tpcont-detail li:after {content: inherit;display: none;}
    .tpcont-detail li {padding: 0;font-size: 13px;}
    .tpcont-detail li i {font-size: 12px;padding-right:4px;}
    .inner-banner {padding:50px 0;}

}
@media(max-width:480px){
}
