/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
body {
    font-family: 'Nunito', sans-serif;
    background: #fafafa;
}



a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.top-header {
    background:#16151F;
}
.icon {
    display: flex;
    align-items: center;
}
.customerType {
    list-style: none;
    margin: 0;
    padding: 0;
}
.customerType li {
    display: inline-block;
}
.icon i {
    color: #FF5E14;
    margin-right: 10px;
}
#socailicon {
    margin-right: 38px;
}
.socailRight i {
    color: #FF5E14;
    margin-right: -9px;
}
.navbar{
    background: #fff !important;
}
.logo_text p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: #111;
}
.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background:#16151F;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background:#16151F;
    color:#fff;
}
.dropdown-menu a{
    color:#fff;
} 
.navbar .nav-item .nav-link {
    color: #0E0D14 ;

    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    
}
.heading-title {
    color: #FF5E14;
    font-family: "Titillium Web", Sans-serif;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 2px;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.customerType li {
    margin-left: 10px;
}
.customerType li a {
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
}
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}



/* ---------------------------------------------------
body
----------------------------------------------------- */


.sliderImg{background: url(../../assets/img/bg-people-1.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    height: auto;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
}
.sliderImg h1 {
    color: #FFFFFF;
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.3em;
    float: right;
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 20px 36px 20px;
}
.sliderImg p {
    float: right;
    margin-top: 0px;
    margin-bottom: 0;
    max-width: 60%;
    padding: 0 163px;
    color: #FFFFFF;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}

.car-button-wrapper {
    float: right;
    display: block;
    width: 48%;
    margin-top: 50px;
}
.car-button-link {
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    fill: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
    color: #FFFFFF;
    background-color: #02010100;
    border-color: #FFFFFF;
}
.car-button-text {
    margin-right: 19px;
}
.car-button-link:hover {
   
    color: #FFFFFF;
    background-color: #FF5E14;

    border-color: #FF5E14;
}
.appointment {
    font-size: 16px !important;
    line-height: 10px !important;
    background-color:#FF5E14;
    font-weight: 700 !important;
    padding: 15px 25px;
    color: #fff !important;
    border-radius: 5px;
}
.contact-form-two {
    position: relative;
    background-color: rgba(0,0,0,0.03);
    padding: 50px 40px;
}
.contact-form-two .title-box {
    position: relative;
    margin-bottom: 30px;
}
.contact-form-two .title-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #dc3545;
    margin-bottom: 10px;
    font-weight: 500;
}
a, a:hover, a:focus {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #777777;
    margin: 0;
}
.contact-form-two .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contact-form-two .form-group input[type="date"], .contact-form-two .form-group input[type="datetime-local"], .contact-form-two .form-group input[type="month"], .contact-form-two .form-group input[type="time"], .contact-form-two .form-group input[type="text"], .contact-form-two .form-group input[type="email"], .contact-form-two .form-group input[type="url"], .contact-form-two .form-group input[type="number"], .contact-form-two .form-group textarea, .contact-form-two .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    font-weight: 400;
    height: 50px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form-two .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../../assets/img/icon-select.png) right center no-repeat;
}
#myModal .modal-dialog {
    max-width: 792px;
    margin: 1.75rem auto;
}

.contact-form-two .form-group button {
    text-transform: capitalize;
    padding: 10px 25px;
    line-height: 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #156f89;
    padding: 15px 35px;
    font-weight: 700;
    overflow: hidden;
}
.aboutus {
    background: #fcfcfc;
    padding: 90px 0px 50px 0px;
}

.aboutusContainer {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
    padding: 71px 60px;
}
.aboutus .car-button-link,.washingsection .car-button-link{
    color: #000;
    border-color: #FF5E14;
}
.aboutus .car-button-link:hover, .washingsection .car-button-link:hover {
    color: #FFFFFF;
}
.washingcar {
    margin-top: 84px;
}
.aboutus .car-button-wrapper {
    float: left;
    display: block;
    width: 100%;
    margin-top: 23px;
}

.aboutus_heading .header {
    font-size: 67px;
    font-weight: 800;
    color: #2c2d2e;
    padding: 17px 0;
    text-transform: uppercase;
    font-family: PT Sans,Helvetica,Arial,sans-serif;
}
.aboutus_heading p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    color: #2c2d2e;
}

.washingsection {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    background: #fcfcfc;
    /* color: #fff; */
}
.washingsection_boxContainer{box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
padding: 74px;}
.washing .subheader {
    margin-bottom: 10px;
    font-family: 'Barlow Semi Condensed', serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #FF5E14;
}
.washing .subheader::before {
    width: 60px;
    margin-right: 20px;
    position: relative;
    top: -5px;
    border-top: 1px solid #FF5E14;
    border-color: #E81C2E;
    border-color: #FF5E14;
    content: "";
    display: inline-block;
}
.washing .header {
    font-size: 35px;
    font-weight: 800;
    color: #19191B;
    padding: 17px 0;
}
.washing p {
    font-size: 15px;
    line-height: 1.8em;
    /* font-family: var(--font-main), sans-serif; */
    font-weight: 400;
    color: #000;
    padding-bottom: 20px;
}
.washing .callheader {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}
.washing .callheader span {
    color: #FF5E14;
}
.washing .car-button-wrapper, .elit .car-button-wrapper {
    float: left;
    display: block;
    width: 100%;
    margin-top: 33px;
}

.washingcar img, .elitcar img ,.about img{
    width: 100%;
    height: auto;
}
.elitcarBody {
    padding: 50px 0px 50px 0px;
    background: #fcfcfc;
}

.elitcarBody_boxContainer{box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
padding: 74px;}
.elit .subheader {
    line-height: 28px;
    letter-spacing: 0px;
    position: relative;
    font-size: 35px;
    font-weight: 800;
    padding: 17px 0;
    text-transform: uppercase;
}
.elitcar {
    margin-top: 20px;
}
.elit p, .elit a {
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 13px;
    visibility: visible;
    font-size: 15px;
    display: inline-flex;
    color: #000;
border-color: #FF5E14;
}

.elitcarbodycheck {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elitcarbodycheck li a i {
    color: #79bd8f;
    margin-right: 5px;
}

.subheader::before {
    position: absolute;
    background: #FF5E14;
    width: 67px;
    height: 2px;
    content: "";
    left: 0;
    top: 62px;
}
.BodyContent {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 padding: 50px 0px 50px 0px;
background: #fcfcfc;
}
.BodyContent_boxshadow {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
    padding: 74px;
}
.bcar-heading-title {

    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 50px 10px;
}
.car-heading-title {
    font-size: 20px;
    font-weight: 500;
    margin:0;
}
.imgbtw {
    display: flex;
    justify-content: space-between;
}
.car-widget-container img {
    width: 100%;
}

.firstimg {
    margin-right: 5px;
}
.right-content p {
    color: #BDBDBD;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}
.pp-info-list-icon.pp-icon {
    margin-right: 10px;
    color: #FF5E14;
}
.car-info-list-title {
   
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5em;
}
.pp-infolist-icon-wrapper {
    margin-bottom: 19px;
}
.pp-info-list-icon.pp-icon {
    margin-right: 10px;
}
.carbutton{float: left;}
.car-info-list-description {
    color: #BDBDBD;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin-left: 27px;
    margin-top: 5px;
}
.secondbarHeading {
    color: #16151F;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3em;
}
.marginBotton {
    margin-bottom:10px;
}
.BodysecondPart {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    background: #fcfcfc;
}

.BodysecondPart_boxshadow {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
    padding: 34px 74px;
}
.wedocontent p {
    color: #656565;
    color: #656565;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}
.gallaryContent {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0 40px 0 40px;
	margin-top: 17px;
}
.gallaryContent p {
    line-height: 22px;
    font-size: 14px;
    margin: 0 auto;
}

.gallaryContent h4 {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3em;
}
.imggallary {
    padding: 0;
}
.imggallary img {
    width: 100%;
    height: auto;
    margin: 25px 0;
}

.gallarySecond h4 {
    color: #0E0D14;
}
.gallarySecond p {
    color: #656565;
}

#Schedule {
    padding: 50px 0px 50px 0px;
    background: #fcfcfc;
}
.Schedule_boxshadow {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
    padding: 34px 74px;
}
.img-schedule img {
    width: 100%;
    height: auto;
}
.img-schedule {
    margin-top: 66px;
}
.schedule-heading p.schedule-p {
    color: #180f0fb3;
    font-size: 42px;
    /* font-weight: 300; */
}
.schedule-heading span {
    color: #c62f2d;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 0px;
}
.schedule-heading p {
    color: #8d98a1;
    font-size: 14px;
    line-height: 1.5em;
}
#Schedule .button, #Schedule .button2 {
    margin-top: 15px;
} 
#Schedule .button a  {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #ffffff;
    background-color: #c62f2d;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 44px 19px 44px;
    text-decoration: none;
}
#Schedule .button2 a {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #ffffff;
    background-color: #1b242b;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 44px 19px 44px;
    text-decoration: none;
}
.fixdBackGround {
    background: url(../../assets/img/fiexd.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    height: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 120px 0px;
}
.fiexdbackstyle{
    position:   relative;
}
.backoverlay {
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.fixdBackGround .weprovide {
    text-align: center;
    margin: 0 auto;
}
.fixdBackGround .car-heading {
    color: #FF5E14;
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5em;
}
.fixdBackGround .car-heading-title {
    color: #FFFFFF;
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3em;
}
.fixdBackGround .Questions {
    color: #FFFFFF;
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
}
.footer {
    background: #0E0D14;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 20px 0px;
}

.carfooter-heading-title,.carfooter-heading-title2 {
    color: #FFFFFF;
    font-family: "Titillium Web", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 2.5px;
}
.carfooter-heading-title2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.carfooter-heading-title2::after {
    position: absolute;
    content: "";
    background: #FF5E14;
    width: 42px;
    height: 3px;
    left: 0;
    top: 40px;
    right: 0;
}
.carfooter-widget-container h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.carfooter-widget-container p {
    color: #BDBDBD;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
}
.quickLink,.information,.usefullink {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 28px;
}
.quickLink li a,.information li a,.usefullink li a {
    color: #BDBDBD;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.5em;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.googleMapToggleBtn {
    background: #FF5E14;
    color: #fff;
    float: ;
    font-weight: 800;
}
.googleMapToggleBtn.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.copyright p {
    text-align: center;
    margin: 18px auto;
}