@font-face {
  font-family: 'alternategotno3dregular';
  src: url('../fonts/alternategotno3d-webfont.eot');
  src: url('../fonts/alternategotno3d-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alternategotno3d-webfont.woff2') format('woff2'),
       url('../fonts/alternategotno3d-webfont.woff') format('woff'),
       url('../fonts/alternategotno3d-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neue_haas_grotesk_text55roman';
  src: url('../fonts/nhaasgrotesktxpro-55rg-webfont.eot');
  src: url('../fonts/nhaasgrotesktxpro-55rg-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nhaasgrotesktxpro-55rg-webfont.woff2') format('woff2'),
       url('../fonts/nhaasgrotesktxpro-55rg-webfont.woff') format('woff'),
       url('../fonts/nhaasgrotesktxpro-55rg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neue_haas_grotesk_text_pr65Md';
  src: url('../fonts/nhaasgrotesktxpro-65md-webfont.eot');
  src: url('../fonts/nhaasgrotesktxpro-65md-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nhaasgrotesktxpro-65md-webfont.woff2') format('woff2'),
       url('../fonts/nhaasgrotesktxpro-65md-webfont.woff') format('woff'),
       url('../fonts/nhaasgrotesktxpro-65md-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*, ::after, ::before {box-sizing: border-box;}
article,aside,canvas,figure,figcaption,footer,header,nav,section,audio,video,h1,h2,h3,h4,h5,h6,ul,ol,p {margin: 0;padding: 0;border: 0;}
a,button,input[type="submit"] {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;text-decoration: none;font-style: normal;}
img {max-width: 100%;height: auto; vertical-align: top;}
ul {list-style: none;}
a:hover { text-decoration: none;}

body  { margin: 0; padding:0; min-height: 100%;font-weight: normal;font-family: 'neue_haas_grotesk_text55roman';font-size: 16px;color: #000;}
h1 {font-family: 'alternategotno3dregular'; font-size: 40px;}
.sec_heading { margin-bottom: 40px;}
.sec_heading h2 {color: #000;font-size: 50px;font-weight: normal;line-height: normal;/*text-transform: uppercase;*/font-family: 'alternategotno3dregular';}
/* .heading h2 span {color: #101218;}
.heading p { padding-top: 10px; color: #1d1d1d;} */

.header_top {background-color: #1E2247; background: linear-gradient(103deg, #1E2247 33.11%, #13338E 95.18%);}
.header_top ul { display: flex; justify-content: flex-end;}
.header_top ul li a {display: block;color: #fff;padding: 6px 15px;}

.h_bottom {position: relative;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);padding: 3px 0; z-index: 2;min-height: 67px; }
.menu_btn { width: 30px; height: 20px; position: relative; display: none; cursor: pointer;}
.menu_btn span { display: block; width: 100%; height: 2px; background-color: #000; position: absolute; left: 0; top: 0;}
.menu_btn span:nth-child(2) { top: 50%; transform: translateY(-50%);}
.menu_btn span:nth-child(3) { top: inherit; bottom: 0;}
.header_nav > ul { display: flex;}
.header_nav > ul > li { margin-right: 12px;}
.header_nav > ul > li.has_dropdown{position: relative;}

.header_nav > ul > li.has_dropdown:after {content: "";border: solid black;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;right: 14px;top: 41%; pointer-events: none;}
.header_nav > ul > li > a {display: block;font-size: 16px;color: #000; padding: 13px 22px; border-radius: 50px;}
.header_nav > ul > li > a:hover, .header_nav > ul > li.active > a {background-color: #ECF1F5;}
.header_nav > ul > li.paynow > a{background-color: #6CB1DB;}
.header_nav > ul > li:last-child > a {padding: 13px 35px;background-color: #ECF1F5;}
.header_nav > ul > li > ul {width: 200px;background-color: #ECF1F5;display: none; position: absolute; left: 0; top: 100%;border-radius: 12px;overflow: hidden;}
.header_nav > ul > li > ul > li > a {padding: 10px 15px; display: block; color: #000;}
.header_nav > ul > li > ul > li > a:hover { background-color: #fff;}
.search_btn { margin-left: 20px; cursor: pointer;}
.search_form {position: absolute;top: 100%;left: 0;width: 100%;background-color: #F0F7FD;padding: 15px 0;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden;transition: all 500ms;}
.search_form.active { opacity: 1; visibility: visible;}
.search_box {display: flex;justify-content: center;}
.search_box .form-control {height: 48px;box-shadow: none;max-width: 40%;margin-right: 10px;}
.search_box .search_submit {background-color: #6CB1DB;color: #000;font-size: 16px;border: none;width: 100px;border-radius: 5px;}
.shrink .h_bottom { position: fixed; width: 100%; top: 0; left: 0;background-color: #fff;}

.banner { position: relative;}
.blue_btn {display: inline-block;border-radius: 50px;background: #6CB1DB;padding: 15px 44px 15px 34px;color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 16px;text-decoration: none;position: relative;}
.blue_btn:after {content: "";border: solid #1E2247;border-width: 0 1px 1px 0;display: inline-block;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 25px;right: 34px;transition: all 500ms;}
.blue_btn:hover {color: #1E2247;}
.blue_btn:hover:after {right: 30px;}
.shrink .banner { margin-top: 67px;}

.banner_img img { width: 100%;}
.banner_caption { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.banner_caption h1 {font-size: 60px;font-weight: 400;line-height: normal;letter-spacing: 1.2px;/*text-transform: uppercase;*/font-family: 'alternategotno3dregular'; color: #fff; margin-bottom: 30px;}
.ab_card_img { border-radius: 12px; overflow: hidden;position: relative;}
.ab_card_img img { width: 100%;}
.ab_card h4 {color: #000; font-size: 22px;line-height: 32px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal; /*line-height: normal;*/padding: 14px 0 20px 0; border-bottom: 1px solid #D0D0D0;}
.gap { padding: 50px 0;}
.bold_text p {/*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/font-size: 20px; line-height: 33px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal;}
.bold_text p a { display: inline-block; text-decoration: underline; color: #000;}
.bold_text p a:hover { text-decoration: none;}

.hidden_block { color: #fff;position: absolute;left: 0; top:0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8);opacity: 0; visibility: hidden; transition: all 500ms; display: flex; flex-direction: column; justify-content: center; padding: 30px;}
.hidden_block p + p { margin-top: 15px;}
.ab_card_img:hover .hidden_block { opacity: 1;visibility: visible;}

.skyblue_bg {background-color: #6CB1DB;}
.af_card { border-radius: 12px; background-color: #fff; padding: 40px 55px 40px 18px;align-items: center;}
.af_img { width: 209px; min-width: 209px; margin-right: 20px;}
/*.af_contect {font-size: 14px; line-height: 19px;}*/
.af_contect h4 {font-size: 18px; color: #000;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal; margin-bottom: 13px;}

.acc_block {border-bottom: 1px solid #D6D6D6;}
.acc_block + .acc_block {margin-top: 14px;}
.acc_block h3 {padding: 14px 0;font-size: 20px;font-family: 'neue_haas_grotesk_text_pr65Md';font-weight: normal;line-height: normal;display: flex;justify-content: space-between;align-items: center;}
.acc_block h3 span { display: block;width: 12px; height: 2px;background-color: #000; position: relative;transition: all 500ms;}
.acc_block h3 span:after {content: ""; width: 2px; height: 12px; background-color: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.acc_content { padding-bottom: 14px;display: none;}
/* .open .acc_content {display: block;} */
.open h3 span { transform: rotate(45deg);}
.gray_bg {background-color: #ECF1F5;}
.sec_img { border-radius: 12px; overflow: hidden;}
.img_with_text .sec_heading { margin-bottom: 20px;}
.sec_cont .blue_btn { margin-top: 50px;}
.sec_cont { padding-left: 30px;}

.text_content p { margin-bottom: 15px;}
.text_content p:last-child { margin-bottom: 0;}
.text_content ul {list-style: disc; margin-bottom: 15px; margin-left: 16px;}
.text_content .sep_block p { margin-bottom: 0;}
.text_content p strong {font-family: 'neue_haas_grotesk_text_pr65Md';font-weight: normal;}

.main_footer {background-color: #1E2247;}
.f_top { padding: 50px 0;}
.f_block h4 {color: #FFF;font-size: 16px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal;/*text-transform: uppercase;*/margin-bottom: 23px;}
.f_block p {color: #FFF;font-size: 14px;font-weight: normal;margin-bottom: 22px;}
.f_block p:last-child { margin-bottom: 0;}
.f_block a {color: #FFF;}
.white_btn { background-color: #fff; color: #000 !important;}
.f_bottom { border-top: 1px solid rgba(255, 255, 255, 0.14);}
.fb_block ul { display: flex;}
.f_bottom { padding: 20px 0 30px 0;}
.fb_block { color: #fff; font-size: 14px;}
.fb_block ul li + li { margin-left: 15px;} 
.fb_block ul li a { display: block; color: #fff;}

/* responsive start */
/* responsive start */
@media (max-width: 1440px) {
  .header_nav > ul > li:last-child > a {padding: 7px 35px;}
  .blue_btn {padding: 8px 32px 8px 25px;}
  .blue_btn:after {top: 19px;right: 22px;}
  .blue_btn:hover:after {right: 16px;}
  .header_nav > ul > li > a {padding: 7px 22px;}
  .header_nav > ul > li.has_dropdown:after {top: 38%;}
  .hidden_block {font-size: 15px;}
  .bold_text p {font-size: 16px;line-height: 25px;}
  /*.af_contect {font-size: 14px;}*/
  .af_img {width: 170px;min-width: 170px;}
}

@media (max-width: 1199px) {
  .af_card {padding: 30px 35px 30px 15px;}
  .af_img {width: 160px; min-width: 160px;}
  .sec_cont {padding-left: 20px;}
  .sec_cont .blue_btn {margin-top: 30px;}
  .sec_heading { margin-bottom: 25px;}
}

@media (max-width: 991px) {
  .banner_caption h1 {font-size: 50px;margin-bottom: 15px;}
  .gap {padding: 50px 0;}
  .af_card {padding: 20px 25px 20px 15px; height: 100%;}
  .af_img {width: 140px; min-width: 140px; margin-right: 15px;}
  .af_contect h4 {font-size: 16px; margin-bottom: 10px;}
  .acc_block h3 {font-size: 18px;}
  .sec_cont {padding-left: 0; margin-top: 20px;}
  .f_top {padding: 40px 0;}
  .f_block {margin-bottom: 30px;}
  .f_block h4 {margin-bottom: 15px;}
  .fb_block.d-flex.justify-content-between {flex-direction: column;align-items: center;}
  .f_list1 { order: 1;}
  .f_list2 { order: 2;}
  .fb_block p { order: 3;}
  .fb_block ul {margin-bottom: 10px;}
  .sec_heading h2 {font-size: 50px;}
  .ab_card h4 {font-size: 18px;}
  .bold_text p {font-size: 18px;line-height: 30px;}
  .menu_btn {display: block;margin-left: 20px;}
  .header_nav {position: absolute;left: 0;top: 100%;background: #fff;width: 100%; display: none;border-top: rgba(0,0,0,.3) solid 1px;}
  .header_nav > ul {display: block;}
  .header_nav ul li {margin: 0; border-bottom: rgba(0,0,0,.1) solid 1px;}
  .header_nav > ul > li > ul {width: 100%; border-radius: 0px;}
  .header_nav ul li a {display: block; padding: 10px 15px;}
  .header_nav > ul > li.paynow > a,
  .header_nav > ul > li:last-child > a{border-radius: 0px; padding: 10px 15px;}
}


@media (max-width: 767px) {
  .gap {padding: 40px 0;}
  .af_card {flex-direction: column; text-align: center; padding: 20px;}
  .af_img {margin: 0 0 15px 0;}
  .bold_text p {font-size: 16px;line-height: 25px;}
  .acc_block h3 {font-size: 16px;}
  .fb_block {text-align: center; margin-top: 15px;}
  .fb_block ul {justify-content: center;}
  .banner_img { height: 250px; display: flex;justify-content: flex-end;}
  .banner_img img {height: 100%;  width: auto;  max-width: inherit;}
  .banner_caption h1 { font-size: 34px;}
  .about_sec .col-md-4 + .col-md-4 { margin-top: 20px;}
  .sec_heading h2 {font-size: 32px;}
  .affiliations_sec .col-md-6 + .col-md-6 { margin-top: 20px;}
  .f_top {padding: 37px 0 0 0;}
  .search_box .form-control {max-width: 60%;}
}

@media (max-width: 575px) {
  .gap {padding: 30px 0;}
  .af_img {width: 120px; min-width: 120px;}
  .hidden_block {padding: 15px;}
  .f_bottom {padding: 15px 0 20px 0;}
  .fb_block ul {flex-wrap: wrap; justify-content: center;}
  .fb_block ul li {margin: 5px 7px;}
  .fb_block ul li + li {margin-left: 7px;}
}

/* responsive end */

/*-- contact page --*/
/*-- hero--*/
.inner_banner {
  position: relative;
}
.banner_img img {
  width: 100%;
}
.inner_banner_cap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ib_inner {
  max-width: 750px;
}
.inner_banner_cap h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}
.inner_banner_cap p{
     color: #fff;
}
@media (max-width: 1199px) {
     .ib_inner {max-width: 520px;}
}
@media (max-width: 991px) {
.ib_inner {max-width: 395px;}
}
@media (max-width: 767px) {
   .inner_banner .banner_img {
    height: 300px;
    display: flex;
    justify-content: flex-end;
  }
    .inner_banner .banner_img img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .inner_banner h1 br{display: none;}
}
.partnering_block h5{font-family: 'neue_haas_grotesk_text_pr65Md';}

.outcome-box .partnering_block{
  padding: 25px;
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  border:rgb(0, 0, 0 , 0.2) solid 1px;
}
.partn_icon {
  padding-bottom: 16px;
  margin-bottom: 16px; 
  max-width: 50px;
}