@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:wght@500&family=Sora:wght@100..800&display=swap');

* a {
  text-decoration: none !important;
}

.call {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "lora";
}

.mail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "lora";
}

.loc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "lora";

}
@media (max-width: 2560px) and (min-width: 1199px) {
  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.log {
  width: 16%;
}
}



img.location-img {
  margin-top: -20px;
}

.icon-content h4{
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 15px;
}

.icon-content p{
    margin-left: 12px;
    color: #595959;
    font-family: "loar";
    text-decoration: none;
}

.icon-content p a{
  color: #595959;
  font-family: "loar";
  text-decoration: none;
}

.nav-bg {
    background-color: #9B0000;
    height: 50px;
}


div#navbarNav {
  margin-left: -70px;
}

li.nav-item {
  padding: 0px 15px;
  font-family: "lora";
  
}
.card{
  border-radius: 1.25rem !important;
}

 .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 4px;
}
.sidenavmobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 4px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #9B0000;
  display: block;
  transition: 0.3s;
  font-family: "lora";
}

a.dropdown-item {
  color: #000;
  padding: 10px 10px;
  width: 250px;
}
a.dropdown-item:hover {
 background-color: #9B0000;
 color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.sidenav a:hover {
  color: #000000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-top: -6px;
}

.sidenavmobile a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #9B0000;
  display: block;
  transition: 0.3s;
  font-family: "lora";
}

a.dropdown-item {
  color: #000;
  padding: 10px 10px;
  width: 250px;
}
a.dropdown-item:hover {
 background-color: #9B0000;
 color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.sidenavmobile a:hover {
  color: #000000;
}


.sidenavmobile .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-top: -6px;
}

@media screen and (min-width: 992px) {
  #sideNavMenu {
    display: none;
  }
}

.vl {
    border-left: 1px solid #fff;
    height: 25px;
    padding-left: 10px;
    position: absolute;
    left: 83%;
  }

  button.get-quote {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    color: #9B0000;
    font-family: "lora";
    font-weight: 800;
    position: absolute;
    left: 83.7%;

  }

  @media (max-width: 1399px) and (min-width: 1200px) {
    button.get-quote {
      background-color: #fff;
      border: none;
      padding: 10px 20px;
      color: #9B0000;
      font-family: "lora";
      font-weight: 800;
      position: absolute;
      left: 80.7%;
  }
  .vl {
    border-left: 1px solid #fff;
    height: 25px;
    padding-left: 10px;
    position: absolute;
    left: 80%;
  }
  }

  @media (max-width: 1199px) and (min-width: 992px) {
    button.get-quote {
      background-color: #fff;
      border: none;
      padding: 10px 20px;
      color: #9B0000;
      font-family: "lora";
      font-weight: 800;
      position: absolute;
      left: 76.9%;
  }
  .vl {
    border-left: 1px solid #fff;
    height: 25px;
    padding-left: 10px;
    position: absolute;
    left: 76%;
  }
  }


  button.get-quote-red {
    background-color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    margin:10px 0px 0px 20px;
    color: #fff;
    font-family: "lora";
    font-weight: 500;

  }
div#carouselExampleInterval {
    z-index: 1;
    margin-top: 130px;
}

.carousel-item {
    position: relative;
}

.c-item {
  height: 580px;
}


.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
 
}



.slide-head {
    position: absolute;
    bottom: 206px;
    left: 5%;
    padding: 20px;
    text-align: left;
}


.slide-h1 {
    color: #fff;
    font-size: 3em;
    font-family:"lora";
}

.slide-p {
    color: #fff;
    max-width: 80%;
    font-family:"sora";

}

.slide-btn {
    background-color: #9B0000;
    border: none;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    font-family: "sora";
}

@media (max-width: 2000px) and  (min-width: 1200px) {
  .c-item {
    height: 700px;
  }
  
}



@media (max-width: 1199px) and  (min-width: 992px) {
    .slide-head {
        position: absolute;
        bottom: 130px;
        left: 3%;
        padding: 30px;
        text-align: left;
    }
}

@media (max-width: 991px) and  (min-width: 769px) {
  .slide-head {
    position: absolute;
    bottom: 90px;
    left: 3%;
    padding: 30px;
    text-align: left;
}
}

@media (max-width: 768px) {
    .slide-head {
        position: absolute;
        bottom: 110px;
        left: 3%;
        padding: 20px;
        text-align: left;
    }

    .slide-h1 {
      color: #fff;
      font-size: 2.3em;
  }
}

@media (max-width: 576px) {

    .slide-head {
        bottom: 125px;
    }

    .slide-h1 {
        font-size: 2em;
    }

    .slide-p {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .slide-head {
        bottom: 105px;
    }
}

@media (max-width: 417px) {
  .slide-head {
      bottom: 70px;
  }

  .slide-h1 {
    color: #fff;
    font-size: 1.8em;
}
.slide-btn {
  background-color: #9B0000;
  border: none;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}
}

@media (max-width: 381px) {
  .slide-head {
      bottom: 100px;
  }

  .slide-h1 {
    color: #fff;
    font-size: 1.5em;
}
.slide-btn {
  background-color: #9B0000;
  border: none;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}
}
 
.card.safe-money {
    height: 185px;
    width: 355px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;

}

.card.safe{
    margin-left: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    height: 100%;
}





:root {
    --primary-color: #9B0000; /* Define the car color variable */
    --secondary-color: black; /* Define the car width variable */
    --car-height: 100px; /* Define the car height variable */
  }


.maintitle {
 text-align: center;
 font-weight: 500;
 color: var(--primary-color);
}

.subtitle{
    text-align: center;
    color: var(--secondary-color);
}
.maintitleleft {
    text-align: left;
    font-weight: 500;
    color: var(--primary-color);
   }
   
   .subtitleleft{
       text-align: left;
       color: var(--secondary-color);
   }
.serviceicon{
    width: 70px;
    margin: 0 auto; 
    display: block;
    margin-top: -3em;
}

.card.sadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  height: 100%;

}

.card.get-img {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(155, 0, 0, 0.6), rgba(155, 0, 0, 0.6)), url(/assets/services/get-a-quote.jpg);
  background-position: center;
  background-size: cover;
}

.get-title {
  text-align: center;
}

.get-para {
  text-align: center;
  margin-top: 20px;
}
.bd-placeholder-img {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.servicetext{
    text-align: center;
}
.servicetitle{
    text-align: center;
    color: var(--primary-color);
}
.servicetitle:hover{
  text-align: center;
  color: black;
}
.serivcetable{
    width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 40px;
}
.card{
    --bs-card-border-color: rgb(16 16 16 / 18%) !important;
}
.special-card {
    position: relative; 
    border-radius: 15px; 
    overflow: hidden;
}

.special-card::before {
    content: ''; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-color: #9B0000;
    opacity: 0.9; 
  
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: linear-gradient(90deg, rgba(155, 0, 0, 0.9), rgba(155, 0, 0, 0.6) ), url(/assets/services/overlay.png);
    background-size: cover; 
    background-position: center; 
    border-radius: 20px;
    filter: brightness(80%);
}

.card-body {
    position: relative; 
    z-index: 1; 
}
.overlaytitle{
    color: #fff;
    text-align: center;
    font-family: "sora";
    font-size: 2em;
}
.overlaytext{
    color: #fff;
    text-align: center;
}
.overlaybtn {
    margin: 0 auto; 
    display: block;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: var(--primary-color);
    font-weight: 800;
    font-family: "sora";
}

/* media query by vignesh cehllamuthu */
@media screen and (max-width: 991px) {

.serivcetable{
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
@media screen and (max-width: 767px) {
    .overlaytitle{
        height:100px;
        color: #fff;
        text-align: center;
    }  
}
@media screen and (max-width: 376px) {
  .overlaytitle{
      height:100px;
      font-size: 20px;
      color: #fff;
      text-align: center;
      font-weight: 500;
  }  
}

.middle {
    width: 100%;
}



.counting-sec {
    position: relative; 
    padding: 40px 0;
    width: 100%;
    text-align: center; 
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(/assets/img/proud-count.jpg);
    background-position: center center;
    object-fit: cover;
}



.counting-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    
}

.whychoose {
  background-color: #EDEDED;
}

.inner-width {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.counting-col {
    text-align: center; 
    margin-bottom: 30px; 
}



.counter-col i {
    font-size: 100px;
    color: #333;
}

.num {
    font-size: 40px;
    margin: 20px 0;
    color:var(--primary-color);
    font-weight: 500;
    
}
.counttext{
    color: #fff;
}
.row {
    position: relative;
    z-index: 1;
}
.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .icon-container {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .item-text {
    display: inline-block;
    margin-right: -87px;
    vertical-align: middle;
  }
  
  .item-text dl {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .item-text dt {
    margin: 0;
    padding: 0;
    display: block;
  }
  
  .item-text dd {
    margin: 0;
    padding: 0;
    display: block;
  }
  
  .texticon {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 30px;
  }
.image-container {
    border-radius: 0 0 0 76px;
    overflow: hidden;
    padding: 0  0 0 30px; 
    background-color: var(--primary-color); 
}


.col-3.let {
    background-color: #9B0000 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 198px;
}
.col-3.let img {
  margin-top: 75px;
  text-align: center;
  margin-left: 15px;
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .col-3.let {
    background-color: #9B0000 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 245px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-3.let {
    background-color: #9B0000 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 270px;
}
.col-3.let img {
  margin-top: 113px !important;
  text-align: center;
  margin-left: 1px;
}
}



.safe-content h6 {
    color: #9B0000;
    font-size: 1.2em;
    font-weight: 600;
    font-family: "sora";
}

.safe-content {
    padding: 15px;
}

.safe-content p {
    color: #5C5C5C;
    font-family: "sora";
}


@media (max-width: 991px) {
  .col-3.let img {
      margin-top: 65px;
      text-align: center;
      margin-left: 40px;
      
  }   
}

@media (max-width: 767px) {
  .col-3.let img {
      margin-top: 75px;
      text-align: center;
      margin-left: 20px;
  }   
  .call {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 116%;
  }
  
  .mail {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150%;
  }
}

@media (max-width: 500px) {
  .col-3.let img {
      margin-top: 70px;
      text-align: center;
      margin-left: 10px;
  }   
}

@media (max-width: 451px) {
  .col-3.abouttitle img {
      margin-top: 105px;
      text-align: center;
      margin-left: 10px;
  }   
}

@media (max-width: 400px) {
  .col-3.let img {
      margin-top: 60px;
      margin-left: 5px;
  }   
}

@media (max-width: 364px) {
  .col-3.let img {
      margin-top: 60px;
      margin-left: 5px;
  }   
}

@media (max-width: 333px) {
  .col-3.let img {
      margin-top: 80px;
      margin-left: -1px;
  }   
}
@media (max-width: 420px) {
  .col-3.let {
    background-color: #9B0000 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 270px;
}
.col-3.let img {
  margin-top: 113px !important;
  text-align: center;
  margin-left: 1px;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
  .icon-content p {
      margin-left: 11px;
      font-size: 14px;
  }
}


@media (max-width: 575px) {

  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.log {

    width: 256px !important;
  }
  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.cal {

    width: 256px !important;
  }
 
}

  @media (max-width: 510px) {

    .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.log {
  
      width: 150px !important;
    }
    .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.cal {
  
      width: 240px !important;
    }
    .call {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
  }
  .headlogo img {
    height: 80px;
  }
}


@media (max-width: 389px) {

  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.log {

    width: 150px !important;
  }
  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.cal {

    width: 210px !important;
  }
  .call {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.headlogo img {
  height: 80px;
}
}

@media (max-width: 359px) {

  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.log {

    width: 130px !important;
  }
  .col-xl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.col-xs-6.cal {

    width: 185px !important;
  }
  .call {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.headlogo img {
  height: 70px;
}
}


.small-title {
    color: #9B0000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 0.9em;
    font-family: "sora";
}
.sub-title {
  color: #9B0000 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  font-family: "sora";
}

.main-title {
    font-size: 2.5em;
    margin-top: 20px;
    font-family: "sora";
}

.abt-content p {
    color: #7a7a7a;
    margin-top: 20px;
    font-family: 'poppins';
}

.protect {
    display: flex;
    align-items: center;
    justify-content: left;
}
.protect-content {
    padding: 15px;
}

.protect-content h6 {
    color: #9B0000;
    font-size: 20px;
}

.protect-content p{
    color: #7a7a7a;

}

.redbutton {
    background-color: #9B0000;
    border: none;
    padding: 15px 40px;
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "sora";
}
.blkbutton {
  background-color: #000000;
  border: none;
  padding: 15px 40px;
  color: white;
  text-transform: capitalize;
  font-weight: bold;
}


.imgtest{
    border: 2px solid #CBCBCB;
    border-radius: 10px !important;
  }
  .starimga {
    background-color: #CBCBCB !important;
    border-radius: 7px 7px 0 0;
    padding: 10px;
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center;
}
.imgtest:hover {
    border-color: var(--primary-color) !important;
}
.starimga:hover {
    background-color: var(--primary-color) !important; /* Change background color to red on hover */
}

.starimg {
    max-width: 100%; /* Ensure the image does not exceed its container's width */
}
.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-right: 15px; /* Add gap between cards */
    height: auto;
    text-align: center;
    transition: border-color 0.3s, background-color 0.3s; /* Add transition effect */
}
.slick-dots {
    position: absolute;
    bottom: 20px; /* Adjust as needed */
    list-style: none;
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    margin: 0 5px; /* Adjust spacing between dots */
}

.slick-dots li button {
    font-size: 0; /* Hide the default dot content */
    width: 10px; /* Set dot width */
    height: 10px; /* Set dot height */
    border-radius: 100%; /* Make dots circular */
    background-color: #CBCBCB !important; /* Set dot color */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Add transition effect */
}


.slick-dots li button:before {
    top: 0;
    left: 0;
    content: '' !important;
    text-align: center;
    color: #CBCBCB !important;

}
.slick-dots li button:hover {
    background-color: var(--primary-color) !important; /* Change dot color on hover */
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color) !important; /* Change color of active dot */
}

   

   .testimonial-card p {
      font-size: 16px;
      margin-bottom: 10px;
   }

   .testimonial-card h3 {
      font-size: 18px;
      margin-bottom: 5px;
   }
   /* About us */

   .abt-img1 {
    border-top-left-radius: 100px;
    height: 285px;
    width: 100%;
  }

  .abt-img2 {
    border-top-right-radius: 100px;
    height: 410px;
    width: 100%;
  }

  .abt-count h6 {
    color: #9B0000;
    font-size: 3em;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins';
    font-weight: bold;
  }

  .abt-count p {
    font-weight: bold;
    text-align: center;
    font-size: 0.8em;
  }

  @media (max-width: 2560px) and (min-width: 1441px) {
    .abt-img1 {
        height: 280px;
      }
  
      .abt-img2 {
        height: 380px;
        width: 270px;
      }
  
      .abt-count h6 {
        font-size: 3.5em;
      }
  
      .abt-count p {
        font-size: 1.2em;
      }
  }


  @media (max-width: 1440px) and (min-width: 1200px) {
    .abt-img1 {
        height: 280px;
      }
  
      .abt-img2 {
        height: 380px;
        width: 270px;
      }
  
      .abt-count h6 {
        font-size: 3.5em;
      }
  
      .abt-count p {
        font-size: 1.2em;
      }
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .abt-img1 {
        height: 230px;
      }
  
      .abt-img2 {
        height: 320px;
      }
  
      .abt-count h6 {
        font-size: 2.5em;
      }
  
      .abt-count p {
        font-size: 0.7em;
      }
  }


  @media (max-width: 991.98px) {
    /* For medium-sized screens (tablets), adjust the image heights */
    .abt-img1 {
      height: 320px;
      margin-top: 50px;
    }

    .abt-img2 {
      height: 460px;
      width: 300px;
      margin-top: 50px;
    }

    .abt-count h6 {
      font-size: 4.25em;
    }

    .abt-count p {
      font-size: 1em;
    }
  }

  @media (max-width: 767.98px) {
    /* For small-sized screens (phones), adjust the image heights */
    .abt-img1 {
      height: 250px;
      border-top-left-radius: 80px;
    }

    .abt-img2 {
      height: 350px;
      width: 250px;
      border-top-right-radius: 80px;
    }

    .abt-count h6 {
      font-size: 3em;
    }

    .abt-count p {
      font-size: 1.2em;
    }
  }

  @media (max-width: 550.98px) {
    /* For small-sized screens (phones), adjust the image heights */
    .abt-img1 {
      height: 250px;
    }

    .abt-img2 {
      height: 340px;
    }

    .abt-count h6 {
      font-size: 3em;
    }

    .abt-count p {
      font-size: 1.2em;
    }
  }

  @media (max-width: 490.98px) and (min-width: 450px) {
    .abt-img1 {
        height: 220px;
      }
  
      .abt-img2 {
        height: 310px;
      }
  
      .abt-count h6 {
        font-size: 2.5em;
      }
  
      .abt-count p {
        font-size: 1em;
      }
  }

  @media (max-width: 449px) and (min-width: 400px) {
    .abt-img1 {
        height: 200px;
      }
  
      .abt-img2 {
        height: 280px;
        width: 180px;
      }
  
      .abt-count h6 {
        font-size: 2.5em;
      }
  
      .abt-count p {
        font-size: 1em;
      }
  }
  @media (max-width: 399px) and (min-width: 350px) {
    .abt-img1 {
        height: 180px;
        border-top-left-radius: 80px;
      }
  
      .abt-img2 {
        height: 250px;
        width: 160px;
        border-top-right-radius: 80px;
      }
  
      .abt-count h6 {
        font-size: 2.5em;
      }
  
      .abt-count p {
        font-size: 0.8em;
      }
  }

  @media (max-width: 349.98px) and (min-width: 320px) {
    .abt-img1 {
        height: 160px;
        border-top-left-radius: 70px;
      }
  
      .abt-img2 {
        height: 230px;
        width: 150px;
        border-top-right-radius: 70px;
      }
  
      .abt-count h6 {
        font-size: 2.5em;
      }
  
      .abt-count p {
        font-size: 0.8em;
      }
  }
   .contact {
    position: relative;
    margin-top: 10em;
    margin-bottom: 5em;
    border-radius: 10px;
    
  }
  .protectimg{
    margin-top: -20px;
  }


  .overlaybtna {
    display: block;
    margin: 0 auto; /* Centers the button horizontally */
    border: none;
    padding: 15px 30px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "sora";
}



.overlaybtnleft {
    display: block;
    border: none;
    width: 200px;
    height: 50px;
    background-color:var(--primary-color);
    color: #fff;
    font-weight: 500;
}

.cardblog {
    border: none !important;
    display: flex;
    align-items: flex-end;
      --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem; 
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem; 
    position: relative;
    display: flex;
    flex-direction: column;
    
}

.blogcrd {
    border: 1px solid rgb(240, 226, 226) !important;
    border-radius: 5px;
    background-color: #fff;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    margin-top: -6em;
}
.blogtitleleft {
    text-align: left;
    font-weight: 700;
    color: var(--primary-color) !important;
    font-size: 25px !important;
   }
   .blog {
    border: none;
    background-color: #ffffff;
   }
  
.footer {
  background-color: #000000;
  color: var(--primary-color);
}
.nav-link {
  color: #fff !important;
}
.footerbtn{
  position: absolute;
  margin-left: -40px;
  border: none;
  background-color: var(--primary-color);
}
.copyright {
  text-align: center;
  color: #fff;
  margin-top: -1em;
  padding-bottom: 3em;
}
.copyrighta {
  text-align: center;
  color: #fff;
  margin-top: -1em;
 
}
.blogbox {
  position: absolute;
  padding: 10px;
  margin-right: 31px;
  background-color: #9B0000;
  color: #fff;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) and  (max-width: 992px) {
  .footerlogo{
    width: 113px;
  }
  .list-unstyled{
    margin-left: -10px;
  }
  .formbox {
    width: 160px;
  }
  .emailfooter{
    
    width: 10px;
  }
}
@media (min-width: 992px) and  (max-width: 3000px) {
 
  .emailfooter{
    margin-top: 1em !important;
  }
}
@media (min-width: 390px) and  (max-width: 425px) {
  .conatctlist{
    font-size: 14px;
  }
  
}
@media (min-width: 317px) and  (max-width: 390px) {
  .conatctlist{
    font-size: 10px;
  }
  
}




/* About */

.container-with-background {
  position: relative;
  background-image: url('/assets/about/about.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px;

  margin-top: 131px;
}

.container-with-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.personalloan {
  position: relative;
  background-image: url('/assets/services/personall.jpg');
  background-size:cover; /* Ensure the image covers the entire background */
  background-position: top;
  padding: 50px;
  margin-top: -50px;
}
.personalloan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* contact */
.contact-banner {
  position: relative;
  background-image: url('/assets/img/contact.jpg') !important;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 50px;
  z-index: -1;
  margin-top: -50px;
}

.contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


.abouttitle {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  position: relative; /* Ensure that the heading is positioned relatively */
  z-index: 1; /* Place the heading in front of the overlay */
  padding: 50px;
}

.abouttext {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  position: relative; /* Ensure that the text is positioned relatively */
  z-index: 5 !important; /* Place the text in front of the overlay */
  padding-bottom: 50px;
}
.abtbtn {
  margin: 0 auto; 
  display: block;
  border: none;
  width: 30%;
  height: 50px;
  border-radius: 10px;
  color: var(--primary-color);
  font-weight: 500;
  position: relative; /* Ensure that the text is positioned relatively */
  z-index: 1
}
.abtimg-container {
  border-radius: 26px 63px 0 66px;
    overflow: hidden;
    padding: 30px 0 0 30px;
    background-color: var(--primary-color);
    
}


.abtcen {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally */
  text-align: center; /* Center text */
}

.abthed {
  width: 249px;
  border-radius: 20em;
}
.protect-contenta {
  padding: 15px;
  text-align: center;
}

.protect-contenta h6 {
  color: #9B0000;
  font-weight: bold;
  font-size: 20px;
}

.protect-contenta p{
  color: #7a7a7a;

}
.centered-box {
  background-color: white;
  width: 200px; /* Adjust width as needed */
  height: 200px; /* Adjust height as needed */
  margin: 0 auto; /* Center the box horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black; /* Add border if needed */
}
.contactrow {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust overlay styling as needed */
}

.centered-box {
  background-color: white;
  width: 100%;
  height: 100%; /* Set height to fill the entire parent container */
  display: flex;
  justify-content: flex-start; /* Align content to the left */
  align-items: center;
  padding: 20px; /* Add padding as needed */
}

.centered-box p {
  color: rgb(0, 0, 0); /* Set text color to white */
  text-align: left; /* Align text to the left */
}

/* Additional styles for better alignment */
.contactrow .row {
  margin-right: 0; /* Remove margin-right for better alignment */
  margin-left: 0; /* Remove margin-left for better alignment */
}

.contactrow .col-lg-6 {
  text-align: center; /* Center text in the left column */
}
.contabt{
  text-align: left;
  color: #fff;
  padding-top: 50px;
}
.contabta{
  text-align: left;
  color: #fff;
  padding-bottom: 50px;
}
.abtimg-containera{
  border-radius: 0 63px 26px 66px;
  overflow: hidden;
  padding: 0 30px  30px 0;
  background-color: var(--primary-color);
}
 .abtcoun{
  color: var(--primary-color);
  font-weight: 900;
  font-size:50px;
 }
.serabt{
  text-align: left;
}
.serabttxt{
  text-align: left;
}

 .boxred {
  background-color: var(--primary-color) !important;
  color: #fff !important;
 }

 .protect {
  display: flex;
 
}
.protect:hover img {
  filter: grayscale(100%);
}


 .with-backgrounda {
  position: relative;
  background-image: url('/assets/slider-image/slide1.jpg'); /* Replace 'your-background-image.jpg' with your actual image path */
  background-size: cover;
  background-position: center;
  color: #fff; /* Text color */
  padding: 60px 0; /* Adjust padding as needed */
}

/* Overlay styles */
.overlaya {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust the opacity as needed */
}

.with-backgroundc {
  position: relative;
  background-image: url('/assets/img/contact.jpg'); /* Replace 'your-background-image.jpg' with your actual image path */
  background-size: cover;
  background-position: center;
  color: #fff; /* Text color */
  padding: 60px 0; /* Adjust padding as needed */
}

/* Overlay styles */
.overlayc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust the opacity as needed */
}

/* Centered content */
.centered-content {
  position: relative;
  z-index: 1; /* Ensure content appears above the overlay */
}

span.active {
  color: #9B0000;
  font-family: 'Poppins';
  font-weight: bold;

}


/* services */
.overlayser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.faaqtes{
  margin-bottom: 2em;
}

.overlaytitlea{
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.overlaybtnb {
  display: block;
  margin: 0 auto; /* Centers the button horizontally */
  border: none;
  width: 200px;
  height: 50px;
  color: var(--primary-color);
  font-weight: 500;

}

.sercontact {
  padding-top: 20px !important;
}


.feature-icon-small {
  width: 3.3rem;
  height: 3.3rem;
}

.text-bg {
  background-color: #9B0000 !important;
}

.col.top {
  margin-top: 0px !important;
}

.about-cont {
  margin-top: 5%;
  margin-bottom: 5%;
}



/* From uiverse.io by @Ali-Tahmazi99 */
.btn-ser {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  background-color:var(--primary-color);
  color: #fff;
  font-weight: 600;
 }
 .btn-ser:hover {
  color: #000;
 }
 
 .btn-ser::before,
 .btn-ser::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
 
 }
 
 .btn-ser::before {
  left: -10px;
  background: var(--primary-color);;
 }
 
 .btn-ser::after {
  right: -10px;
  background: #ffffff;
 
 }
 
 .btn-ser:hover::before,
 .btn-ser:hover::after {
  width: 58%;
  
 }

 .btn-abt {
  display: inline-block;

  height: 50px;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  background-color:var(--primary-color);
  color: #fff;
  font-weight: 600;
  padding: 0px 40px;
 }
 .btn-abt:hover {
  color: #000;
 }
 
 .btn-abt::before,
 .btn-abt::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
 
 }
 
 .btn-abt::before {
  left: -10px;
  background: var(--primary-color);;
 }
 
 .btn-abt::after {
  right: -10px;
  background: #ffffff;
 
 }
 
 .btn-abt:hover::before,
 .btn-abt:hover::after {
  width: 58%;
  
 }
 .btn-abt-black {
  display: inline-block;

  height: 50px;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  background-color:#fff;
  color: #000000;
  font-weight: 600;
  padding: 0px 40px;
 }
 .btn-abt-black:hover {
  color: #000;
 }
 
 .btn-abt-black::before,
 .btn-abt-black::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
 
 }
 
 .btn-abt-black::before {
  left: -10px;
  background: var(--primary-color);;
 }
 
 .btn-abt-black::after {
  right: -10px;
  background: #ffffff;
 
 }
 
 .btn-abt-black:hover::before,
 .btn-abt-black:hover::after {
  width: 58%;
  
 }

.serlist{
  list-style: none;
  line-height: 2.5em;
  text-align: ce !important;
}
.serlistlink{
  
  color: var(--primary-color);
} 
.serlistlink:hover{
  color: #000;
} 
.serhead{
  text-align: left;
  font-size: 25px;
  font-weight: 800;
}
.serlistlink .arrow {
  display: none;
}

/* Display arrow image when hovering over list item */
.serlistlink:hover .arrow {
  display: inline-block;
}

/* Remove underline when hovering over text */
.serlistlink:hover {
  text-decoration: none;
}
.serheading{
  color: var(--primary-color);
  font-weight: 800;
  font-size: 30px;
}
.serinner-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(255, 1, 1, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.serinner-card:hover {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.serinner-card-body {
  padding: 20px;
  flex: 1;
} 

.serinner-card-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--primary-color);
  position: relative;
  z-index: 1;
  cursor: pointer; /* Add pointer cursor on hover */
  transition: color 0.3s ease-in-out; /* Smooth color transition */
}

/* Underline animation */
.serinner-card-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out; /* Smooth width transition */
}

.serinner-card-title:hover::after {
  width: 100%;
}

/* Icon rotation on hover */
.serinner-card:hover img {
  filter: invert(100%);
  transform: rotate(10deg); /* Rotate the image */
  transition: transform 0.3s right; /* Smooth rotation transition */
}

.serinner-card:hover .serinner-card-title,
.serinner-card:hover .serinner-card-text,
.serinner-card:hover .serinner-text-muted {
  color: #fff;
}


.singlesercard {
  width: 18rem;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.singlesercard:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.singlesercard-body {
  padding: 1.5rem;
}

@media (max-width: 576px) {
  .singlesercard {
    width: 100%;
  }
}
.serfuna {
  position: relative;
  overflow: hidden;
  background-image: url('../assets/services/ins.jpg'); /* Specify your background image path here */
  background-size: cover;
  background-position: center;
  color: #fff; /* Set text color */
}

.serfuna::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay color with transparency */
  z-index: 0; /* Ensure the overlay is behind the content */
}

.singlesercard-body {
  padding: 1.5rem;
  position: relative;
  z-index: 1; /* Ensure the content appears above the overlay */
}

.innerlistser-listserf{
  list-style: none;
  text-align: left;
}

.innerlistser-row {
  display: flex;
  flex-direction: row;
}

.innerlistser-col {
  flex: 1;
}

.innerlistser-responsive-image {
  max-width: 100%;
  height: auto;
}

/* Optional: Adjust margins and paddings */
.innerlistser-listserf {
  padding-left: 20px; /* Adjust as needed */
}

.innerlistser-mt-3 {
  margin-top: 3px; /* Adjust as needed */
}

.innerlistser-mt-5 {
  margin-top: 5px; /* Adjust as needed */
}





.slideAndZoom {
  transform: scale(0.8) translateX(-50%);
  transition: opacity 1s ease, transform 1s ease;
}

/* Apply animation when the element is intersecting */
.slideAndZoom.is-visible {
  opacity: 1;
  transform: scale(1) translateX(0);
}



/* Contact Form */

.f-input {
  border: none;
  border-bottom: 2px solid #b7b7b7;
  margin-top: 20px;
  padding: 10px;
  width: 400px;
}

.formbutton {
  padding: 10px 50px;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-family: "sora";
}

.form-control {
  border: none !important;
  border-bottom: 1px solid #b7b7b7 !important;
  border-radius: 0px !important;
  padding: 20px !important;
}

.slideAndZoomRight {
  transform: scale(0.8) translateX(10%);
  transition: opacity 1s ease, transform 1s ease;
}

/* Apply animation when the element is intersecting */
.slideAndZoomRight.is-visible {
  opacity: 1;
  transform: scale(1) translateX(0);
}
 
.fade-in-down {
  transform: translateY(-10px);
}

.fade-in-down.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}
.slide-from-left {
  transform: translateX(10px);
}

.slide-from-left.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide-from-Right {
  transform: translateX(-10px);
}

.slide-from-Right.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.zoom-in-down {
  transform: translateY(-10px) scale(0.8);
}

.zoom-in-down.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.zoom-in-up {
  transform: translateY(10px) scale(0.8);
}

.zoom-in-up.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}


.modal-title {
  color: var(--primary-color);
  font-family: "lora";
  text-align: center !important;
}

.model-para{
  font-family: "lora";
  margin-left: 10px;
}

.pop-control {
  border: 1px solid #b7b7b7 !important;
  border-radius: 0px !important;
  padding: 10px !important;
  width: 100%;
}

.pop-input {
  text-align: center;
}

.modal-footer {
  justify-content: center !important;
}

select.pop-control {
  font-size: 17px;
  color: #595959;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}


.serivelink:hover {
  text-decoration: none !important;
}

.serlink{
  text-decoration: none;
}
.btn-ser-center {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  background-color:var(--primary-color);
  color: #fff;
  font-weight: 600;
 }
 .btn-ser-center:hover {
  color: #000;
 }
 
 .btn-ser-center::before,
 .btn-ser-center::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
 
 }
 
 .btn-ser-center::before {
  left: -10px;
  background: var(--primary-color);;
 }
 
 .btn-ser-center::after {
  right: -10px;
  background: #ffffff;
 
 }
 
 .btn-ser-center:hover::before,
 .btn-ser-center:hover::after {
  width: 58%;
  
 }

 .sub-para {
  color: #7a7a7a;
  font-family: "sora";
 }


 .btn-abt-white{
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  background-color:#fff;
  color: #000000;
  font-weight: 600;
  padding: 0px 40px;
 }
 .btn-abt-white:hover {
  color: #000;
 }
 
 .btn-abt-white::before,
 .btn-abt-white::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
 
 }
 
 .btn-abt-white::before {
  left: -10px;
  background: var(--primary-color);;
 }
 
 .btn-abt-white::after {
  right: -10px;
  background: #ffffff;
 
 }
 
 .btn-abt-white:hover::before,
 .btn-abt-white:hover::after {
  width: 58%;
  
 }

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transition: top 0.3s;
  }

  /* Hide the header when scrolled down */
  header.hidden {
    top: -200px; /* Adjust this value as needed */
  }

 
  /* Second header styles */
  .second-header {
    background-color: #ffffff;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  #backToTopBtn {
    display: none; /* Initially hide the button */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999; /* Ensure the button appears above other content */
    padding: 14px 15px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 88px;
    cursor: pointer;
}

#backToTopBtn:hover {
    background-color: #fff;
}


.firstheadercontent{
  margin-bottom: -49px;
  margin-top: 16px;
}