@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;500;600;700;800&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import "animate.css";
@import "flaticon.css";
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Sora', sans-serif;color:#000;font-weight: 300;}
p {font-size:17px;
    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;}
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:#000;font-family: 'Sora', 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*/
#scroll {position: fixed;
    right: 10px;
    bottom:55px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    background-color:#e40000;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scroll i {display:block;font-size:16px;line-height:40px;}
#scroll:hover {    background: #0f1115;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0 82px 0 rgba(0, 0, 0, 0.03);
}
/* 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 */
/*======header=====*/
.top-header {background:#121013;
    padding:15px 0px;
    position: relative;
}
.tpcont-detail {
    padding: 0px;
    margin-bottom: 0px;
}
.tpcont-detail li {
    font-size:15px;
    font-weight:500;
	color:#fff;
    position: relative;
    padding: 0 20px;
}
.tpcont-detail li a:hover {color:#e40000;}
.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: #e40000;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: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    margin-left: 3px;
    border-radius: 50%;
    border: 0;
}
.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 {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	  z-index:999;
	  min-height:70px !important;
}
.affix + .container{padding-top: 70px;}
.affix .navbar-brand {height:70px;padding:5px 15px;}
.affix .navbar-brand > img {width:200px;}
/*navbar*/
.navbar-brand > img {width:270px;}
.navbar-brand {height:100px;padding:9px 15px;}
.navbar {
    min-height:100px;
    margin-bottom:0px;
    border:0px;
	border-radius:0px;
}
.navbar-default {
    background-color:#fff;
    border-color:transparent;
    box-shadow: 0 0px 3px #a4a3a3;
}
.navbar-default .navbar-nav > li > a {
    color:#000000;
    font-size: 17px;
	text-transform: uppercase;
	font-weight:500;
    letter-spacing:0.2px;
}
.navbar-default .navbar-nav > li > a:after {
    content: "";
    height:3px;
    background:#e40000;
    width: 0;
    position: absolute;
    bottom: 0;
    right:0;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#e40000;
    background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#e40000;
    background-color:transparent;
}
/*drop-drop down*/
.dropdown-menu > li > a {padding:17px 18px;
    color:#fff;
    text-transform:uppercase;
    font-size: 13px;
    font-weight:600;
    border-radius: 0px;
    letter-spacing: 1px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#e40000;
    text-decoration: none;
    background-color:#1a1d24;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
    border: 0px;
    padding: 0px;
    background-color:#1a1d24;
    min-width:250px;
    border-radius: 0px;
	border-top:4px solid #e40000;
	margin:0px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0px; 
    border-top-right-radius:0px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid rgba(185, 185, 185, 0.3);
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
/*welcome-section start*/
.welcome-section {padding:60px 0px 110px 0;
    position: relative;
    z-index: 9;
}
.heading-style h4 {font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 15px;
}
.heading-style h4:after {content: '';
    right: -40px;
    width: 40px;
    height: 3px;
    background-color: #e40000;
    position: absolute;
    top: 50%;
}
.heading-style h2 {margin: 0px;
    text-transform:capitalize;
    font-weight:800;
    font-size:44px;
    color:#000;
    margin-bottom: 25px;
}
.heading-style p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
.heading-center {text-align: center;}
.heading-white h2, .heading-white h3, .heading-white h4, .heading-white p {color:#fff;}
.btn3 {padding: 10px 40px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color:#e40000;
}
.btn3::after {background-color:#e40000 !important;border-radius: 20px;overflow: hidden;}
.btn3:hover::after {width: 100%;}
.form-wrap {background-color:#fff;
    padding:32px 35px;
    box-shadow:0px 5px 20px 4px rgb(0 0 0 / 10%);
    border-radius:6px; 
    margin:-160px 0 0 25px;
}
.form-wrap h3 {font-weight:700;
    font-size:34px;
    text-align: center;
}
.form-wrap .form-group {margin-bottom: 30px;}
.form-wrap .form-control {height: 57px;
    border-radius: 6px;
    border: 1px solid #ededed;
    box-shadow: none;
}
.form-control:focus {border-color:#e40000;}
/*service-section start*/
.service-section {padding:70px 0;
    background-image: url(../img/towing-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.service-section:before {content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0a1931;
    opacity: 0.8;
}
.service-item {position: relative;
    margin-bottom: 25px;
    text-align: center;
    padding:30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    border-radius:6px;
    border:1px solid rgb(255 255 255 / 10%);
}
.service-item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 101% 101%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    bottom: -101%;
    left: 0;
}
.service-item .service-icon img {width:60px;}
.service-icon img, .service-item .service-icon {
    margin: 0 auto;
    transition: all .2s linear;
}
.service-detail {position: relative;z-index:9;}
.service-detail h3 {margin-bottom: 8px;
    font-weight:600;
    font-size:20px;
    text-transform: uppercase;
    color:#fff;
    transition: all .2s linear;
}
.service-detail p {color: #fff;font-size:15px;}
.readmore {color:#e40000;font-weight:700;font-size:13px;text-transform: uppercase;}
.service-item:hover:before {bottom:0;background-color:#e40000;}
.service-item .service-icon:hover img {transform: scale(1.2);}
.service-item:hover .service-icon img {filter: grayscale(1);}
.service-item:hover .readmore, .readmore:hover {color:#000;}
/*whyus-section*/
.whyus-section {padding:90px 0;}
.whyus-section p {margin-bottom: 25px;}
.list1 li i {color:#e40000;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 2px;
}
.list1 li {
    font-size: 19px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 35px;
}
.btn2 {font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 1px;
    padding: 19px 36px 20px;
    background-color: #fff;
    color:#1a1d24;
    position: relative;
    border: 0px;
    z-index: 9;
}
.btn2:hover::after {width: 100%;}
.btn2::after,  .btn3::after{
    content: '';
    position: absolute;
    z-index:-1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    color: #ffffff !important;
    background-color: #1a1d24;
}
.btn2:hover, .btn2:focus, .btn2:active {color: #fff;}
/*scrp-car-section start*/
.scrp-car-section {padding:70px 0;}
.scarpbg-section {padding:100px 0;
    background-image: url(../img/car-garage-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.scarpbg-section:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a1931;
    opacity: 0.5;
}
.scrapbg-detail h3, .scrapbg-detail p {color:#fff;}
.scrapbg-detail h3 {font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;}

/*footer start*/
.footer {
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color:#121013;
    opacity:0.95;
}
.main-footer {padding:80px 0px 20px 0px;position: relative;}
.main-footer:after {
    content: '';
    display: block;
    width: 110px;
    height: 146px;
    margin-left: -55px;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(../img/hook.png);
    background-repeat: no-repeat;
    background-size:70%;
    z-index: 5;
}
.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 {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}
.footer-widget h3:after, .heading-style h1: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 {background-color:#e40000;}
.footer-widget p, .copyright p {color:#cccccc;margin-bottom: 0;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:#e40000;
}
.footer-widget ul li {color:#cccccc; 
    font-size: 14px;
    line-height: 27px;
    padding-right: 0;
}
.footer-widget ul li a:hover { color:#e40000;}
.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: #e40000;
}
.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;}
.bottom-footer {padding: 35px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
}
.fixediwhatsapp {position: fixed;
    left:18px;
    bottom: 25px;
    z-index: 99;
}
.fixediwhatsapp i {margin-right: 8px;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #25D366;
    text-align: center;
    line-height: 45px;
}
/*inner page start*/
.inner-banner {position: relative;	
	padding:100px 0px 100px 0;
	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:rgb(0 0 0 / 70%);
}
.innerbanner-text h1 {margin: 0px;
    color: #fff;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom:0;
    margin-top: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li {color: #fff;font-size: 16px; letter-spacing: 0.2px;}
.breadcrumb > .active, .breadcrumb > li a:hover {color:#e40000;}
.breadcrumb > li + li:before {color:#fff;
    content:"/";
    padding: 0 10px;
}
.innerpage-section {padding:70px 0px;}
.about-image img {border-radius:10px;}
.bg-grey {background-color: #f6f6f6;border-top: 1px solid #ddd;}
/*service page start*/
.service-dark {border:1px solid rgb(55 53 53 / 20%);}
.service-dark .service-detail h3, .service-dark .service-detail p{color:#000;}
.service-side-bar {padding:40px 30px;background-color: #eff4fb;margin-bottom:25px;}
.service-side-bar ul {margin-bottom:0;}
.service-side-bar ul li {border-bottom: 1px solid #ddd;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
}
.service-side-bar ul li:first-child {padding-top:0;}
.service-side-bar ul li:last-child {padding-bottom:0;border-bottom:0;}
.service-side-bar ul li img {width:45px;margin-right: 15px;display: inline-block;
    vertical-align: middle;
}
.service-side-bar ul li h4 {display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin:0;
}
.service-side-bar ul li.active h4 {color:#e40000;}
.sub-heading h3, .sub-heading h2 {margin-top:0;
    text-transform: capitalize;
    font-weight:700;
    font-size: 28px;
    letter-spacing: 0.6px;
}

.service-detail-wrap p {font-size: 16px;line-height: 28px;font-weight: 400;}
.service-detail-wrap h4 {font-weight:700;font-size:20px;}
.image-wrap img {border-radius:8px;}
.list2 {padding-left:20px;}
.list2 li {font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
/* contact page start*/
.subhd {color:#e40000;font-weight: 700;}
.contact-info-item {text-align: center;margin-bottom:30px;}
.contact-info-item i {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    font-size: 30px;
    padding: 14px 0px 0px;
    border: 3px solid #e40000;
    margin: 0px 0px 12px;
    position: relative;
    color:#e40000;
    background-color:#fff;
}
.contact-info-item i:after {
    content: '';
    background: url(../img/line-shape.png);
    left: 62px;
    width: 325px;
    height: 18px;
    top: 20px;
    position: absolute;
}
.contact-info-wrap ul li:last-child .contact-info-item i:after { content: none;}
.contact-info-item h5 {
    color: #e40000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.contact-info-item p {font-size: 17px;padding: 0 15px;}
.contact-field {margin-top: 50px;text-align: center;}
.contact-field .form-control {
    height:55px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    border-radius: 5px;
    color:#818181;
    text-transform: uppercase;
    letter-spacing:0.5px;
}
textarea.form-control {height:auto !important;}
.trigger-more {color:rgba(255,255,255,.25);
    text-transform: capitalize;
    top: 20px;
    position: relative;
    left:53px;
    font-size: 10px;
}
.trigger-more:hover, .trigger-more:focus, .trigger-more:active {color:rgba(255,255,255,.5);} 
.trigger-more.collapsed:after {
    content:"\f067";
}
.trigger-more:after {
    font-weight: 400;
    padding-left: 5px;
    font-family:'FontAwesome';
}
.trigger-more:not(.collapsed):after {
    content: "\f068";
}
.title-list {border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 10px 0;
    margin-top: 10px;
}
.title-list h3 {
   color:rgb(255 255 255 / 80%);
    margin: 0px;
    font-size: 13px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
}
.title-list h3:after {
    content: '|';
    left: 7px;
    position: relative;
}
.title-list h3:last-child:after {
    content: inherit;
    display: none;
}
/*==========Media Query================*/
@media screen and (min-width: 991px) and (max-width: 1250px) {
    .contact-info-item i::after {width: 260px;}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .service-detail h3 {min-height: 52px;}
}
@media(max-width:992px) {
    .contact-info-item i::after {width:185px;}
    .container {width: 100%;}
    .form-wrap {margin-top:30px;margin-left: 0;}
    .welcome-section {overflow: hidden;}
}
@media(min-width:769px){
	ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	 .dropdown-menu {-webkit-transform: scale(1, 0);display: block;}
	.navbar-nav > li > a {padding-top:40px;padding-bottom:40px;}
    .affix .navbar-nav > li > a {padding-top:25px;padding-bottom:25px;}
    .navbar-default .navbar-nav > .active > a:after {
    content: "";
    height:3px;
    background:#e40000;
    width: calc(100% + 2px);
    position: absolute;
    bottom: 0;
    left: -1px;}
    .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
    width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;}
}
@media(max-width:769px){
    .navbar-toggle {margin-top:18px;}
	.navbar-default .navbar-toggle {border-color:#e40000;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#e40000;}
    .navbar-toggle .icon-bar {width:30px;height:4px;border-radius: 3px;-webkit-transition: all 0.2s;
	transition: all 0.2s;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:transparent;}
	.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;}
	.contact-info-item i:after { content: none;}
    .heading-style h2 {font-size:30px;}
}
@media(max-width:580px){
    .inner-banner {padding: 70px 0px;}
}
@media(max-width:480px){
    .tpcont-detail li {font-size: 13px;padding: 0 12px;}
    .tpcont-detail li:after {right: -2px;top: 3px;}
    .navbar-brand > img {width: 200px;}
    .service-side-bar ul li img {width: 28px;}
    .service-side-bar {padding: 20px 20px;}
}
@media(max-width:420px){
.tpcont-detail li {padding: 0 5px;}
}



