@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

body {
margin: 0;
padding: 0;
}

.head {
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p, li, h5, h3, a, .faq {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*----------------Navbar------------------*/
.navb {
  height: 100px;
  transition: 0.5s;
  z-index: 997;
}

li a {
  text-decoration: none;
  color: white;
}
li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.nav-scrolled {
  height: 80px;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.3);
  background: url(../images/testi_bg.jpg);
  transition: 0.5s;
}


@media only screen and (min-width: 999px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-scrolled img{
    padding: 6px ;
    transition: 0.5s;
  }

  .intro-head {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-brand img {
    width: 65px;
    margin-bottom: 20px;
  }
  .nav-scrolled img{
    padding: 8px ;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 340px) {
  .navbar-brand img {
    width: 60px;
  }
  .nav-scrolled img{
    padding: 5px ;
    transition: 0.5s;
  }
}

.offcanvas-title img {
  width: 120px; /* Adjust logo size */
}

/*----------------Landing Page-------------------------*/
.int-img {
  /* transform: rotate(360deg) translateZ(0); */
  animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
  100%{-webkit-transform: rotate(360deg);}
}
@keyframes spin {
  100%{-webkit-transform: rotate(360deg);}
}

.landing-container {
  min-height: 615px ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: url(../images/testi_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
}

.cta-button {
  width: 200px; /* Set button width to 200px */
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  background-color: #ffffff; /* Change the button background color as needed */
  color: #000; /* Change the button text color as needed */
  border-radius: 50px;
  border: solid 1px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.cta-button:hover {
  background-color: #FF6600;
  border-color: #FF6600; /* Change the button border color on hover as needed */
  color: #fff; /* Change the button text color on hover as needed */
}

/*----------slider--------------*/

#slider {
  height: 100vh;
  width: 100%;
}

  
.swiper {
    width: 100%;
    height: 100%;
   }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .bg2 {
    background: url(https://img.freepik.com/free-vector/paper-style-white-monochrome-background_23-2149001605.jpg?w=740&t=st=1713100531~exp=1713101131~hmac=7ddbd10cd4041597419e2857eb0342c162f4ae322d934556ab2430ede540612b) no-repeat fixed 100%;
    background-size: cover;
  }

  .bg3 {
    background: url(../images/testi_bg.jpg);
  }

/*-----------------About Page------------------------*/


.abtcard {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #fff;
  transition: transform 0.5s, background 0.5s;
  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 4px #ff5203 solid !important;

}

.abtcard .card-text {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.abt-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.abthead {
  font-family: "Poetsen One", sans-serif;
  font-size: 18px;
}

.abt-btn {
  width: 100px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.abt-btn:hover {
  background-color: #ED5B00;
  color: #fff;
}

.imgol {
-webkit-box-shadow: 1rem 1rem black, -1rem -1rem #ccc;
-moz-box-shadow: 1rem 1rem black, -1rem -1rem #ccc;
box-shadow: 1rem 1rem black, -1rem -1rem #ccc;
border-radius: 5px;
margin: 20px;
}


/*-------services-------------*/


 .service-card {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  transition: 0.5s;
}

 .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#f4ab14, #e52800);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.service-card:hover::after {
  top: 0%;
  transition: 0.5s;
}

.service-card  {
  background-color: #ffffff;
  color: #000;
  transition: 0.5s;
}

.service-card:hover  {
  color: #0dcaf0;
  transition: 0.5s;
}

 .service-card:hover h4 {
  color: #ffffff;
  transition: 0.5s;
}

 .service-card:hover p {
  color: #f0f0f0;
  transition: 0.5s;
}

.service-image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.services .card i {
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
  line-height: 40px; /* Adjust as needed to center the icon vertically */
  text-align: center; /* Center the icon horizontally */
  display: inline-block;
  border-radius: 50%;
  background-color: #333; /* Change background color as needed */
  /* color: ; Change icon color as needed */
}

.s-btn {
  color: #fff;
  background-color: #ED5B00;
  border: 1px solid #ED5B00;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.s-btn:hover {
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
/*----------CTA Banner-----------*/
.parallax-2{
  background: url('../images/parallaxbg.png') no-repeat fixed 100%;
  background-size: cover;
  color: #000;
  padding: 20px;
}
  
.cta-text {
  margin-bottom: 15px;
  font-size: 18px;
}

.cta-button1 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  background-color: #FF6600; /* Change the button background color as needed */
  color: #fff; /* Change the button text color as needed */
  border-radius: 50px;
  border: solid 1px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.cta-button1:hover {
  background-color: #fff;
  border: solid 1px #FF6600; /* Change the button background color on hover as needed */
  color:#000; /* Change the button text color on hover as needed */
}

/*---------Why Believe-----------*/

.wb .card {
  height: 220px;  
}

/*------------Testimonials-------------------*/

#testimonials .bg-white {
  border-bottom: 4px #ff5203 solid !important;
}

#testimonials img {
  width: 80px;
  height: 65px;
  border-radius: 100px;
}

.icon {
  text-align: left;
}

.testimonials .card {

  margin-top: 60px;
}
.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}

/*-----------------Locations---------------------*/

#location li{
  text-align: center;
  /* background-color: #ff7c02; */
  background-color: #FF6600;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
}


/*------------------------Contact----------------------------*/

.contact {
  padding: 80px 0;
}

.heading span {
  color: #ff8800;
}

.contact .heading p {
  font-size: 12px;
  line-height: 1.7;
  margin: 20px 0 60px;
  padding: 0;
}

.contact .form-control {
  padding: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  background: #f9f9f9;
  border: 0;
  border-radius: 10px;
}

.contact button.btn {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  background: #ED5B00;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

.contact .btn:hover {
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #ED5B00;
}
.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .content .info {
  margin-top: 30px;
}

.contact .content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #000;
}



/*------------------Footer---------------------*/


.footer {
  background: url(../images/orangebg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} 

.footer a{
  text-decoration: none;
  color: #fff;
}

.footer a:hover {
  color: #ffffffbe;
  transition: color 0.3s ease-in-out;

}

.copyright-text {
  background: #e52800;
  /* padding-bottom: 5px; */
  color: #fff;
  text-align: center;
}
.copyright-text a {
  color: #fff;
}

/*------------------Banner------------------*/

.banner {
  text-align: center;
  margin-top: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../images/orangebg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-text {
  background-color: #e52800;
  padding-left: 20px;
  color: #f9f9f9;
  font-size: 25px;
}

.mee {
  font-size: 12px;
}
.cr:hover{
  opacity: 0.7;
}
.mee .fa-heart:hover {
  color: #0e76ff;
}

.cbtn {
  bottom: 20px;
  right: 15px;
  position: fixed;
  z-index: 5;
}

.wbtn {
  bottom: 20px;
  left: 15px;
  position: fixed;
  z-index: 5;
}