body,
html {
    width: 100%;
    background-image: url(../img/map-bg.png);
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    background-repeat: no-repeat;
}

* {
    margin: 0;
    padding: 0;
}

p {
    color: #3e3e3e;
    line-height: 1.6;
    font-weight: 300 !important;
}

ol, ul {
    padding-left: 0rem !important; 
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 300 !important;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.no-pad-rl {
    padding-right: 0px;
    padding-left: 0px;
}

.no-pad-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-pad-r {
    padding-right: 0px;
}

.no-pad-l {
    padding-left: 0px;
}

.no-pad-t {
    padding-top: 0px;
}

.no-pad-b {
    padding-bottom: 0px;
}

.no-pad {
    padding: 0px
}


.pt-120 {
    padding-top: 120px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}


.pb-120 {
    padding-bottom: 120px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-90 {
    padding: 90px 0px;
}


.ptb-60 {
    padding: 60px 0px;
}

.ptb-30 {
    padding: 30px 0px;
}

.mrb-120{
    margin-bottom: 120px;
}

.mrb-90{
    margin-bottom: 90px;
}

.mrb-60{
    margin-bottom: 60px;
}

.mrb-30{
    margin-bottom: 30px;
}

.mrt-120{
    margin-top: 120px;
}

.mrt-90{
    margin-top: 90px;
}

.mrt-60{
    margin-top: 60px;
}

.mrt-30{
    margin-top: 30px;
}

.mr-120{
    margin: 120px;
}

.mr-90{
    margin: 90px;
}

.mr-60{
    margin: 60px;
}

.mr-30{
    margin: 30px;
}

h1 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 0px;
}

h1,
h2,
h3,
h4 {
    font-family: 'DM Sans', sans-serif;
    
}

h2 {
    font-weight: bold;
}

.theme-btn {
    color: #fff !important;
    padding: 10px 20px;
    font-family: 'DM Sans', sans-serif;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #10120d;
}

.theme-btn:hover {
    background-color: rgba(233,31,39, 1.0);
    color: #fff !important;
    padding: 10px 40px;
    cursor: pointer;
}

.theme-btn-s {
    color: #fff !important;
    padding: 10px 20px;
    font-family: 'DM Sans', sans-serif;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #00103d;
}

.theme-btn-s:hover {
    background-color: rgba(233,31,39, 1.0);
    color: #fff !important;
    padding: 10px 40px;
    cursor: pointer;
}

.theme-btn-form {
    color: #fff !important;
    padding: 10px 20px;
    font-family: 'DM Sans', sans-serif;
    border: 1px solid rgba(233,31,39, 1.0);
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
}

.theme-btn-form:hover {
    background-color: rgba(233,31,39, 1.0);
    color: #fff !important;
    padding: 10px 40px;
    cursor: pointer;
}

.theme-btn-top {
    color: #fff !important;
    padding: 5px 10px;
    font-family: 'DM Sans', sans-serif;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    background-color: rgba(233,31,39, 1.0);
    margin-left: 30px;
}
.theme-btn-top:hover {
    text-decoration: none;
    background: #fff;
    color: #10120d !important;
    cursor: pointer;
}



.elem {
    width: 120px;
    height: 5px;
    background-color: rgb(233,31,39);
    display: block;
    margin-bottom: 15px;
    animation: animName 2s infinite;
    position: relative;
}

@keyframes animName {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}


.heading-title{
    margin-bottom: 60px;
}



.heading-title h1 {
    font-size: 48px;
    color: #10120d;
    font-weight: 700;
    letter-spacing: 0px;
}

.heading-title h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #10120d;
    line-height: 1.3;
}

.font-thin{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.darker-bg{
    background-color: #10120d;
}

.white-bg{
    background-color: #fff;
}

.blacker{
    color: #10120d !important;
}

.whiter{
    color: #000 !important;
}

.big-header{
    margin-top: 120px;
    text-align: center;
    color: #fff;
    height:100vh;

}

.big-h2{
    font-size: 64px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}

/*------------- top account-bar styling--------------------------------*/

.top-info{
   
}

.top-info a{
    color: #fff;
    margin-right:15px;
    font-size: 15px;
}

.top-info a i{
    color: rgb(255,255,255);
    margin-right:5px;
}

.middle-info{
    background-color: #e91f27;
    height: auto;
    padding: 0px 0px 0px 0px;

}




/* ------------------------------------------------ navbar */


.navbar-brand {
    padding: 0px 16px 15px 0px !important;
    width: 200px;
}

.navbar {
   
    padding: 1px !important;
    margin-top: 26px;
    padding: 10px 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color:#fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(233,31,39) !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #e91f27;
}

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

.nav-item {
    margin-left: 10px;
}


/* navigationbar */

.nav-item:after{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 10%;
    height: 2px;
    content: '';
    background-color: #e91f27;
    opacity: 0;
    transition: all 200ms linear;
    margin-left: 0px;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
    width: 80%;
    margin-left: 10px;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 400ms linear;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 20px!important;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
/*.dropdown-toggle::after {
    display: none;
}
*/
.dropdown-item {
    padding: 5px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    background-color: rgb(233,31,39);
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: rgb(233,31,39) !important;
}



/* menu toggle button -------------------- */

.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid rgb(233,31,39);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.line-toggle {
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background: rgb(233,31,39);
    border-radius: 5px;
    transition: all .6s;
}

.line-toggle:first-child {
    transform: translateY(-10px) translateX(-1px);
    width: 20px;
    transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(-3px);
    width: 22px;
    transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
    background: rgb(233,31,39);
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 35px;
    height: 3px;
    transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
    background: rgb(233,31,39);
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 35px;
    height: 3px;
    transition-delay: .1s;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler {
    border: none;
}


/* ------------------------------------------------ header */
.home-header {
  margin-top: 110px;
    background: #241e20;
    color: #fff;

}

.home-header__content {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #241e20;
}



.h-box{
    
    font-weight: 600 !important;
    font-size: 64px !important;
}

/* ---------Slider-------- */

.swiper-slide{
    position: relative;
}


.slide_c{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 850px;
    z-index: 9999;
    margin-top: 220px;
}

.slide_c h2{
    font-size: 86px;
    background: rgba(233,31,39, 0.4);
    padding-top: 45px;
    padding-bottom: 45px;
}


@keyframes fade-in {
     from {
         opacity: 0;
         transform: translateY(100px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}

 .swiper-container .swiper-wrapper .swiper-slide-active h2 {
     animation-name: fade-in;
     animation-duration: 2s;
     animation-delay: 2s;
     animation-fill-mode: both;
}

/* ----------------------------------------------- Big Text Heading*/

.bg-txt{
    position: relative;
}



.bg-txt h3{
    text-align: center;
 font-size: 180px;
 color: rgba(0, 0, 0, 0.03);
 margin-top: -100px;
 margin-bottom: -140px;
 z-index: 1;
}

.bg-txt-1 h3{
    text-align: center;
 font-size: 180px;
 color: rgba(0, 0, 0, 0.02);
 margin-top: -100px;
 margin-bottom: -140px;
}

.sbg-txt h3{
 color: rgba(0, 0, 0, 0.02);
 z-index: -1;
}

.home-service-list img{
    background: rgb(233,31,39);
    border-radius: 50%;
    padding: 5px 5px;
    width: 80px;
    height:80px;
}

/* ---------------------- home services ---------------*/

.service{
    background: #f1f1f1;
}
.home-service-list{
    position: relative !important;
    border-radius: 10px;
    padding: 40px 40px;
    color: #00103d;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    transform: scale(1.0);
    transition: all 0.3s ease;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    border: 2px solid #f9f9f9;
}

.home-service-list:hover{
    transform: scale(1.1);
    border: 1px solid #e3e3e3;
    background: #00103d;
    color: #fff;
}

.text-red{
    color: rgb(233,31,39);
}


.ps-3 h6{
    color: #00103d;
    font-weight: bold;
    margin-bottom: 0px;
}

.home-service-list:hover img{
    background-size: auto 90%;
}

.home-service-list h2{
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
}

.home-service-list h1{
    font-size: 20px;
    margin-top: 10px;
	font-weight:500;

}


/* --------------------------------------------- home service */


.overlay-mode-ser{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(245, 127, 32, 0);
    transition: 0.3s all ease;
}

.serv-rel{
    transition: all 0.3s ease;
}

.serv-rel:hover .overlay-mode-ser{
    background: rgba(233,31,39, 0.8);
    
}

.serv-rel:hover .theme-btn{
    background: #fff;
    color: #10120d !important;
}


.serv-abs {
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0px 60px;
}

.serv-abs img{
    margin-bottom: 10px;
}

.serv-abs h2{
  font-size: 24px;
}

.serv-abs p{
    color: #fff;
    opacity: 0.8;
}

.serv-rel {
    background-color: #000;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    height: 450px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}


.serv-img-1 {
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
    transition: all 0.3s all;
}

.serv-img-1:hover {
    background-size: auto 120%;
}

/* --------------------------------------------- home about */


.about-home {
    background: #fff;
}


/*----------------- fun-facts --*/

.fun-bg{
    background: rgb(233,31,39);
    padding: 50px 70px;
    height: 100%;
}

.fun-fact-list{
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    background: #10120d;
    margin-bottom: 30px;
}

.fun-fact-list li img{
    width: 60px;
}

.fun-fact-list li h1{
    font-size: 56px;
    color: rgb(233,31,39);
}

.fun-fact-list li h6{
    font-size: 18px;
    color: #fff;
}

/*--- contact form ---*/

.contact-form{
    background: #fff;
}

.contact-form-left h2{
    color: #10120d;
}

.procedure{
    background: rgba(0, 0, 0, 0.1);
    padding: 38px 30px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 40px;
}

.procedure h4{
    color: #10120d;
    font-weight: 500;
}

.procedure p{
    color: #10120d;
    font-size: 16px;
}

.step-style{
    background: #10120d;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-weight: 500;
}

.form-ui{
  padding: 30px 60px 60px 60px;
  border: 1px solid #10120d;
  border-radius: 20px;
}



.form-control{
    color: #10120d !important;
}

.form-decoration h2{
    color: #10120d;
    margin-bottom: 30px;
    font-weight: 500;
}
.form-group select{
    width: 100%;
}

.form-decoration input,
.form-decoration textarea {
    border-radius: 0;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    margin-right: 0px;
}

.form-decoration input:focus,
.form-decoration textarea:focus {
    box-shadow: none;
    border-color: rgb(233,31,39);
    background-color: rgba(0, 0, 0, 0);
}

.form-decoration form{
  margin-bottom: 20px;
}

.form-decoration form select{
  background-color: transparent;
  border: 1px solid #ced4da !important;
  padding: 7px;
  outline: none;
  border: none;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.form-decoration form select option {
  margin: 40px;
  background: rgba(233,31,39, 0.4);
  color: #000;
}

.form-decoration form select option:hover{
  background: rgb(233,31,39) !important;
}



/* -----testimonials ---- */

.greview{
    border: 1px solid gray;
    border-radius: 15px;
    padding: 20px 0px;
    height: 470px;
    background: #fff;
}


.review-left-img{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}


/* --- Accordian -----*/

.btn-link{
    color: #10120d;
    font-weight: 500;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: rgb(233,31,39);
}


/*-- Main Footer ----------------------*/

.main-footer {
    background-color: #010e21 ;
    color: #fff;
    padding-top: 20px;
}

.footer-widget ul li i{
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  border:1px solid rgb(233,31,39);
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
}


.get-in-touch {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
}

.get-in-touch:hover {
    color: #fff;
    background-color: rgb(233,31,39);
    border: 1px solid rgb(233,31,39);
}

.main-footer h3 {
    font-weight: 700;
    margin-bottom: 90px;
}

.main-footer p {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.main-footer h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
}

.main-footer i {
    font-size: 1.6em;
    padding-right: 15px;
    transition: all 0.2s ease;
    color: #fff;
}

.f-address {
    margin-top: 30px;
    font-weight: 200;
}

.f-footer {
    margin-top: 20px;
    border-top: 1px solid gray;
    font-size: 14px;
    letter-spacing: 1px;
    color: gray;
    padding: 30px;
}

.main-footer a:last-child i {
    padding-right: 0px;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00acee;
}

.fa-youtube:hover {
    color: #c4302b;
}

.fa-instagram:hover {
    color: #ea4c89;
}


.footer-section {
    background: #152d53;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid rgb(233,31,39);
    color: rgb(233,31,39);
}

.footer-cta p {
    margin-bottom: 0px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #adb4c1;
    margin-top: 10px;
}

.footer-social-icon {
    margin-top: 30px;
}


.footer-social-icon a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.footer-social-icon i {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100px;
    background: rgb(233,31,39);
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget ul li a:hover {
    color: rgb(233,31,39);
}

.footer-widget ul li a {
    color: #adb4c1;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #10120d;
    border: 1px solid rgba(233,31,39, 1.0);
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: rgb(233,31,39);
    padding: 14px 10px;
    border: 1px solid rgb(233,31,39);
    top: 0;
    
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
margin-left: 5px;
}

.copyright-area {
    background: #202020;
    padding: 15px 0 10px 0;
    margin-top: 15px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #adb4c1;
}

.copyright-text p a {
    color: rgb(233,31,39);
}

.footer-menu ul {
    margin-bottom: 5px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: rgb(233,31,39);
}

.footer-menu li a {
    font-size: 14px;
    color: #adb4c1;
}



/* -------about page ---------------------------------------- */ 

.small-header{
    margin-top: 80px;
    text-align: center;
    color: #fff;
}

.home-about .heading-title h4{
    font-size: 86px;
    margin-top: 60px;
}

.heading-title h3{
    font-size: 26px;
    line-height: 1.5;
}

.small-header h5{
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}

.small-header h5 span{
    color: #fff;
    font-weight: 500;
}

.vm-common{
    background: url(../img/mission-vision-bg.png) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 30px;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.vm-common h2{
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
}

.vm-common p{
    color: #ffcfd8;
}


.vision-mission{
    background: #010e21;
}



/*------- contact page ------*/

.contact-address-left{
    overflow: hidden;
    border-radius: 20px;
    background: #f9f9f9;
    padding: 60px 60px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-bg{
    background: #10120d;
    padding: 40px 40px;
    border-radius: 20px;
    margin-bottom: 65px;
}

.contact-bg h2{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.contact-bg p{
    color: #fff;
}

.contact-icon{
    text-align: center;
}

.contact-icon img{
    display: inline-block;
    padding: 10px 10px;
}

.contact-detail li a{
    display: block;
    margin-bottom: 20px;
    color: #10120d;
}

.contact-detail li p{
    color: #10120d;
}

.contact-detail li i{
    width: 40px;
    height:40px;
    padding: 10px;
    background: #10120d;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

/*------- Repair page ------*/

.c-repair{
    border-radius: 10px;
    background: #e1ffc3;
    text-align: center;
    height: 340px;
    padding: 40px 10px 0px 10px;
    margin-bottom: 30px;
    transition: 0.3s all ease;
}

.c-repair:hover{
    box-shadow: 0 3px 3px rgb(233,31,39,0.5);
    transform: scale(1.05);
}

.c-repair .c-r-img{
    transition: 0.3s all ease;
}

.c-repair:hover .c-r-img{
    transform: scale(0.8);
}

.c-r-switch{
    background: #d0cff1;
}

.c-r-switch:hover{
    box-shadow: 0 3px 3px rgba(29,28,53,0.5);
}



.c-r-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.c-repair p{
    font-size: 20px;
    font-weight: 500;
    color: #10120d;
}


/*------- model form -------*/

.modal-content{
    background: #00103d;
    padding: 20px 60px 60px 60px;
    text-align: center;
}

.modal-header{
    margin-bottom: 20px;
    background: rgb(233,31,39);
    border-radius: 20px;
}

.modal-title{
    color: #fff;
    font-weight: 500;
}

.close{
    color: #fff;
}

.card{
    margin-bottom: 10px;
}

/* ---------Slider ------------------------------------- */






/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
    transition: all 0.5s ease;
  padding: 8px 20px;
  background-color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

nav.woocommerce-MyAccount-navigation ul li a{
    transition: all 0.5s ease;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgb(233,31,39);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000; cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    transition: all 0.5s ease;
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgb(233,31,39);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -30px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    transition: all 0.5s ease;
  background-color: rgb(233,31,39);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgb(233,31,39);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -30px;
  margin-top: -7px;
}







 .nav-menu{
    padding: 0 15px;
}
.menu > .menu-item{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    transition: all 0.3s ease;
}
.menu > .menu-item > a .plus{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left:5px; 
    pointer-events: none;
}
.menu > .menu-item > a .plus:before,
 .menu > .menu-item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
 .menu > .menu-item:hover > a .plus:before,
.menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
 .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
 .menu > .menu-item > .sub-menu > .menu-item > a:hover,
 .menu > .menu-item:hover > a{
    color: #742600;
}
 .menu > .menu-item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 220px;
    position: absolute;
    left:0;
    top:100%;
    background-color: #ffffff;
    padding: 10px 0;
    border-top: 3px solid #e91e63;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
 .menu > .menu-item-has-children:hover > .sub-menu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
 }
 .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);       
 }
}
 .menu > .menu-item > .sub-menu > .menu-item{
    display: block;
}
 .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
 .open-nav-menu{
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
 .open-nav-menu span{
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}
.open-nav-menu span:before,
 .open-nav-menu span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}
 .open-nav-menu span:before{
    top:-7px;
}
 .open-nav-menu span:after{
    top:7px;
}
 .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin:0 0 15px 0px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
 .close-nav-menu img{
    width: 16px;
}
 .menu-overlay{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}




/* responsive */

@media(max-width: 991px){
.menu-overlay.active{
    visibility: visible;
    opacity: 1;
}
.nav-menu{
        position: fixed;
        right: -610px;
        visibility: hidden;
        width: 80%;
        height: 100%;
        top:0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }
.nav-menu.open{
        visibility: visible;
        right: 0px;
    }
.menu > .menu-item{
        display: block;
        margin:0;
    }
.menu > .menu-item-has-children > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
 .menu > .menu-item > a{
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #e91e63;
    }

 .menu > .menu-item > a .plus:before, 
.menu > .menu-item > a .plus:after{
        background-color: #ffffff;
    }
.menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
    }
.menu > .menu-item > .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border:none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top:auto;
        max-height: 0;
        overflow: hidden;
    }
.menu > .menu-item > .sub-menu > .menu-item > a{
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }
.close-nav-menu,
.open-nav-menu{
        display: flex;
    }
}



.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty{
    min-width: 60px;
}

body .qib-button.qib-button-wrapper{
    margin-right: 0px !important;
}


.woocommerce-product-gallery{
    opacity: 1 !important;
}


.single-lpr  .qib-button{
    display: none !important;
}

.single-lpr .star-rating{
    left: 0px !important;
}
.woocommerce-info{
    margin-bottom: 30px !important;
}

.thwmscf-buttons .button-prev, .thwmscf-buttons .button-next, .thwmscf-buttons .thwmscf-cart-url{
    background: #000;
    color: #fff;
    border: none;
}

.thwmscf-first-prev, .thwmscf-last-next{
    background: gray !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    content: "\e011";
}

.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before{
    content: "\f07a";
    font-family: FontAwesome!important;
    color: rgb(233,31,39);
}
 

 .woocommerce-product-gallery .woocommerce-product-gallery--with-images .woocommerce-product-gallery--columns-4 .images{
    position: -webkit-sticky !important; 
    position: sticky !important; 
    top: 0 !important;
    padding-top: 0.5em !important;
 }

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    padding-bottom: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
 }

 .fc-progress-bar__bar.is-complete, .fc-progress-bar__bar.is-current{
    background-color: rgb(233,31,39) !important;
 }

 div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity{
    top: 35px !important;
    left: 260px !important;
 }

 .owl-nav{
    display: none !important;
 }


.woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.cart-customlocation > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 10px;
    font-family: 'Lato', sans-serif;
}
/*
label > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 10px;
}


.cart-subtotal td > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 10px;
}

.order-total td strong > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.order-total td strong > .woocommerce-Price-amount > bdi {
    font-size: 28px;
}

.product-price > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.product-subtotal > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.woocommerce-shipping-totals > td > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.product-total > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.cart-item__price  > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}
*/


.final_price{
    font-size: 28px;
    font-family: 'Lato', sans-serif;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    width: 100%;
}

div.product form.cart table.epofw_fields_table td{
    padding-left: 20px !important;
}

div.product form.cart table.epofw_fields_table td:nth-child(even){
    background-color: #fff;
}


.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td > .woocommerce-button:nth-child(2) {
    margin-right: 5px;
    margin-left: 5px;
}


.woocommerce div.product div.images .flex-control-thumbs li{
    margin-right: 8px;
    margin-bottom: 8px !important;
}


input[name="wps_rma_return_request_submit"] {
  background: #000;
  color: #fff !important;
}

.lpr-modal .lpr-modal-content ul.recommended-products-list li.single-lpr > div.rey-productInner> form.cart > .wwbp_calculation_section > table > tbody > tr:nth-child(3){
    display: none;
}

.lpr-modal .lpr-modal-content .recommended-products-slider .single-lpr table, .lpr-modal .lpr-modal-content ul.recommended-products-list li.single-lpr table{
    margin-right: auto;
    margin-left: auto;
}


.yith-wapo-block .yith-wapo-addon .yith-wapo-option{
    width: 50% !important;
}

.woocommerce div.product form.cart .variations label{
    font-size: 18px;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option label{
    font-size: 18px;
    font-weight: 700;
}

.wapo-total-order{
    display: none;
}

.wapf--inner div:nth-child(1), .wapf--inner div:nth-child(2){
    display: none;
}

.wapf-grand-total{
    font-size: 18px !important;
    font-weight: 300 !important;
}

.price .variation-price ins{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.woocommerce div.product form.cart .variations label{
    font-size: 13px !important;
}

.woocommerce div.product .stock{
    padding: 1px 10px;
    border:1px solid rgb(233,31,39);
    color: rgb(233,31,39);
    display: inline-block;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 45%;
    margin-right: 40px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 45%;
    float: left;
}


.prod-features {
    float: right;
    width: 16%;
    clear: none;
    margin-left: 40px;
}

.prod-features .sub-img{
    border: 2px solid rgb(233,31,39);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 40px;
    text-align: center;
}

.prod-features .sub-img  img{
    margin-bottom: 10px;
}

.prod-features .sub-img h4{
    font-size: 14px;
}


.cr-voting-cont{
    margin-bottom: 10px;
}

body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
    margin-top: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.mega-sub-menu li a{
font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    }

    .edit{
        background-color: #000;
        padding: 3px 7px;
        color: #fff;
        border-radius: 4px;
    }

    .edit:hover{
        color: rgb(233,31,39);
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
        border: 1px solid #d5d5d5;
    }

    .woocommerce div.product .woocommerce-product-rating{
        margin-bottom: 0em;
    }


    .woocommerce-product-details__short-description h4, .woocommerce div.product .woocommerce-tabs .panel h4{
        margin-top: 15px;
    }

.rednaoExtraProductForm .rn-price {
    line-height: 0px !important;
}

.rnTotalBox{
    margin-bottom: 20px;
}

.rednaoControl input, .rednaoControl textarea, .rednaoControl select{
    border:1px solid #c7c7c7 !important;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: right;
}

      .woocommerce div.product p.price ins, .woocommerce div.product p.price del{
        text-decoration: none !important;
    }



   .woocommerce div.product p.price del{
    position: relative;
   }

   .woocommerce div.product p.price del:after{
    position: absolute;
    content: "";
    width: 60%;
    height: 4px;
    background-color: red;
    left: 40px;
    top: 25px;
   }


.woocommerce-product-details__short-description ul li{
    list-style: disc;
    margin-left: 20px;
}

body.woocommerce-checkout .fc-content{
    margin-top: 160px !important;
}

.entry-header{
    margin-top: 80px !important;
}


/*----------- Brand logo Slider ---------*/
/* Slider */

.logo-slider{
    background: #fff;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*------------ Hero section --------*/

.swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
}


.swiper-slide .slide-01 {
  background-image: url(../img/hero1.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-02 {
  background-image: url(../img/hero2.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-03 {
  background-image: url(../img/hero4.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-04 {
  background-image: url(../img/hero3.jpg);
  transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 3s;
  transform: scale(1.3);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #FCFCFC;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  opacity: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: transparent;
  opacity: 0.85;
  --swiper-navigation-color: #fcfcfc;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}



@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.logos{
  overflow:hidden;
  padding:60px 0 ;
  background:white;
  white-space:nowrap;
  position:relative;
}

.logos:before,
.logos:after{
  content:"";
  position:absolute;
  top:0;
  width:250px;
  height:100%;
  z-index:2;
}
.logos:before{
  left:0;
  background:linear-gradient(to left, rgba(255,255,255,0), white);
}
.logos:after{
  right:0;
  background:linear-gradient(to right, rgba(255,255,255,0), white);
}


.logos:hover .logos-slide{
  animation-play-state:paused;
  
  
}
.logos-slide{
  display:inline-block;
  animation: 15s slide infinite linear;
}
.logos-slide img{
  height:50px;
  margin: 0 40px;
}

.ser-1{
    background: url(../img/engine-filters.png) no-repeat;
    background-size: cover;
}

.ser-2{
    background: url(../img/electrical-lighting.png) no-repeat;
    background-size: cover;
}

.ser-3{
    background: url(../img/battery-tyre.png) no-repeat;
    background-size: cover;
}

.ser-4{
    background: url(../img/chasis-body.png) no-repeat;
    background-size: cover;
}

.ser-5{
    background: url(../img/transmission-power-train.png) no-repeat;
    background-size: cover;
}

.ser-6{
    background: url(../img/exhuast-emission.png) no-repeat;
    background-size: cover;
}

.ser-7{
    background: url(../img/interior-exterior.png) no-repeat;
    background-size: cover;
}

.ser-8{
    background: url(../img/gear-engine-oil.png) no-repeat;
    background-size: cover;
}

.ser-9{
    background: url(../img/consumables.png) no-repeat;
    background-size: cover;
}

.ser-10{
    background: url(../img/hand-power-tools.png) no-repeat;
    background-size: cover;
}

.ser-11{
    background: url(../img/belt-bearing.png) no-repeat;
    background-size: cover;
}

.ser-12{
    background: url(../img/generator-parts.png) no-repeat;
    background-size: cover;
}


.modal-dialog {
        margin-top: 150px !important;
    }