@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
* {
  font-family: "Titillium Web", sans-serif;
}
/* body {
  height: 2000px;
} */
.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
  font-size: 17px;
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.fa-bars {
  color: #044b8e;
  font-size: 30px;
}

.navbar .dropdown-menu {
    background-color: #fff;
    border-radius: 0px;
    border: 0;
}

.dropdown-item{
    border-bottom: 1px solid #D9D9D9 !important;
}
  
  /* .navbar .dropdown-item {
    color: #5B5C5D;
  } */
  
  .navbar .dropdown-item:hover {
    color: #F26A21;
    background: transparent;
  }

/* onscroll color change navbar */

.navbar.scrolled {
background-color: #fff !important; /* Or any color you prefer */
transition: background-color 200ms linear;
/* border-bottom: 1px solid #888; */
}

.navbar {
background-color: transparent !important;
}


/* Default navbar link color (before scroll) */
.navbar .nav-link {
    color: #25272C; /* or your initial color */
    transition: color 200ms ease;
  }
  
  /* Scrolled navbar link color */
  .navbar.scrolled .nav-link {
    color: #25272C; /* light gray, or use #000 for black or your brand color */
  }

  .navbar .nav-link:hover {
    color: #F26A21; /* optional hover effect */
    border-bottom: 3px solid #F26A21;
  }
  
  .navbar.scrolled .nav-link:hover {
    color: #F26A21; /* optional hover color when scrolled */
    border-bottom: 3px solid #F26A21;
  }

  .navbar .nav-link.active {
    color: #F26A21; /* Example active color */
    border-bottom: 3px solid #F26A21;
    font-weight: 600;
  }
  
  .navbar.scrolled .nav-link.active {
    color: #F26A21;
    font-weight: 600;
    border-bottom:none;
    border-bottom: 3px solid #F26A21;
  }

  .nav-link.active {
    color: #F26A21 !important;
    font-weight: bold;
  }
  
  
/* onscroll color change navbar */


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0D4D8C;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #F26A21;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 37%;
    left: 3%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption h5{
    color: #0D4D8C;
    font-size: 35px;
    font-weight: 700;
}

.carousel-caption p{
    color: #212121;
    font-size: 20px;
    font-weight: 500;
}

.about-section{
    padding: 70px 2rem;
}

.about-content{
    margin: auto;
}

.about-content h2{
    color: #0D4D8C;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.about-content h5{
    color: #5B5C5D;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
}

.about-content p{
    color: #0E2A33;
    font-size: 18px;
    font-weight: 500;
}

.about-content span{
    background: #0D4D8C;
    border-radius: 10px;
    padding: 7px 20px;
}

.about-content span a{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}

.service-sec{
    padding: 70px 2rem;
    background: #EFEFEF;
}

.service-sec h2{
    color:#0D4D8C;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.icon-card {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    border: none;
    border-radius: 0px;
}

.card {
    display: flex;
    align-items: center;
    padding: 30px;
}

.icon-card h4{
    font-size: 20px;
    font-weight: 600;
    color: #0D4D8C;
    margin-top: 15px;
}

.icon-card img{
    width: 80px;
}

.other-service-sec{
    padding: 70px 2rem;
}

.other-service-sec h2{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #0D4D8C;
    text-transform: uppercase;
}

.other-service-sec p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    margin-top: 20px;
}

.img-cont{
    background: #EFEFEF;
    
}

.img-cont:hover{
    background: #0D4D8C;
    
}

.img-cont img{
    width: 100%;
    height:312px;
}
.img-cont a{
    justify-content: center;
    display: flex;
    margin: auto;
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    color: #0D4D8C;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.img-cont:hover a{
    color: #fff;
}

.testmonial-sec{
    padding: 70px 2rem;
    background: #EFEFEF;
}

.testmonial-sec h2{
    text-align: center;
    color: #001E6C;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
/*  */


/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 0px 100px;
    text-align: left;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px 20px 0px 20px;
      /* background: #ddd; */
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active1, .dot:hover {
    background-color: #F26A21;
  }


  .slidecard{
    background: #FFFFFF;
    border-radius: 25px;
  }

  .slideimg{
    margin: auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 20px;
  }

  .slidecont{
    margin: auto;
    text-align: left;
  }

  .slidecont h5{
       font-size: 24px;
       font-weight: 700;
       color: #3D3D3D;
  }

  .slidecont p{
    font-size: 18px;
    font-weight: 400;
    color: #3D3D3D;
}

.footer-top{
    padding: 25px 2rem;
    background: #0D4D8C;
}

.icons-fonts{
    background: #fff;
    padding: 10px 10px;
    border-radius: 50px;
    height: 50px;
}

.icons-fonts i{
    font-size: 30px;
}

.icons-content p{
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 0px;
    color: #fff;
}

.icons-content a{
    font-size: 16px;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
}

.icons-call{
    background: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    height: 50px;
}

.icons-call{
    font-size: 30px;
}

input[type="email"] {
    padding: 10px 10px;
    width: 350px;
    border-radius: 10px;
    border: none;
    margin-top: 5px;
}

input[type="submit"] {
    background: #F26A21;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 130px;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

.footer-main{
    padding: 40px 2rem;
    background: #25272C;
}

.footer-content{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.footer-links-ul{
    list-style: none;
    padding-left: 0px;
}

.footer-links a{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500; 
    text-decoration: none;
}

.social-link h4{
    font-weight: 900;
    color:#fff;
    font-size: 25px;
}

.social-link a i{
  background: #fff;
  color: #000;
  padding: 5px 11px;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 10px;
}

.copyright p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
}

@media screen and (min-width:320px) and (max-width:640px) {
    input[type="email"] {
        width: 300px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:772px) {
    .mySlides {
        padding: 0px 10px;
    }
    .slidecont{
        text-align: center;
    }
}

/* about page */

.breadcurm{
    background-image: url(../img/about-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcurm h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

.about-page-content{
    padding: 70px 2rem;
}

.about-page-content h1{
    text-align: center;
    color: #0D4D8C;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.about-page-content p{
    text-align: center;
    color: #0E2A33;
    font-size: 17px;
    font-weight: 500;
    width: 80%;
    margin: 2.5% 10%;
}

.about-director{
    padding: 70px 2rem;
    background: #EFEFEF;
}

.direct-cont{
    margin: auto;
}

.direct-cont h3{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0D4D8C;
}

.direct-cont h6{
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

.direct-cont p{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: justify;
}

.direct-cont strong{
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}

.list-content ul li{
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-top: 10px;
}

.breadcurm-insurance{
    background-image: url(../img/insurance-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcurm-insurance h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

.tax-first-sec{
    padding: 70px 2rem;
    text-align: center;
}

.info{
    overflow: hidden;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
    margin-top: 25px;
}

/* tax claculator */

.claculator{
    padding: 70px 2rem;
    text-align: center;
    background-color: #EFEFEF;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: transparent; /* Remove default background */
  }
  input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    background-image: linear-gradient(to right, #0D4D8C 100%, #d8e0f3 50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border: 4px solid #0D4D8C;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: 0px; /* Align thumb with track */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
  }

  .claculator h2{
    font-size: 25px;
    font-weight: 700;
  }
  
  .amount-display {
    font-size: 48px;
    color: #0D4D8C;
    margin-bottom: 10px;
  }

  .slider {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
  }

  input[type=range] {
    width: 100%;
  }

  .label {
    font-size: 18px;
    color: #000;
    font-weight:500;
  }

  .savings-container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .saving-box {
    margin: 10px 20px;
  }

  .saving-box p {
    margin: 5px 0;
  }

  .saving-box .amount {
    font-size: 24px;
    font-weight: bold;
  }

  .saving-box .label {
    font-size: 18px;
    color: #0D4D8C;
  }

  .btn {
    margin-top: 30px;
    padding: 12px 25px;
    background-color: #0D4D8C;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }

  .btn:hover {
    background-color: #0D4D8C;
    color:#fff;
  }
  .tax-first-sec .btn{
    color: #fff !important;
  }

  .tax-first-sec h1{
    font-weight: 600;
    font-size: 30px;
  }

  .tax-first-sec h2{
    font-weight: 900;
    font-size: 60px
  }

  .tax-first-sec p{
    font-size: 18px;
    color:#000;
    font-weight: 500;
  }

  .tax-third-sec{
    padding: 70px 2rem;
    text-align: center;
  }

  .tax-third-sec h2{
    font-size: 30px;
    font-weight: 700;
  }

  .tax-third-sec p{
    font-size: 18px;
    font-weight: 500;
  }
  .table{
    margin-top: 20px;
  }
  .head-tabl{
    background: #044b8e !important;
    color: #fff;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: 1px solid #ddd;
  }

  tbody{
    background-color: #f5f4f4;
  }
  .note-text{
    font-size: 12px !important;
    text-align: left;
    font-weight: 400 !important;
  }

  .breadcurm-pm{
    background-image: url(../img/pm-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-al{
    background-image: url(../img/al-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-al h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .breadcurm-np{
    background-image: url(../img/np-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-np h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .breadcurm-fd{
    background-image: url(../img/fd-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-fd h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .breadcurm-hl{
    background-image: url(../img/hl-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-hl h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .breadcurm-de{
    background-image: url(../img/de-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-de h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .breadcurm-nri{
    background-image: url(../img/nri-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-nri h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .breadcurm-cont{
    background-image: url(../img/contact-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .breadcurm-cont h2{
    font-size: 25px;
    color: #044b8e;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }
  
  .breadcurm-pm h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .pm-first-sec{
    padding: 70px 2rem;
  }

  .pm-first-sec h2{
    font-size: 25px;
    color: #0D4D8C;
    font-weight: 700;
    text-transform: uppercase;
  }

  .pm-first-sec p{
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }

  .breadcurm-mf{
    background-image: url(../img/mf-banner.png);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .breadcurm-mf h2{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding:13% 2%;
    text-transform: uppercase;
  }

  .mf-first-sec{
    padding: 70px 2rem;
  }

  .mf-first-sec h2{
    font-size: 25px;
    color: #0D4D8C;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mf-first-sec p{
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }

  .mf-first-sec ul{
    list-style: decimal;
  }

  .mf-first-sec ul li{
    margin-bottom: 5px;
  }

  ul li strong{
    font-weight: bold;
    font-size: 18px;
  }
  
  /* contact page */

  .contact-sec{
    padding: 70px 2rem;
  }

  .contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
  }

  .contact-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .contact-left {
    background-color: #0D4D8C;
    color: white;
    flex: 1;
    margin: 1%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
  }

  .contact-left h4 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .contact-left p, .contact-left i {
    margin-bottom: 27px;
    font-size: 22px;
  }

  .contact-left .social-icons a {
    color: #ccc;
    margin-right: 15px;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .contact-right {
    flex: 2;
    padding: 40px 30px;
  }

  .contact-right input,
  .contact-right textarea {
    border-radius: 8px;
    background-color: #f7f9fc;
  }

  .btn-send {
    background: #0d4e8c;
    border: none;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  @media (max-width: 768px) {
    .contact-box {
      flex-direction: column;
    }
  }
  .contact-right input[type="email"]{
    width: 100%;
    border: 1px solid #ced4da;
  }

  /* contact page */

  .icon-card a{
    text-decoration: none;
  }

  .icon-card1{
    text-align: center;
    padding: 30px 0px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .icon-card1 img {
    width: 70%;
    margin-bottom: 0px;
}

.team__area-item-image {
  position: relative;
}

.team__area-item-image img {
  width: 100%;
}

.team__area-item-content {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
}

.team__area-item-content p {
  color: #001E6C;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team__area-item-content h4 a{
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #001E6C;
}


.team__area-item:hover .team__area-item-content {
  background: #0D4D8C;
}

.team__area-item:hover .team__area-item-content h4 a{
  color: #fff;
  text-decoration: none;
}

.team__area-item:hover .team__area-item-content p {
  color: #fff;
}

.footer-links{
  padding: 10px 0px;
}

.footer-links a:hover{
  color: #f46a04;
}

hr{
  height: 1px;
  color: #fff;
  opacity: 1;
  width: 98% !important;
}

