body {
  font-family: 'Roboto','Roboto Slab','Roboto Flex','Roboto Serif';
}

/* Custom styles */
nav{
padding-bottom: 0;
}
#navbarNav{
margin-top: 24px;
}
.navbar-brand {
  margin-right: auto;
  padding-right: 20px; /* Adjust the space between logo and menu items */
}
.navbar{
  background-color: fff !important;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.navbar .collapse .navbar-nav .nav-item a{
  color: #000;
}

.navbar-nav .nav-link {
color: #ffffff !important;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.navbar-nav .nav-link {
  text-transform: uppercase !important;
}

/* Style for the "Call Us" button */
.contact-container {
display: flex;
align-items: center;
justify-content: center;
margin-top: -12px;
}

.contact-info {
text-align: center;
}

.whatsapp-icon {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

.call-us {
display: inline-block;
vertical-align: middle;
font-size: 12px;
color: #00A307;
font-family: Roboto;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.phone-number {
font-size: 12px;
color: #00A307;
margin-left: 44px;
margin-top: 6px;
}

/* Add this style to change the color of the navbar links when scrolled */
.scrolled .navbar-nav .nav-link {
color: #000 !important;
}

/* Add this style to change the background color of the navbar when scrolled */
.scrolled {
background-color: #ffffff !important;
padding: 0;
}
.navbar-toggler{
  border: none;
}

@media (max-width: 767px) {
  /* Adjust the alignment of the toggler for smaller screens */
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 28px;

  }

  /* Center the "Call Us" button on smaller screens */
  .contact-container {
    margin-top: 0;
    margin-bottom: 10px; /* You can adjust this value as needed */
  }

  .phone-number {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* Adjust the alignment of the toggler for smaller screens */
  .navbar-toggler {
      position: absolute;
      right: 0;
      top: 28px;
      z-index: 9999;
  }

  /* Center the "Call Us" button on smaller screens */
  .contact-container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      margin-bottom: 10px; /* You can adjust this value as needed */
  }

  .phone-number {
      margin-left: 0;
  }

  /* Set white background and left alignment for collapsed navbar */
  .navbar-collapse {
      background-color: #fff;
      text-align: left;
      color: #000000;
  }

  /* Adjust padding for better spacing */
  .navbar-nav {
    
  
    position: absolute;
    left: 20px;
    top: 96px;
    background:#fff;
    width: 92%;
  }
  .contact-info{
    display: none;
  }
  .navbar-nav .nav-link{
    color: #000 !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    display: none;
  }
  /* Shift logo to top on smaller screens */
  .navbar-brand {
      margin-bottom: 10px;
  }
  .mobilebtn{
    display: none;
  }
  .coropacity h2{
    font-size: 34px !important;
    line-height: 36px !important;
  }
  .coropacity h1{
    line-height: 38px !important;
  }
  .footer p{
    text-align: center !important;
  }

  .testim .dots {
   
    
    right: 6% !important;
   
  }
  .footer h2{
    font-size: 10px !important;
  }
}


/* Slider */
.swiper-container {
padding: 0;
height: 596px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
position: absolute;
}
@media screen and (max-width: 768px) {
.swiper-container {
   height: 500px;
}
}


.swiper-slide {
width: 100%;
background-size:cover;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.swiper-slide:after {
content:'';
position: absolute;
width: 100%;
height: 100%;
bottom:0;
z-index: 1;
opacity: 0.3;
}

.swiper-slide:before {
content:'';

position: absolute;
width: 100%;
height: 100%;
bottom:0;
z-index: 1;
}


/* swiper arrows */

.swiper-button-prev,
.swiper-button-next {
width: 50px;
height: 50px;
background-image: none;
display: flex;
align-items: center;
justify-content: center;
}

.swiper-button-prev {
left: 30px;
}

.swiper-button-next {
right: 30px;
}


.swiper-button-prev span,
.swiper-button-next span {
width: 10px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
position: absolute;
border: solid 2px white;
border-left:0;
border-bottom: 0;
transition: all 0.3s ease;
} 

.swiper-button-prev span {
transform: rotate(-135deg);
left: 50%;
}

.swiper-button-next span {
transform: rotate(45deg);
right: 50%;
}


.swiper-button-prev span:after,
.swiper-button-next span:after {
content:'';
position: absolute;
background-color: white;
width: 0px;
height: 2px;
transition: all 0.3s ease;
transform: rotate(-45deg);
}

.swiper-button-prev:hover span{
left:30%;
}
.swiper-button-next:hover span{
right:30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
width: calc(20px - 4px);
}

/* swiper arrows mobile */

@media screen and (max-width: 768px) {
.swiper-button-prev {
   left: 0px;
}

.swiper-button-next {
   right: 0px;
}
.swiper-button-prev:hover span{
   left:50%;
}
.swiper-button-next:hover span{
   right:50%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
   display: none;
}
}


/* swiper pagination */

.swiper-pagination {
  position: absolute;
  left: 120px !important; /* Adjust the left spacing as needed */
  bottom: 40px !important; /* Adjust the bottom spacing as needed */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  }
  
  /* Individual pagination bullets */
  .swiper-pagination-bullet {
  background-color: #e37431  !important;
  border: solid 2px #e37431 !important;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-bottom: 5px; /* Adjust the spacing between bullets as needed */
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  }
  

.swiper-pagination-bullet:hover {
background-color: white;
}
/* Active pagination bullet */
.swiper-pagination-bullet-active {
width: 20px;
border-radius: 50px;
transition: all 0.3s ease-in-out;
left:0;
background-color: #e37431 !important;
border: solid 3px #256a2e !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 4px  0 !important;
  padding: 4px !important;
}
/* text content */

.slide-text {
text-align: left !important; /* Align text to the left */
color: white;
opacity: 1;
z-index: 2;
font-family: 'Roboto';
width: 80%;
padding-top: 146px;
}


.slide-text h1 {
color: #FFF;
font-family: Roboto;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}


.slide-text p {
color: #FFF;
font-family: Roboto;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 28px;
width: 40%;
}


/* text mobile */

@media screen and (max-width: 768px) {
.slide-text {
   width: 60%;
}

.slide-text h1 {
   font-size: 20px;
   letter-spacing: 0.02em;
}

.slide-text p {
   font-size: 14px;
}
}

@media screen and (max-width: 768px) {
.slide-text .btn:hover::after {
   left: 0px;
   top: 0px;
   background-color: rgba(255,255,255, 0.1);
}
}




/* Center-align the slide-text on mobile devices */
@media screen and (max-width: 768px) {
  .slide-text {
    text-align: center !important;
  }

  .slide-text h1 {
    font-size: 24px;
  }

  .slide-text p {
    width: 80%;
    margin: 0 auto;
  }
}

/* servicesofsahana */
.servicesofsahana {
  background: #E57E41;
  padding: 60px 0;
  text-align: center;
}
.servicesofsahana h3{
  color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.servicesofsahana img {
  width: 80%;
}

.servicesofsahana h2 {
  color: #FFF;
  font-family: 'Roboto Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}
.servicesofsahana .readmore{
  font-family: Roboto;
font-size: 10px;
font-weight: 600;
line-height: 12px;
color: #000;
background-color: #CF6320;
width: 90px;
}

.servicesofsahana .btn:hover{
  background-color: #00A206;
  color: #FFFFFF;
}
.servicesofsahana p {
  color: #000;
  font-family: 'Roboto Serif';
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  width: 70%;
  margin: 0 auto; /* Center the paragraph */
}

/* comfort */
.comfort{
  padding: 60px 0;
}
.comfort h2{
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.comfort p{
  color: #000;
text-align: center;
font-family: Roboto Flex;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 12px;
}
.comfort-icon{
  width: 80%;
  margin: 0 auto;
}
.zoom {
  transition: transform 0.2s; /* Adjust the duration as needed */
}

.zoom:hover {
  transform: scale(1.2); /* Adjust the scale factor as needed */
}
/* transport */
.transport {
  background-image: url('../img/transportbg.jpg'); /* Replace with the actual path to your image */
  background-size: cover;
  background-position: center;
  color: #ffffff; /* Set text color to white or any desired color for better visibility */
  padding: 60px 0; /* Add some padding for better readability */
  background-attachment: fixed;
}

.transport h2 {
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 50px; /* 50% */
}

.transport p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 156.25% */
  width: 64%;
  margin: 0 auto;
}

/* choose */
.choose{
  padding-top: 60px;
}
.choose h2{
  color: #000;
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 50% */
}
.choose p{
  color: #393939;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
}
.choose .card-title {
  color: #000;
  font-family: 'Roboto Serif', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.choose .card-img-top{
  width: 80%;
}
.choose .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0.852px solid #BB4600;
  border-radius: 0%;
}

.choose .card-body span {
  color: #000;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 10.517px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.526px;
}

.choose .center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh; /* Optional: This is to center the button vertically as well */
}

.choose .readmore {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  color: #000;
  background-color: #CF6320;
  width: 200px;
  padding: 16px;
}

.choose .btn:hover {
  background-color: #00A206;
  color: #FFFFFF;
}

/* Incredible section */
.incredible {
  background-image: url('../img/incbg.png');
  background-size: cover;
  text-align: center !important; /* Center-align text */
  /* padding: 100px 0; Adjust padding as needed */
  padding-top: 30px;
}

.incredible h2 {
  color: #D1621F;
  text-align: center;
  font-family: Roboto Slab;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.incredible span {
  color: #2B692B;
font-family: 'Roboto Slab';
font-size: 54px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.incredible p{
  color: #000;
text-align: center;
font-family: 'Roboto Flex';
font-size: 14px;
font-style: italic;
font-weight: 300;
line-height: normal;
}
.incredible img{
  width: 70%;
}
.logos{
  text-align: center;
}
.logos img{
  width: 90px;
}
/* ......................Form section */


.form h1{
  font-family: Roboto;
font-size: 36px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
color:#000000
}


.form h2{
  font-family: Roboto;
font-size: 36px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
color:#D1621F
}


.form p{
  font-family: Roboto Serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;  
  color: #000000;

}

.form small{
  color: #D1621F;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left; 
}


/**
* ! style rules for form section
**/

.form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); */
  padding: 50px;
  width: 95%;
  max-width: none;

  .btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;

    .btn-1,
    .btn-2 {
      padding: 10px 5px;
      width: 100%;
      display: flex;
      gap: 15px;
      justify-content: center;
      align-items: center;
      border: 2px solid #c4c4c4;
      border-radius: 8px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
      cursor: pointer;
    }

    .btn-2 {
      background-color: #4f70b5;
      color: white;
    }
  }

  .or {
    text-align: center;
  }

  .question {
    font-size: 15px;
  }

  form span {
    color: #f2796e;
    cursor: pointer;
  }

  .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
  }

 div {
    position: relative;
    margin-bottom: 10px;

    i {
      position: absolute;
      padding: 10px;
    }

    .failure-icon,
    .error {
      color: red;
    }

    .success-icon {
      color: green;
    }

    .error {
      font-size: 14.5px;
      margin-top: 5px;
    }

    .success-icon,
    .failure-icon {
      right: 0;
      opacity: 0;
    }

    label {
      display: block;
      margin-bottom: 5px;
    }

    input ,select{
      width: 100%;
      height: 40px;
      /* border-radius: 8px; */
      outline: none;
      /* border: 2px solid #c4c4c4; */
      padding: 0 30px;
      /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); */
      background-color: #f8f8f8;
      border: none;

      /* &:focus {
        border: 2px solid #f2796e;
      } */
    }
  }

  button {
    margin-top: 15px;
    width: 100%;
    height: 45px;
    background-color: #F3650D;
    border: 2px solid #F3650D;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;

    &:hover {
      opacity: 0.8;
    }
  }

  button:hover{
    background-color: rgb(49, 112, 49);
    border: rgb(49, 112, 49);
    border-radius: 8px;
    color: #fff;
  }
}


@media (max-width: 425px) {
form {
  padding: 20px;
}
}

@media (max-width: 900px) {
.container {
  flex-direction: column;

  .content {
    width: 100%;

    .image {
      height: 70vh;
    }
  }

  form,
  .content {
    width: 100%;
  }

  form .social .btn {
    flex-direction: column;
  }
}
}

/* ...............................corporates section */

.corporates{
  background-image: url('../img/corpobg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.coropacity {
 margin: 0px;
  background-image: url('../img/corpoopacity.png');
    opacity: 0.9;
    margin-bottom: 4px;
}



.coropacity h2{
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.coropacity h1{
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 26px;
}


.corporates a img:last-child {
  display: none; 
  margin: auto; 
}
.corporates a:hover img:last-child {
  display: block;  
  margin: auto;
}
.corporates a:hover img:first-child {
  display: none; 
  margin: auto; 
}


/* ...............................Testimonial Section */

.testim {
  /* width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%); */

  background-image: url(../img/testiBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
 
}


.heading h1{
  color:  #F3650D;
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
padding-top: 30px;
}
.heading h2{
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  margin-top: 16px;
}


#testim-content h2{
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;  
color: #FFFFFF;
}

#testim-content p{
  font-family: Roboto Slab;
font-size: 18px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #EBEBEB;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 0px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-transition: all .3s ease-in-out;    
  -moz-transition: all .3s ease-in-out;    
  -o-transition: all .3s ease-in-out;    
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}
  

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 120px;
  right: 20%;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
  


.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}






/* ......................................Footer Section........................... */

.footer{
  background-image: url("../img/footerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer h1{
  font-family: Roboto;
font-size: 18px;
font-weight: 700;
line-height: 28px;
letter-spacing: 0em;
text-align: center;
}

.footer h2{
  font-family: Roboto;
font-size: 14px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
color: #000000;
}

.footer a{
  font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #050505;
text-decoration: none;
padding: 0px 6px;
}

.footer p{
  font-family: Helvetica;
font-size: 12px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.019em;
text-align: left;
color: #000000;
}

.bookbtn{
  font-family: Roboto;
font-size: 8px;
font-weight: 600;
line-height: 12px;
letter-spacing: -0.05em;
text-align: left;
color: #FFFFFF;
background-color: #F4823F;
}

.footer .btn:hover{
  background-color: rgb(49, 112, 49);
  color: #FFFFFF;
}


/*about page */
.banner-section {
  background-size: cover;
  background-position: center;
  color: #fff; /* Set text color to white or your preferred color */
  text-align: center;
  padding: 160px 0; /* Adjust the padding according to your design */
  border-radius: 0 0 6dvi 60px ;
}

.banner-section h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.banner-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
}
.content-about {
  background-color: #fff;
  color: #000;
  text-align: justify;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  margin-top: -6%;
  padding: 40px 50px;
  margin-bottom: 60px;
}
.about-objectives{
  background: #E57E41;
    padding: 60px 0;
}
.about-objectives h2{
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.about-objectives p{
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.about-objectives  ul {
  list-style-type: none;
  padding: 0;
}

.about-objectives  li {
  background: url('../img/right-arrow.png') no-repeat left center;
  padding-left: 30px; /* Adjust the padding as needed */
  margin-bottom: 16px; /* Adjust the margin as needed */
  line-height: 1.5; /* Adjust line height as needed */
  color: #fff;
}
/*With :after */
.services-details {
  padding: 60px 0;
}
.services-details h1{
       color: #263238;
   font-family: 'Bodoni Moda';
   font-size: 30px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: uppercase;
}


#rotate {
   perspective: 500px;
}
#rotate:after {
   transform: rotateX(90deg);
   transition: all 0.6s ease-in-out;
}
#rotate:hover:after {
   transform: rotateX(0deg);
}
#rotate figcaption {    
   transition: all 0.6s ease-in-out;
   transform: translateY(-50%) rotateX(90deg);
}
#rotate:hover figcaption {
   transform: translateY(-50%) rotateX(0);
}

/*Without :after*/
.frame {
   text-align: center; 
   position: relative;
   cursor: pointer;    
   perspective: 500px; 
}
.frame img {
   width: 100%;
   height: 100%;
}
.frame .details {
   width: 75%;
   height: 80%;    
   padding: 5% 10%;
   position: absolute; 
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) rotateY(90deg);
   transform-origin: 50%;
   background: rgba(255,255,255,0.9);  
   opacity: 0;
   transition: all 0.4s ease-in;
   
}
.frame:hover .details {
   transform: translate(-50%, -50%) rotateY(0deg);
   opacity: 1;
}

/*Effect without Perspective*/
.frame#wth {
   perspective: none;
}

/*contact form */
.contact-form{
  padding: 30px 0;
  background-color: #fff;
}
.contact-form h2{
   font-family: Roboto;
  font-size: 36px;
  color: #383838;
  font-weight: 600;
}
.contact-form p{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: Roboto;
  text-align: justify;

}

.theme-form-one input,.theme-form-one textarea ,.theme-form-one select{
width: 100%;
background: #fff;
border:1px solid #e4e4e4;
font-size: 14px;
color: #000;
font-family: Roboto;
margin-bottom: 12px;
}
.theme-form-one input ,.theme-form-one select {
height: 52px;
padding: 0 15px;
}

.theme-form-one textarea {
max-width: 100%;
max-height: 198px;
resize:none;
padding: 20px;
}
.theme-form-one button {width: 94%;}
.theme-form-one .getStartedBtn{
  font-weight: 400;
  color: #FFFFFF;
  background:#F4823F;
  font-family: Roboto;
  font-size: 14px;
  border-radius: 0;
  border: none;
  display: inline;
  text-align: center;
}


/* ................................Model CSS */

.topdot{
  position: absolute;
  top: -10%;
  left: 40%;
}





.orange{
    background: #f17c57fa;
}



.center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100vh;
}

.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Vertiacals */

.vertcles {
  padding: 60px 0;
  text-align: center;
}
.vertcles h3{
  color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.vertcles img {
  width: 80%;
}

.vertcles h2 {
  color: #000;
  font-family: 'Roboto Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}
.vertcles .readmore{
  font-family: Roboto;
font-size: 10px;
font-weight: 600;
line-height: 12px;
color: #000;
background-color: #CF6320;
width: 90px;
}

.vertcles .btn:hover{
  background-color: #00A206;
  color: #FFFFFF;
}
.vertcles p {
  color: #000;
  font-family: 'Roboto Serif';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 80%;
  margin: 0 auto; /* Center the paragraph */
  text-align: justify;
}

/* fleet */
.fleet {
  text-align: center;
}
.fleet h3{
  color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.fleet img {
  width: 80%;
}

.fleet h2 {
  color: #000;
  font-family: 'Roboto Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}
.fleet .readmore{
  font-family: Roboto;
font-size: 10px;
font-weight: 600;
line-height: 12px;
color: #000;
background-color: #CF6320;
width: 90px;
}

.fleet .btn:hover{
  background-color: #00A206;
  color: #FFFFFF;
}
.fleet p {
  color: #000;
  font-family: 'Roboto Serif';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 80%;
  margin: 0 auto; /* Center the paragraph */
}
.wedo{
  background-image: url('../img/bg.jpg'); /* Replace with the actual path to your image */
  background-size: cover;
  background-position: center;
  color: #ffffff; /* Set text color to white or any desired color for better visibility */
  padding: 60px 0; /* Add some padding for better readability */
  background-attachment: fixed;
}
.wedo h2{ 
  color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wedo .card{
  margin: 10px auto;
  box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
  border-radius: 6px;
  height: 100%;
  transition: 0.3s;
}
.wedo .card:hover {
box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
.wedo .card-title{
  color: rgb(0, 0, 0);
    font-family: "Roboto Serif", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}
.wedo .card-text{
      font-weight: 500;
color: #66686b;
}
.wedo .card-image{
  text-align: center;
  margin: 5vh 0;
}
.wedo .card-text{
  color: #000;
    text-align: center;
    font-family: Roboto Flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.wedo .title-heading{
  font-size: 3em;
  text-align: center;
  margin: 4%;
  font-weight: bold;

}

#button {
  display: inline-block;
  background-color: #e27330;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */


@media (min-width: 500px) {
 
  #button {
    margin: 30px;
  }
}
