html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    overflow-x: hidden;
}


/*header section*/

.ribbon {
    width: 158px;
    height: 171px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #0003f6;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
      z-index: 10;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
right: -26px;
    top: 41px;
  transform: rotate(-45deg);
}

.top-header {
    background-color: #000000;
    padding: 5px 0;
  }

  
  .offer-carousel {
    overflow: hidden;
    position: relative;
    height: 30px;
  }
  
  .offer-item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    font-size: 21px;
  }
  .offer-item a {
      text-decoration:none;
      color:#fff !important;
      cursor:pointer;
  }
  
  .offer-item.active {
    opacity: 1;
  }
  
  @media (max-width: 767px) {
    .offer-carousel {
      font-size: 14px;
    }
  }

  
@media (max-width: 767px) {
    .ribbon {
    width: 158px;
    height: 169px;
    overflow: hidden;
    position: absolute;
}
    .ribbon-top-left {
    top: -55px;
    left: -64px;
    z-index: 10000;
}


.ribbon-top-left span {
    right: -32px;
    top: 75px;
    transform: rotate(314deg);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 177px;
    padding: 10px 0;
    background-color: #0003f6;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 12px / 1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}
  .offer-item {

    font-size: 12px;
  }
}  

/*nav bar menu section*/

header {
    position: relative;
    background-size: cover;
    background-color: #fff;
    background-position: center;
    min-height: 78px;
    border-bottom: 1px solid #f5f5f5;
}

.overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ed222a !important;
    background-color: transparent;
}


/*drop down */

.submenu {
    overflow-y: scroll;
    height: 500px;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown button {
    border: none;
    padding: 8px 13px;
    background: none;
    color: #666 !important;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    padding-top: 25px;
    margin-bottom: 20px;
}

.dropdown button a {
    color: #666;
    text-decoration: none !important;
}

.dropdown button a:hover {
    color: #ed222a !important;
    text-decoration: none !important;
}

.dropdown button a:active {
    color: #666;
    text-decoration: none !important;
}

.dropdown button a:focus {
    color: #666;
    text-decoration: none !important;
}

.dropdown:hover button {
    background: none;
    color: #333;
}

.dropdown div a {
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown div a:hover {
    background: #ed222a;
    color: #fff;
}

.dropdown div {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    visibility: hidden;
    position: absolute;
}

.dropdown:hover div {
    visibility: visible;
}


/*//drop down */

.navbar-nav>li>a {
    line-height: 42px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
}

.shrink-nav {
    color: #000 !important;
    top: 0px;
    background-color: #fff !important;
    position: fixed;
    min-height: 78px;
    box-shadow: 0 1px 3px rgba(221, 221, 221, 0.7);
    z-index: 999 !important;
}

.shrink-nav .navbar-nav>li>a {
    color: #000 !important;
    line-height: 24px;
}

@media (max-width: 767px) {
    .navbar-nav>li>a {
        line-height: 20px;
    }
    .navbar-brand {
        padding: 7px 15px;
    }
    .navbar-brand img {
        width: 144px;
    }
}

.overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: transparent;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav>li>a {
    padding-top: 25px;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.navbar-default .navbar-nav>li>a {
    color: #666 !important;
    font-size: 17px;
    font-weight: 500;
}

.navbar-brand img {
    width: 120px;
    padding-top: 5px;
}

.shrink-nav {
    top: 0px;
    background-color: #fff;
    position: fixed;
}

.navbar-nav>li>a {
    color: #000 !important;
    line-height: 24px;
}

@media(max-width:767px) {
    .navbar-nav>li>a {
        line-height: 20px;
    }
    .navbar-brand {
        padding: 7px 15px;
        img {
            width: 144px;
        }
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #2E368F !important;
    background: none;
}


/*//nav bar menu section*/


/*//header section*/


/*banner section*/


/*CAROUSEL*/

.banner-inf-1 {
    font-weight: 600;
    font-size: 48px;
    text-align:start;
}

.banner-inf-2 {
    font-weight: 200;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.main-text {
    position: absolute;
    top: 200px;
    width: 98.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em;
}

.carousel-btns .btn {
    width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-inner {}

.carousel-inner img {
    background-size: cover;
   
    width: 100%;
}


/*CONTROL*/

.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 47%;
    right: 0;
    z-index: 5;
    display: inline-block;
    background-color: #000;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 1px;
    border: 2px solid #fff;
    opacity: .8;
}

.carousel-indicators .active {
    background-color: #ec1e26 !important;
    border-color: #ec1e26 !important;
}

.carousel-indicators {
    position: absolute;
    top: 88%;
    left: 75%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left,
.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
    right: 30px;
}

.btn-change7 {
    width: 180px;
    height: 50px;
    background: #ec1e26;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    float: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #fff inset;
    margin-top: 30px;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none !important;
}

.btn-change7:hover {
    box-shadow: 180px 0 0 #fff inset;
    color: #ec1e26 !important;
    border: none !important;
}
@media(max-width:1198.98px){
    .carousel-caption {
        bottom: -127px;
       
    }
}

/*//banner section*/


/*appoinment*/

.appoinement-bg {
    background-color: #fff;
    min-height: 100px;
    margin-top: -50px;
    border-radius: 100px;
    box-shadow: 0 1px 3px rgba(221, 221, 221, 0.7);
    z-index: 4;
}

.appoiment-text-1 {
    color: #666;
    font-size: 21px;
    text-align: center;
    padding-top: 32px;
    font-weight: 500;
}

.inp1 {
    width: 100% !important;
    height: 40px;
    margin-top: 30px;
    padding-left: 10px;
    border: 1px solid #DFDFDF;
    outline: none !important;
    border-radius: 3px;
}

.inp2 {
    width: 100% !important;
    height: 40px;
    margin-top: 30px;
    padding-left: 10px;
    border: 1px solid #DFDFDF;
    outline: none !important;
    border-radius: 3px;
}

.inp3 {
    width: 100% !important;
    height: 40px;
    margin-top: 30px;
    padding-left: 10px;
    border: 1px solid #DFDFDF;
    outline: none !important;
    border-radius: 3px;
}

.inp4 {
    width: 100% !important;
    height: 40px;
    margin-top: 30px;
    padding-left: 10px;
    border: 1px solid #DFDFDF;
    outline: none !important;
    border-radius: 3px;
    padding-top: 9px;
}

.btn-change8 {
    width: 15%;
    height: 43px;
    background: #ec1e26;
    color: #fff !important;
    border-radius: 50px;
    border: none;
    float: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #333 inset;
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none !important;
}

.btn-change8:hover {
    box-shadow: 180px 0 0 #333 inset;
    color: #fff !important;
    border: none !important;
}
.btn-wrapper{
    text-align: center;
    display: flex;
    justify-content: center;
}

/*//appoinment*/


/*about section*/

.about-text-1 {
    font-size: 35px;
    font-weight: 600;
    padding-top: 75px;
    color: #333;
}

.about-texth1 {
    font-size: 28px;
    font-weight: 600;
    /*padding: 40px 0 20px;*/
    color: #333;
}

.about-texth2 {
    font-size: 23px;
    font-weight: 600;
    padding-top: 25px;
    color: #333;
}


/* .about-text-1::before {
    position: absolute;
    float: left;
    content: "";
    background: #ccc;
    width: 40px;
    height: 2px;
    margin-top: 66px;
} */

.about-text-2 {
    color: #666;
    font-size: 16px;
    padding-top: 20px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
}

.btn-change9 {
    width: 180px;
    height: 50px;
    background: #ec1e26;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    float: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #333 inset;
    margin-top: 30px;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none !important;
    border-radius: 50px;
    padding-top: 5px;
}

.btn-change9:hover {
    box-shadow: 180px 0 0 #333 inset;
    color: #fff !important;
    border: none !important;
}

.image-featuers img {
    width: 80px;
    margin-top: 77px;
}

.plus1 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-top: 78px;
}

.plus2 {
    color: #666;
    font-size: 23px;
    line-height: 10px;
}


/*//about section*/


/*paralax section*/

.paralax-sec {
    background-image: url(../img/paralax.webp);
    min-height: 300px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 80px;
}

.paralaxtext {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    padding-top: 87px;
    line-height: 40px;
}

.paralaxtext2 {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
}

.paralaxtext2-1 {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    line-height: 30px;
}

.btn-change10 {
    width: 180px;
    height: 50px;
    background: #ec1e26;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    float: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #fff inset;
    margin-top: 30px;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none !important;
    padding-top: 5px;
}

.btn-change10:hover {
    box-shadow: 180px 0 0 #fff inset;
    color: #ec1e26 !important;
    border: none !important;
}


/*//paralax section*/


/*services sections*/

.services-name {
    font-size: 35px;
    font-weight: 600;
    padding-top: 115px;
    color: #333;
    text-align: center;
    padding-top: 70px !important;
}

.img-underline img {
    padding-top: 3px;
}

.services-name2 {
    color: #666;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 17px;
    line-height: 25px;
}

.service-box-content1 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding-top: 200px;
}

.service-box-content2 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 10px;
}

.image-box-srvs1 {
    background-image: url(../img/services-inner/carwashindubai.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 70px;
}

.image-box-srvs2 {
    background-image: url(../img/services-inner/3.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 70px;
}

.image-box-srvs3 {
    background-image: url(../img/services-inner/19.jpg);
    min-height: 260px;
    background-size: cover;
    margin-top: 70px;
}

.image-box-srvs4 {
    background-image: url(../img/services-inner/headlightpolishdubai.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
}

.image-box-srvs5 {
    background-image: url(../img/services-inner/nano-ceramic-of-cars-dubai.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
    background-position: right;
}

.image-box-srvs6 {
    background-image: url(../img/services-inner/car-oil-change-service.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
    background-position: center;
}

.image-box-srvs7 {
    background-image: url(../img/services-inner/car-polishing-dubai.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
}

.image-box-srvs8 {
    background-image: url(../img/services-inner/16.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
}

.image-box-srvs9 {
    background-image: url(../img/services-inner/car-steam-wash.webp);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
}

.image-box-srvs10 {
    background-image: url(../img/services-inner/20.jpg);
    min-height: 260px;
    background-size: cover;
    margin-top: 30px;
}

.second-paralax {
    background-image: url(../img/paralax2.webp);
    height: 470px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 90px;
}

.llc-name {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    padding-top: 120px;
    text-transform: uppercase;
}

.llc-name::before {
    position: absolute;
    top: 95px;
    left: 629px;
    float: left;
    content: "";
    background: #ec1e26;
    width: 70px;
    height: 2px;
    margin-top: 35px;
}

.fast-llc1 {
    color: #fff;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    padding-top: 30px;
}

.fast-llc3 {
    color: #fff;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    padding-top: 30px;
}

.fast-llc2 {
    color: #fff;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    padding-top: 5px;
}


/*inner pages services*/

.name-services-iiner1 {
    font-size: 35px!important;
    font-weight: 600;
    padding-top: 40px;
    color: #333;
}

.name-services-iiner3 {
    font-weight: 600;
    padding-top: 40px;
    color: #333;
}

.name-services-iiner1::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ed222a;
    margin-left: 12px;
    margin-top: 24px;
}

.name-services-iiner1-min {
    font-size: 25px;
    font-weight: 600;
    padding-top: 60px;
    color: #333;
}

.name-services-iiner2 {
    color: #666;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
}

.img-inner-srvss img {
    width: 100%;
    margin-top: 50px;
    border-radius: 10px;
    
    margin-bottom: 24px;
}

.head-inner-text-sevs-1 {
    font-size: 17px;
    font-weight: 600;
    padding-top: 50px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.head-inner-text-sevs-1-8 {
    font-size: 17px;
    font-weight: 600;
    padding-top: 20px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.content-inner-text-sevs-1 {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
}

.content-inner-text-sevs-2 {
    color: #666;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    line-height: 30px;
}

.name-services-iiner2-3 {
    font-size: 25px;
    font-weight: 600;
    padding-top: 50px;
    color: #333;
}

.content-inner-text-sevs-1-3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 20px;
}


/*//inner pages services*/


/*//services sections*/


/*clint section*/


/*//clint section*/


/*footer section*/

.footer-bg {
    background-image: url(../img/footer.webp);
    min-height: 430px;
    /* margin-top: 80px; */
    background-position: bottom;
}

.footer-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 36, 36, 0.97);
}

.footer-head1 {
    color: #ABABAB;
    font-size: 22px;
    font-weight: 600;
    padding-top: 50px;
}

.footer-head1::before {
    position: absolute;
    float: left;
    content: "";
    background: #ec1e26;
    width: 70px;
    height: 2px;
    margin-top: 32px;
}

.footer-head2 {
    color: #ABABAB;
    font-size: 22px;
    font-weight: 600;
    padding-top: 50px;
}

.footer-head2::before {
    position: absolute;
    float: left;
    content: "";
    background: #ec1e26;
    width: 70px;
    height: 2px;
    margin-top: 32px;
}

.name-one-head {
    color: #ABABAB;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 25px;
}

.name-one-head a {
    color: #ABABAB;
}

.name-one-head a:hover {
    color: #fff;
    text-decoration: none !important;
}

.name-one-head a:active {
    color: #fff;
    text-decoration: none !important;
}

.name-one-head a:focus {
    color: #fff;
    text-decoration: none !important;
}

.name-one-head2 {
    color: #ABABAB;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 2;
}

.name-one-head2 a {
    color: #ABABAB;
}

.name-one-head2 a:hover {
    color: #fff;
    text-decoration: none !important;
}

.name-one-head2 a:active {
    color: #fff;
    text-decoration: none !important;
}

.name-one-head2 a:focus {
    color: #fff;
    text-decoration: none !important;
}


/*social icons*/

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    margin-top: 10px;
}


/*
    Multicoloured Hover Variations
*/

#social-fb {
    color: #ABABAB;
    font-size: 20px !important;
}

#social-tw {
    color: #ABABAB;
    font-size: 20px !important;
}

#social-gp {
    color: #ABABAB;
    font-size: 20px !important;
}

#social-em {
    color: #ABABAB;
    font-size: 40px !important;
}

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-em:hover {
    color: #f39c12;
}


/*//social icons*/

.footer-inp1 {
    position: relative;
    display: block;
    width: 85%;
    line-height: 24px;
    padding: 8px 16px;
    height: 40px;
    color: #cccccc;
    font-size: 14px;
    border-radius: 3px;
    background: #333333;
    border: none;
    outline: none !important;
    margin-top: 40px;
}

.footer-inp2 {
    position: relative;
    display: block;
    width: 85%;
    line-height: 24px;
    padding: 8px 16px;
    height: 40px;
    color: #cccccc;
    font-size: 14px;
    border-radius: 3px;
    background: #333333;
    border: none;
    outline: none !important;
    margin-top: 10px;
}

.footer-inp3 {
    position: relative;
    display: block;
    width: 85%;
    line-height: 24px;
    padding: 8px 16px;
    height: 50px;
    color: #cccccc;
    font-size: 14px;
    border-radius: 3px;
    background: #333333;
    border: none;
    outline: none !important;
    margin-top: 10px;
}

.btn-footer-btn {
    background-color: #ec1e26;
    width: 150px;
    color: #fff;
    height: 40px;
    margin-top: 10px;
    outline: none !important;
}

.btn-footer-btn:hover {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.btn-footer-btn:active {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.btn-footer-btn:focus {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.footer-line {
    height: 1px;
    background-color: #333;
    margin-top: 40px;
}

.footer-reg {
    color: #ABABAB;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 21px;
}

.footer-reg2 {
    color: #ABABAB;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-top: 21px;
    float: right;
}


/*//footer section*/


/*bottom to scroll*/


/*whatsapp icon*/

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 252px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding-top: 1px;
}

.my-float {
    margin-top: 7px;
    color: #fff !important;
}


/*//whatsapp icon*/


/*phone icon*/

.float2 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 197px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.my-float2 {
    margin-top: 8px;
    color: #fff !important;
}


/*//phone icon*/


/*MAP icon*/

.float3 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 140px;
    right: 30px;
    background-color: #ec1e26;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding-top: 5px;
    text-decoration: none !important;
}

.my-float3 {
    margin-top: 8px;
    color: #fff !important;
}


/*//MAP icon*/


/*scroll section*/

#back-to-top {
    position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    background-color: #ec1e26;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 50px;
    font-size: 20px;
}

#back-to-top:hover {}

#back-to-top.show {
    opacity: 1;
}


/*//bottom to scroll*/


/*video popup section*/

.vido-btn img {
    width: 80px;
    margin-top: 180px;
    opacity: 0.8;
    transition-duration: 2s;
    cursor: pointer;
}

.vido-btn img:hover {
    background: #ec1e26;
    border-radius: 100%;
}

.video-ppp {
    width: 600px;
    height: 470px;
    background-color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    display: none;
    z-index: 999;
}

.close-thish {
    color: #fff;
    font-size: 17px;
    float: right;
    padding-top: 10px;
    cursor: pointer;
}


/*//video popup section*/


/*inner pages section start hear*/


/*about us page*/

.innee-banner-bg {
    background-image: url(../img/about-inner2-sample3.webp);
    min-height: 350px;
    background-size: cover;
    background-position: bottom;
}

.inner-about-head {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 130px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.7;
}

.inner-about-head2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    opacity: 0.7;
    font-weight: 600;
}

.inner-about-head2 a {
    color: #fff;
}

.inner-about-head2 a:hover {
    color: #ed222a;
    text-decoration: none;
}

.inner-about-head2 a:active {
    color: #ed222a;
    text-decoration: none;
}

.inner-about-head2 a:focus {
    color: #ed222a;
    text-decoration: none;
}

.about-botom-head-1 {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    padding-top: 80px;
}

.about-botom-head-1::before {
    width: 50px;
    height: 2px;
    background-color: #ccd7e1;
    position: absolute;
    content: "";
    margin-top: 50px;
}

.about-botom-head-2 {
    color: #ed222a;
    font-size: 18px;
    padding-top: 30px;
    font-weight: 500;
}

.about-botom-head-3 {
    color: #666;
    font-size: 16px;
    padding-top: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
}

.about-botom-head-4 {
    color: #666;
    font-size: 16px;
    padding-top: 40px;
    font-family: 'Lato', sans-serif;
}

.about-botom-head-5 {
    color: #666;
    font-size: 16px;
    padding-top: 5px;
    font-family: 'Lato', sans-serif;
}

.btn-change11 {
    width: 180px;
    height: 50px;
    background: none;
    border: 1px solid #2E368F;
    color: #2E368F !important;
    border-radius: 50px;
    float: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #2E368F inset;
    margin-top: 50px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
    outline: none !important;
}

.btn-change11:hover {
    box-shadow: 180px 0 0 #2E368F inset;
    color: #fff !important;
}

.imge-one {
    margin-top: 80px;
}

.imge-two {
    margin-top: 30px;
}

.paralax-sec2 {
    background-image: url(../img/paralax3.webp);
    min-height: 470px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 80px;
}

.team-image img {
    width: 100%;
    margin-top: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.white-box1 {
    background-color: #fff;
    min-height: 58px;
    box-shadow: 0 1px 3px rgba(221, 221, 221, 0.8);
}

.name-of-this {
    font-size: 17px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #666;
}

.space {
    margin-top: 50px;
}


/*//about us page*/


/*services page*/


/*//services page*/


/*gallery page*/

.align-portfolio-grid {
    margin-top: 70px;
}


/*//gallery page*/


/*contact page*/

.map {
    border: 0 !important;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    height: 450px;
}


/*close*/

.white-contact-bg {
    background-color: #fff;
    min-height: 470px;
    margin-top: -120px;
    box-shadow: 0 0px 7px rgba(221, 221, 221, 0.7);
}

.white-contact-bg2 {
    background-color: #103f6e;
    min-height: 470px;
    margin-top: -120px;
    box-shadow: 0 0px 7px rgba(221, 221, 221, 0.7);
    overflow: hidden;
}

.white-contact-bg2::before {
    background-image: url(../img/after-contact.png);
    position: absolute;
    content: "";
    width: 140px;
    height: 160px;
    float: right;
    right: 0;
    bottom: 0;
}

.sen-head1 {
    color: #333;
    font-size: 25px;
    font-weight: 500;
    padding-top: 30px;
}

.contact-mail img {
    width: 50px;
    float: right;
    padding-top: 27px;
}

.inp-cn-pge1 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none !important;
}

.inp-cn-pge2 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none !important;
}

.inp-cn-pge3 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none !important;
    margin-top: 35px;
}

.btn-contact {
    width: 50px;
    height: 50px;
    background-color: #58ade7;
    border-radius: 50px;
    margin-top: 70px;
    float: right;
    color: #fff;
    outline: none !important;
    font-size: 30px;
    line-height: 7px;
}

.btn-contact:hover {
    background-color: #ec1e26;
    color: #fff;
    text-decoration: none !important;
}

.btn-contact:active {
    background-color: #ec1e26;
    color: #fff;
    text-decoration: none !important;
}

.btn-contact:focus {
    background-color: #ec1e26;
    color: #fff;
    text-decoration: none !important;
}

.btn-contact::before {
    width: 600px;
    height: 1px;
    background-color: #DFDFDF;
    content: "";
    position: absolute;
    float: left;
    left: 15px;
    margin-top: 13px;
}

.sen-head2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding-top: 30px;
    opacity: 0.8;
}

.sen-head3 {
    color: #fff;
    font-size: 20px;
    padding-top: 20px;
    opacity: 0.8;
}

.sen-head4 {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    padding-top: 3px;
    font-family: 'Lato', sans-serif;
}

.sen-head4 a {
    color: #fff;
}

.sen-head4 a:hover {
    color: #fff;
    text-decoration: none;
}

.sen-head4 a:active {
    color: #fff;
    text-decoration: none;
}

.sen-head4 a:focus {
    color: #fff;
    text-decoration: none;
}

.sen-head42 {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
}

.sen-head42 a {
    color: #fff;
}

.sen-head42 a:hover {
    color: #fff;
    text-decoration: none;
}

.sen-head42 a:active {
    color: #fff;
    text-decoration: none;
}

.sen-head42 a:focus {
    color: #fff;
    text-decoration: none;
}

.sen-head5 {
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
    opacity: 0.8;
}


/*//contact page*/


/*testimonials*/




/*promotion page*/

.img-promotion-text img {
    border-radius: 100%;
    margin-top: 90px;
    width: 215px;
}

.prcntg-txt {
    color: #333;
    font-size: 24px;
    margin-top: 115px;
    font-weight: 600;
    padding-left: 35px;
    font-family: 'Lato', sans-serif;
}

.prcntg-txt:before {
    width: 33px;
    height: 2px;
    background-color: #333;
    position: absolute;
    content: "";
    margin-top: 13px;
    left: 0;
}

.prcntg-txt2 {
    color: #333;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
    padding-left: 35px;
    font-family: 'Lato', sans-serif;
}

.side-bg-prmtn {
    background-image: url(../img/services-inner/10.jpg);
    min-height: 400px;
    margin-top: 85px;
    background-size: cover;
    z-index: -1;
}

.side-bg-prmtn::before {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
}

.side-bg-prmtn2 {
    background-color: #ec1e26;
    min-height: 400px;
    margin-top: 85px;
    padding: 0px 70px;
}

.text-rsg1 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-top: 145px;
}

.text-rsg2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.text-rsg2-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.text-rsg1-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding-top: 125px;
}

.pntg-size {
    font-size: 40px;
    font-weight: 400;
}

.background-promo {
    background-image: url(../img/promotions/5.jpg);
    background-size: cover;
    background-position: bottom;
    min-height: 450px;
    margin-top: 80px;
}

.oil-text1 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding-top: 145px;
    padding-bottom: 10px;
}

.oil-text2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding-top: 5px;
    opacity: 0.8;
}

.polish-main-img {
    border-radius: 10px;
}


/*google-review*/

.g-review-icon img {
    width: 40px;
    height: 40px;
}

.g-review-top-sec {
    display: flex;
}

.g-review-btm {
    display: flex;
    align-items: center;
}

.g-review-btm p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0px;
}

.google-reveiew-card {
    background-color: #f8f8f8;
    border: none;
    padding: 20px 15px;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.g-review-rating {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.g-review-name {
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: rgb(17, 17, 17);
}

.g-star {
    color: #fcbf02;
}

.g-review-btm .left p {
    font-size: 14px;
    line-height: 20px;
}

.g-review-profile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #9c2611;
}

.g-review-para {
    text-align: justify;
    margin-top: 20px;
}

.g-review-para p {
    color: #454545;
    font-size: 16px;
}

.g-title-section h1 {
    margin-bottom: 40px;
}

.google-reveiew-card a {
    text-decoration: none !important;
}

.g-review-btm .left {
    margin-left: 15px;
}

.polish-para-space {
    padding: 35px 24px;
}

.polish-head-space {
    padding-top: 20px;
}


/*video-popup*/

.client-section .client-video {
    object-fit: cover;
    width: 100%;
    padding: 20px;
}

.ind-client-video {
    position: relative;
}

.ind-client-video img {
    opacity: 0.8px !important;
}

.ind-client-video i {
    width: 60px;
    height: 60px;
    font-size: 28px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: #f7f7f7;
    background-color: #e52d33;
    cursor: pointer;
}

.ind-client-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}


/********faq********/

.faq-section {
    background: #f9f9f9;
    min-height: 54vh;
    padding: 4vh 0 0;
    padding-bottom:4vh;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-section .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float:left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #ed222a;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.faq-head {
    padding-top: 0 !important;
}

.ind-client-video__icon a {
    text-decoration: none;
}


/**/

.section-para-two {
    padding: 10px 18px !important;
}

.about-text-2 li {
    color: #666;
    font-size: 15px;
    padding-top: 15px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-box .feature-box-content {
    max-width: 100%;
}

.box-shadow-large,
.box-shadow-large-hover:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.text-extra-medium {
    font-size: 16px;
    line-height: 28px;
}

.font-weight-600 {
    font-weight: 600 !important;
}


/*benifit-section*/


/*.service-1 h1,*/


/*.service-1 h2,*/


/*.service-1 h3,*/


/*.service-1 h4,*/


/*.service-1 h5,*/


/*.service-1 h6 {*/


/*  color: #3e4555;*/


/*}*/

.bg-light {
    background-color: #f8f9fa !important;
}

.py-5 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.service-1 .font-weight-medium {
    font-weight: 600;
}

.service-1 .bg-light {
    background-color: #f4f8fa !important;
}

.service-1 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.service-1 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.service-1 .wrap-service1-box .card-body {
    padding: 40px;
}

.service-1 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.benifit-title-section .benifit-title-head {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.benifit-title-section .benifit-title-para {
    text-align: center;
    font-size: 15px;
    padding-bottom: 40px;
    color: #8d97ad;
}

.card-body,
.card-shadow {
    background-color: #ffffff;
}

.benifit-title-text {
    color: #333333;
    font-size: 16px;
}

.benifit-para {
    color: #5d5d5d;
    font-size: 15px;
}

.benifit-icon i {
    font-size: 40px;
    color: #ed222a;
}

@media (max-width: 767px) {
    .polish-main-img {
        padding: 0 20px;
    }
    .offer-banner img {
        width: 100%;
    }
}

.car-wash-main-img {
    padding: 35px 20px;
    opacity: 0.8;
}

.car-polish-point-list {
    padding-top: 0px !important;
}

.offer-banner {
    padding-top: 20px;
}

@media (min-width: 767px) {
    .offer-banner img {
        width: 100%;
        height: 500px;
        cursor: pointer;
    }
}

.seatclean {
    padding-top: 0px;
    font-size: 15px;
    font-family: Lato, sans-serif;
    color: #666;
    line-height: 30px;
}

.mthd {
    font-weight: 600;
}

.seatcleann {
    padding-top: 20px;
    font-size: 15px;
    font-family: Lato, sans-serif;
    color: #666;
    line-height: 30px;
}

.profe {
    margin-top: 620px;
}

@media (max-width:768px) {
    .profe {
        margin-top: 20px !important;
    }
}

.seat-cl {
  
    width: 100% !important;
}

.itt {
    line-height: 70px !important;
}

.best-val {
    margin-top: 620px;
}

@media(max-width:768px) {
    .best-val {
        margin-top: 0 !important;
    }
}


/*--------------------------------------------------------------
  ##  Icon Box
  --------------------------------------------------------------*/

.featured {
    padding-top: 32px;
}

.featured-seven {
    padding: 115px 0 50px;
}

.featured-eight {
    padding: 117px 0 90px;
}

.featured-eight .top-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.featured-eight .top-bg img {
    width: 100%;
}

.saaspik-icon-box-wrapper {
    margin-bottom: 30px;
}

.saaspik-icon-box-wrapper.style-one {
    margin-top: 16px;
}

.saaspik-icon-box-wrapper.style-one .saaspik-icon-box-icon {
    margin-bottom: 40px;
    height: 150px;
}

.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #fa7070;
}

.saaspik-icon-box-wrapper .saaspik-icon-box-icon {
    margin-bottom: 32px;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #fa7070;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content p {
    margin: 0;
}

.saaspik-icon-box-wrapper.style-two {
    margin-bottom: 88px;
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #fa7070;
}

.saaspik-icon-box-wrapper.style-three {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 40px 60px 0px rgba(79, 35, 35, 0.14);
    box-shadow: 0px 40px 60px 0px rgba(79, 35, 35, 0.14);
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 22;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
    width: 70px;
    margin-right: 30px;
    margin-bottom: 0;
}

.saaspik-icon-box-wrapper.style-three .pixsass-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.saaspik-icon-box-wrapper.style-three .pixsass-icon-box-content p {
    margin: 0;
}

.saaspik-icon-box-wrapper.style-four {
    border-radius: 4px;
    border: 1px solid #ece4e4;
    padding: 60px 40px 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.saaspik-icon-box-wrapper.style-four .layer {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.saaspik-icon-box-wrapper.style-four .saaspik-icon-box-icon {
    margin-bottom: 21px;
    height: 70px;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #fa7070;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content p {
    margin-bottom: 22px;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .more-btn {
    font-size: 35px;
    color: #bdb4b4;
    display: inline-block;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .more-btn:hover {
    color: #fa7070;
}

.saaspik-icon-box-wrapper.style-four:hover {
    -webkit-box-shadow: 0px 40px 60px 0px rgba(79, 35, 35, 0.14);
    box-shadow: 0px 40px 60px 0px rgba(79, 35, 35, 0.14);
}

.saaspik-icon-box-wrapper.style-four:hover .layer {
    top: 0;
}

.saaspik-icon-box-wrapper.style-five {
    -webkit-box-shadow: 0px 30px 60px 0px rgba(52, 27, 159, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(52, 27, 159, 0.1);
    padding: 45px 40px;
    background: #fff;
}

.saaspik-icon-box-wrapper.style-five .saaspik-icon-box-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #7052fb;
    color: #7052fb;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 42px;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 15px;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content p {
    margin-bottom: 35px;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn {
    color: #2b2350;
    font-weight: 500;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn i {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn:hover {
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn:hover i {
    padding-left: 3px;
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-five:hover .saaspik-icon-box-icon {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
    background: #7052fb;
    color: #fff;
}

.saaspik-icon-box-wrapper.style-six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.saaspik-icon-box-wrapper.style-six .saaspik-icon-box-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(52, 27, 159, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(52, 27, 159, 0.1);
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-right: 30px;
    background: #fff;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 15px;
    font-weight: 400;
    margin: 0;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content p {
    margin-bottom: 35px;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn {
    color: #2b2350;
    font-weight: 500;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn i {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn:hover {
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn:hover i {
    padding-left: 3px;
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-seven {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-icon {
    width: 60px;
    margin-right: 20px;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title {
    font-size: 20px;
    color: #081e39;
    font-weight: 600;
    margin-bottom: 13px;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title a {
    color: #081e39;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title a:hover {
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content p {
    color: #5e5b74;
    margin-bottom: 17px;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .read-more {
    color: #5e5b74;
    font-size: 16px;
    font-weight: 500;
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .read-more:hover {
    color: #7052fb;
}

.saaspik-icon-box-wrapper.style-eight {
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(64, 24, 47, 0.08);
    box-shadow: 0px 30px 50px 0px rgba(64, 24, 47, 0.08);
    text-align: center;
    padding: 40px 35px;
}

.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 15px;
}

.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #f97bc5;
}

.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content p {
    margin-bottom: 35px;
}

.saaspik-icon-box-wrapper.style-nine {
    margin-bottom: 90px;
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon {
    height: 70px;
    width: 70px;
    background: #fee4f4;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-two {
    background: #fcf5e3;
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-three {
    background: #efe9fe;
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-four {
    background: #eaf7eb;
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-five {
    background: #e4f8fd;
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-six {
    background: #ffeae7;
}

.saaspik-icon-box-wrapper.style-nine .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 10px;
}

.saaspik-icon-box-wrapper.style-nine .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #f97bc5;
}

.saaspik-icon-box-wrapper.style-ten {
    padding: 50px 40px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(1, 51, 32, 0.1);
    box-shadow: 0px 20px 60px 0px rgba(1, 51, 32, 0.1);
    text-align: center;
}

.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 15px;
}

.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content p {
    margin-bottom: 30px;
}

.saaspik-icon-box-wrapper.style-eleven {
    -webkit-box-shadow: 0 20px 50px 0 rgba(14, 3, 52, 0.1);
    box-shadow: 0 20px 50px 0 rgba(14, 3, 52, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 55px 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper.style-eleven .saaspik-icon-box-icon {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.saaspik-icon-box-wrapper.style-eleven .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 13px;
}

.saaspik-icon-box-wrapper.style-eleven .pixsass-icon-box-content p {
    color: #615f6b;
}

.saaspik-icon-box-wrapper.style-eleven:hover {
    background: #2c234d;
}

.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title {
    color: #fff;
}

.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title:hover {
    color: #f98e47;
}

.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #fff;
}

.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #f98e47;
}

.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content p {
    color: #c3c0d0;
}

.saaspik-icon-box-wrapper.style-twelve {
    padding: 40px 35px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon {
    height: 70px;
    width: 70px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(19, 200, 70, 0.102);
}

.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--two {
    background: #fff3dd;
}

.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--three {
    background: #efe1fa;
}

.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--four {
    background: #f6d9e2;
}

.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--five {
    background: #dbddfa;
}

.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--six {
    background: #d1f0f1;
}

.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 20px;
    font-weight: 500;
    color: #2c234d;
}

.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title:hover {
    color: #14aeee;
}

.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2c234d;
}

.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #14aeee;
}

.saaspik-icon-box-wrapper.style-twelve:hover {
    background: #fff;
    -webkit-box-shadow: 0 30px 70px 0 rgba(5, 34, 85, 0.06);
    box-shadow: 0 30px 70px 0 rgba(5, 34, 85, 0.06);
}

.featured-six {
    padding: 110px 0 104px;
}

.featured-five {
    padding: 70px 0;
}

.featured-eight .particale-top {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-eight .particale-top li {
    position: absolute;
}

.featured-eight .particale-top li:nth-child(1) {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    left: 8%;
    top: 40%;
    background-color: rgba(255, 255, 255, 0.141);
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.featured-eight .particale-top li:nth-child(2) {
    left: 16%;
    top: 54%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid rgba(255, 255, 255, 0.141);
    -webkit-animation: animationFramesLeft 20s infinite linear;
    animation: animationFramesLeft 20s infinite linear;
}

.featured-eight .particale-top li:nth-child(3) {
    left: 11%;
    bottom: 28px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid rgba(255, 255, 255, 0.141);
    -webkit-animation: animationFramesTwo 20s infinite linear;
    animation: animationFramesTwo 20s infinite linear;
}

.featured-eight .particale-top li:nth-child(4) {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    right: 12%;
    top: 44%;
    background-color: rgba(255, 255, 255, 0.141);
    -webkit-animation: animationFramesFive 20s infinite linear;
    animation: animationFramesFive 20s infinite linear;
}

.featured-eight .particale-top li:nth-child(5) {
    right: 0;
    top: 33%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid rgba(255, 255, 255, 0.141);
    -webkit-animation: animationFramesLeft 20s infinite linear;
    animation: animationFramesLeft 20s infinite linear;
}

.featured-eight .particale-top li:nth-child(6) {
    right: 80px;
    top: 140px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid rgba(255, 255, 255, 0.141);
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.featured-tax {
    padding: 32px 0 22px;
}

.featured-ten {
    padding: 115px 0 90px;
}

@media (max-width: 991px) {
    .featured-ten {
        padding: 75px 0 50px;
    }
}

.featured-two-service .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.featured-two-service .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #fa7070;
}

.featured-two {
    padding: 126px 0 28px;
}

.featured-two .section-title {
    margin-bottom: 80px;
}

.featured-three {
    padding: 116px 0 120px;
    background: #fdf8f8;
    overflow: hidden;
}

.featured-three .scroll-circle {
    z-index: 1;
    left: -120px;
    bottom: -67%;
}

.featured-four {
    padding-top: 400px;
}

.featured-two-same {
    padding-top: 144px;
    padding-bottom: 27px;
}

.featured-two-same .section-title {
    margin-bottom: 80px;
}

.featured-two-same .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.featured-two-same .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #7052fb;
}

.featured-two-same .scroll-circle {
    bottom: auto;
    top: -50%;
}

.featured-four-ab {
    padding-top: 146px;
}

.featured-nine {
    margin-bottom: -110px;
    z-index: 22;
    padding-top: 50px;
}

.featured-homethree {
    padding-top: 228px;
    padding-bottom: 27px;
}

.featured-homethree .section-title {
    margin-bottom: 80px !important;
}

.feature-twelve {
    background: #f6f7fa;
    padding: 115px 0 90px;
}

.down-bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1200px) {
    .featured-homethree {
        padding-top: 118px;
    }
    .featured-six {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .featured-two {
        padding: 85px 0 35px;
    }
    .featured-eight {
        padding: 72px 0 50px;
    }
    .featured-two-same {
        padding-top: 74px;
        padding-bottom: 44px;
    }
    .featured {
        padding-top: 75px;
    }
    .featured-three {
        padding: 76px 0 80px;
    }
    .featured-homethree {
        padding-top: 0;
    }
    .saaspik-icon-box-wrapper.style-two {
        margin-bottom: 40px;
        text-align: center;
    }
    .featured-four {
        padding-top: 185px;
        padding-bottom: 40px;
    }
    .featured-homethree {
        padding-bottom: 34px;
    }
    .featured-four-ab {
        padding-top: 76px;
    }
    .featured-two-service {
        padding: 55px 0 43px !important;
    }
    .featured-two-same .scroll-circle {
        left: -20%;
    }
    .featured-three .scroll-circle {
        z-index: 1;
        left: -15%;
        bottom: 20%;
    }
    .featured-three .scroll-circle img {
        max-width: 450px;
    }
    .saaspik-icon-box-wrapper.style-one {
        text-align: center;
    }
    .saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a br {
        display: none;
    }
    .featured-six {
        padding-top: 0;
        padding-bottom: 38px;
    }
    .featured-seven {
        padding: 75px 0 30px;
    }
    .saaspik-icon-box-wrapper.style-seven {
        margin-bottom: 50px;
    }
    .saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content p br {
        display: none;
    }
}

@media (max-width: 768px) {
    .saaspik-icon-box-wrapper .pixsass-icon-box-content p br {
        display: none;
    }
    .featured-four {
        padding-top: 250px;
    }
    .featured-two-same .scroll-circle {
        left: -30%;
    }
    .featured-three .scroll-circle {
        z-index: 1;
        left: -15%;
        bottom: 20%;
    }
    .featured-three .scroll-circle img {
        max-width: 330px;
    }
    .feature-image-wrapper {
        margin-bottom: 40px;
    }
    .featured-eight .top-bg {
        background: #f97bc5;
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .featured-four {
        padding-top: 137px;
    }
}

@media (max-width: 576px) {
    .featured-four {
        padding-top: 76px;
    }
}

@media (max-width: 480px) {
    .featured-two-same .scroll-circle {
        left: -70%;
    }
    .saaspik-icon-box-wrapper.style-three {
        text-align: center;
        display: block;
    }
    .saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
        margin: 0 auto 30px;
    }
}

#app-feature {
    padding: 88px 0 66px;
    background: #fcfafb;
}

@media (max-width: 991px) {
    #app-feature {
        padding: 60px 0;
    }
}

#app-feature .social-icon-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

#app-feature .social-icon-box.app-icon-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 58px 25px 44px;
    border-top: 6px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#app-feature .social-icon-box.app-icon-box:hover {
    border-color: #d43396;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(130, 5, 82, 0.1), 0px -6px 0px 0px rgba(212, 51, 150, 0.004);
    box-shadow: 0px 30px 60px 0px rgba(130, 5, 82, 0.1), 0px -6px 0px 0px rgba(212, 51, 150, 0.004);
}

#app-feature .social-icon-box.app-icon-box:hover a {
    opacity: 1;
}

#app-feature .social-icon-box.app-icon-box i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 8px;
}

#app-feature .social-icon-box.app-icon-box a {
    color: #0d2244;
    opacity: 0;
}

#app-feature .social-icon-box.app-icon-box a:hover {
    color: #d43396;
}

#app-feature .social-icon-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d2244;
    line-height: 1;
}

#app-feature .social-icon-box p {
    margin-bottom: 25px;
    color: #606e83;
    line-height: 28px;
}

@media (max-width: 1200px) {
    #app-feature .social-icon-box p br {
        display: none;
    }
}

#app-feature .icon {
    margin-bottom: 29px;
}

.card-icc {
    width: 20%;
    height: auto;
}

.iccn-par {
    font-size: 16px;
}

.head-inner-text-sevs-1-aitti {
    padding-top: 15px;
}

.mt-104 {
    margin-top: 104px;
}

@media(max-width:760px) {
    .mt-104 {
        margin-top: 0 !important;
    }
}


/* oil-change-page */

.change-oil {
    margin-top: 30px !important;
    padding-bottom: 15px !important;
    font-size: 24px;
}

.change-oils {
    padding-bottom: 20px;
}

.divider {
    background-image: url(../img/oil-change-ras.webp);
    height: 50vh;
    margin-top: 30px;
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}

.divider h5 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.divider p {
    color: #fff;
    font-size: 18px;
}

@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.c2a1 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    height: 30vh;
}

.c2a1 h1,
.c2a1 h2,
.c2a1 h3,
.c2a1 h4,
.c2a1 h5,
.c2a1 h6 {
    color: #3e4555;
}

.c2a1 .op-8 {
    opacity: 0.8;
}

.c2a1 .font-weight-medium {
    font-weight: 500;
}

.all-fltr {
    color: #ffffff !important;
    margin-top: 50px;
    text-align: left;
}

.oil-chng {
    margin-bottom: 40px !important;
}

.ras-bnr {}



.feature-image-wrapper {
    margin-bottom: 40px;
}
.featured-eight .top-bg {
    background: #f97bc5;
    min-height: 350px;
}


@media (max-width: 767px) {
    .featured-four {
        padding-top: 137px;
    }
}
@media (max-width: 576px) {
    .featured-four {
        padding-top: 76px;
    }
}
@media (max-width: 480px) {
    .featured-two-same .scroll-circle {
        left: -70%;
    }
    .saaspik-icon-box-wrapper.style-three {
        text-align: center;
        display: block;
    }
    .saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
        margin: 0 auto 30px;
    }
}
#app-feature {
    padding: 88px 0 66px;
    background: #fcfafb;
}
@media (max-width: 991px) {
    #app-feature {
        padding: 60px 0;
    }
}
#app-feature .social-icon-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
#app-feature .social-icon-box.app-icon-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 58px 25px 44px;
    border-top: 6px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#app-feature .social-icon-box.app-icon-box:hover {
    border-color: #d43396;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(130,
    5,
    82,
    0.1),
    0px -6px 0px 0px rgba(212,
    51,
    150,
    0.004);
    box-shadow: 0px 30px 60px 0px rgba(130,
    5,
    82,
    0.1),
    0px -6px 0px 0px rgba(212,
    51,
    150,
    0.004);
}
#app-feature .social-icon-box.app-icon-box:hover a {
    opacity: 1;
}
#app-feature .social-icon-box.app-icon-box i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 8px;
}
#app-feature .social-icon-box.app-icon-box a {
    color: #0d2244;
    opacity: 0;
}
#app-feature .social-icon-box.app-icon-box a:hover {
    color: #d43396;
}
#app-feature .social-icon-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d2244;
    line-height: 1;
}
#app-feature .social-icon-box p {
    margin-bottom: 25px;
    color: #606e83;
    line-height: 28px;
}
@media (max-width: 1200px) {
    #app-feature .social-icon-box p br {
        display: none;
    }
}
#app-feature .icon {
    margin-bottom: 29px;
}
.card-icc {
    width: 20%;
    height: auto;
}
.iccn-par {
    font-size: 16px;
}
.head-inner-text-sevs-1-aitti {
    padding-top: 15px;
}
.mt-104 {
    margin-top: 104px;
}
@media(max-width:760px) {
    .mt-104 {
        margin-top: 0 !important;
    }
}

/* oil-change-page */
.change-oil {
    margin-top: 30px !important;
    padding-bottom: 15px !important;
    font-size: 24px;
}
.change-oils {
    padding-bottom: 20px;
}
.divider {
    background-image: url(../img/oil-change-ras.webp);
    height: 50vh;
    margin-top: 30px;
    margin-bottom: 30px;
}
.divider h5 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.divider p {
    color: #fff;
    font-size: 18px;
}
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.c2a1 {
    font-family: "Montserrat",
    sans-serif;
    color: #8d97ad;
    font-weight: 300;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    height: 30vh;
}
.c2a1 h1,
.c2a1 h2,
.c2a1 h3,
.c2a1 h4,
.c2a1 h5,
.c2a1 h6 {
    color: #3e4555;
}
.c2a1 .op-8 {
    opacity: 0.8;
}
.c2a1 .font-weight-medium {
    font-weight: 500;
}
.all-fltr {
    color: #ffffff !important;
    margin-top: 50px;
    text-align: left;
}
.oil-chng {
    margin-bottom: 40px !important;
}
.ras-bnr {
    display: none;
}
@media(max-width:763px) {
    .ras-bnr {
        display: block !important;
    }
    .ras-bnr-thin {
        display: none !important;
    }
}



.carcoolblog-banner-bg {
        position: relative;
    background-image: url(../img/blogimg/keep-your-car-cool-banner.webp);
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

/* blog section */
.detailingblog-banner-bg {
    position: relative;
    background-image: url(../img/blogimg/rasblogbanner.webp);
    min-height: 350px;
    background-size: cover;
    background-position: bottom;
}

.tinted-blog-banner-bg {
        position: relative;
    background-image: url(../img/blogimg/cartintingbanner.webp);
    min-height: 350px;
    background-size: cover;
    background-position: center;
}
.dirty-tinted-blog-banner-bg {
        position: relative;
    background-image: url('../img/blogimg/blog image car care/banner.jpg');
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.car-recovering-blog-banner-bg {
        position: relative;
    background-image: url(../img/blogimg/banner-car-recovering-services.jpg);
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.cardetailblogbg-banner-bg {
     background-position: center;
    background-image: url(../img/blogimg/cardetailblogbg-banner-bg.webp
);
    
}
.carinteriorcleaningblogbg-banner-bg {
     background-position: center;
    background-image: url(../img/blogimg/detailed-car-interior-cleaning-hero.webp
);

}

@media(max-width:763px) {
    .detailingblog-banner-bg {
        background-position: right;
    }
}
.blogbanneroverlay {
    background-color: rgba(0,
    0,
    0,
    0.7);
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    width: 100%;
    height: 380px;
    position: relative;
    /*z-index: 1;*/
}
.blogheading {
    font-size: 42px;
    font-weight: 650;
    padding-top: 16px;
    color: #f0f0f0;
    text-align: center;
}
.blogcardcontainer {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.square:hover {
    -webkit-transform: translate(1.5px,
    -1.5px);
    -ms-transform: translate(1.5px,
    -1.5px);
    transform: translate(1.5px,
    -1.5px);
    -webkit-box-shadow: 0 20px 40px rgba(0,
    0,
    0,
    0.08);
    box-shadow: 0 20px 40px rgba(0,
    0,
    0,
    0.08);
}
.square {
    width: 379px;
    height: 470px;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(149,
    157,
    165,
    0.2) 0px 8px 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mask {
    clip: rect(0px,
    460px,
    220px,
    0px);
    border-radius: 4px;
    position: absolute;
}
.imgwidth {
    width: 359px;
}
.cardh {
    margin: auto;
    text-align: left;
    padding-left: 30px;
    font-size: 24px;
    margin-bottom:12px;
    line-height:30px;
    padding-right: 30px;
}
.cardp {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: #606060;
    line-height: 18px;
}
.button {
    background-color: #ffffff;
    /* border:1.6px solid #23527c; */
    color: #23527c;
    width: 74px;
    padding: 10px 0px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    margin-left: 29px;
    margin-right: 70px;
    font-size: 18px;
    cursor: pointer;
    font-weight:500;
    text-decoration:none!important;
}
.button:hover {
    /* border:2px solid #EE242E; */
    color: #EE242E;
}
@media(max-width:763px) {
    .blogcardcontainer {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}
.mt-48 {
    margin-top:48px;
}
.pt-56 {
    padding-top:56px;
}
.pb-72 {
    padding-bottom: 72px;
}
.mb-24 {
    margin-bottom:24px;
}
.blog-imgs {
    width: 100%;
    margin-top: 26px;
    border-radius: 4px;
    min-height: 52vh;
    margin-bottom: 24px;
}
.sub-h {
    color:#222;
    font-weight:600;
}
.sidebar-h {
    color:#565656;
    font-weight:510;
    font-size: 18px;
    margin-left:-28px;
    list-style:none;
}
.sidebar {
    width: auto;
    top: 0;
    margin-top: 25px;
    border-radius:7px;
}
@media(max-width:763px) {
    .sidevanish {
        Display: none;
    }
}
.sidebar-h li a {
    color:#565656;
    font-weight:510;
    font-size: 16px;
    /* margin-left:28px; */
    list-style:none;
}
.sidebar-h li a:hover {
    color:#290089;
    list-style:none;
    text-decoration:none;
}
.sidebar-h li {
    margin-bottom:8px;
    line-height: 20px;
}
html {
    scroll-behavior:smooth;
}
.blogheadlink a {
    color:#c1c1c1;
    font-weight:510;
    font-size: 16px;
    list-style:none;
}
.blogheadlink {
    text-align:center;
    padding-top:142px;
}
.blogheadlink a:hover {
    color:#ffffff;
    list-style:none;
    text-decoration:none;
}
.author-details {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 16px;
}
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    margin-right: 20px;
}
.author-name {
    font-weight: bold;
    color:#010101;
    font-size: 16px;
}
.date {
    font-size: 13px;
    color: rgb(56,
    56,
    56)
}
.recent-post {
    margin-top: 8px;
    margin-bottom: 16px;
}
.recent-post a {
    display: block;
}
.recent-post a:hover {
    text-decoration:none;
}
.author-section {
    background-color:#f1f1f1;
    padding: 18px;
    border-radius:6px;
    margin-top:24px;
}
.authdescription {
    margin-top:4px;
    font-size:15px;
    color:#010101
}
.sticky {
    position: sticky;
    top: 0;
}

.link-font ul li{
    font-size:17px;
    font-weight:500;
}
.mb-6{
    margin-bottom:6px;
}

.link-font ul li a{
    color: #ec1e26 !important;
    
}

.link-font ul li a:hover{
    color: #af030a !important;
    
}
.card-date {
    font-size:16px;
    color:#606060;
    padding-right:30px;
    padding-left:30px;
    margin-top: 240px;
}
.blogauthor {
    color:#fff;
    text-align:center;
    padding-bottom:70px;
    font-size:18px;
}
.main-body {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle {
    height:90px;
    width:90px;
    border-radius:50%;
    background-color:#fff;
    cursor:pointer;
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-transition:height .25s ease, width .25s ease;
    transition:height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.20);
  }
  .circle:before, .circle:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-radius:50%;
    border: 1px solid rgb(255 255 255 / 50%);
  }
  .circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
  }
  .circle:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
  }
  .circle:hover:before, .circle:hover:after {
    -webkit-animation: none;
    animation: none;
  }
  .video-btn{
    border-radius:50%;
    width:50px;
    height:50px;
    border:0;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:1;
    background-color:inherit;
    text-decoration: none;
    font-size: 20px;
    color: #ec1e26;
  }
  @-webkit-keyframes ripple{
    0% {-webkit-transform:scale(1); }
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
  }
  @keyframes ripple{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
  }
  @media screen and (max-width: 457px) {
    .main-body {
        width: 100%;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.statistics-section {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  text-align: center;
}

.stat-container {
  padding: 20px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ec1e26;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.2rem;
  color: #333;
  text-transform: uppercase;
}
.link-of-the-link {
    padding-top:15px;
    font-size:18px ;
}
@media (max-width:576px) {
.blogheadlink {
    text-align: center;
    padding-top: 80px;
}
.name-services-iiner3 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 0px;
    color: #333;
}
.statistics-section {
  padding: 4px 20px 
}
.blog-imgs {
    width: 100%;
    margin-top: 26px;
    border-radius: 10px;
    min-height: 42vh;
    margin-bottom: 24px;
}
.bye-bye {
    display:none;
}
}
.poll {
    font-size: 32px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom:10px;
    color: #333
}