@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* --------poppin font--------- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&display=swap');


*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif; 
}

button{
    border: none;
    border-radius: 42px;
}
body{
    height: 100%;
    width: 100%;
}
.colOrange{
    color: #E66E2A;
}


/* --------text-properties---------- */
.para-light-text{
    font-size: 17px;
    font-weight: 400;
    color: #737382;
    line-height: 32px;
    /* text-shadow: 0px 1px 2px  #737382; */
}
.heading-mid-text{
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    color: #232E45;
    font-size: 45px;
}
.menu-opt-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #626984;
}


/* ------navbar-custom-css---------- */
.navbar-nav .nav-link.active{
    color: #FF8345;
}
.navbar-brand{
    color: #162340;
}
.navbar-brand h3{
 font-weight: 700;
 margin-bottom: 0px;
 font-size: 22px;
}
.navbar-brand h3 span{
    font-weight: 400;
    font-size: 22px;
}
.navbar-brand p{
    font-size: 12px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 400;
}
.bg-body-tertiary{
    background-color:#ffffff !important ;
}
.navbar-toggler:focus{
   box-shadow: none;
}
#navbarText{
    max-width: 48%;
}
#navbarText ul li{
    margin-right: 4vw;
    font-weight: 600;
}

#navbtn-bookConsult:hover{
    color: #FFFFFF;
}
#navbtn-bookConsult span{
    font-size: 0.813rem;
    margin-left: 5px;
}


/* ----------------------------------------------------------- */
main{
    width: 78.07%;
    margin: auto;
}
/* ---------containerA------------ */
/* -------heroSection----------- */
.containerA{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.containerA h1{
    color: #0B164C;
    font-size: 64px;
    line-height: 72px;
    font-weight: 800;
    text-align: center;
    /* text-shadow: 0px 2px 4px  #00000066; */
    margin-top: 7vh;
}
.containerA .para{
    width: 53%;
    margin: auto;
    margin-top: 2vh;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #737382;
    line-height: 32px;
    margin-bottom: 10vh;
}

/* ----------------hero-image----------- */
.heroImg img{
    width: 100%;
}
.containerB{
    display: flex;

}

.sticky-class{
    position: sticky;
    top: 80px;
    margin-top: 123px;
}


section{
    padding-top: 12vh;
    padding-bottom: 9vh;
}
section h3{
    font-size: 15px;
    font-weight: 700;
}

#menu{
    font-size: 14px;
    font-weight: 700;
    color: #242E45;
}
.side-active{
    color: #FF8345;
    font-weight: 600;
    position: relative;
    padding-left: 30px !important; /* Adjust padding to create space for the border */
    display: flex;
    align-items: center;
}
.side-active::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: 4px; /* Adjust the height of the border */
    width: 25px; /* Adjust the width of the border */
    background-color:#FF8345; /* Adjust the color of the border */
    border-radius: 42px;
}

.para-subcont img{
     height: 253px;
     width: 100%;
    object-fit: contain;
    margin: 35px 0px 35px 0px  ;
}


a{
    text-decoration: none;
}


/* -----------footer-section-------------- */

#containerH{
    background-color: #162340;
    width: 100%;
    height: 549px;
    padding: 60px 0px 20px 0px ;
}
.subContainerA{
    width: 85%;
    margin: auto;
    border-bottom: 0.8px solid #ffffff29;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.607);
    padding-bottom: 15px;
}
.subContainerA .footerlogo img{
    width: 123px;
    object-fit: contain;
    margin-bottom: 20px;
}
.subContainerA .footLinks{
    width: 30%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 300;
   
}
.subContainerA .footLinks a{
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.607);
}
.subContainerB{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subContainerB .left-subContainer{
    width: 67%;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 10%);
    margin-top: 40px;
    padding:  0px 30px 20px 30px;
    position: relative;
}

.subContainerB .left-subContainer form input{
    background-color: #1D2942 ;
    border-radius: 30px;
    border: none;
    padding: 15px;
    font-size: 15px; 
    height: 60px;
    color: #ffffff98;
}
.subContainerB .left-subContainer form textarea{
    background-color: #1D2942 ;
 border-radius: 30px;
border: none;
 padding: 15px;
 font-size: 15px;
 height: 160px ;
 color: #ffffff98;
}
.subContainerB .left-subContainer form textarea:focus{
    background-color: #1D2942;
}
.subContainerB .left-subContainer .form-control::placeholder{
    color: #FFFFFF90 ;
}

.subContainerB .left-subContainer button{
    width: 172px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 42px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 45px;
    left: 45px;
    
}
.subContainerB .left-subContainer button a{
    text-decoration: none;
    color: #000000;
}
.subContainerB .right-subContainerB{
    display: flex;
    margin-top: 20px;
    width: 44%;
    justify-content: flex-end;
}
.subContainerB .right-subContainerB .subfootA{
    margin-left: 15px;
    /* width: 0px; */
    margin-right: 20px;
}
#containerH h5{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
}

#containerH li{
    list-style: none;
    margin-bottom: 15px;
    
}
#containerH li a{
    text-decoration: none;
    color: #FFFFFF;
    /* line-height: 30px; */
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    opacity: 30%;
}





/* -----------------service page--------------- */
/* .iconRow img{
    width: 140px;
    height: 100px;
    border-radius: 10px;
}
.iconRow img:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
} */

/* ----------------career page----------- */
#containerCareer{
    background-image: url("../logoIcons/careerBackground.png");
    background-position: center;
    background-size: contain;
    padding-bottom: 15vh ;
   
}

.headingDisc{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 78.8%;
    margin: auto;
    margin-bottom: 3%;
    margin-top: 12vh;
}
 .headingDisc .leftCont{
    width:40%;
    text-align: left;
    
}
.headingDisc .leftCont h1{
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #242E45;
}
 .headingDisc .rightCont{
    width: 60%;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #878898;
    height: 100px;
}
.twoCards{
    width: 78.8%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.twoCards a{
    color: black;
    display: flex;
    flex-direction: column;
}
.twoCards .cards{
    cursor: pointer;
}
.twoCards .cards:hover{
    transform: scale(1.02);
    transition-duration: 0.2s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.twoCards .cards .cardimg img{
    width:37.11566617862372vw

}
.twoCards .cards .textIcon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #FFFFFF;
    width:37.11566617862372vw

}
.twoCards .cards .textIcon h3{
    font-size: 22px;
    line-height: 32px;
}
.twoCards .cards .textIcon img{
    width: 16px;
    height: 17px;

}

/* ----------------------opportunities page---------------- */
.navPath{
    margin-top: 4vh;
    display: flex;
    align-items: center;
}
.navPath .navpoint{
 font-weight: 700;
 font-size: 20px;
}
.navPath .navArrow{
    font-size: 15px;
    margin: 0px 15px;
    font-weight: 700;
}

.bar-heading{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3vh;
    margin-bottom: 8vh;
}
.bar-heading img{
    margin-right: 30px;
}
.container,.row,.col{
 width: 100%;
}
.container{
    margin-bottom: 12vh;
}
.cardA{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
   padding: 2vw;
   margin-bottom: 25px;
}
.cardA .img-box{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.cardA .img-box .opening{
    width: 113px;
    height: 34px;
    background-color:rgba(89, 169, 106, 20%) ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 8%;
    color: #59A96A;
}
.cardA h2{
 margin-top: 25px;
 font-weight: 700;
 font-size: 24px;
 line-height: 33.8px;
 color: #193047;
}
.cardA p{
    color: #193047;
    font-size: 18.2px;
    font-weight: 300;
    line-height: 29.12px;
}

/* -------------------multiple referral programme------------- */
.headImgCont{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11vh;
  margin-bottom: 14vh;
}
.headImgCont img{
   width:  582px;
   height: 434px;
}
.headImgCont .heading{
    width: 43%;
    
} 
.headImgCont .heading p{
    margin-top: 15px;
}

.referalHeading{
    color: #0B164C;
    text-align: left;
    font-size: 64px;
    line-height: 72px;
    font-weight: 800;
 }
 .referalProgram h2{
    font-weight:800;
    font-size: 32px;
    line-height: 32px;
    
 }
 .referalProgram ul li{
    margin-top: 52px;
    margin-left: 18px;
 }
 .referalProgram ul li h3{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    
 }
 .referalProgram ul{
    margin-bottom: 20vh;
 }
