@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.afacad-<uniquifier> {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.herr-von-muellerhoff-regular {
  font-family: "Herr Von Muellerhoff", cursive;
  font-weight: 400;
  font-style: normal;
}

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Afacad", sans-serif;
    --body-font-Size: 18px;
    --body-color: #5f5f5f;
    --primary-color: #ff0007;
    --secondary-color: #001ab8;
    --tertiary-color: #ffd800;
    --black: #000;
    --white: #fff;
    --yellow: (#ffd800);
    --heading-font:  "EB Garamond", serif;   
    
}
body{
    
    font-family: var(--body-font);
    font-size:var(--body-font-Size);
    font-style: normal;
    line-height: normal;
    font-weight:400;
    color: var(--body-color);
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: var(--primary-color); /* Safari */
    color:#fff;
        }
::-moz-selection {
    background: var(--primary-color); /* Firefox */
    color:#fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.07);
  padding:1px ;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 40px;
}

a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: var(--secondary-color);
    }

p {
    margin:0px 0 30px 0;
    clear:left;
    padding:0;
    font-weight: normal;
    line-height: 23px
    }
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    font-family: var(--heading-font);
    }
    h2{
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 30px
    }
    h3 {
       font-family: var(--body-font); 
    }
  
hr {
    margin:50px  0 20px 0;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    position:relative;
}

img{
    border:0;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
}   
a img {
    border: 0;
    }

/*-----------text styles------------*/
.text-white{
    color:var(--white)!important;
}
.text-black{
    color: #000  !important;
}
.text-red{
    color: var(--primary-color) !important;
} 
.text-blue{
    color: var(--secondary-color) !important;
} 
.text-yellow{
    color: var(--tertiary-color) !important;
} 
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.uppercase{text-transform: uppercase;}
/*-----------background styles------------*/
.bg-red{background-color: var(--primary-color)}
.bg-blue{background-color: var(--secondary-color)}
.bg-yellow{background-color: var(--tertiary-color)}
.bg-black{background-color: var(--black)}
.bg-white{background-color: var(--white)}
/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/rani-travels-logo.png); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}

/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
    }


.container{
    width:1320px;
    margin:0 auto;
}
.fullwidth{
    width:100%;
    display:block;
}
.two-col{
    width: 46%;
    margin-right: 8%;
}
.three-col{
    width:30%;
    margin-right:5%;
}
.four-col{
    width:22%;
    margin-right:4%;
}
.last{
    margin-right:0 !important;
}


section , footer {
    width: 100%;
    position: relative;
}




.pd-5{ padding:5px; }
.pd-10{ padding:10px; }

/*************** HOME PAGE CSS ***************/
header{
    width: 100%;position: absolute;top: 0;z-index: 2;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
    overflow: hidden;
}
.header{
    background: var(--white);
    width: 100%;display: flex;align-items: stretch;
    justify-content: space-between;/* padding: 15px; */position: relative;
    border-radius: 10px;
}
.header:after{
    content: '';
    width: calc(100% + 50px);
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top:0;
    right:-100%;
    display: none;
    z-index: 0;
}
.topbar{
    display: flex;
    align-items: center;
    gap:15px;
    justify-content: flex-end;
    padding: 10px 0;
}
.logo{
 padding: 15px 20px;
 }
.logo img{ max-width: 182px; }
.header-right{
    display: flex;align-items: stretch;justify-content: space-between;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     overflow: hidden;
}
.call-now{
    background-color: var(--primary-color);
    color: var(--white);
    position: relative;
    z-index: 1;
    padding: 15px 15px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 189px;
}
.call-now span{
      font-size: 20px;
    line-height: 20px;
    color: var(--white)

    
}
.call-now a{
  font-size: 14px;
    line-height: 14px;
    font-weight: 700;
 color: var(--white);
}
.call-now i{
    width: 50px;
    height: 50px;
    padding: 7px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto 0;
    left:-20px;
    border-radius: 100%;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .call-now:hover i{
        transform: rotate(-360deg);
    }
.social {
    font-size: 16px;
    line-height:25px;
}
.social a i{
    margin-right: 7px;
    font-size: 19px;
    color: #2e4187;
    }
    .social a:hover i{
    color: #2e4187;
    }
.topbar{
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
}
.inline {
display: inline-flex;
    padding: 4px 8px;
    line-height: 20px;
    color: #fff;
    gap: 16px;
}
.inline i{
    margin-top: 2px;
    }

.inline a{
color: #fff
    }
    .inline a:hover{
color: rgba(255, 255, 255, 0.5);
    }
.menu-wrap{
display: flex;
align-items: center;
padding-right: 50px;  
}
.menu {
    position: relative;
    z-index: 100;
    margin-top: 8px;
}

.sch-btn {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 18px;
    position: relative;
    z-index: 100;
}
.slider-wrap {
    position: relative;
}
.link{}

.link a{
background:var(--primary-color);
color: var(--white);
padding: 15px 52px 15px 28px;
margin: 0;
position: relative;
font-size: 18px;
line-height: 18px;
display: inline-block;
margin:0 0 10px 0;
border-radius: 7px;
overflow: hidden;
}
.white-link a{
    border: 1px solid #fff;
     color: #fff;
}
.link a span {
    position: relative;
    z-index: 2;
}
.link a:hover span {
    color: #fff;
}
.link a:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 1;
    border-radius: 7px;
    background: var(--black);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link a:before{
    content: '\f061';
    width: 34px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 2;
    font-family: "FontAwesome";
    /*    background-image: url(../images/icons/arrow.png);
    background-repeat: no-repeat;background-position: center center;
    background-color: transparent;color: #fff;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link a:hover:before{
   filter: brightness(0) invert(1);}
.link a:hover:after {
    width: 100%;
    right: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}


.link a:hover{
    background-color:#702337;
    color:#FFF;
    }

.subtitle{
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #3c3c3c;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 25px;
}
.subtitle:after{
    content: '';
    width: 36px;
    height: 3px;
    background: var(--tertiary-color);
    position: absolute;
    top: 0;
    left:0;

}
.text-center .subtitle:after{
right:0;
margin:0 auto;
}
.heading{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-weight: 500;
}
.subheading{
       font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.curved{
    border-radius: 15px;
    overflow: hidden;
}
.vehicle-single{
    background: var(--white);
    padding: 30px  20px 85px  20px;
    text-align: center;
    position: relative;
    margin: 20px;
}
.vehicle-single .link{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.vehicle-single .cont{
    padding-top: 10px;
    }
    .vehicle-single .cont h3{
        color: var(--black);
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 6px;
        text-transform: uppercase;
        font-weight: 600;
    }
.vehicle-single .cont p{
    color: #727272;
    margin-bottom: 11px;
    }

.shadow{
    -webkit-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.5);
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.shadow:hover{
    -webkit-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.7);
box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.7);
}

/*--------------------------*/

.counter-wrap{
    color: #fff;
    padding: 0;
}
.data-progress {
    padding: 0px;
    margin: 0;
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.data-progress li {
    list-style: none;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
    text-align: center;
    padding: 5px 0;
    border-left: 1px solid var(--tertiary-color);
}
.data-progress li:first-child {
     border-left: 0;
}
.data-progress li h2 {
    font-weight: 900;
    color: #fff;
    font-size: 48px;
    margin-bottom: 5px;
    line-height: 48px;
    font-family: var(--body-font);
}

.data-progress li h2 span {
  /*  font-size: 58px;
    color: #000;*/
}

.data-progress p {font-size: 18px;line-height: 18px;font-weight: 300;margin-bottom: 0px;color: var(--white);text-transform: capitalize;}



/*-------------------flipcard animation----------------*/
.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width:1024px) {
  .box-container {
    flex-direction: row;
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 30%;
  margin-bottom: 35px;
  max-width: 100%;
  /* overflow: hidden; */
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: top center;
  border-radius: 8px;
  min-height: 527px;
  -ms-transition: transform 1.5s cubic-bezier(.4,.2,.2,1);
  transition: transform 1.5s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 1.5s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  position: relative;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
   position: absolute; 
  left: 0;
  width: 100%;
  padding:50px 40px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform:  translateZ(60px) scale(.94);
  -webkit-transform:  translateZ(60px) scale(.94);
  -ms-transform:  translateZ(60px) scale(.94);
  top: 0;
}

.flip-box-header {
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: var(--white);
}
.s-icon{
    width: 75px;
    height: 75px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 80px;
padding: 20px 0  0 20px;
    overflow: hidden;
}
.s-icon img{
    max-width: 100%
    }
.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.service1{
    background-image: url('../images/services/1.jpg');
}
.service2{
    background-image: url('../images/services/2.jpg');
}
.service3{
    background-image: url('../images/services/3.jpg');
}

/*---------------why rani-------------*/
.advantages-wrap{
    width:27%;
    position: relative;
    display: flex;
    flex-direction: column;
padding-top: 70px
}
.advantages-wrap:after{
    width:100%;
    }
.advantages-box{
    padding-right: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 90px  0 0px;
    margin-bottom: 30px;
    text-align: right;
}
.horeca-advantages-imgdiv{
    display: flex;
    align-items: center;
    justify-content: center;
}
.horeca-advantages-imgdiv img{
    max-width: 100%;
    margin-top: 0px;
-webkit-animation: pulse 1s infinite alternate;
  -moz-animation: pulse 1s infinite alternate;
  -ms-animation: pulse 1s infinite alternate;
  -o-animation: pulse 1s infinite alternate;
  animation: pulse 1s infinite alternate;
}
.advantages-wrap .advantages-box:nth-child(2){
    border-bottom: 0
    }
.advantages-wrap-reverse .advantages-box{
    text-align: left;
    padding-right:0px;
    padding-left: 90px;
}
.advantages-box h3{
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .advantages-box p{
        margin-bottom: 0;
    }
.ad-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--secondary-color);
    color: var(--white);
    border-radius: 100%;
    position: absolute;
    top:25%;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: var(--heading-font);
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
}
.advantages-wrap-reverse .ad-icon{
    right:auto;
    left: 0;
    }
.ad-icon span{
    font-size: 35px;
}
.advantages-box:hover .ad-icon{
    transform: scale(1.05);
    background-color: var(--primary-color);
}
.advantages-box:hover{
    color: var(--primary-color)
}


.red-box{
    background-color: var(--primary-color);
    padding: 20px;
}

/*--------------------------------scroll-------------*/
.bannerH {
  white-space: nowrap;
  position: relative;
  color: white;
}
.bannerH p{
  font-size: 38px;
  line-height:38px;
  color: var(--white);
  font-weight: 300;
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: uppercase;
}
.bannerH p .sep {

    margin: 0 20px;

}
.sideScroll {
  display: inline-block;
  animation: sideScroll 20s linear infinite;
}

@keyframes sideScroll {
  100% {
    transform: translateX(-3600px);
  }
}

.sep{
    width: 10px;

}

.sidescroll-row{
    overflow: hidden;
    background-color: var(--black);
    padding: 30px 0;
}


.testimonial-box{
    text-align: center;
}
.testimonial-cont{
    padding: 0px 70px 30px 70px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom: 32px;
}
.testimonial-cont:after, .testimonial-cont:before{
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/icons/quotes.png) no-repeat center center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left:0;
    border-radius: 100%;
    }
.testimonial-cont:before{
    top:auto;
    left:auto;
    right:0px;
    transform: rotate(180deg);
}
.testimonial-cont p{
    color: var(--black);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.name{
    color: var(--primary-color);
    font-size: 37px;
    line-height: 40px;
    font-weight: 500;
    font-family: "Herr Von Muellerhoff", cursive;

}
.gallery .overlay-effect4:before, .gallery .overlay-effect4:after{
    background-color: #000
}

.gallery-row-inner{

}
.gallery-row-inner .gallery{
    flex:0 0 22%;
}
/*------------------inner-------------*/
.video-box{
    background: #000;
    padding: 5px;
    border-radius: 10px;
    line-height: 0;
}

 
.iconic{
    width:100%;
    display:block;
    position:relative;
    padding:0 0 0 120px;
    /*border-bottom:1px solid rgba(0, 0, 0,0.1);*/
}
.iconic-normal{
    padding:0 !important;
    /*border-bottom:1px solid rgba(0, 0, 0,0.1);*/
}
.iconic:last-child{
    border-bottom:0;
}
.iconic h2{
    font-size:24px;
    margin: 0 0 2px 0;
    line-height:30px;
    color:var(--primary-color);
}
.webicon{
    position:absolute;
    left:0;
    top: 2px;
    width:80px;
    height:80px;
    padding: 0;
    border-radius: 100%;
    text-align:center;
    background-color:var(--tertiary-color);
    /*box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}
.webicon img{
    display:block;
    width:100%;
}
 .webicon .material-symbols-outlined{
    font-size:40px;
    line-height:50px;
    position:relative;
    color:var(--black);
    top:5px;
    margin:0;
    padding:0;
 }
 .iconic-content{
    border-radius:10px;
    background: var(--white);
    padding:50px;
    background-color:var(--white);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
 
 }
 .iconic-content:hover{
    margin-top:-10px;
 }
 
 
 .iconic-normal .webicon{
    position:relative;
    margin:0 25px 0 0;
    float:left
    /*border-bottom:1px solid rgba(0, 0, 0,0.1);*/
}

.vehicles-row-inner{

}
.vehicles-row-inner .vehicle-single{
margin:0;
margin-bottom: 25px;
}
.testimonial-box-inn{
    background: #fff;
    padding: 35px 25px 15px 25px;
    border-radius: 15px;
}


/*-----------whatsapp------------*/
.whtsapp-link{position:fixed;right: 7px;bottom: 70px;z-index: 9;}
.whtsapp-link h5{width: 130px;position:absolute;right:-11px;top: 0;opacity:0;color:#fff;background-color:var(--primary-color); font-family: var(--body-font) ;font-size: 16px;font-weight:500;margin:10px 0 0 0;padding:10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{display: flex; align-items: center; justify-content: center;
    width:56px;height:56px;background:#2db742;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);text-align:center;line-height:78px;margin-left:0;z-index:1;position:relative;}
.whatsapp-icon img{width:32px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}

/*************** paddings ***************/
.pt-100{padding-top: 100px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-50{padding-bottom: 50px}
.pt-70{padding-top: 70px}
.pb-70{padding-bottom: 70px}
.pt-30{padding-top: 30px}
.pb-30{padding-bottom: 30px}
.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}
.pt-0{padding-top: 0px}
.pb-0{padding-bottom: 0px}

.pad-0{padding: 0}
.pad-25{padding: 25px}
.pl-100{padding-left: 100px}
.pr-100{padding-right: 100px}
.pl-80{padding-left: 80px}
.pr-80{padding-right: 80px}
.pl-20{padding-left: 20px}
.pr-20{padding-right: 20px}
.pl-30{padding-left: 30px}
.pr-30{padding-right: 30px}
.pl-50{padding-left: 50px}
.pr-50{padding-right:50px}
.pl-70{padding-left: 70px}
.pr-70{padding-right: 70px}
.pr-20{padding-right: 20px}
.mt-100{margin-top: 100px}
.mb-100{margin-bottom: 100px}
.mt-50{margin-top: 50px}
.mb-50{margin-bottom: 50px}
.mt-0{margin-top: 0px}
.mb-0{margin-bottom: 0px}


/*************** footer CSS ***************/
footer{
    color: var(--white)
}
footer a{color: #fff;}
footer a:hover{color: var(--tertiary-color);}
.footer{}
.footer-div{
    flex:0 0 23%;
    /*padding-right:15px;*/
}
.f-contact{
    position: relative;
    padding: 8px 0 10px 48px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
}
.f-contact p{
    margin-bottom: 0;
    line-height: 25px;
    }
.f-contact a{
    /* font-weight: bold; */
    /* font-size: 25px; */
}
.f-contact i{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10%;
    left:0;
    font-size: 13px;
    }
.footer-div h3{
    position: relative;
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 11px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-div h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 34px;
    height: 3px;
    background: var(--tertiary-color);
    }
ul.footerlinks{
    margin:0 0 20px 0;
    padding: 0;
}
ul.footerlinks li{
    list-style: none;
    padding: 4px 0;
    line-height: 20px;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
}

.footer-social{
}
.footer-social a{
    color: #fff!important;
    font-size: 14px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footer-social a i {
    margin-right: 0;
    font-size: 18px;
 color: #fff;
}
.footer-social a:hover  {
    color: var(--black);
    background: var(--tertiary-color);
}
.footer-bottom{
    border-top:1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    color: #fff;
    font-size: 16px;

}
.copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy p{
    margin-bottom: 0;
    }


/*************** INNER PAGE CSS ***************/

.flex-gap{gap:2%;}
.two-flex-col{
flex:0 0 48%; 
}
.three-flex-col{
flex:0 0 31%;
}
.four-flex-col {
flex:0 0 22%;
    }
.five-flex-col {
flex:0 0 18%;
    }
.image-box{
    padding-right: 20px;
    padding-bottom: 22px;
    position: relative;
    width: 100%;
}
.stickybar{
    position: sticky !important;
    top: 120px;
}
.image-box2{
     padding-top:30px;
     padding-left:30px;
    }
.image-box .overlay-effect4{
    border-radius: 7px;
        

    }
.image-box:after, .image-box2:before{
    content: '';
    width: 80%;
    height: 80%;
    background: var(--primary-color);
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    right:0;
    z-index: -1;
    }
.image-box2:before{
        bottom: auto;
    right:auto;
    top:0;
    left:0;
      background:#d7ae6c;
}
    .highlight-text{
        font-size: 20px;
        line-height: 30px;
    }
        .highlight-text2{
        font-size: 24px;
        line-height: 34px;
        color: var(--black)
    }
    .wrap-box{
     border-radius: 15px;
    -webkit-box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    overflow: hidden;

    }

ul.list{
    margin:0;
    padding: 0;
    margin-bottom: 30px;
}
ul.list li{
list-style: none;
    padding: 2px 7px 2px 20px;
    line-height: normal;
    position: relative;
}
ul.list li:before{
     content: "\f111"; 
    position: absolute;
    top:10px;
    left:0;
     font-family: "FontAwesome";
     color: var(--primary-color);
     font-size: 8px;

    }
ul.checklist{
  
}
ul.checklist li:before{
    content: "\f00c";
     font-size: 15px;
    
}
.cnt-wrap {background-color: var(--white);padding-top: 0;padding-bottom: 0;}
.icon_box {
    padding: 20px 20px 20px 75px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* color: #fff; */
    position: relative;
}
.icon_box i {
    margin: 0;
    padding: 8px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: var(--white);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: var(--primary-color);
    position: absolute;
    top: 30px;
    left: 15px;
}

.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #000;font-weight: 700;font-family: var(--bodu-font);}
.icon_box p {margin:0;}
.icon_box a {color: var(--body-color);}
.icon_box:last-child{ margin-bottom:0px;  border-bottom:none;}
.cnt-form{   }
.map{ overflow: hidden; width: 100% ; border-radius: 15px; line-height: 0 }
.map iframe{}
.map iframe:hover{}
.table-row{
    width: 100%;
    overflow-x: scroll;
}
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color:var(--primary-color); color: white;}
.mb-10{ margin-bottom: 10px;}

/*************** INNER BANNER ***************/
.banner{
 z-index: 0;
 width: 100%;
 height: 350px;
 display: flex;
 justify-content: center;
 align-items: flex-end;
 text-align: center;
 background: url(../images/bgdots-black.jpg) repeat center center;
 position: relative;
 }
.banner-caption h2{color: #fff;font-size: 52px;margin-bottom: 15px;font-weight: 500;line-height: 52px;text-transform: uppercase;}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{color: #fff;font-size: 12px;text-transform: uppercase;letter-spacing: 1px;font-family: var(--body-font);}
.banner-caption h4{padding: 0px 0px 15px 0px;
    display: inline-block;margin-bottom: 32px;color: #000;
    border-bottom: 3px solid var(--tertiary-color);}
.banner-caption{position: relative;z-index: 1;}
.banner:after{ position: absolute; content: ''; width: 100%; height: 100%;
 left: 0px; top: 0px; background-color:var(--secondary-color); opacity: 0.4; }
/*.banner1{ background-image: url(../images/banner1.jpg); }
.banner2{background-image: url(../images/banner2.jpg);}*/

/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41); ;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #fff;}
header.smaller .topbar{display: none; }

header.smaller .header:after{
    display: block;
}
header.smaller .logo img {
    max-width: 102px;
}
/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}
.bgdots-grey{
    background: url(../images/bgdots-grey.jpg) repeat center center;
}
.bgdots-black{
    background: url(../images/bgdots-black.jpg) repeat center center;
}
.bg1{background: url(../images/bg1.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.bg2{background: url(../images/bg2.jpg) no-repeat top center;}
.bg3{background: url(../images/bg3.jpg) no-repeat top center;}
/**********forms**************/
form{
    margin:0;
    padding:0;
}
*:focus {  
    outline: none;
}
.fieldset{
        width: 100%;
        height: 52px;
        padding: 8px 10px;
        background-color: none;
        background-color: transparent;
        display: block;
        border: 1px solid rgb(211 211 211);
        margin: 0 0 10px 0;
        color: #626262;
        font-size: 14px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-left: 2px solid var(--primary-color);
}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    vertical-align: top;
    padding: 10px 24px 10px;
    text-align: center;
    background-color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 7px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    }

    .sendbutton:hover{
        background-color: var(--tertiary-color);
        color: var(--black)
    }
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
.contact-form{ width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}


/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1320px) {
.container{ width:90%;}
.f-contact a {
    /* font-size: 20px; */
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}

.box-item {
    width: 100%;

}
.inline {
    font-size: 14px;
}
.gallery-row-inner .gallery {
    flex: 0 0 32%;
}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
    .menu-wrap {

   
}
.inline {
        font-size: 12px;
        line-height: 14px;
        gap: 2px;
    }
.footer-div:first-child, .footer-div:last-child{flex:0  0 100%;display: flex;
    justify-content: flex-start;align-items: center;flex-wrap: wrap;gap: 15px;}
.footer{
         justify-content: flex-start !important;
        gap: 15px;
  
}
.copy {
    flex-direction: column;
    gap: 9px;
}
.testimonial-cont p {
    font-size: 20px;
    line-height: 27px;
}
.heading {
    font-size: 43px;
    line-height: 53px;
    }
    .advantages-box {
    padding: 90px 0px 0 0px;
    margin-bottom: 30px;
    text-align: left;

}
.ad-icon{
    top:0;
    right:auto;
    left:0;
}
.advantages-wrap-reverse .advantages-box {
    text-align: left;
    padding-right: 0px;
    padding-left: 0;
}

}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.pt-100, .pt-70, .pt-80,.pt-50{
    padding-top:30px;
}
.pb-100, .pb-70, .pb-80,.pb-50{
    padding-bottom:30px;
}
.pl-100, .pl-70, .pl-50{padding-left:0;}
.pr-100, .pr-70, .pr-50{padding-right:0;}
.heading {
    font-size: 34px;
    line-height: 44px;
    }
  
        .advantages-wrap {
        width: 48%;
    }
    .advantages-wrap {
        width: 100%;
    }
    .ad-icon {
    width: 50px;
    height: 50px;
    font-size: 23px;
}
.advantages-wrap {
    padding-top: 0;
}
.advantages-box {
        padding: 60px 0px 0 0px;
        margin-bottom: 20px;
 
    }
.bannerH p {
    font-size: 25px;
    line-height: 25px;
}
.sidescroll-row {
    padding: 20px 0;
}
.footer-div {
    flex: 0 0 48%;
}
.logo img {
    max-width: 100px;
}
.topbar .inline:first-child{
    text-align: center;
}
.banner-caption h2 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 32px;
}
.banner {
    z-index: 0;
    width: 100%;
    height: 290px;
    }
    .gallery-row-inner .gallery {
    flex: 0 0 48%;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
    .smd30, .smd40, .smd60, .smd70, .smd75 {width: 100%}
    .smd60, .smd70, .smd75{margin-top:20px;}
    /*------------flex-col---------*/
    .three-flex-col, .two-flex-col, .four-flex-col{
  flex:0 0 100%
}
.five-flex-colum {
   flex:0 0 48%
    }
    /*------------flex-col---------*/
    .call-now a {
    font-size: 16px;
    line-height: 16px;
    color: var(--white);
}
header {
    position: relative;
    padding-bottom: 13px;
    background: var(--black);
    }
    header.smaller {
         padding-bottom:0px;
    }
    .data-progress li h2 {
    font-size: 34px;
    line-height: 34px;

}
.data-progress p {
    font-size: 14px;
    line-height: 14px;
    }
    .data-progress {
  flex-wrap: wrap;
  }
  .data-progress li {
    list-style: none;
    width: 50%;
    margin-bottom: 15px;
  }
  .data-progress li:nth-child(3) {
    border:none;
  }
  .vehicle-single {
    margin: 0;
}
.flip-box-header {
    font-size: 34px;
    line-height: 34px;
    }
    .flip-box .inner {
    padding: 20px 20px;
  }
  .testimonial-cont {
    padding: 0px 30px 30px 30px;
  }
  .testimonial-cont:after, .testimonial-cont:before {
    width: 25px;
    height: 25px;
   
    background-size: 19px;
}
.banner {
    z-index: 0;
    width: 100%;
    height: 175px;
    }
    .iconic {

    padding: 100px 0 0 0px;
 
}
.testimonial-box-inn{
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 575px) {
.bg1 { background: url(../images/bg1-mob.jpg) no-repeat left center !important;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.call-now span{
  display: none;
}
.call-now a{font-size: 0;}
.call-now{min-width: auto}
.topbar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:0;
}
.gallery-row-inner .gallery {
    flex: 0 0 100%;
}
    }

    /************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}