@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Ubuntu:300,400,500,700&display=swap");
p {
  margin: 0px;
  padding: 0px 0px 18px 0px;
  line-height: 24px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #285FDB;
  outline: none;
}

a:active, a:focus {
  outline: none;
  text-decoration: none !important;
}

a:hover, a.selected {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.nonebox_shadow {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;*/
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  color: #606164;
  font-weight: 400;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
}

.btn {
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.btn_bule {
  background: #275FDB;
  color: #fff;
}

.flexannouncement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.flexannouncement label {
  color: #fff;
  padding-right: 10px;
  font-size: 15px;
  width: 100%;
  max-width: 150px;
  min-width: 150px;
  margin-bottom: 0px;
}
.flexannouncement label::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
}
.flexannouncement {
  /* ticker container */
}
.flexannouncement .ticker {
  width: calc(100% - 160px);
  overflow: hidden;
  position: relative;
}
.flexannouncement .ticker a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 730px;
}
.flexannouncement .ticker span {
  color: #fff;
  padding: 0 30px;
}
.flexannouncement .ticker:hover .ticker-track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.flexannouncement .ticker {
  /* moving content */
}
.flexannouncement .ticker .ticker-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-animation: scrollTicker 15s linear infinite;
          animation: scrollTicker 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .flexannouncement .ticker a {
    min-width: 680px;
  }
}
@media screen and (max-width: 480px) {
  .flexannouncement .ticker a {
    min-width: auto;
    margin-right: 50px;
  }
  .flexannouncement .ticker a:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 400px) {
  .flexannouncement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexannouncement .ticker {
    text-align: center;
    width: 100%;
  }
}

/* animation */
@-webkit-keyframes scrollTicker {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollTicker {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ------- Header Area Strat ------- */
.top_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_right ul li {
  padding-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8A8D94;
}
.top_right ul li:last-child {
  padding-right: 0px;
}
.top_right ul li.social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top_right ul li.social_icon a {
  margin: 0px 24px 0px 0px;
}
.top_right ul li.social_icon a:hover {
  color: #285FDB !important;
}
.top_right ul li.social_icon a:last-child {
  margin-right: 0px;
}
.top_right ul li a {
  color: #8A8D94;
}
.top_right ul li.phone_icon {
  padding-left: 21px;
}
.top_right ul li.phone_icon i {
  background: url(../images/phone-receiver1.svg) no-repeat left top;
  background-size: 11px 11px;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0px;
}
.top_right ul li.mail_icon i {
  margin-right: 15px;
}

.bg_greay {
  background: #F5F6F8;
}

header .hd_top {
  background: #F5F6F8;
  border-bottom: #E6E7EB solid 1px;
  font-size: 14px;
  color: #6E7179;
  padding: 10px 0px;
}
header .header {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  header .header {
    padding: 0;
  }
}
header .header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .logo img {
  max-width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  header .header .logo img {
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  header .header .logo img {
    height: 80px;
  }
}
header .header {
  /* ------- Navigation Area Strat ------- */
}
header .header .navbar .collapse:not(.show) {
  display: block;
}
header .header .navbar-collapse, header .header .navbar {
  -webkit-box-align: top !important;
          align-items: top !important;
  -ms-flex-align: top !important;
  -moz-flex-align: top !important;
  -webkit-flex-align: top !important;
}
header .header .hideclose {
  display: none;
}
header .header .navigation {
  float: right;
}
header .header {
  /* ------- Navigation Area End ------- */
}

.show_mobile {
  display: none;
}

/* ------- Header Area End ------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
}
.banner_area .banner_img img {
  width: 100%;
}
.banner_area .container {
  max-width: 1366px;
  margin: 0px auto;
}
.banner_area .container .col-lg-6, .banner_area .container .col-lg-4 {
  padding: 0px !important;
}
.banner_area .banner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .banner_box .banner_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_area .banner_box .banner_text {
  background: #1F53C9;
  color: #fff;
  padding: 15px 32px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}
.banner_area .banner_box .banner_text .max_withd_banner {
  max-width: 536px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner_area .banner_box .banner_text .max_withd_banner h1 {
  width: 100%;
  font-size: 47px;
  font-weight: 200;
  border-right: #fff solid 1px;
}
.banner_area .banner_box .banner_text .max_withd_banner h1 span {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.banner_area .banner_box .banner_text .max_withd_banner p {
  width: 48%;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 200;
}
.banner_area .banner_box .banner_text .max_withd_banner div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.banner_area .banner_box .banner_text .max_withd_banner div a:hover {
  text-decoration: underline;
}
.banner_area .banner_box a {
  color: #fff;
}
.banner_area .set_1_banner {
  margin-left: -1px;
}
.banner_area .set_1_banner .banner_box .banner_text {
  background: #1747B3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner_area.inner_banner {
  text-align: center;
  position: relative;
}
.banner_area.inner_banner .banner_img img {
  max-width: 100%;
}
.banner_area.inner_banner .banner_img.extHgt img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_area.inner_banner .banner_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22%;
  z-index: 1;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 40%;
}
.banner_area.inner_banner .banner_text h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.banner_area.inner_banner .banner_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .banner_area.inner_banner .banner_text {
    left: 15%;
    max-width: 36%;
  }
}
@media screen and (max-width: 1400px) {
  .banner_area.inner_banner .banner_img.extHgt img {
    height: 270px;
  }
  .banner_area.inner_banner .banner_text {
    left: 10%;
    z-index: 1;
    max-width: 36%;
  }
  .banner_area.inner_banner .banner_text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .banner_area.inner_banner .banner_text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .banner_area.inner_banner .banner_img.extHgt img {
    height: 270px;
  }
  .banner_area.inner_banner .banner_text {
    left: 7%;
    max-width: 42%;
  }
  .banner_area.inner_banner .banner_text h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .banner_area.inner_banner .banner_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .banner_area.inner_banner .banner_img.extHgt img {
    height: 250px;
  }
  .banner_area.inner_banner .banner_text {
    left: 0;
    right: 0;
    max-width: 55%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .banner_area.inner_banner .banner_img.extHgt img {
    height: 230px;
  }
  .banner_area.inner_banner .banner_text {
    max-width: 58%;
  }
  .banner_area.inner_banner .banner_text h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .banner_area.inner_banner .banner_img.extHgt img {
    height: 200px;
  }
  .banner_area.inner_banner .banner_text {
    max-width: 65%;
  }
  .banner_area.inner_banner .banner_text h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .banner_area.inner_banner .banner_text p {
    font-size: 12px;
    line-height: 20px;
  }
}

.arrow_link {
  background: url(../images/arrow-pointing-to-right.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 25px;
}

/* ------- Banner Area end ------- */
/* ------- Home Area Strat ------- */
.mp_contener {
  min-height: 600px;
}
.mp_contener h2 {
  font-size: 30px;
  font-weight: 300;
  position: relative;
  margin: 0px 0px 50px 0px;
}
.mp_contener h3 {
  font-size: 20px;
  font-weight: 600;
  color: #275FDB;
  padding-top: 20px;
}
.mp_contener h3.paddtop_none {
  padding-top: 0px;
}

.padd_comman {
  padding: 90px 0px 70px 0px;
}
.padd_comman.paddtop0 {
  padding-top: 0px;
}

.box_organization div img {
  max-width: 100%;
}
.box_organization h3 {
  font-size: 15px;
  padding: 22px 0px 0px 0px;
}
.box_organization h3 span {
  display: block;
  text-transform: uppercase;
  color: #8A8D94;
  font-weight: 400;
}
.box_organization h3 strong {
  display: block;
  color: #000;
  font-weight: 600;
  padding: 6px 0px 12px 0px;
}
.box_organization h3 a {
  font-size: 12px;
}

.home_active_area {
  background: #EDEEEF;
}

.hd_center h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.hd_center h2::after {
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.map_area iframe {
  border: none !important;
  width: 100%;
  height: 400px;
}

/* ------- Home End Strat ------- */
.about_us_top_section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
}
.about_us_top_section .about_img {
  width: 40%;
  position: relative;
  z-index: 1;
}
.about_us_top_section .about_img img {
  width: 100%;
}
.about_us_top_section .box_content { /*max-width: 780px;*/ }
.about_us_top_section .box_content p:last-child {
  padding-bottom: 0px;
}
.about_us_top_section .shdow_box {
  width: 72%;
  position: relative;
  z-index: 2;
  margin-left: -10%;
  margin-top: 90px;
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: -5px -3px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -5px -3px 5px 0px rgba(0, 0, 0, 0.25);
}

.fnt20 {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.vision_misson_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 300;
}
.vision_misson_area .coman_box1 {
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 336px;
}
.vision_misson_area .coman_box1 .box_with1 {
  max-width: 476px;
  margin: 0px auto;
  text-align: center;
}
.vision_misson_area .coman_box1 h2 {
  color: #fff;
  margin-bottom: 35px;
}
.vision_misson_area .coman_box1.box_vision {
  background: url(../images/img_vision.png) no-repeat right top #1F53C9;
}
.vision_misson_area .coman_box1.box_core_purpose {
  background: url(../images/img_purpose.png) no-repeat right top #1747B3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vision_misson_area p {
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  min-height: 140px;
}

.our_core_values_area h3 {
  text-transform: uppercase;
  padding-top: 0px;
}

.box1_area {
  padding: 10px 0px 80px 0px;
}

.box2 {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top;
  min-height: 140px;
  padding: 24px 25px;
  text-align: center;
}
.box2 h3 {
  margin: 0px 0px 18px 0px;
}
.box2 p {
  padding: 0px;
  margin: 0px;
}

.table_box {
  border: #ddd solid 1px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.table_box tr td, .table_box tr th {
  padding: 7px 10px;
  border-bottom: #f0f0f0 solid 1px;
}
.table_box tr:first-child th {
  background: #f0f0f0;
  border-color: #ddd;
}
.table_box tr:last-child td {
  border-bottom: none;
}
.table_box tr td:first-child {
  width: 40%;
}
.table_box.border_table tr td {
  border-right: #f0f0f0 solid 1px;
}

.img_right {
  float: right;
  margin: 0px 0px 25px 15px;
}
.img_right span {
  background: #275FDB;
  border: #000 solid 1px;
  padding: 0px;
  display: inline-block;
}
.img_right img {
  max-width: 100%;
  border: #1A439F solid 1px;
}

.link_area ul li {
  font-size: 18px;
  padding: 0px 0px 10px 17px;
  background: url(../images/arrow.png) no-repeat left 7px;
  background-size: 8px;
}
.link_area ul li a {
  color: #000;
}
.link_area ul li a:hover {
  color: #285FDB;
}

.awards_area h6 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.awards_area .achievement_area {
  padding: 50px 0px 0px 0px;
}
.awards_area .awards_logo_area .logo_awards {
  margin: 0px auto 20px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.awards_area .awards_logo_area .logo_awards img {
  max-width: 100%;
  width: auto;
}

/* ------- Footer Area Strat ------- */
footer {
  background: #1F1F21;
  font-size: 18px;
  color: #8A8D94;
  padding: 60px 0px 60px 0px;
}
footer .footer_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_logo a {
  background: #1F1F21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  position: relative;
  z-index: 2;
}
footer .footer_logo a img {
  max-width: 100%;
}
footer .footer_logo:after {
  content: "";
  background: #333335;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
footer .footer_navigation_area {
  padding: 0px 0px 40px 0px;
}
footer .footer_navigation_area h6 {
  font-size: 18px;
  padding-bottom: 8px;
  color: #ddd;
}
footer .footer_navigation_area ul li {
  font-size: 16px;
  padding-bottom: 5px;
}
footer .footer_navigation_area ul li a {
  color: #8A8D94;
}
footer .footer_navigation_area ul li a:hover {
  color: #ddd;
}
footer .footer_navigation_area ul li.active a {
  color: #ddd;
}
footer .footer_navigation_area .btn_footer {
  padding: 15px 0px 0px 0px;
}
footer .footer_navigation_area .btn_footer div {
  margin-bottom: 10px;
}
footer .footer_navigation_area .btn_footer .btn_bule:hover {
  background: #1f54ca;
  color: #fff;
}
footer .footer_logo_area {
  max-width: 900px;
  margin: 0px auto;
}
footer .footer_logo_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_logo_area ul li {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&:first-child{
      img{max-width: 145px;}
  }*/
}
footer .footer_logo_area ul li:last-child {
  margin-right: 0px;
}
footer .footer_logo_area ul li img {
  max-width: 100%;
}
footer .footer_logo_area .newsletter_area {
  max-width: 300px;
  font-size: 15px;
}
footer .footer_logo_area .newsletter_area form {
  position: relative;
}
footer .footer_logo_area .newsletter_area .error_text {
  color: #ff0000;
  position: absolute;
  left: 0px;
  top: -20px;
  font-size: 13px;
}
footer .footer_logo_area .newsletter_area #errormessage_exist {
  font-size: 13px;
}
footer .footer_logo_area .newsletter_area label.error {
  position: absolute;
  left: 0px;
  top: 100%;
  color: #ff0000;
  margin-bottom: 0px;
  font-size: 13px;
}
footer .footer_logo_area .newsletter_area table {
  width: 100%;
  border-collapse: collapse;
  max-width: 300px;
}
footer .footer_logo_area .newsletter_area table tr td input {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  font-size: 14px;
  background: #ddd;
  border: none;
}
footer .footer_logo_area .newsletter_area table tr td input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
footer .footer_logo_area .newsletter_area table tr td:last-child {
  width: 20%;
}
footer .footer_logo_area .newsletter_area table tr td .btn {
  padding: 5px 10px;
  border-radius: 0px;
  margin-left: -2px;
}
footer {
  /*.footer_navi{ padding: 25px 0px 19px 0px;
      ul{display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 0px; padding: 0px;
      li{ position: relative; color: #8A8D94; font-family: $fntbody; font-weight: 300;
          a{ color: #8A8D94;
          &:hover{color: #fff;}}
          &::after{ content: '|'; padding: 0px 30px;}
          &:last-child{
              &::after{display: none;}  
          }
          &.active{
              a{ color: #fff;}
          }
      }
      }
  }*/
}
footer .bottom {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #8A8D94;
}
footer .bottom span {
  position: relative;
}
footer .bottom span::after {
  content: "|";
  padding: 0px 5px;
}

#onloadPopup .modal-dialog {
  max-width: 500px;
}
#onloadPopup .modal-header {
  padding: 0;
  border: 0;
}
#onloadPopup .modal-header .close {
  position: absolute;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 0;
  right: 0;
}

/* ------- Footer Area End ------- */
/* ==================== Bootstrap Css Strat ==================== */
@media screen and (min-width: 1025px) {
  .navbar ul > li:hover > .dropdown-menu {
    display: block;
    top: 81px;
  }
  .navbar .navbar-brand {
    display: none;
  }
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dropdown-menu > li {
    border-bottom: #dddddd solid 0px;
  }
  .dropdown-menu > li:last-child {
    border-bottom: none;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #275FDB !important;
    text-decoration: none;
    background-color: #5b5b5b;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #275FDB !important;
    text-decoration: none;
    background-color: #5b5b5b;
    outline: 0;
  }
  .navbar ul .dropdown-menu {
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .banner_area .banner_box .banner_text .max_withd_banner h1 {
    font-size: 40px;
  }
  .box2 {
    min-height: 160px;
  }
  footer .footer_navi ul li::after {
    padding: 0px 15px;
  }
  .img_right {
    margin: 0px 0px 15px 15px;
  }
}
@media only screen and (max-width: 992px) {
  header .logo {
    text-align: center;
    border-bottom: #ddd solid 1px;
  }
  header .hd_top {
    text-align: center !important;
    padding: 5px 0px;
  }
  header .hd_top ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
  }
  header .header .navigation {
    float: none;
  }
  .banner_area .banner_box .banner_text {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .box_organization_area {
    padding: 30px 0px 0px 0px;
  }
  .vision_misson_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vision_misson_area .coman_box1 {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 250px;
  }
  .vision_misson_area .coman_box1.box_core_purpose {
    background-position: right top;
  }
  .vision_misson_area .coman_box1 .box_with1 {
    margin: 30px auto;
  }
  .vision_misson_area p {
    min-height: auto;
  }
  .box2 {
    min-height: auto;
    margin-bottom: 30px;
  }
  .box1_area .row .col-md-12:last-child .box2 {
    margin-bottom: 0px;
  }
  footer {
    font-size: 17px;
    padding-bottom: 80px;
  }
  footer .footer_navigation_area ul li {
    padding-bottom: 15px;
  }
  footer {
    /*.footer_navi{
        ul{flex-wrap: wrap;
            li{
                &::after{padding: 0px 7px;}
            }
        }
    }*/
  }
  footer .bottom {
    font-size: 13px;
  }
  .about_us_top_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 30px 15px;
  }
  .about_us_top_section .about_img {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
  }
  .about_us_top_section .about_img img {
    max-height: 718px;
    width: auto;
    max-width: 100%;
  }
  .about_us_top_section .shdow_box {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: 0%;
    margin-top: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header .header .logo {
    padding: 10px 50px;
  }
  header .header .container {
    max-width: 100%;
  }
  header .header .container .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  header .logo {
    text-align: left;
    border: none;
    padding: 15px 0px;
  }
  header .hd_top .top_right li:first-child {
    padding-right: 0px;
  }
  header .hd_top .top_right li.phone_icon, header .hd_top .top_right li.mail_icon {
    display: none;
  }
  header .header .top_right {
    width: 100%;
    padding: 10px 5px;
  }
  header .header .top_right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header .top_right ul li {
    padding-right: 18px;
    font-size: 13px;
  }
  header .header .top_right ul li.social_icon {
    display: none;
  }
  header .header .top_right ul li:last-child {
    padding-right: 0px;
  }
  .navbar ul .dropdown-menu {
    border: none;
    background: none;
  }
  .navbar ul .dropdown-menu a {
    color: #fff;
  }
  .hideclose {
    display: block !important;
    float: right;
  }
  .hide_mobile {
    display: none !important;
  }
  .show_mobile {
    display: block;
  }
  .banner_area .banner_img img {
    max-width: 100%;
    width: 100%;
  }
  .banner_area .banner_box .banner_text .max_withd_banner h1, .banner_area .banner_box .banner_text .max_withd_banner p {
    width: 100%;
    border: none;
  }
  .banner_area .banner_box .banner_text .max_withd_banner p {
    margin: 0px;
  }
  .banner_area .banner_box .banner_text .max_withd_banner div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner_area.inner_banner .banner_img img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 230px;
  }
  footer {
    padding: 30px 0px;
  }
  footer .footer_navigation_area {
    text-align: center;
  }
  footer .footer_navigation_area ul li {
    display: block;
    border-bottom: #333333 solid 1px;
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  footer .footer_navigation_area ul li a {
    display: block;
    padding: 5px 0px 7px 0px;
    width: 100%;
  }
  footer .footer_navigation_area .col-lg-4 {
    padding-bottom: 40px;
  }
  footer .footer_navigation_area .col-lg-4:last-child {
    padding-bottom: 0px;
  }
  footer .footer_navigation_area .btn_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /*justify-content: space-between;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 290px;
    margin: 0px auto;
  }
  footer .footer_logo_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 396px;
    margin: 0px auto;
    padding-bottom: 10px;
  }
  footer .footer_logo_area ul li:first-child img {
    max-width: 100%;
  }
  footer .footer_logo_area .newsletter_area {
    margin: 20px auto;
    text-align: center;
  }
  footer .footer_logo_area .newsletter_area table {
    margin: 0px auto;
  }
  footer .footer_logo_area .newsletter_area table tr td:first-child {
    width: 80%;
  }
  footer .footer_logo_area .newsletter_area table tr td .btn {
    display: block;
  }
  footer {
    /*.footer_logo a{padding: 0px 10px;}
    .footer_navi{
        ul{flex-wrap: wrap; flex-direction: column; width: 100%;
            li{ display: block; border-bottom: #333333 solid 1px; width: 100%; text-align: center;
                &::after{display: none;}
                a{ display: block; padding: 5px 0px 7px 0px;}
                &:last-child{border: none;}
            }
        }
    }*/
  }
  footer .bottom {
    font-size: 14px;
    border-top: #8c8b8b solid 1px;
    padding: 20px 0px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .bottom span::after {
    display: none;
  }
  .welcome_area {
    text-align: center;
  }
  .welcome_area h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .welcome_area h2::after {
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .welcome_area {
    /*.vision_misson_area{
        h2{justify-content: flex-start;
        &::after{margin: 0px;}}
    }*/
  }
  .welcome_area p {
    text-align: left;
  }
  .inner_contener h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .inner_contener h2::after {
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .vision_misson_area .coman_box1 .box_with1 {
    margin-left: auto;
    margin-right: auto;
  }
  .vision_misson_area .coman_box1 p {
    text-align: center;
  }
  .padd_comman {
    padding: 30px 0px;
  }
  .mp_contener h2 {
    margin-bottom: 30px;
    font-weight: 500;
  }
  .img_right {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0px 15px 0px;
  }
  .mobile_text_center {
    text-align: center;
  }
  .box1_area {
    padding: 10px 0px 40px 0px;
  }
  .awards_area h6 {
    padding-bottom: 5px;
  }
  .awards_area .achievement_area .awards_logo_area {
    padding-bottom: 30px;
  }
  .awards_area .achievement_area .awards_logo_area .logo_awards {
    margin-bottom: 10px;
  }
  .awards_area .achievement_area .col-lg-4:last-child .awards_logo_area {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 570px) {
  .table_box tr td:first-child {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .vision_misson_area .coman_box1 .box_with1 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 450px) {
  header .header .bg_greay {
    border-top: #ddd solid 1px;
  }
  header .header .top_right {
    width: 100%;
    padding: 10px 5px;
  }
  header .header .top_right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header .top_right ul li {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .box_organization_area .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box_organization_area .col-6:last-child .box_organization {
    margin-bottom: 0px;
  }
  .box_organization_area .box_organization {
    max-width: 263px;
    margin: 0px auto 40px auto;
  }
  .mp_contener h2 {
    font-size: 24px;
  }
  .table_box tr {
    border-bottom: #ddd solid 1px;
    display: block;
  }
  .table_box tr th {
    display: block;
    width: 100%;
  }
  .table_box tr td {
    display: block;
    border-bottom: 0px;
    width: 100%;
  }
  .table_box tr td:first-child {
    width: 100%;
  }
  .table_box tr td:last-child {
    padding-top: 0px;
    margin-top: -8px;
    color: #999;
    font-size: 14px;
  }
  .table_box tr td.first_td {
    padding: 7px 10px;
    margin-top: 0px;
    font-size: 15px;
    color: #606164;
  }
}
/* ==================== Bootstrap Css End ==================== */
.viewmore {
  display: inline-block;
  background: #275FDB;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
}
.viewmore a {
  color: #fff;
  line-height: 35px;
  padding: 10px 15px;
}

.fnt18 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
}

.bordertop {
  border-top: 0.5px solid #000;
  margin-bottom: 40px 0px;
}

.divider {
  background: #ddd;
  width: 100%;
  height: 1px;
  margin: 0px 0px 20px;
}

#loaderbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1F53C9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.imagesection h2 {
  color: #f7931e;
  font-weight: bold;
  border-bottom: 2px solid #8CC73D;
  display: inline-block;
  padding: 5px 0px;
  margin: 10px 20px;
}
.imagesection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.imagesection ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
}
.imagesection ul li img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .imagesection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (max-width: 767px) {
  .imagesection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (max-width: 575px) {
  .imagesection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    padding: 10px;
  }
}

.namesection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.namesection h2 {
  color: #f7931e;
  font-weight: bold;
  border-bottom: 2px solid #8CC73D;
  display: inline-block;
  padding: 5px 0px;
  margin: 10px 20px;
}
.namesection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.namesection ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
  text-align: center;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
  font-weight: 900;
  padding: 10px;
}
@media (max-width: 575px) {
  .namesection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}

.hmimgsect.padd_comman {
  padding-top: 0px;
}

.corporateSlider .slick-prev {
  position: relative;
  position: absolute;
  background: url(../images/left-arrow.png) !important;
  background-repeat: no-repeat !important;
  left: -35px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 20px;
  width: 40px;
  z-index: 1111;
  background-size: contain !important;
}
.corporateSlider .slick-prev:before {
  content: "";
}
.corporateSlider .slick-next {
  position: relative;
  position: absolute;
  background: url(../images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  left: 101%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 20px;
  width: 40px;
  z-index: 1111;
  background-size: contain !important;
}
.corporateSlider .slick-next:before {
  content: "";
}
.corporateSlider .slick-slide {
  margin: 0px 10px;
}
.corporateSlider .corporatebox {
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
}
.corporateSlider .corporatebox img {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flexannouncement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.founCorp h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 50px;
}
.founCorp .logo_chfc {
  padding: 0px 0px 20px 0px;
  text-align: center;
  max-width: 240px;
}
.founCorp .logo_chfc span {
  display: inline-block;
  padding: 0px;
  background: #ffffff;
}
.founCorp .logo_chfc img {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 0px;
}
.founCorp .founCorpDt {
  padding-right: 50px;
}
.founCorp .founCorpDt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.founCorp .founCorpDt p:last-child {
  margin-bottom: 0;
}
.founCorp .founCorpDt p span {
  font-weight: 700;
}
.founCorp img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 1400px) {
  .founCorp h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .founCorp .founCorpDt {
    padding-right: 50px;
  }
  .founCorp .founCorpDt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .founCorp h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 35px;
  }
  .founCorp .founCorpDt {
    padding-right: 20px;
  }
  .founCorp .founCorpDt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .founCorp h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .founCorp .founCorpDt {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .founCorp .founCorpDt p {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .founCorp h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .founCorp .founCorpDt {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .founCorp h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.about-section.bgnone {
  background: none;
}
.about-section {
  width: 100%;
  background-color: #f0f0f0;
}
.about-section h2 {
  font-size: 40px;
  line-height: 50px;
  color: black;
  font-weight: normal;
  margin-bottom: 40px;
}
.about-section .about-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section .about-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-section .about-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.about-section .about-img {
  height: 100%;
}
.about-section .about-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about-section .about-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.about-section .large-text {
  font-size: 24px;
  line-height: 38px;
  color: black;
}
.about-section .medium-text {
  font-size: 20px;
  line-height: 32px;
  color: black;
}
.about-section .bullet-points {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.about-section .bullet-points li {
  font-size: 20px;
  line-height: 30px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section .bullet-points li::before {
  content: "-";
  margin-right: 0.5rem;
}
.about-section .financial-burden {
  font-size: 20px;
  line-height: 30px;
  color: black;
  margin-top: 2rem;
}
.about-section.abtRgt {
  background: #fff;
}
@media (max-width: 991px) {
  .about-section.abtRgt h2 {
    text-align: center;
  }
}
.about-section.abtRgt .about-section-content .about-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 30px;
}
.about-section.abtRgt .about-section-content .about-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .about-section.abtRgt .about-section-content .about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .about-section.abtRgt .about-section-content .about-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about-section.abtRgt .dsk14Hd {
    text-align: center;
    margin-top: 0px;
  }
}
.about-section.abtAlg .about-section-content .about-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 30px;
}
.about-section.abtAlg .about-section-content .about-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .about-section.abtAlg .about-section-content .about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .about-section.abtAlg .about-section-content .about-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .about-section {
    width: 100%;
    background-color: #f0f0f0;
  }
  .about-section h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .about-section .about-right {
    padding-left: 0;
  }
  .about-section .about-description {
    gap: 1rem;
  }
  .about-section .large-text {
    font-size: 18px;
    line-height: 30px;
  }
  .about-section .medium-text {
    font-size: 16px;
    line-height: 26px;
  }
  .about-section .bullet-points {
    gap: 0.75rem;
  }
  .about-section .bullet-points li {
    font-size: 16px;
    line-height: 26px;
  }
  .about-section .financial-burden {
    font-size: 16px;
    line-height: 26px;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .about-section h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .about-section .about-right {
    padding-left: 30px;
  }
  .about-section .about-description {
    gap: 0.75rem;
  }
  .about-section .large-text {
    font-size: 16px;
    line-height: 28px;
  }
  .about-section .medium-text {
    font-size: 14px;
    line-height: 24px;
  }
  .about-section .bullet-points {
    gap: 0.5rem;
  }
  .about-section .bullet-points li {
    font-size: 14px;
    line-height: 24px;
  }
  .about-section .financial-burden {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .about-section h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-section .about-section-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-section .about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about-section .about-left .about-description p {
    text-align: center;
  }
  .about-section .about-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .about-section .about-description {
    gap: 0;
  }
}
@media (max-width: 400px) {
  .about-section h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.keyProjects {
  position: relative;
}
.keyProjects h2 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: black;
  font-weight: normal;
  margin-bottom: 50px;
}
.keyProjects .projectsSlider .slick-list {
  max-height: 560px;
}
.keyProjects .projectsSlider .projectsBox {
  border-radius: 30px;
  -webkit-box-shadow: 1px 3px 20px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 20px -2px rgba(0, 0, 0, 0.2);
  max-width: 94%;
  margin: 0 10px 30px;
}
.keyProjects .projectsSlider .projectsBox .projectsImage {
  width: 100%;
}
.keyProjects .projectsSlider .projectsBox .projectsImage img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.keyProjects .projectsSlider .projectsBox .projectContent {
  padding: 30px;
  min-height: 255px;
}
.keyProjects .projectsSlider .projectsBox .projectContent h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  padding-top: 0;
  margin-bottom: 50px;
}
.keyProjects .projectsSlider .projectsBox .projectContent p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #474747;
  margin-bottom: 0;
  padding: 0;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1400px) {
  .keyProjects h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .keyProjects .projectsSlider .projectsBox {
    max-width: 94%;
    margin: 0 10px 25px;
  }
  .keyProjects .projectsSlider .projectsBox .projectsImage img {
    height: 250px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent {
    padding: 25px;
    min-height: 180px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent p {
    font-size: 16px;
    line-height: 26px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .keyProjects .projectsSlider .slick-list {
    max-height: auto;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent {
    min-height: 190px;
  }
}
@media (max-width: 991px) {
  .keyProjects h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 35px;
  }
  .keyProjects .projectsSlider .projectsBox .projectsImage img {
    height: 220px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent {
    padding: 15px;
    min-height: 170px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 35px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent p {
    font-size: 14px;
    line-height: 24px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .keyProjects h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .keyProjects .projectsSlider .projectsBox .projectsImage img {
    height: 200px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent {
    padding: 15px;
    min-height: 150px;
    text-align: center;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .keyProjects .projectsSlider .projectsBox .projectContent p {
    font-size: 14px;
    line-height: 24px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .keyProjects h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .keyProjects .projectsSlider .projectsBox {
    max-width: 90%;
    margin: 0 28px 25px;
  }
  .keyProjects .projectsSlider .projectsBox .projectsImage img {
    height: 220px;
  }
}
@media (max-width: 400px) {
  .keyProjects h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .keyProjects .projectsSlider .projectsBox {
    margin: 0 20px 25px;
  }
}

.slickNavs .slick-prev {
  left: -50px;
}
.slickNavs .slick-next {
  right: -50px;
}
.slickNavs .slick-prev {
  background-image: url("../images/left-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  left: -40px !important;
  top: 8px;
  z-index: 1;
  background-size: 20px !important;
}
.slickNavs .slick-next {
  background-image: url("../images/right-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  right: -40px !important;
  top: 8px;
  z-index: 1;
  background-size: 20px !important;
}
.slickNavs .slick-prev:before, .slickNavs .slick-next:before {
  display: none;
}
.slickNavs .slick-prev, .slickNavs .slick-next {
  font-size: 0;
  line-height: 42px;
  position: absolute;
  top: 50%;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
}
.slickNavs .slick-dots {
  margin-top: 0px;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  bottom: -23px;
  line-height: 0px;
}
.slickNavs .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0px 5px;
}
.slickNavs .slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0px !important;
  background-color: #9898ff !important;
  padding: 0px;
  border-radius: 100%;
}
.slickNavs .slick-dots li button:before {
  display: none;
}
.slickNavs .slick-dots li.slick-active button {
  background-color: #275fdb !important;
}
@media (max-width: 575px) {
  .slickNavs .slick-dots {
    height: 10px;
  }
  .slickNavs .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slickNavs .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 400px) {
  .slickNavs .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .slickNavs .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.donationSec {
  background: #F0F0F0;
}
.donationSec .donationFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.donationSec .donationFlx .donationLft {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.donationSec .donationFlx .donationLft .donationImg {
  height: 100%;
  width: 100%;
}
.donationSec .donationFlx .donationLft .donationImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donationSec .donationFlx .donationRgt {
  max-width: 100%;
  padding: 100px 150px 100px 0;
  margin: 0 0 0 34%;
}
.donationSec .donationFlx .donationRgt .donationDt h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  color: #000000;
}
.donationSec .donationFlx .donationRgt .donationDt .nav-pills .nav-link {
  border-radius: 30px;
  color: #275FDB;
  background: transparent;
  border: 1px solid #275FDB;
  margin-right: 15px;
  padding: 15px 33px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.donationSec .donationFlx .donationRgt .donationDt .tab.active, .donationSec .donationFlx .donationRgt .donationDt .tab:focus, .donationSec .donationFlx .donationRgt .donationDt .tab:hover {
  background: transparent !important;
  border-color: transparent !important;
}
.donationSec .donationFlx .donationRgt .donationDt .tab.active .nav-link, .donationSec .donationFlx .donationRgt .donationDt .tab:focus .nav-link, .donationSec .donationFlx .donationRgt .donationDt .tab:hover .nav-link {
  background: #275FDB;
  color: #fff;
  outline: none;
  border-color: #275FDB !important;
}
.donationSec .donationFlx .donationRgt .donationDt #donationTab {
  margin-bottom: 0 !important;
}
.donationSec .donationFlx .donationRgt .donationDt .tab-content {
  padding-top: 65px;
}
.donationSec .donationFlx .donationRgt .donationDt .tab-content .mb50 {
  margin-bottom: 50px;
}
.donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}
.donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt span {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #232323;
  display: block;
  margin-top: 20px;
}
.donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt span img {
  max-width: 200px;
}
.donationSec .tab-pane .row > div {
  font-size: 1.05rem;
}
@media (max-width: 1850px) {
  .donationSec .donationFlx .donationRgt .donationDt .nav-pills .nav-link {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
  }
}
@media (max-width: 1550px) {
  .donationSec .donationFlx .donationLft .donationImg {
    width: 100%;
  }
  .donationSec .donationFlx .donationRgt {
    padding: 70px 70px 70px 0;
    margin: 0 0 0 35%;
  }
  .donationSec .donationFlx .donationRgt .donationDt h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .nav-pills .nav-link {
    margin-right: 20px;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 14px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content {
    padding-top: 45px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .mb50 {
    margin-bottom: 40px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt {
    font-size: 16px;
    line-height: 16px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt span {
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .donationSec .donationFlx .donationRgt .donationDt .nav-pills .nav-link {
    margin-right: 15px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 12px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content {
    padding-top: 40px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .mb50 {
    margin-bottom: 35px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt {
    font-size: 14px;
    line-height: 14px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .donationSec .donationFlx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donationSec .donationFlx .donationLft {
    position: relative;
    padding-top: 70px;
    max-width: 500px;
  }
  .donationSec .donationFlx .donationRgt {
    padding: 50px 0 50px 0;
    margin: 0 auto 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 70%;
  }
  .donationSec .donationFlx .donationRgt .donationDt h2 {
    text-align: center;
  }
  .donationSec .donationFlx .donationRgt .donationDt .nav-pills .nav-link {
    margin: 0 8px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content {
    padding-top: 40px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .mb50 {
    margin-bottom: 35px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt {
    font-size: 14px;
    line-height: 14px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .donationSec .donationFlx .donationLft {
    padding-top: 50px;
    max-width: 400px;
  }
  .donationSec .donationFlx .donationRgt {
    padding: 30px 0 30px 0;
  }
  .donationSec .donationFlx .donationRgt .donationDt h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .donationSec .donationFlx .donationRgt .donationDt #donationTab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  .donationSec .donationFlx .donationRgt .donationDt #donationTab li button {
    display: inline-block;
  }
  .donationSec .donationFlx .donationRgt .donationDt .nav-pills .nav-link {
    margin: 0;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content {
    padding-top: 30px;
    text-align: center;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .mb50 {
    margin-bottom: 35px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt {
    font-size: 14px;
    line-height: 18px;
    max-width: 70%;
    margin: 0 auto 30px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .chrtyTxt span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .donationSec .donationFlx .donationLft {
    padding-top: 40px;
    max-width: 350px;
  }
  .donationSec .donationFlx .donationRgt {
    padding: 20px 0 20px 0;
  }
  .donationSec .donationFlx .donationRgt .donationDt h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .donationSec .donationFlx .donationRgt .donationDt #donationTab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .donationSec .donationFlx .donationRgt .donationDt #donationTab li button {
    width: 100%;
    max-width: 240px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content {
    padding-top: 20px;
  }
  .donationSec .donationFlx .donationRgt .donationDt .tab-content .mb50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .donationSec .donationFlx .donationRgt .donationDt h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.tab {
  cursor: pointer;
}

.tab.active {
  background: #007bff;
  color: #fff;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.donors-section {
  background: #fff;
}
.donors-section h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}
.donors-section .donors-slider .donor-box {
  background: #fff;
  padding: 15px 20px;
  margin: 0 10px 15px;
  min-height: 110px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  width: auto !important;
  color: #000;
}
@media (max-width: 1400px) {
  .donors-section {
    background: #fff;
  }
  .donors-section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .donors-section .donors-slider .donor-box {
    padding: 10px 15px;
    margin: 0 10px 15px;
    min-height: 70px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .donors-section .donors-slider .donor-box {
    min-height: 90px;
  }
}
@media (max-width: 991px) {
  .donors-section h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 35px;
  }
  .donors-section .donors-slider .donor-box {
    min-height: 85px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .donors-section h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .donors-section .donors-slider .donor-box {
    min-height: 60px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .donors-section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .donors-section h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.contact-section {
  background: #F0F0F0;
}
.contact-section h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #000000;
}
.contact-section .contactTxt {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 30px;
}
.contact-section .contactTxt a {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  display: block;
  color: #000;
  margin-top: 20px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.contact-section .contactTxt a:hover {
  color: #275FDB;
}
.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}
.contact-section .contact-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.contact-section .contact-form .form-control {
  border-radius: 5px;
  border: 1px solid #B2B2B2;
  font-size: 1rem;
  background: transparent;
  margin-bottom: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.contact-section .contact-form .form-control:focus {
  border-color: #0d47a1;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(13, 71, 161, 0.08);
          box-shadow: 0 0 0 0.1rem rgba(13, 71, 161, 0.08);
}
.contact-section .contact-form textarea.form-control {
  height: 180px;
}
@media (max-width: 1400px) {
  .contact-section h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .contact-section .contactTxt {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .contact-section .contactTxt a {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
  }
  .contact-section .contact-form .form-group {
    margin-bottom: 20px;
  }
  .contact-section .contact-form label {
    font-size: 14px;
    line-height: 14px;
  }
  .contact-section .contact-form textarea.form-control {
    height: 130px;
  }
}
@media (max-width: 991px) {
  .contact-section h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 35px;
  }
  .contact-section .mgTpMbl {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-section h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact-section .contactTxt {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 22px;
  }
  .contact-section .contactTxt a {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
  .contact-section .mgTpMbl {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .contact-section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-section .contactTxt {
    text-align: center;
  }
  .contact-section .mgTpMbl {
    margin-top: 0;
  }
  .contact-section .contact-form {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .contact-section h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .contact-section .contactTxt {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 18px;
  }
  .contact-section .contactTxt a {
    font-size: 18px;
    line-height: 18px;
  }
}

label.error {
  color: red !important;
  padding-top: 0;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.bullet-points {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.bullet-points li {
  font-size: 20px;
  line-height: 30px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bullet-points li::before {
  content: "-";
  margin-right: 0.5rem;
}

.mgTp30 {
  margin-top: 30px;
}

.dsk14Shw {
  display: none;
}
@media (max-width: 1400px) {
  .dsk14Shw {
    display: block;
  }
}
@media (max-width: 1199px) {
  .dsk14Shw {
    display: none;
  }
}

@media (max-width: 1400px) {
  .dsk14Hd {
    display: none;
  }
}
@media (max-width: 1199px) {
  .dsk14Hd {
    display: block;
  }
}

.prjtSec .founCorpDt .bgTtle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.prjtSec .prjtSlider .prjtBox .prjtImage {
  margin: 0 10px;
}
.prjtSec .prjtSlider .prjtBox .prjtImage img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prjtSec .prjtSlider .prjtBox .prjtImage.prjtImageSml img {
  height: 370px;
}
@media (max-width: 1200px) {
  .prjtSec .prjtSlider .prjtBox .prjtImage img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .prjtSec .prjtSlider .prjtBox .prjtImage img {
    height: auto;
    -o-object-position: inherit;
       object-position: inherit;
  }
  .prjtSec .prjtSlider .prjtBox .prjtImage.prjtImageSml img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .prjtSec .founCorpDt .bgTtle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .prjtSec .founCorpDt .bgTtle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .prjtSec .founCorpDt .bgTtle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}

.mgBtZro {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .mgBt20 {
    margin-bottom: 20px;
  }
}

.newsSec .newsSlider .slick-slide {
  padding: 0px 15px;
}
.newsSec .newsBox {
  margin-bottom: 30px;
}
.newsSec .newsBox a {
  color: #275FDB;
  font-size: 14px;
  line-height: 14px;
}
.newsSec .newsBox a:hover {
  color: #000;
}
.newsSec .newsBox img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.newsSec .newsBox span {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.newsSec .newsBox h2 {
  font-size: 18px;
  line-height: 28px;
  padding: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 60px;
}
.newsSec .viewBtn {
  text-align: center;
}
.newsSec .slick-prev {
  position: relative;
  position: absolute;
  background: url(../images/left-arrow.png) !important;
  background-repeat: no-repeat !important;
  left: -35px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 20px;
  width: 40px;
  z-index: 1111;
  background-size: contain !important;
}
.newsSec .slick-prev:before {
  content: "";
}
.newsSec .slick-next {
  position: relative;
  position: absolute;
  background: url(../images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  left: 101%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 20px;
  width: 40px;
  z-index: 1111;
  background-size: contain !important;
}
.newsSec .slick-next:before {
  content: "";
}
.newsSec .tabs {
  text-align: center;
}
.newsSec .tab-btn {
  background: #275fdb;
  color: #fff;
  border: none;
  padding: 8px 25px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 8px;
  margin: 0px 5px;
  margin-bottom: 20px;
}
.newsSec .tab-btn.active {
  background: #333;
  color: #fff;
  border: none;
}
.newsSec .tab-content {
  display: none;
  padding: 0px;
}
.newsSec .tab-content.active {
  display: block;
}

.news_detail span {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.news_detail h2 {
  font-size: 18px;
  line-height: 28px;
  padding: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_detail img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

#homePopup .popup-content img {
  max-height: 740px;
  max-width: 100%;
}
#homePopup .fancybox-button svg path {
  color: #000;
}
@media (max-width: 1600px) {
  #homePopup .popup-content img {
    max-height: 590px;
  }
}

@media (max-width: 480px) {
  .fancybox-content {
    padding: 30px 16px;
    width: 90%;
    margin: 0px auto 0px -20px;
  }
}

.list_person {
  margin-bottom: -30px;
}
.list_person .personbox {
  margin-bottom: 30px;
}
.list_person .personbox div {
  margin: 0px 0px 15px 0px;
}
.list_person .personbox div img {
  max-width: 100%;
}
.list_person .personbox span {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1b145e;
  text-align: center;
}
.list_person ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_person ul li {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  width: 50%;
  position: relative;
  padding: 0px 0px 30px 24px;
}
.list_person ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  z-index: 1;
  background: url(../images/right-arrow.png) no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.list_person ul li span {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 1170px) {
  .list_person .personbox span {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 992px) {
  .list_person .personbox span {
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .list_person ul li {
    font-size: 18px;
    padding-left: 20px;
  }
  .list_person ul li::before {
    width: 13px;
    height: 13px;
  }
  .list_person ul li span {
    font-size: 16px;
    display: block;
    padding-top: 3px;
  }
}
@media screen and (max-width: 400px) {
  .list_person ul {
    max-width: 180px;
    margin: 0px auto 15px auto;
  }
  .list_person ul li {
    font-size: 18px;
    padding-left: 20px;
    width: 100%;
    padding-bottom: 15px;
  }
  .list_person ul li::before {
    width: 13px;
    height: 13px;
  }
}/*# sourceMappingURL=style.css.map */