@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.ttf');
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.ttf');
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.ttf');
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.ttf');
}

html, body {
	padding: 0 !important;
	margin: 0 !important;
}
body {
	font-family: 'Gilroy-Regular';
	font-size: 16px;
}

.ft-reg { font-family: 'Gilroy-Regular'; }
.ft-med { font-family: 'Gilroy-Medium'; }
.ft-bold { font-family: 'Gilroy-Bold'; }
.ft-sbold { font-family: 'Gilroy-SemiBold'; }
.ft-tam-l { font-family: 'Mukta Malar', sans-serif; font-weight: 300; }
.ft-tam { font-family: 'Mukta Malar', sans-serif; font-weight: 400; }
.ft-tam-m { font-family: 'Mukta Malar', sans-serif; font-weight: 500; }

p {
	font-size: 16px;
	font-family: 'Gilroy-Regular';
	font-weight: 300;
	line-height: 24px;
	color: #000;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
a{
  text-decoration: none;
}

.own-clear:after {
	content: '';
	display: table;
	clear: both;
}
img{
  width: 100%;
}
.header_top {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 2;
}
#navbarNav {
    justify-content: end;

}
.header_top .navbar {
    background: #fff;
    padding: 10px 30px;
    border-radius: 20px;
}

.navbar-brand {
      width: 100px;
    height: 65px;
    background: url('../images/logo.png') no-repeat;
    background-size: 100%;
    padding: 0;
    margin-right: 0px;
    position: relative;
    top: 0px;
    z-index: 2;
}
.header_top .navbar-nav li a{
    color: #000;
    margin: 10px 16px !important;
    padding: 10px 0 !important;
}
.header_top .navbar-nav li.bgcolor a{
  background: linear-gradient(90deg,rgba(129, 59, 154, 1) 0%, rgba(64, 62, 159, 1) 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px 26px !important;
}

.MainBanner{
  position: relative;
  min-height: 100vh;
  background: #E7F1F3;
  width: 100%;
  margin-bottom: 60px;
  float: left;
}
.Skybanner{
  background: url('../images/sky.png');
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.building{
  /* background: url('../images/bulding.png');
  background-size: cover; */
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 1;
}
.Bannercontent {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30%;
}
.banner_content{
  position: relative;
  width: 40%;
}
.banner_content::before {
    content: '';
    height: 5px;
    width: 180px;
    background: #813B9A;
    position: absolute;
    top: -31px;
}
.banner_content h1{
  font-size: 56px;
  padding-bottom: 10px;
  line-height: 60px;
}
.banner_content p{
  font-size: 22px;
  line-height: 28px;
}
.Btnblocks{
    display: flex;
    padding-top: 11px;
}
.Btnblocks a{

}
.Btnblocks .Withconts{
    background: linear-gradient(90deg, rgba(129, 59, 154, 1) 0%, rgba(64, 62, 159, 1) 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px 26px !important;
    margin-right: 20px;
}
.Btnblocks .without{
    border: 1px solid #813B9A;
    color: #813B9A;
    border-radius: 10px;
    padding: 10px 26px !important;
    
}
.aboutus_wapper{
    position: relative;
    padding-bottom: 60px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.conabts{
  text-align: center;
  padding-bottom: 50px;
}
.conabts h2{
  font-size: 50px;
}
.conabts p{
  font-size: 24px;
  margin: 0 auto;
  width: 70%;
  color: #2C2C2C;
      line-height: 32px;
    padding-top: 20px;
}
.conabts h5{
  position: relative;
  font-size: 22px;
  color: #616161;
  text-transform: uppercase;
  display: inline-block;
}
.conabts h5::before{
    content: '';
    width: 12px;
    height: 12px;
    background: #813B9A;
    position: absolute;
    top: 8px;
    left: -20px;
}
.conabts h2{
  width: 55%;
  margin: 0 auto;
  font-size: 50px;
  color: #2C2C2C;
}

 .card-box {
      border-radius: 16px;
      padding: 30px;
      height: 100%;
  }
.bg-light-blue { background: linear-gradient(to bottom, #cedce0 0%, #e8eff1 100%);}
.bg-light-purple { background: linear-gradient(180deg, #ECE2F0 0%, #f9f5f9 100%); }
.bg-light-gray { background: linear-gradient(180deg, #cedce0 0%, #e8eff1 100%);}
.bg-light-bluelook { background: linear-gradient(180deg, #f5f0f6 0%, #ffffff 100%);}


.icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-align: right;
}

.img-box {
  width: 100%;
  object-fit: contain;
}
.card-box.padd-zero{
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.card-box.padd-zero .img-box {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px;
}
.iconfull{
    text-align: right;
    justify-content: end;
    display: flex;
}
.card-box h5{
  color: #2C2C2C;
  font-size: 20px;
}
.card-box p{
  color: #2C2C2C;
  font-size: 18px;
}
.Leadership_tem{
  position: relative;
  float: left;
  width: 100%;
  background: #E7F1F3;
  padding: 80px 0;
}

.circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #f1f3f5);
  font-size: 40px;
  margin-bottom: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
      display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.circle-icon img{
  width: 60px;
}
.circle-card p {
    font-size: 16px;
    color: #2C2C2C;
    margin: 0;
    font-family: 'Gilroy-Medium';
    line-height: 19px;
    padding-top: 8px;
}

.image-box img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.content-box h2 {
  font-size: 36px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}

.content-box p {
  color: #2C2C2C;
   font-size: 22px;
   	font-family: 'Gilroy-Regular';
}

.custom-list {
  padding-left: 30px;
}

.custom-list li {
  margin-bottom: 12px;
  color: #2C2C2C;
  font-size: 24px;
  	font-family: 'Gilroy-Regular';
}
.Our_Mandate{
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0;
  
}
.content-box{
  padding-left: 20px;
}
.vision_wapper{
  padding: 30px;
 background: linear-gradient(180deg, #ECE2F0 0%, #f9f5f9 100%);
 
    border-radius: 20px;
}
.vision_wapper img{
  width: 50px;
}
.vision_wapper h3{
  color: #215187;
  padding-top: 12px;
  font-size: 30px;
}
.vision_wapper p,.bg-goa p{
  padding-top: 12px;
  font-size: 20px;
  color: #616161;
}
.bg-goa{
   border-radius: 20px;
  padding: 30px;
 background: linear-gradient(135deg, #e3edf2 0%, #cfdde5 100%);
}

.bg-goa img{
  width: 85px;
}
.bg-goa h4{
  color: #215187;
}
.marbtns{
  margin-bottom: 50px;
}
.Our_Mandate_operting{
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.Our_Mandate_operting .card-box{
  background: #F1F4F5;
  border-radius: 20px;
}
.circle_box{
  position: relative;
  background: linear-gradient(194deg,rgba(129, 59, 154, 1) 0%, rgba(211, 92, 254, 1) 100%);
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
      border-radius: 50px;
}
.Our_Mandate_operting .card-box p{
    font-size: 24px;
    color: #616161;
    margin-top: 20px;
    padding-right: 60px;
    line-height: 28px;
}
.fullrghts{
      justify-content: right;
    display: flex;
}
.cardimg img {
    width: 50%;
    margin: 0 auto;
    display: flex;
}
.card-box.cardimg{
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-box.cardimg p{
    text-align: center;
    padding-right: 0;
}
.conabts p{
  color: #2C2C2C;
}
.res_labs{
    padding: 28px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 415px;
    justify-content: space-between;
}
.res_pinks{
  background: linear-gradient(90deg,rgba(129, 59, 154, 0.19) 0%, rgba(129, 59, 154, 0.1) 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg,rgba(129, 59, 154, 0.19) 0%, rgba(129, 59, 154, 0.1) 100%);
}
.res_green{
  background: linear-gradient(90deg,rgba(231, 241, 243, 1) 0%, rgba(230, 240, 243, 0.87) 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg,rgba(231, 241, 243, 1) 0%, rgba(230, 240, 243, 0.87) 100%);
}
.img_coins{
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_coins img{
  width: 30px;
}
.headswappers h3{
  font-size: 50px;
  color: #2C2C2C;
}
.headswappers h5{
  font-size: 25px;
  color: #2C2C2C;
}
.headswappers{
      padding: 50px 0;
}
.wapper_innovatings{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.res_labs a{
    background: #DDCAE4;
    color: #813B9A;
    font-size: 22px;
    text-align: center;
    padding: 12px;
    border-radius: 48px;
    width: 100%;
    display: block;
}
.res_green.res_labs a{
  background: #BBD2D7 !important;
  color: #2F507A !important;
}
.forths.headswappers h3{
      font-size: 38px;
}
.upload_looks{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.upload_looks h3{
    font-size: 36px;
    width: 75%;
        margin-bottom: 0;
}
.upload_looks a{
    background: #813B9A;
    color: #fff;
    width: 20%;
    font-size: 26px;
    display: flex;
    align-self: center;
    padding: 14px;
    justify-content: center;
    border-radius: 12px;
}
.upload_looks a img{
    width: 32px;
    object-fit: contain;
    margin-right: 10px;
}
.greyadvances{
    position: relative;
    background: #F1F4F5;
    border-radius: 20px;
    padding: 34px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.imgmove{
    text-align: right;
    display: flex;
    justify-content: end;
}
.greyadvances img{
    width: 60px;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.greyadvances h5{
  font-size: 22px;
  color: #616161;
      line-height: 28px;
}
.focus_area{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.pathwayes_wapper{
  position: relative;
  float: left;
  background: #EEEEEE;
  margin-bottom: 60px;
  padding: 60px 0;
  width: 100%;
}
.pathwayes .conabts h2{
  font-size: 36px;
  width: 70%;
}
.programsrows{
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.firstroes{
padding-right: 40px;
}
.firstroes h3{
  color: #215187;
  font-size: 24px;
  padding-bottom: 6px;
}
.firstroes p{
  color: #616161;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 26px;
}
.imgroes img{
  width: 90px;
}
.pinkflows{
  background: linear-gradient(90deg,rgba(129, 59, 154, 0.16) 0%, rgba(129, 59, 154, 0.06) 100%);
     border: 2px solid #C9AED1
  
  /* border-image:  linear-gradient(90deg,rgba(129, 59, 154, 0.16) 0%, rgba(129, 59, 154, 0.06) 100%); */

}
.greenflows{
  background: linear-gradient(90deg,rgba(231, 241, 243, 1) 0%, rgba(230, 240, 243, 0.8) 100%);
    border: 2px solid #45BBED;

}
.vision_wapper_1 img{
  width: 100%;
}
.fullbgcolors{
    border-radius: 20px;
    padding: 24px;
    background: linear-gradient(135deg, #e3edf2 0%, #cfdde5 100%);
    border: 2px solid #45BBED;
}
.bg-goa1 p{
  padding-top: 12px;
  font-size: 20px;
  color: #616161;
}
.bg-goa1 {
    padding: 0 20px 0 45px;
}

.bg-goa1 img{
  width: 85px;
}
.bg-goa1 h4{
  color: #215187;
}
.padd_0{
  padding: 0;
}
.deep_group{
  position: relative;
  float: left;
  width: 100%;
  background: #E1E9EB;
  padding: 70px 0;
}
.fullrels {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.deepwappers h2{
  font-size: 42px;
  padding-bottom: 10px;
}
.deepwappers p{
    color: #616161;
    font-size: 26px;
    line-height: 28px;
}
.bgcolor a{
    background: linear-gradient(90deg, rgba(129, 59, 154, 1) 0%, rgba(64, 62, 159, 1) 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px 26px !important;
        margin-top: 28px;
        font-size: 22px;
    display: inline-block;
}
footer{
    position: relative;
    background: #215187;
    padding: 60px 0;
    float: left;
    width: 100%;
}
.whitelogo img{
  width: 100px;
}
.whitelogo p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
}
.whitesub_tings{

}
.whitesub_tings h3{
  color: #FFD56F;
  font-size: 28px;
}
.whitesub_tings ul{
  padding-left: 0;
  margin-top: 12px;
}
.whitesub_tings ul li{
  list-style: none;
  padding-left: 0;
}
.whitesub_tings ul li a{
color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.whitesub_tings ul li a i{
  font-size: 20px;
  padding-right: 6px;
}
.whitesub_tings p{
  color: #fff;
  font-size: 18px;
}
.whitesub_tings ul li a img{
    width: 30px;
    padding-right: 5px;
}
.copy-style{
  background: #141D3B;
  color: #fff;
  padding: 15px 0;
  float: left;
  width: 100%;
}
.copy-style .row{
  align-items: center;
}
.copy-style p{
  color: #fff;
  margin-bottom: 0;
}
.copy-style ul li{
  list-style: none;
  display: inline;
  padding-right: 15px;
}
.copy-style ul li a{
  color: #fff;
}
.copy-style ul{
  margin-bottom: 0;
  text-align: right;
}
.abtMainBanner{
    position: relative;
    min-height: 60vh;
    background: #E7F1F3;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtSkybanner{
    background: url('../images/sky.png');
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60vh;
    z-index: 1;
}
.abtMainBanner h1{
  font-size: 50px;
    text-align: center;
  position: relative;
  z-index: 2;
    margin: 30px auto 0;
  width: 50%;
}
.vistors{
    position: relative;
    background: #F1F4F5;
    padding: 35px 28px;
    border-radius: 20px;
}
.vistors_imgs{
    text-align: center;
}
.vistors_imgs img{
    border-radius: 50%;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
.vistors_imgs h3{
color: #2C2C2C;
    font-size: 22px;
    width: 68%;
    margin: 20px auto 10px;
}
.vistors_imgs span{
  color: #215187;
  font-size: 16px;
}
.vistors ul{
    padding: 20px 10px 0px 20px;
}
.vistors ul li{
    color: #215187;
    padding-bottom: 5px;
}
.leaderships_lok{
  margin-bottom: 60px;
      float: left;
    width: 100%;
}

.conMainBanner{
  position: relative;
  min-height: 100vh;
  background: #E7F1F3;
  width: 100%;
  margin-bottom: 60px;
  float: left;
}
.conSkybanner{
  background: url('../images/sky.png');
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.bannerform {
    position: relative;
    margin-top: 14%;
    z-index: 2;
}
.formbelow{
  background: #fff;
  padding: 35px;
  border-radius: 20px;
}
.formbelow h3{
  color: #813B9A;
}
.form-control {
    background: #F3F3F3;
    border: 0;
    height: 48px;
}
textarea.form-control{
  resize: none;
  height: 100px;
}
button.btn-deploy{
  background: #000 !important;
  border: 0 !important;
    width: 100%;
    height: 45px;
    border: 0;
}
.bannerform .row{
  align-items: center;
}
.contactbanners{
  position: relative;
}
.contactbanners::before {
    content: '';
    height: 5px;
    width: 140px;
    background: #813B9A;
    position: absolute;
    top: -31px;
}
.paratags ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.paratags ul li{
  padding: 0 5px;
}
.paratags ul li img{
  width: 26px;
}
.paratags p{
  font-size: 18px;
}
.paratags p span{
  font-style: italic;
}
.paratags ul{
  padding-top: 20px;
  border-top: 1px solid #000;
}
.mapifame{
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.mapifame .row{
  align-items: center;
}
.contactbanners h1{
  font-size: 56px;
}