@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

/*******General Changes Start***********/
*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
   
}
/* 
body{
    width: 90%;
    margin: 0 5% 0 5%;
} */
.row {
  margin-right: 0%;
}
.container-fluid{
  width: 100%;
  margin-right: 0%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.textblue{
    color: #0c418e;
}

.textgreen{
    color: #209d5c;
}

.bg-green{
    background-color: #209d5c;
}

.bg-blue{
    background-color: #0c418e;
}

.btn{
    background-color: #0c418e;
    color: white;
    border-radius: 0;
}

.fntCopy { border-top:1px solid #ccc; }

.bg-light { background-color: #f8f9fa!important; }

.container-fluid{
    margin: 0 0 0 0;
}

h2{
    padding:3rem 0 1rem 0 ;
}

h5{
    font-size: 1rem;
    font-weight: 600;
}

.top{
  height: 80px;
 }

/*******General Changes End***********/
/* .top-section{
  
} */
/*************** Footer Start***********/
.footer{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
}


.arrow-list li {
    list-style: none;
    position: relative;
    color: #0c418e;
}

.arrow-list li:before {
    content: "\003E";
    position: absolute;
    left: -1.10rem;
}

::placeholder {
    color: #209d5c;
}

/*************** Footer End***********/

/*******navbar Start***********/
.navbar {
    padding: 1.5rem;
    font-weight: 400;

}
.navbar{
  background-color: #ffffff;
}
/* Background color change on scroll */
.navbar.scrolled {
  background-color: #ffffff; /* Change this to your desired color */
}

.navbar-brand {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
}

.navbar-nav  {
    color: #0c418e;
    padding-left: 4rem;
    text-align: center;
    padding-top:1rem;
}

.navbar-toggler {
    order: -1;
}

#navbarNav a{
    color: #0c418e;
}

.navbar-nav ul{

    width: 100%;
    justify-content: space-around;
    color: #0c418e  ;
}

.nav-item .dropdown-menu{
    margin-top: 50%;
}

/*******navbar End***********/

/***********Index page 1 Start**********/


.banner .row{
    font-weight: 400;
    font-size: 1.25rem;
    padding: 4rem;
    line-height: 2rem;
}
/* .bottom-text{
    font-size: 1.25rem;
    font-weight: 400;
} */

.container-info-2 p{
    font-size: 1.25rem;
    font-weight: 500;
}


.maxwidth{
    margin-top: 2rem;
}

.product-list  ul {
    list-style-type: none;
}

.comapany-list  ul {
    list-style-type: none;
}

.custom-col {
    box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.41);
    background-color: white;
}

.custom-col-2{
    box-shadow: -2px 0px 13px 3px rgba(0,0,0,0.22);
    background-color: white;
}

.custom-col-3{
    box-shadow: 0px 2px 14px 10px rgba(0,0,0,0.10);
    background-color: white;
}

.custom-col-line {
    position: relative;
    font-weight: 500;
    font-size: 1.1rem;
}

.custom-col-line::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 90%;
    background-color: #ccc;
}


.sliding{
    font-weight: 700;
}

.laws h5{
    font-weight: 600;
}
.law .card-img-top{
    height: 60%;
    width: 6rem;
}

.law .card-title{
    font-size: 1.75rem;
    font-weight: bold;
}

.container-corporate-success {
    padding: 1rem 0 1rem 0;
}

.container-testimonials q{
    font-size: 1.25rem;
    font-weight: 500;
}

.features{
    line-height: 2rem;
}
.features .col-sm-6 {
    line-height: 2rem;
    align-self: center;
}

.office-text{
    font-size: 1.1rem;
    font-weight: 500;
}

/***********index page 1 End**********/


/***************Founder page Start*********/


.team-container {
    position: relative;
    /* margin-left: 5%; */
    height: 35vh;
    width: 100%;
    background-color: #209d5c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 5rem;
    text-align: center;
  }

  .team-container .overlay-text h1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15rem;
    color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }

  .team-container .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: white;
    pointer-events: none;
    font-weight: 500;
  }







.founders .row {
    margin: 2rem;
}

.founders h1{
    text-align: center;
    font-size: 1.5rem;
    color: #209d5c;
    font-weight: 500;
}

.founders hr{
    background-color:lightgray;
    border: 0 none;
    height: 0.5rem;
    margin-left: 41%;
    border-radius: 4px;
    width: 18%;
    margin-top: -0.5rem ;
}




.founders .card {
        color: #209d5c;
        border: 0 ;
        width: 250px ;
        height: 350px;
        padding: 1rem;
        margin: 2rem;
        overflow: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .founders .card img {
        align-self: center;
        width: 8rem;
        height: 8rem;
        border-radius: 50%;
        margin-bottom: 10px;
      }

      .founders .card.expanded-card {
        z-index: 1;
        max-height: 20rem; /* Adjust the expanded height as needed */
        transform: scale(2);
    }

    .founders .card.expanded-card h5{
      font-size: 16px;
    }


    .founders .card-text {
      opacity: 1;
      transition: opacity 0.3s ease;
    }

    .founders .card-body-hidden {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      font-size: 0.5rem;
    }

    .founders .card.expanded-card .card-body-hidden {
      max-height: 20rem;
      font-size:0.4rem;
      padding-bottom: 3rem;

    }

    .founders .card.expanded-card .card-text {
      opacity: 0;

    }
    .founders .expanded-card .sub-title-post{
      font-size: 1rem;
    }

    .founders .expanded-card .card-text{
      height: 0px;
    }

    .core-team h1{
        text-align: center;
        font-size: 1.5rem;
        color: #209d5c;
        font-weight: 500;
    }

    .core-team hr{
        background-color:lightgray;
        border: none;
        height: 0.5rem;
        margin-left: 41%;
        border-radius: 4px;
        width: 18%;
        margin-top: -0.5rem ;
    }

    .core-team .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }

    .core-team .card{
        overflow: hidden;
        position: relative;
        cursor: pointer;
        color: #209d5c;
        transition: all 0.3s ease;
        width: 18rem;
        height: 18rem;
        border: 0;
        border-radius: 50%;
    }

.core-team .card img{
    margin-top: 1.5rem ;
    align-self: center;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.core-team .card-text {
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .core-team .card.expanded-card {
    transform: scale(2);
    max-height: 20rem;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }

  .core-team .card.expanded-card .card-text {
    opacity: 0;
  }

  .core-team .card.expanded-card img{
    width: 100px;
    height: 100px;

  }

  .core-team .card-body-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;

  }

  .core-team .card.expanded-card .card-body-hidden {
    max-height: 20rem;
    font-size:0.6rem;
    padding-bottom: 3rem;
    margin-top: -2rem;

  }
  .core-team .expanded-card .sub-title-post{
    font-size: 1rem;
  }

  .core-team .expanded-card .sub-title-post{
    font-size: 1rem;
  }

  .core-team .expanded-card .card-text{
    height: 10px;
  }


/***************Founder page End*********/


/***********Page- About Us ************/

/**********About us**********/


  /* .what-sets-text{
    margin: 6rem 0;
  }


.what-sets-text  h1{
    text-align: center;
    font-size: 1.5rem;
    color:#0c418e;
    font-weight: 500;
}

.what-sets-text  hr{
    background-color:lightgray;
    border: 0 none;
    height: 0.5rem;
    margin-left: 35%;
    border-radius: 4px;
    width: 30%;
    margin-top: -0.5rem ;
}


.what-sets-text p{
    padding: 3rem 5rem ;
    font-size: 1.5rem;
}

/* .what-sets-text .container-fluid{
    margin: 0 2% 0 2%;
    background-color: white ;
    z-index: 1 ;
} */

/*
.our-approch-text{
    margin: 6rem 0;
    margin-right: 5%;
    margin-left: -3%;
}

.our-approch-text  h1{
    text-align: center;
    font-size: 1.5rem;
    color:#0c418e;
    font-weight: 500;
}

.our-approch-text hr{
    background-color:lightgray;
    border: 0 none;
    height: 0.5rem;
    margin-left: 40%;
    border-radius: 4px;
    width: 20%;
    margin-top: -0.5rem ;
}

.our-approch-text p{
    padding-top: 2rem;
    font-size: 1.1rem;
    text-align: left;
 }
 .our-approch-text .container-fluid{

    background-color: white ;
    z-index: 1 ;
}

.our-approch-text .box img {
    max-width: 100%;
    height: auto;
    border: 3px solid pink;

  }


.background{
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #209d5c;
}



.quality-policy  h1{
    text-align: center;
    font-size: 1.5rem;
    color:#0c418e;
    font-weight: 500;
}

.quality-policy hr{
    background-color:lightgray;
    border: 0 none;
    height: 0.5rem;
    margin-left: 32%;
    border-radius: 4px;
    width: 35%;
    margin-top: -0.5rem ;
}
 */

/****************aboutus***********/



.about-us-container {
    position: relative;
    /* margin-left: 5%; */
    height: 35vh;
    width: 100%;
    background-color: #209d5c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 5rem;
    text-align: center;
  }
  .about1-us-container {
    position: relative;
    /* margin-left: 5%; */
    height: 60vh;
    width: 100%;
    background-color: #209d5c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 5rem;
    text-align: center;
  }
  .about1-us-container .overlay-text h1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9rem;
    color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }
  .contact-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin-top: 430px;
  }

  .about-us-container .overlay-text h1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9rem;
    color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }

  .about-us-container .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: white;
    pointer-events: none;
    font-weight: 500;
  }

.about-us-text  h1{
    text-align: center;
    font-size: 1.5rem;
    color: #209d5c;
    font-weight: 500;
}

.about-us-text  hr{
    background-color:lightgray;
    border: 0 none;
    height: 0.5rem;
    margin-left: 41%;
    border-radius: 4px;
    width: 18%;
    margin-top: -0.5rem ;
}

.about-us-text h3{
    color: #0c418e;
    font-weight: 600;

}

  .about-us-text .box {
    display: flex;
    align-items: center;
    padding: 20px;
    height: 100%;
  }

  .about-us-text .box2{
    text-align: right;
  }

  .about-us-text .box img {
    max-width: 100%;
    height: auto;
  }

.green-container-1 {
    background-color: #209d5c;
    position: relative;
    z-index: 1;
    height: 30rem;
    width: 2%;
    float: right;
  }

  .white-container-1 {
    background-color: white;
    position: relative;
    z-index: 2;
    height: 30rem;
    width: 95%;
    float: left;

  }

  .what-set h1{
    margin-top: 2rem;
    color: #0c418e;
    font-size: 1.5rem;
  }

  .what-set hr{
    background-color:lightgray;
  border: 0 none;
  height: 0.5rem;
  margin-left: 35%;
  border-radius: 4px;
  width: 30%;
  margin-top: -0.2rem ;
  margin-bottom: 4rem;
  }

  .content-1 {
    padding: 20px;
    margin-top: -6rem;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .image-container {
    flex: 1;
    padding-right: 20px;
  }

  .image-container img {
    max-width: 100%;
    height: auto;
  }

  .text-container {
    flex: 1;
    text-align: left;
  }

  .text-container p {
    font-size: 1.2rem;
  }





  .white-container {
    background-color: white;
    position: relative;
    z-index: 2;
    height: 30rem;
    width: 95%;
    float: right;

  }

  .green-container {
    background-color: #209d5c;
    position: relative;
    z-index: 1;
    height: 30rem;
    width: 2%;
    float: left;

  }

  .green-container-2 {
    background-color: #209d5c;
    position: relative;
    z-index: 1;
    height: 30rem;
    width: 2%;
    float: right;

  }
  .content {
    padding: 20px;
    margin-top: -6rem;
    display: flex;
    align-items: center;
    height: 100%;
  }


  .our-approch h1{
    margin-top: 2rem;
    color: #0c418e;
    font-size: 1.5rem;
  }

  .our-approch hr{
    background-color:lightgray;
  border: 0 none;
  height: 0.5rem;
  margin-left: 40%;
  border-radius: 4px;
  width: 20%;
  margin-top: -0.2rem ;
  margin-bottom: 4rem;
  }


  .why-choose{
    margin: 5rem 0;
    display: flex;
    flex-direction: column;
}

 .why-choose .box img {
    max-width: 100%;
    height: auto;
  }

  .why-choose p{
    font-size: 1.2rem;
   padding-top: 2rem;
   padding-left: 1rem;
  }



  .quality-policy{
  display: flex;
}
  .green-container-2 {
    background-color: #209d5c;
    position: relative;
    z-index: 1;
    height: 20rem;
    width: 2%;
    float: right;
  }

  .white-container-2 {
    background-color: white;
    position: relative;
    z-index: 2;
    height: 20rem;
    width: 95%;
    float: left;

  }

  .quality-policy h1{

    color: #0c418e;
    font-size: 1.5rem;
  }

  .quality-policy hr{
    background-color:lightgray;
  border: 0 none;
  height: 0.5rem;
  margin-left: 35%;
  border-radius: 4px;
  width: 30%;
  margin-top: -0.2rem ;
  margin-bottom: 8rem;
  }

  .quality-policy .big-arrow-list li {
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 1.5rem;

}

.quality-policy .big-arrow-list li:before {
    content: "\27A4";
    position: absolute;
    left: -1rem;
    color: #0c418e;
   font-size: large;
}


  .content-2 {
    padding: 20px;
    margin-top: -6rem;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 5rem;
    font-size: 1.2rem;
  }



/***************About us page End*********/


/************** Media Query **************/

@media (max-width: 767.98px) {
    .navbar-collapse {
        justify-content: flex-end;
    }
    .navbar-brand{
        display: inline-block;
        flex-basis: 70%;
    }

    .navbar-toggler {
        order: -1;
        margin-left: 5%;
    }

    .navbar-collapse ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-item .dropdown-menu{
        margin-top:0;
    }
    .navbar-nav ul{
        justify-content: flex-end;
        text-align: center;
    }
}




@media (max-width: 585px){
    .maxwidth{
       justify-content: space-around;
       margin-right: -4rem;
       margin-left: -4rem;
    }

    .custom-col{
        margin-top: 2rem;
    }

    .container-info-2 .row{
        margin-top: -2rem;
    }
}

@media (max-width: 585px){
    .laws .law{
        display: flex;
        flex-direction: column;
        justify-content: center;
       align-items: center;
    }

    .laws .law .card{
        margin-right: 5rem;
        width:15rem;
    }
}
