@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.wow {
  visibility: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.88px; }

.font-weight-5 {
  font-weight: 500; }

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999; }

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

.fs10 {
  font-size: 10px;
  line-height: initial;
  margin-bottom: 7px; }

/*** Navbar ***/
.nav-bar {
  position: relative;
  margin-top: 45px;
  padding: 0 10rem;
  transition: .5s;
  z-index: 9999; }

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 9999; }

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: .5s; }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: transparent; }

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg); }

.navbar-light .navbar-nav .nav-link {
  margin-right: 20px;
  padding: 25px 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
  /* text-transform: uppercase; */
  outline: none; }

.dropdown-menu {
  padding: 0; }

.dropdown-item {
  padding: 15px;
  font-size: 13px;
  margin: 0; }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #3a766a; }

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;
    padding: 0; }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
    font-size: 15px; } }
.navbar-light .navbar-brand {
  height: 85px; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500; }

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.55); }

/* Hide the close icon by default */
.close-icon {
  display: none; }

/* Show the hamburger icon by default */
.hamburger-icon {
  display: inline-block; }

/* When the navbar is collapsed (open), show the close icon and hide the hamburger icon */
.navbar-toggler[aria-expanded="true"] .hamburger-icon {
  display: none; }

.navbar-toggler[aria-expanded="true"] .close-icon {
  display: inline-block; }

/* Additional styles for smoother transitions */
.navbar-toggler .hamburger-icon {
  font-size: 30px;
  transition: opacity 0.3s ease; }

.navbar-toggler .close-icon {
  font-size: 33px;
  transition: opacity 0.3s ease; }

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 6px !important;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1; } }
/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -142px; } }
.breadcrumb-item + .breadcrumb-item::before {
  color: #DDDDDD; }

/*** Icon ***/
.icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF !important;
  border-radius: 50px;
  border: 1px dashed var(--primary) !important; }

.subtit {
  color: #008441;
  font-weight: 500;
  font-family: 'Open Sans';
  font-size: 20px; }

.title {
  color: #323a86;
  font-size: 40px;
  line-height: 50px;
  font-weight: bolder;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.9px; }

.bannertopslider {
  position: relative; }
  .bannertopslider .topbanner img {
    width: 100%;
    height: 100vh; }
  .bannertopslider .topbanner .info {
    z-index: 1;
    position: absolute;
    top: 38%;
    left: 11%;
    width: 43%; }
    .bannertopslider .topbanner .info .title {
      font-size: 60px;
      font-weight: 400; }
    .bannertopslider .topbanner .info p {
      font-size: 20px;
      font-weight: 500; }
  .bannertopslider img {
    transition: 3s all;
    transform: scale(1.2); }
  .bannertopslider .swiper-pagination-bullet {
    background-color: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0; }
  .bannertopslider .swiper-slide-active img {
    animation: scale 5s ease forwards; }
@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.about {
  position: relative;
  padding: 80px 0; }
  .about a {
    cursor: pointer; }
    .about a .aboutbx {
      background-color: #effdf5;
      padding: 20px;
      border-radius: 20px;
      text-align: center;
      height: 240px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .about a .aboutbx .abouticon {
        background-color: #008441;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        padding: 15px;
        line-height: 20px;
        margin: 20px auto 10px auto;
        border: 2px solid #008441;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .about a .aboutbx p {
        font-size: 16px;
        color: #333; }
        .about a .aboutbx p span {
          font-weight: 700; }
    .about a:hover .aboutbx {
      border: 2px solid #008441; }
      .about a:hover .aboutbx .abouticon {
        transform: scale(1.2); }
  .about h2 {
    font-size: 70px !important;
    padding-bottom: 80px;
    text-transform: uppercase; }
  .about .text {
    font-family: "Oswald", sans-serif;
    background-position: 50% 50%;
    background-clip: text !important;
    text-emphasis-color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent; }
  .about .bigtit {
    font-size: 75px;
    line-height: 80px;
    padding-bottom: 120px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff; }
    .about .bigtit .pic {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      mix-blend-mode: lighten; }
  .about .logotxt {
    font-size: 355px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 45px;
    color: #008441;
    opacity: 0.06;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .about .title {
    font-size: 35px; }
  .about .swiper {
    position: relative;
    width: 85%;
    margin: 0 auto; }
  .about .swiper .swiper-pagination {
    position: static;
    padding-top: 20px; }
  .about .swiper .swiper-pagination-bullet {
    background-color: #008441; }

.white {
  color: #fff; }

.aboutbx1 {
  background-color: #d5f3e2;
  padding: 20px; }

.structure {
  background-image: url(../img/aboutbg1.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding: 30px 0;
  color: #fff;
  margin-top: 80px; }
  .structure .aboutbxin {
    padding: 20px; }
    .structure .aboutbxin h3 {
      color: #fff;
      font-family: "Oswald", sans-serif;
      margin-bottom: 40px; }

.milestone {
  padding: 80px 0;
  background-color: #ededed;
  overflow: hidden; }
  .milestone .milestonwrp {
    position: relative;
    height: 550px;
    width: 100%; }
    .milestone .milestonwrp .year {
      position: relative;
      display: flex;
      justify-content: center;
      margin-top: 250px; }
      .milestone .milestonwrp .year img {
        width: 155px; }
      .milestone .milestonwrp .year .year181 {
        left: 160px;
        position: absolute; }
        .milestone .milestonwrp .year .year181::before {
          position: absolute;
          content: '';
          top: -58px;
          left: -12px;
          background-image: url(../img/miles1a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year181 .yearinfo {
          position: absolute;
          top: -150px;
          text-align: center; }
      .milestone .milestonwrp .year .year182 {
        left: 298px;
        position: absolute; }
        .milestone .milestonwrp .year .year182::before {
          position: absolute;
          content: '';
          bottom: -58px;
          left: -12px;
          background-image: url(../img/miles2a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year182 .yearinfo {
          position: absolute;
          bottom: -170px;
          text-align: center; }
      .milestone .milestonwrp .year .year183 {
        left: 436px;
        position: absolute; }
        .milestone .milestonwrp .year .year183::before {
          position: absolute;
          content: '';
          top: -57px;
          left: -12px;
          background-image: url(../img/miles3b.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year183 .yearinfo {
          position: absolute;
          top: -168px;
          text-align: center; }
      .milestone .milestonwrp .year .year184 {
        left: 574px;
        position: absolute; }
        .milestone .milestonwrp .year .year184::before {
          position: absolute;
          content: '';
          bottom: -58px;
          left: -12px;
          background-image: url(../img/miles3a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year184 .yearinfo {
          position: absolute;
          bottom: -220px;
          text-align: center; }
      .milestone .milestonwrp .year .year20 {
        left: 712px;
        position: absolute; }
        .milestone .milestonwrp .year .year20::before {
          position: absolute;
          content: '';
          top: -58px;
          left: -12px;
          background-image: url(../img/miles4a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year20 .yearinfo {
          position: absolute;
          top: -147px;
          text-align: center; }
      .milestone .milestonwrp .year .year21 {
        left: 850px;
        position: absolute; }
        .milestone .milestonwrp .year .year21::before {
          position: absolute;
          content: '';
          bottom: -57px;
          left: -12px;
          background-image: url(../img/miles5a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year21 .yearinfo {
          position: absolute;
          bottom: -170px;
          text-align: center; }
      .milestone .milestonwrp .year .year23 {
        left: 988px;
        position: absolute; }
        .milestone .milestonwrp .year .year23::before {
          position: absolute;
          content: '';
          top: -57px;
          left: -12px;
          background-image: url(../img/miles6a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year23 .yearinfo {
          position: absolute;
          top: -192px;
          text-align: center; }
      .milestone .milestonwrp .year .year241 {
        left: 1126px;
        position: absolute; }
        .milestone .milestonwrp .year .year241::before {
          position: absolute;
          content: '';
          bottom: -57px;
          left: -12px;
          background-image: url(../img/miles7a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year241 .yearinfo {
          position: absolute;
          bottom: -238px;
          text-align: center; }
      .milestone .milestonwrp .year .year242 {
        left: 1264px;
        position: absolute; }
        .milestone .milestonwrp .year .year242::before {
          position: absolute;
          content: '';
          top: -57px;
          left: -12px;
          background-image: url(../img/miles8a.png);
          background-size: cover;
          width: 100%;
          height: 100%; }
        .milestone .milestonwrp .year .year242 .yearinfo {
          position: absolute;
          top: -172px;
          text-align: center; }
  .milestone .swiper-pagination-bullet {
    margin-top: 15px;
    background-color: #0300f4; }

.aboutinn {
  position: relative;
  padding: 0; }

.testimonials {
  position: relative;
  background-image: url(../img/testimonialbg.webp);
  background-size: cover;
  padding: 120px 0; }
  .testimonials .testinfo {
    padding: 40px 0; }
  .testimonials .testimonialbx {
    background-color: #fff;
    height: 360px;
    padding: 35px;
    text-align: center;
    position: relative;
    margin: 50px 0; }
    .testimonials .testimonialbx .testicon {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    .testimonials .testimonialbx .name {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 26px;
      margin-bottom: 15px;
      color: #000000; }
      .testimonials .testimonialbx .name span {
        display: block;
        font-size: 18px;
        line-height: 18px;
        font-style: italic; }
  .testimonials .btns {
    position: relative;
    margin-top: 60px; }
  .testimonials .swiper-button-next img, .testimonials .swiper-button-prev img {
    width: 55px; }
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    width: 80px; }
  .testimonials .swiper-button-next {
    left: 55px;
    right: auto; }
  .testimonials .swiper-button-prev {
    left: -13px; }
  .testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
    content: none; }

.subsidiaries {
  overflow: hidden;
  padding: 80px 0; }
  .subsidiaries .logo {
    padding: 20px;
    margin: 0 auto;
    text-align: center; }

.director {
  padding-bottom: 80px; }
  .director .directorpix {
    position: relative; }
    .director .directorpix .directorname {
      position: absolute;
      left: 20px;
      bottom: 20px; }
      .director .directorpix .directorname h2 {
        color: #FFF;
        font-weight: 500;
        font-size: 30px;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.8px; }
      .director .directorpix .directorname h6 {
        color: #FFF;
        font-weight: 400;
        font-size: 16px;
        font-style: italic; }
  .director .directorright {
    margin-left: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .director .directorright .directorq {
      margin-bottom: 30px;
      margin-top: 20px;
      margin-right: 50px;
      background: #F2F2F2;
      position: relative;
      padding: 35px 55px;
      box-shadow: inset 0 0 0 5px #FFF, inset 0 0 0 6px white; }
      .director .directorright .directorq::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border: solid 1px green; }
      .director .directorright .directorq .q1, .director .directorright .directorq .q2 {
        position: absolute; }
      .director .directorright .directorq .q1 {
        right: -23px;
        top: 40px; }
        .director .directorright .directorq .q1::before {
          content: '';
          position: absolute;
          left: 25px;
          top: -15px;
          width: 3px;
          height: 60px;
          background-color: #FFF; }
      .director .directorright .directorq .q2 {
        left: -22px;
        bottom: 50px; }
        .director .directorright .directorq .q2::before {
          content: '';
          position: absolute;
          left: 22px;
          top: -15px;
          width: 3px;
          height: 60px;
          background-color: #FFF; }

.item {
  margin-left: 90px; }

.item a.btn-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0; }

.item a.btn-slide i,
.item a.btn-slide span {
  position: relative;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  background: #323a86;
  border-radius: 0 35px 35px 0;
  transition: .5s;
  z-index: 2; }

.item div.btn-slide span a:hover i {
  background: #323a86; }

.item a.btn-slide span {
  padding-left: 0;
  left: -100px;
  top: 0px;
  z-index: 1; }

.item:hover a.btn-slide i {
  border-radius: 0; }

.item:hover a.btn-slide span {
  left: 0;
  top: -1px; }

.item a.btn-slide:hover i,
.item a.btn-slide:hover span {
  background: #323a86; }

.btn1 {
  margin-left: 0; }

.btn1 a.btn-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0; }

.btn1 a.btn-slide i,
.btn1 a.btn-slide span {
  position: relative;
  height: 47px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  background: #323a86;
  border-radius: 0 35px 35px 0;
  transition: .5s;
  z-index: 2; }

.btn1 div.btn-slide span a:hover i {
  background: #323a86; }

.btn1 a.btn-slide span {
  padding-left: 0;
  left: -100px;
  top: 0px;
  z-index: 1; }

.btn1:hover a.btn-slide i {
  border-radius: 0; }

.btn1:hover a.btn-slide span {
  left: 0;
  top: 0px; }

.btn1 a.btn-slide:hover i,
.btn1 a.btn-slide:hover span {
  background: #323a86; }

.offerings {
  padding: 80px 0;
  overflow: hidden;
  background-image: url(../img/offeringbg.webp);
  background-repeat: no-repeat;
  background-size: cover; }
  .offerings .box1 {
    background: #fff;
    height: auto; }
  .offerings .box2 {
    background: #fff;
    height: auto; }
  .offerings .commodities {
    padding: 0 0 0 0;
    line-height: 100px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
    .offerings .commodities .overlayimg {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      background-image: url(../img/plus.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      transition: 0.3s;
      pointer-events: none; }
    .offerings .commodities:hover .overlayimg {
      opacity: 0.6;
      visibility: visible;
      transition: 0.5s; }
  .offerings .offertab {
    text-align: center; }
    .offerings .offertab ul {
      list-style-type: none;
      margin-top: 10px;
      margin-bottom: 30px;
      padding-left: 0; }
      .offerings .offertab ul li {
        display: inline-flex;
        border-radius: 5px;
        margin-right: 15px;
        background-color: #f1f1f1;
        padding: 0; }
        .offerings .offertab ul li .active {
          background-color: #fff;
          padding: 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          border-radius: 5px; }
        .offerings .offertab ul li a {
          color: #000;
          padding: 10px; }
        .offerings .offertab ul li:hover {
          background-color: #fff;
          border-radius: 5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; }
  .offerings .offerwrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.bod-modal {
  width: 100%; }
.bod-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  outline: none;
  border: none;
  outline-style: none;
  background: transparent; }
  .bod-modal .close img {
    width: 30px; }
.bod-modal .modal-body {
  padding: 0px; }
.bod-modal .detail {
  margin: 30px 20px 30px 0; }
.bod-modal .pic {
  padding: 20px; }

.modal .modal-fluid {
  width: 70%;
  max-width: 70%; }

@media (max-width: 768px) {
  .offerings .commodities {
    width: 43%; } }
.scroll1::-webkit-scrollbar {
  width: 5px; }

.scroll1::-webkit-scrollbar-track {
  background: #ddd; }

.scroll1::-webkit-scrollbar-thumb {
  background: #666; }

.no-header {
  background-size: cover !important;
  margin-top: -142px;
  padding-top: 160px !important;
  height: 350px;
  background-color: #c1c1c1; }

.page-header {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
  background: url(../img/innerbnr.webp) center center no-repeat !important;
  background-size: cover !important;
  margin-top: -142px;
  padding-top: 160px !important;
  height: 400px; }
  .page-header h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
  .page-header.revenue-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/revenue-bnr.webp) center center no-repeat !important; }
  .page-header.awards-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/awardsbanner.webp) left no-repeat !important; }
  .page-header.blog-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/blogbanner.webp) left no-repeat !important; }
  .page-header.contact-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/contactbnr.webp) center no-repeat !important; }
  .page-header.sub-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/subsidiariesbnr.webp) center no-repeat !important; }
  .page-header.career-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/careerbnr.webp) center no-repeat !important; }
  .page-header.about-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/aboutbnr.webp) center no-repeat !important; }
  .page-header.biz-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/bizbnr.webp) center no-repeat !important; }
  .page-header.leadership-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/leadershipbnr.webp) center no-repeat !important; }
  .page-header.media-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/mediabnr.webp) center no-repeat !important; }
  .page-header.offering-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/offeringbnr.webp) center no-repeat !important; }
  .page-header.future-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
    background: url(../img/futurebnr.webp) center no-repeat !important; }

h4, h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

.fontweightnorm {
  font-weight: normal; }

.innerpages {
  padding: 80px 0;
  overflow: hidden; }

.contact {
  padding: 80px 0 0 0;
  background-color: #ecf2ee; }
  .contact .branch {
    padding: 50px 60px 0 60px; }
  .contact .social {
    margin: 10px auto 30px auto; }
    .contact .social a i {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 20px;
      display: inline-block;
      border-radius: 50%;
      text-align: center;
      margin: 0 2px;
      color: #fff !important;
      background: #141414; }
      .contact .social a i :hover i {
        background: #008441;
        color: #fff !important; }
  .contact .socialb {
    margin: 0; }
    .contact .socialb a i {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 20px;
      display: inline-block;
      border-radius: 50%;
      text-align: center;
      margin: 0 5px;
      color: #000 !important; }
  .contact .conbx {
    display: inline-box;
    display: -webkit-inline-box; }
    .contact .conbx img.pic1 {
      margin: 0 0;
      width: 50px;
      height: 50px; }
    .contact .conbx .info {
      padding-left: 15px;
      width: 95%;
      margin-right: 20px; }
  .contact .contactbx {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    width: 100%;
    height: 430px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; }
    .contact .contactbx .contit a {
      color: #000;
      font-weight: 400;
      font-family: 'Open Sans';
      font-size: 18px; }
  .contact .link {
    color: #333; }
  .contact hr {
    opacity: 1; }

.getintouch {
  padding: 80px 0;
  background-color: #ecf2ee; }
  .getintouch .locbx {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }
    .getintouch .locbx .branch {
      border-left: 1px solid #008441;
      padding-left: 30px; }
      .getintouch .locbx .branch a {
        color: #008441; }

a.link {
  color: #333; }

.purpose {
  padding: 80px 0;
  margin-top: 80px;
  background-image: url(../img/purpose.webp);
  background-size: cover;
  color: #fff; }

.mission {
  position: relative; }

.missionbg {
  padding: 80px 0;
  position: relative;
  margin-top: 40px;
  background-image: url(../img/aboutbg2.webp);
  width: 100%;
  background-size: cover;
  position: relative; }
  .missionbg .info {
    padding: 0 40px; }
    .missionbg .info .bigchar {
      font-size: 40px;
      line-height: 40px;
      font-weight: 800;
      margin: 0 0 0 0;
      color: #008441; }
    .missionbg .info p {
      margin-bottom: 0; }
    .missionbg .info img {
      margin-left: 12px; }
  .missionbg .title {
    padding-bottom: 0; }

.visionimg {
  width: 100%;
  height: 435px;
  position: relative; }

.visionbot {
  position: relative;
  margin-top: -320px;
  right: 300px; }
  .visionbot .contentWrap {
    background-color: #fff;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; }

.aboutinfobx {
  text-align: center; }
  .aboutinfobx h6 {
    padding-top: 15px;
    font-size: 18px; }
    .aboutinfobx h6 .high {
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 10px; }

.aboutlogo {
  padding: 0 20px;
  margin-bottom: 20px; }

.pchar {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  position: relative; }
  .pchar .pic {
    position: absolute;
    left: -1px;
    top: -15px;
    width: 34px !important;
    rotate: 60deg; }
  .pchar .drop-cap {
    color: #008441;
    font-weight: bold;
    margin-right: 20px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 50px;
    font-family: "Oswald", sans-serif; }

.pos-rel {
  position: relative; }

/*** Footer ***/
.footer {
  background-color: #000000;
  padding: 60px 0 20px 0;
  color: #fff; }
  .footer p.bottit {
    color: #fff;
    margin-top: 15px;
    border-top: 1px solid #fff;
    margin-bottom: 0; }
  .footer p {
    padding-top: 10px;
    padding-right: 30px; }
  .footer .footerlink {
    border-left: 1px solid #fff;
    padding-left: 40px;
    height: 100%; }
    .footer .footerlink a {
      color: #fff;
      display: block;
      padding-bottom: 15px; }
  .footer .social {
    margin-top: 30px; }
    .footer .social a i {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 20px;
      display: inline-block;
      border-radius: 50%;
      margin: 0 2px;
      color: #141414 !important;
      background: #fff; }
      .footer .social a i:hover i {
        background: #00B98E;
        color: #fff !important; }
  .footer .footerlink1 a {
    color: #fff;
    display: inline-block;
    padding-bottom: 0;
    font-size: 13px;
    padding-right: 10px;
    padding-top: 10px; }

.fs15 {
  font-size: 15px; }

.fs13 {
  font-size: 13px; }

@media (max-width: 768px) {
  .footer .footerlink {
    border-left: none;
    padding-left: 0; }

  .footer .social {
    margin-bottom: 30px; } }
.d-desk {
  display: block; }

.d-mob {
  display: none; }

.navbar-toggler:focus {
  box-shadow: none; }

.commitment {
  background-image: url(../img/commbg.webp);
  background-size: cover;
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: 170px; }
  .commitment .commitment-thumb {
    position: absolute;
    top: -102px; }

.leaderinn {
  background-color: #f2f2f2;
  border-radius: 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0;
  margin-bottom: 40px; }
  .leaderinn .info {
    padding: 47px 60px;
    height: 360px; }
  .leaderinn .directorname h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500; }

.spkimg {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; }

.commwrp {
  margin-bottom: 0; }
  .commwrp:last-child {
    margin-bottom: 0; }
  .commwrp .commbx {
    padding: 25px 45px 0 25px;
    position: relative; }
    .commwrp .commbx h1 {
      font-family: "Oswald", sans-serif;
      margin-bottom: 25px;
      color: #38302b;
      font-weight: 400; }
      .commwrp .commbx h1 span {
        font-family: 'Open Sans';
        color: black;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;
        display: block;
        font-size: 70px;
        line-height: 0;
        opacity: 0.1; }
    .commwrp .commbx ul.list {
      padding-left: 0; }
      .commwrp .commbx ul.list li {
        background: url(../img/bullet3.png);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 5px 32px;
        line-height: normal;
        font-size: 16px;
        background-size: 16px; }
    .commwrp .commbx .commimg1 {
      position: absolute;
      right: -200px;
      width: 270px;
      top: 290px;
      opacity: 0.2; }
    .commwrp .commbx .commimg1a {
      position: absolute;
      right: -200px;
      width: 250px;
      top: 90px;
      opacity: 0.2; }
    .commwrp .commbx .commimg1b {
      position: absolute;
      right: -150px;
      width: 250px;
      top: 280px;
      opacity: 0.2; }
    .commwrp .commbx .commimg2 {
      position: absolute;
      left: -210px;
      width: 250px;
      top: 220px;
      opacity: 0.2; }
    .commwrp .commbx .commimg2a {
      position: absolute;
      left: -200px;
      width: 270px;
      top: 190px;
      opacity: 0.2; }

ul.list {
  padding-left: 0;
  list-style-type: none; }
  ul.list li {
    background: url(../img/bullet3.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 4px 32px;
    line-height: normal;
    font-size: 15px;
    background-size: 16px; }

.future {
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden; }
  .future .furight {
    padding: 50px 100px 25px 25px; }

.section {
  width: 100%;
  position: relative; }
  .section .left, .section .middle, .section .right {
    width: 100%;
    display: block;
    color: #666565;
    box-sizing: border-box;
    left: 0;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    @media (min-width: 480px) {
      .section .left .content, .section .middle .content, .section .right .content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 480px) {
      .section .left, .section .middle, .section .right {
        width: 50%;
        font-size: 0.9em;
        padding: 10px;
        left: 0;
        float: left;
        position: absolute; } }
    @media (min-width: 768px) {
      .section .left, .section .middle, .section .right {
        width: 33.33333%;
        left: 33.33%;
        padding: 10px; } }
    @media (min-width: 992px) {
      .section .left, .section .middle, .section .right {
        padding: 30px;
        font-size: 1em; } }
  .section.animate .left {
    left: 0; }
    @media (min-width: 480px) {
      .section.animate .left {
        left: 50%; } }
    @media (min-width: 768px) {
      .section.animate .left {
        left: 0; } }
  .section.animate .right {
    left: 0; }
    @media (min-width: 480px) {
      .section.animate .right {
        left: 50%; } }
    @media (min-width: 768px) {
      .section.animate .right {
        left: 66.66%; } }
  .section .title {
    background: #effdf5; }
    .section .title h2 {
      margin-top: 0;
      font-family: "Oswald", sans-serif; }
    .section .title p {
      line-height: 1.55em;
      margin-bottom: 0.75em;
      font-family: 'Open Sans Condensed';
      font-weight: 500; }
  .section .tiles {
    padding: 0;
    background: #666565;
    clear: both;
    display: none;
    float: none; }
    .section .tiles img {
      width: 50%;
      float: left;
      height: auto;
      opacity: 0.7;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
      .section .tiles img:hover {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%); }
    @media (min-width: 768px) {
      .section .tiles {
        display: block; } }
  .section .tiles100 {
    padding: 0;
    background: #666565;
    clear: both;
    display: none;
    float: none; }
    .section .tiles100 img {
      width: 100%;
      float: left;
      height: auto;
      opacity: 0.7;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
      .section .tiles100 img:hover {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%); }
    @media (min-width: 768px) {
      .section .tiles100 {
        display: block; } }
  .section .middle {
    z-index: 2;
    padding: 0; }
    .section .middle img {
      width: 100%;
      height: auto;
      display: block; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
.pic {
  width: 100% !important; }

.revenue {
  padding: 80px 0 !important;
  background-color: #f1f5f7; }
  .revenue .revenuebx {
    padding: 35px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 35px;
    background-color: #fff;
    height: 465px;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .revenue .revenuebx .curve {
      position: absolute;
      width: 130px;
      height: 130px;
      background: #3a766a;
      border-radius: 50%;
      bottom: -77px;
      right: -70px; }
      .revenue .revenuebx .curve .num {
        position: relative;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        right: -23px;
        top: 15px; }
    .revenue .revenuebx h4 {
      padding-bottom: 10px;
      font-family: "Oswald", sans-serif;
      font-weight: 500; }
    .revenue .revenuebx p {
      padding-bottom: 0; }

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px; }

.border-gradient-green {
  border-image-source: linear-gradient(to bottom, #0193c1, #3a766a) !important; }

.only-left {
  border-top: 0;
  border-right: 0;
  border-left: 0; }

.blog-tit {
  font-size: 36px;
  line-height: normal; }

.purplebg {
  color: #fff;
  padding: 7px;
  background-color: #793690;
  text-align: center;
  margin-bottom: 7px; }

.purple {
  color: #793690; }

.bloginnerpages {
  padding: 30px 0 0 0; }

.h300 {
  height: 300px; }

.blogs {
  padding: 0 0 80px 0; }
  .blogs .blog-content {
    padding: 20px 20px; }
  .blogs .obj {
    margin-top: 45px;
    border-radius: 15px;
    padding: 15px 25px;
    border: 1px solid #00B98E; }
  .blogs .resfeatures {
    padding: 80px 0;
    margin: 100px 0;
    background-color: #f0f6db;
    text-align: center; }
    .blogs .resfeatures .reserchbx {
      padding: 20px 27px;
      margin-bottom: 20px; }
      .blogs .resfeatures .reserchbx h5 {
        margin-bottom: 10px;
        color: #2a8841; }
    .blogs .resfeatures .mainres {
      border-radius: 50%;
      background-color: #323a86;
      color: #fff;
      width: 250px;
      height: 250px;
      font-size: 40px;
      line-height: 54px;
      font-weight: bolder;
      padding-bottom: 20px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 1.9px;
      text-align: center;
      padding-top: 56px;
      margin: 40px auto 20px auto; }
  .blogs .balign {
    display: flex;
    justify-content: space-between; }
  .blogs .featuredbx {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; }
    .blogs .featuredbx .blogpic {
      overflow: hidden; }
      .blogs .featuredbx .blogpic img {
        transition: all .5s ease-in-out; }
    .blogs .featuredbx .blogdetails {
      padding: 30px 50px; }
      .blogs .featuredbx .blogdetails .date {
        color: #008441;
        font-size: 14px; }
      .blogs .featuredbx .blogdetails .title a {
        color: #212529;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px; }
      .blogs .featuredbx .blogdetails p {
        margin-bottom: 20px;
        font-size: 16px; }
  .blogs .featuredbx:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .blogs .blogtit {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 24px;
    font-family: "Oswald", sans-serif; }
  .blogs a {
    color: #000; }
  .blogs .blogbx {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    height: 530px;
    margin-bottom: 35px; }
    .blogs .blogbx .blogpic {
      overflow: hidden; }
      .blogs .blogbx .blogpic img {
        transition: all .5s ease-in-out; }
    .blogs .blogbx .blogwrp {
      background-color: #fff;
      padding: 0 20px 20px 20px;
      margin-bottom: 35px;
      border-radius: 5px;
      transition: background-color 0.3s ease; }
      .blogs .blogbx .blogwrp .details {
        font-weight: 600;
        padding-top: 20px;
        font-size: 14px;
        color: #008441; }
        .blogs .blogbx .blogwrp .details span {
          float: right;
          font-weight: 400; }
      .blogs .blogbx .blogwrp .bloght {
        height: 130px; }
      .blogs .blogbx .blogwrp h5 {
        padding-top: 0; }
    .blogs .blogbx a :hover {
      color: #fff; }
  .blogs h3 {
    font-family: "Oswald", sans-serif; }
  .blogs .blogbx:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .blogs .resbx {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 2px -3px 16px rgba(0, 0, 0, 0.1);
    padding: 30px 12px;
    margin: 0 auto; }
  .blogs .resobj {
    background-color: #fbfbfb;
    margin-top: 0;
    padding: 30px;
    position: relative; }
    .blogs .resobj span.border_btm:after {
      display: block;
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: -10px;
      right: -10px;
      border-bottom: 3px solid #2a8841;
      border-right: 3px solid #2a8841; }
    .blogs .resobj span.border_btm:before {
      display: block;
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: -10px;
      left: -10px;
      border-bottom: 3px solid #2a8841;
      border-left: 3px solid #2a8841; }
    .blogs .resobj:before {
      display: block;
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      top: -10px;
      left: -10px;
      border-top: 3px solid #2a8841;
      border-left: 3px solid #2a8841; }
    .blogs .resobj:after {
      display: block;
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      top: -10px;
      right: -10px;
      border-top: 3px solid #2a8841;
      border-right: 3px solid #2a8841; }

.blogbtn {
  border: 2px solid #323a86;
  padding: 7px 12px;
  display: inline-block;
  margin-top: 12px;
  text-align: center;
  width: 140px; }
  .blogbtn:hover {
    border: 2px solid #323a86;
    background-color: #323a86;
    color: #fff; }

.blogimg {
  border-radius: 20px;
  margin: 15px 0 25px 0; }

.blogbg {
  border-radius: 15px;
  background-color: #effdf5;
  padding: 25px;
  margin-bottom: 25px; }

.social {
  margin: 10px auto 30px auto; }
  .social a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 20px 50px;
    color: #fff !important;
    background: #141414; }
    .social a i :hover i {
      background: #008441;
      color: #fff !important; }

.other {
  padding: 80px 0; }
  .other .thank-you {
    line-height: 24px; }
  .other .offertab {
    text-align: center; }
    .other .offertab ul {
      list-style-type: none;
      margin-top: 10px;
      margin-bottom: 30px !important;
      padding-left: 35px; }
      .other .offertab ul li {
        display: inline-flex;
        border-radius: 5px;
        margin-right: 15px;
        background-color: #f1f1f1;
        padding: 0; }
        .other .offertab ul li .active {
          background-color: #fff;
          padding: 10px;
          color: #000;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          border-radius: 5px; }
        .other .offertab ul li .nav-link {
          color: #000;
          padding: .5rem 1rem; }
        .other .offertab ul li a {
          color: #000;
          padding: 10px; }
        .other .offertab ul li:hover {
          background-color: #fff;
          border-radius: 5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; }
  .other .offerwrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

#button {
  display: inline-block;
  background-color: #0d97c8;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 45px;
  color: #fff; }

#button:hover {
  cursor: pointer;
  background-color: green; }

#button:active {
  background-color: green; }

#button.show {
  opacity: 1;
  visibility: visible; }

.careerbg {
  padding: 0px; }

.career-form {
  margin: 20px 0;
  /* Custom label styling */
  /* Optional: Change the text color when a file is selected */ }
  .career-form .form-field {
    position: relative;
    margin: 32px 0; }
  .career-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: transparent; }
    .career-form .input-text:focus {
      outline: none; }
    .career-form .input-text:focus + .label, .career-form .input-text.not-empty + .label {
      transform: translateY(-24px);
      font-size: 15px; }
  .career-form .textarea {
    display: block;
    width: 100%;
    height: 50px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: transparent; }
    .career-form .textarea:focus {
      outline: none; }
    .career-form .textarea:focus + .label, .career-form .textarea.not-empty + .label {
      transform: translateY(-24px);
      font-size: 15px; }
  .career-form .label {
    position: absolute;
    left: 13px;
    bottom: 25px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    transition: transform .2s ease-in-out; }
  .career-form .submit-btn {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 25px;
    border: none;
    cursor: pointer; }
  .career-form input[type="file"]::file-selector-button {
    border-bottom: 2px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 20px 0;
    background-color: transparent;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-align: left; }
  .career-form .file-label {
    color: #fff;
    /* Choose your desired color */
    cursor: pointer; }
  .career-form #fileInput:valid + .file-label::after {
    content: "File selected";
    /* Change this to whatever text you want */
    color: green;
    /* Customize color for the selected file */ }

.contact-form {
  margin: 0 0 60px 60px; }
  .contact-form .form-field {
    position: relative;
    margin: 36px 0; }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: transparent; }
    .contact-form .input-text:focus {
      outline: none; }
  .contact-form .label {
    position: absolute;
    left: 13px;
    top: -35px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    cursor: text; }
  .contact-form ::placeholder {
    opacity: 0.5;
    font-size: 15px; }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 10px;
    line-height: 24px;
    padding: 12px 25px;
    border: none;
    cursor: pointer; }
  .contact-form input[type="file"]::file-selector-button {
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 20px 0;
    background-color: transparent;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    color: #888;
    text-align: left; }

.h315 {
  height: 315px; }

.h295 {
  height: 295px; }

.mediabx {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 50px; }
  .mediabx .vcaption {
    font-size: 16px;
    color: #888;
    padding: 5px 10px;
    font-weight: 500; }
  .mediabx .imgbg {
    position: relative;
    overflow: hidden; }
    .mediabx .imgbg :after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      background-image: url(../img/plus.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      transition: 0.3s;
      pointer-events: none; }
    .mediabx .imgbg:hover :after {
      opacity: 0.5;
      visibility: visible;
      transition: 0.5s; }
    .mediabx .imgbg img {
      transition: .5s; }
      .mediabx .imgbg img:hover {
        transform: scale(1.1); }
    .mediabx .imgbg .img1 {
      position: absolute;
      bottom: 0;
      right: 0; }

.awards {
  background-color: #f9f8f6;
  padding: 80px 0; }
  .awards .awardsbx {
    height: 340px;
    padding: 35px 25px;
    margin: 0 10px 20px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 35px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .awards .awardsbx img {
      opacity: 0.9; }
    .awards .awardsbx h6 {
      margin-bottom: 0;
      font-size: 14px; }
    .awards .awardsbx p {
      padding-bottom: 0;
      font-size: 17px; }
    .awards .awardsbx:hover {
      background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
      margin-top: -20px; }
      .awards .awardsbx:hover p {
        font-size: 18px;
        color: #fff; }
      .awards .awardsbx:hover h6 {
        color: #fff; }
      .awards .awardsbx:hover img {
        filter: brightness(0) invert(1); }

.openingbx {
  display: none; }

#loadLess {
  display: none; }

.accordion-button {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  font-weight: 700;
  color: #131313;
  font-size: 20px;
  line-height: 24px;
  padding: 20px; }

.accordion-button::after {
  background-image: url(../img/down-arrow.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  content: '';
  padding-right: 5px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 10px;
  height: 10px; }

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/up-arrow.png);
  transform: rotate(0deg); }

.accordion-button:not(.collapsed) {
  color: #131313;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 12px; }

.accordion-button:focus {
  z-index: 3;
  border-color: #131313;
  outline: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

.btn2-outline {
  color: #323a86;
  border-color: #323a86;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 0; }
  .btn2-outline:hover {
    color: #fff;
    background: #323a86; }

.bx {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 600px;
  overflow-y: scroll;
  background: #fff;
  position: absolute;
  padding: 18px;
  overflow-y: scroll; }

#scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #404040; }

#scrollstyle::-webkit-scrollbar {
  width: 5px;
  background-color: #404040; }

#scrollstyle::-webkit-scrollbar-thumb {
  background-color: #323a86;
  border: 10px solid #323a86; }

.iconclr {
  color: #008441; }

.career {
  padding: 0 0 80px 0 !important;
  background: #1796c3;
  background: linear-gradient(90deg, #1796c3 0%, #30863f 100%); }
  .career .careerprocess {
    background-color: #effdf5;
    padding: 80px 0 100px 0;
    margin-bottom: 80px;
    position: relative; }
    .career .careerprocess a {
      cursor: pointer; }
      .career .careerprocess a .careerbx {
        position: relative;
        background-color: #effdf5;
        padding: 20px;
        border-radius: 20px;
        text-align: center;
        height: 240px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .career .careerprocess a .careerbx .num {
          position: absolute;
          background-color: #323a86;
          padding: 5px;
          height: 35px;
          width: 35px;
          border-radius: 100px;
          top: 35px;
          right: 37px;
          color: #fff; }
        .career .careerprocess a .careerbx .careericon {
          background-color: #008441;
          border-radius: 50%;
          width: 120px;
          height: 120px;
          padding: 25px;
          line-height: 20px;
          margin: 20px auto 10px auto;
          border: 2px solid #008441;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .career .careerprocess a .careerbx p {
          font-size: 16px;
          color: #333; }
        .career .careerprocess a .careerbx:hover .careericon {
          background-color: #323a86;
          border: 2px solid #323a86; }
        .career .careerprocess a .careerbx:hover .num {
          background-color: #008441; }
  .career .processleft {
    margin-right: 140px; }
  .career .steps {
    position: relative; }
    .career .steps p {
      font-size: 24px;
      font-weight: 600; }
    .career .steps .sicon {
      border-radius: 10px;
      background-color: #fff;
      padding: 10px;
      text-align: center;
      margin-bottom: 20px; }
    .career .steps .num {
      position: absolute;
      left: -35px;
      top: 25px;
      border-radius: 40px;
      border: 1px solid #ccc;
      padding: 6px 9px; }
      .career .steps .num:hover {
        background: red; }
    .career .steps .n2 {
      top: 140px; }
    .career .steps .n3 {
      top: 255px; }
    .career .steps .n4 {
      top: 370px; }
  .career .justify-between {
    justify-content: space-between; }
  .career .align-center {
    align-items: center; }
  .career .flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .career .pro-wrapper li {
    margin-bottom: 30px;
    position: relative; }
  .career .pro-wrapper li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: calc(50% + 16px);
    width: 1px;
    height: 100%;
    background: rgba(154, 154, 154, 0.5); }
  .career .pro-wrapper li:last-child::before {
    display: none; }
  .career .pro-wrapper li:hover::before {
    background: #323a86; }
  .career .pro-wrapper li:last-child {
    margin-bottom: 0; }
  .career .pro-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
    transition: all 0.5s ease; }
  .career .pro-wrapper li:hover .pro-num {
    background: #323a86;
    background: linear-gradient(90deg, #323a86 0%, #008441 86%);
    border-color: #008441;
    color: #fff; }
  .career .pro-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px; }
  .career .pro-icon img {
    width: 100%;
    object-fit: contain; }
  .career .pro-title {
    font-size: 22px;
    color: #666565;
    font-weight: 500;
    width: calc(100% - 11rem); }

.contactbg {
  padding: 120px 0;
  background-image: url(../img/contactbgimg.webp);
  background-size: cover;
  color: #fff; }
  .contactbg .conbx {
    padding: 50px 0; }
    .contactbg .conbx p {
      font-size: 20px;
      font-weight: 500; }

.commbg {
  overflow: hidden; }
  .commbg img {
    margin-bottom: 0; }
  .commbg .bg1 {
    padding: 80px 0;
    background-image: url(../img/commbg1wrp.webp);
    background-size: cover;
    background-repeat: no-repeat; }
  .commbg .bg2 {
    padding: 80px 0; }
  .commbg .icon {
    background-color: #f0f6db !important;
    padding: 10px; }
    .commbg .icon img {
      width: 40px; }
  .commbg p {
    font-size: 16px; }
  .commbg .tit {
    color: #2a8841;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 7px;
    display: block; }
  .commbg .padright {
    padding-right: 30px; }

/*# sourceMappingURL=style.css.map */
