@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.footer_top {
  background-color: #efefef;
  padding: 64px 0 73px;
}
@media only screen and (max-width: 768px) {
  .footer_top {
    padding: 30px 0;
  }
}
.footer_top a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_top a:hover {
  color: #008042;
}
.footer_top__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 44px;
}
.footer_top__description {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-left: 87px;
  max-width: 278px;
}
@media only screen and (max-width: 991px) {
  .footer_top__description {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top__description {
    margin-left: 0;
  }
}
.footer_top__description p {
  margin-bottom: 0;
}
.footer_top__description b,
.footer_top__description strong {
  font-weight: 600;
}
@media only screen and (max-width: 1400px) {
  .footer_top .col-md-6 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .footer_top .col-md-12 {
    margin-top: 30px;
  }
}
.footer_top__social_media {
  margin-left: 87px;
}
@media only screen and (max-width: 991px) {
  .footer_top__social_media {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top__social_media {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.footer_top__social_media svg path {
  -webkit-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer_top__social_media a {
  margin-right: 34px;
}
.footer_top__social_media a:hover svg path {
  fill: #008042;
}
.footer_top ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-left: 94px;
  padding: 0;
}
@media only screen and (max-width: 1399px) {
  .footer_top ul {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer_top ul {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top ul {
    margin-left: 0;
  }
}
.footer_top ul li,
.footer_top ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_top ul li a {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  text-decoration: none;
}
.footer_top ul li a:hover {
  text-decoration: underline;
}
.footer_top a {
  text-decoration: none;
}
.footer_top_box {
  min-height: 231px;
  position: relative;
}
.footer_top_box img {
  border-radius: 300px;
  height: 220px;
  left: 0;
  position: absolute;
  top: 0;
  width: 220px;
}
@media only screen and (max-width: 1199px) {
  .footer_top_box img {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top_box img {
    position: relative;
  }
}
.footer_top_box_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-left: 246px;
  min-height: 231px;
}
@media only screen and (max-width: 1199px) {
  .footer_top_box_content {
    margin-left: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top_box_content {
    margin-left: 0;
    margin-top: 15px;
    min-height: auto;
  }
}
.footer_top_box_content__name {
  color: #123274;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.footer_top_box_content_href {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer_top_box_content_href {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer_top_box_content_href span {
  margin-right: 5px;
}
.footer_top_box_content a,
.footer_top_box_content_href span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer_top_box_content a {
  color: #000;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_top_box_content a.email {
  text-decoration: underline;
}
.footer_top .col-xxl-5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .footer_top .col-xxl-3:before {
    display: none;
  }
}
.footer_top .col-xxl-3,
.footer_top .col-xxl-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.footer_top .col-xxl-3:before,
.footer_top .col-xxl-4:before {
  background: #ababab;
  content: "";
  height: 231px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 1399px) {
  .footer_top .col-xxl-3:before,
  .footer_top .col-xxl-4:before {
    left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer_top .col-xxl-3:before,
  .footer_top .col-xxl-4:before {
    display: none;
  }
}
.footer_bottom_logo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 45px;
}
.footer_bottom_logo__image {
  margin: 0 30px;
}
.footer_bottom__description {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px auto 20px;
  max-width: 972px;
  text-align: center;
}
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.navbar {
  padding: 26px 0;
}
@media only screen and (min-width: 1540px) {
  #navbar {
    margin-right: 130px;
  }
}
@media only screen and (min-width: 1520px) {
  #navbar {
    margin-right: 130px;
  }
}
@media only screen and (max-width: 1519px) {
  #navbar {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1490px) {
  #navbar {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 1399px) {
  #navbar {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 1320px) {
  #navbar {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 1020px) {
  #navbar {
    margin-right: 14%;
  }
}
@media only screen and (max-width: 998px) {
  #navbar {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 940px) {
  #navbar {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 886px) {
  #navbar {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 860px) {
  #navbar {
    margin-right: 14%;
  }
}
@media only screen and (max-width: 800px) {
  #navbar {
    margin-right: 16%;
  }
}
@media only screen and (max-width: 780px) {
  #navbar {
    margin-right: 18%;
  }
}
@media only screen and (max-width: 705px) {
  #navbar {
    margin-right: 20%;
  }
}
@media only screen and (max-width: 680px) {
  #navbar {
    margin-right: 24%;
  }
}
@media only screen and (max-width: 640px) {
  #navbar {
    margin-right: 28%;
  }
}
@media only screen and (max-width: 600px) {
  #navbar {
    margin-right: 32%;
  }
}
@media only screen and (max-width: 570px) {
  #navbar {
    margin-right: 36%;
  }
}
@media only screen and (max-width: 510px) {
  #navbar {
    margin-right: 0;
  }
}
#header {
  margin: 0 auto;
  max-width: 1920px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding: 0 17px;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-ancestor:not(.mega-menu-item-type-custom)
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-item:not(.mega-menu-item-type-custom)
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-page-ancestor:not(.mega-menu-item-type-custom)
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item:not(.mega-menu-item-type-custom)
  > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item:not(.mega-menu-item-type-custom)
  > a.mega-menu-link:hover {
  background: #fff !important;
  color: #052c65 !important;
  font-weight: 400;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding: 6px 20px;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:focus,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  background: #fff !important;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item
  > ul.mega-sub-menu
  .mega-current_page_item
  a {
  color: #052c65 !important;
}
#mega-menu-wrap-main-menu {
  background-color: #fff;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  color: #052c65;
}
#mega-menu-wrap-main-menu .mega-current-menu-item:not(.job) > a.mega-menu-link {
  color: #052c65 !important;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  color: #000;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  background-color: transparent;
  font-weight: 400;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:focus,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  color: #052c65;
  font-weight: 400;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px #eee;
  box-shadow: 2px 2px 2px #eee;
  padding: 10px 0;
  top: 56px;
  width: 350px !important;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  background-color: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
  padding-right: 0;
}
.navbar .job a {
  background: #052c65 !important;
  border-radius: 32px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 16px 32px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.job > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.job > a.mega-menu-link:hover {
  background: transparent !important;
  border: 1px solid #052c65;
  border-radius: 32px !important;
  color: #052c65 !important;
  font-weight: 700 !important;
  padding: 15px 31px !important;
}
.lang-item a {
  padding-left: 65px !important;
  position: relative !important;
}
.lang-item a:before {
  background: #e8e8e8 !important;
  content: "" !important;
  height: 36px !important;
  left: 24px !important;
  margin: 0 !important;
  position: absolute !important;
  top: -7px !important;
  width: 1px !important;
}
@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner:after,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner:before {
    background-color: #052c65 !important;
  }
  .lang-item a {
    padding-left: 16px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 19px;
    margin: 0 10px;
    padding: 6px 16px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item a.mega-menu-link:before {
    display: none;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-left: 16px !important;
  }
  #mega-menu-wrap-main-menu:has(.mega-menu-open)
    #mega-menu-main-menu[data-effect-mobile^="slide_"]
    + button.mega-close:before {
    background: #052c65;
    position: absolute;
    right: 0;
  }
}
.admin-bar header {
  top: 32px;
}
@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner:after,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner:before {
    background-color: #052c65 !important;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 510px) {
  #accessibility-tools {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 65px !important;
    z-index: 9999999;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  #accessibility-tools {
    height: 104px !important;
    top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  #accessibility-tools {
    height: 84px !important;
    top: 10px !important;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 12px;
  }
  .lang-item a {
    padding-left: 48px !important;
    position: relative !important;
  }
}
.form-control {
  border-radius: 0;
  padding: 8px 16px;
}
[contenteditable].form-control:focus,
[type="email"].form-control:focus,
[type="password"].form-control:focus,
[type="tel"].form-control:focus,
[type="text"].form-control:focus,
input.form-control:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select.form-control:focus,
textarea.form-control:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
}
.wpcf7-form-control.wpcf7-acceptance .form-check-input {
  background: transparent !important;
  border: 2px solid #ddd !important;
  border-radius: 0 !important;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  position: absolute;
  width: 20px;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23DDD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E") !important;
}
.wpcf7-list-item-label {
  color: #aaa;
  display: block;
  margin-bottom: 30px;
  margin-left: 35px;
  position: relative;
}
.wpcf7-list-item-label a {
  color: #aaa;
}
.wpcf7-list-item {
  margin-left: 0;
}
.form-check-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
  color: #fff;
}
.section_404 {
  padding: 120px 0;
  text-align: center;
}
.section_404_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.section_404 h1,
.section_404_content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.section_404 h1 {
  font-size: 150px;
  font-weight: 700;
  text-align: center;
}
.section_404 .btn {
  margin: 30px auto 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.section_404 .btn:hover {
  background-color: #000;
}
.section_home_one {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 121px;
  min-height: 488px;
}
@media only screen and (max-width: 768px) {
  .section_home_one {
    background-position: 60% 50%;
    /*     margin-top: 30px; */
    /*   margin-top: 141px; */
    padding-top: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .section_home_one {
    background-position: 53% 50%;
    /*     margin-top: 30px; */
  }
}
.section_home_one__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
.section_home_one li {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_one li {
    color: #123274;
  }
}
.section_home_one li:before {
  content: url(../img/tick.svg);
  left: -36px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .section_home_one li:before {
    top: 4px;
  }
}
.section_home_one .btn-primary {
  margin-top: 12px;
}
.section_home_one .btn-primary:hover {
  background-color: transparent;
  border: 1px solid #123274;
  color: #123274;
}
.section_home_one .btn-secondary {
  background: #008042;
  border-radius: 32px;
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 16px;
  margin-top: 12px;
  padding: 16px 32px;
}
.section_home_one .btn-secondary:hover {
  background-color: transparent;
  border: 1px solid #008042;
  color: #008042;
}
.section_home_one .col-lg-4 {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .section_home_one .col-lg-4 {
    padding-bottom: 30px;
  }
}
.section_home_two {
  background-color: #123274;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .section_home_two {
    padding: 40px 0;
  }
}
.section_home_two__title {
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 30px;
  max-width: 1120px;
}
.section_home_two__description,
.section_home_two__title {
  color: #fff;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.section_home_two__description {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 70px;
  max-width: 1110px;
}
.section_home_two .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.section_home_two .row .col-lg-2 {
  width: 214px;
}
@media only screen and (max-width: 1440px) {
  .section_home_two .row .col-lg-2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section_home_two .row .col-lg-2 {
    width: 50%;
  }
}
.section_home_two .row .col-lg-2.custom-width-2 {
  width: 202px;
}
@media only screen and (max-width: 768px) {
  .section_home_two .row .col-lg-2.custom-width-2 {
    width: 50%;
  }
}
.section_home_two .row .col-lg-2.custom-width-3 {
  width: 254px;
}
@media only screen and (max-width: 768px) {
  .section_home_two .row .col-lg-2.custom-width-3 {
    width: 50%;
  }
}
.section_home_two .row .col-lg-2.custom-width-4 {
  width: 214px;
}
@media only screen and (max-width: 768px) {
  .section_home_two .row .col-lg-2.custom-width-4 {
    width: 50%;
  }
}
.section_home_two .row .col-lg-2.custom-width-5 {
  width: 315px;
}
@media only screen and (max-width: 768px) {
  .section_home_two .row .col-lg-2.custom-width-5,
  .section_home_two .row .col-lg-2.custom-width-6 {
    width: 50%;
  }
}
.section_home_two .col-lg-2 {
  position: relative;
}
.section_home_two .col-lg-2:before {
  background: #ededed;
  content: "";
  height: 166px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .section_home_two .col-lg-2:before {
    display: none;
  }
}
.section_home_two .col-lg-2:first-child:before {
  display: none;
}
.section_home_two_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 166px;
}
@media only screen and (max-width: 768px) {
  .section_home_two_box {
    margin-bottom: 40px;
  }
}
.section_home_two_box__image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.section_home_two_box__subtitle {
  color: #fff;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.section_home_two_box__number {
  color: #fff;
  font-family: Open Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.section_home_two_box__text {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.section_home_three {
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_three {
    padding: 40px 0;
  }
}
.section_home_three:before {
  content: url(../img/element_section_three_top.svg);
  position: absolute;
  right: 0;
  top: -600px;
  z-index: -1;
}
.section_home_three__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 178px;
}
@media only screen and (max-width: 991px) {
  .section_home_three .col-lg-4:nth-child(4) .section_home_three_box {
    margin-bottom: 0 !important;
  }
}
.section_home_three_box {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  min-height: 374px;
  padding: 138px 29px 22px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section_home_three_box {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .section_home_three_box {
    margin-bottom: 150px;
  }
}
.section_home_three_box__image {
  left: 22px;
  position: absolute;
  top: -114px;
}
.section_home_three_box__description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 28px;
  max-width: 378px;
}
.section_home_three_box__description,
.section_home_three_box__name {
  color: #000;
  font-family: Open Sans;
  font-style: normal;
  line-height: normal;
}
.section_home_three_box__name {
  font-size: 16px;
  font-weight: 700;
}
.section_home_three_box svg {
  margin-bottom: 15px;
}
.section_home_three .btn {
  background-color: transparent;
  border: 1px solid #123274;
  color: #123274;
  margin-top: 75px;
}
.section_home_three .btn:focus,
.section_home_three .btn:hover {
  color: #fff;
}
.section_home_four {
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_four {
    overflow: hidden;
    padding-bottom: 40px;
  }
}
.section_home_four:after {
  bottom: -280px;
  content: url(../img/element_section_four_bottom.svg);
  left: 20px;
  position: absolute;
  z-index: -1;
}
.section_home_four__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.section_home_four .btn {
  background-color: transparent;
  border: 1px solid #123274;
  color: #123274;
  margin-top: 60px;
}
.section_home_four .btn:focus,
.section_home_four .btn:hover {
  color: #fff;
}
.section_breadcrumb {
  margin: 121px auto 104px;
}
.section_breadcrumb_nav {
  border-top: 1px solid #e8e8e8;
  max-width: 1442px;
  padding: 27px 0 37px;
}
.section_breadcrumb span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_breadcrumb a,
.section_breadcrumb span {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.section_breadcrumb a span,
.section_breadcrumb span span {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_breadcrumb a:hover {
  text-decoration: underline;
}
.section_breadcrumb svg {
  margin: 0 20px;
}
.section_why_iimcb_one {
  padding-bottom: 73px;
}
.section_why_iimcb_one__title_page {
  font-size: 48px;
  margin-bottom: 89px;
}
.section_why_iimcb_one__title,
.section_why_iimcb_one__title_page {
  color: #123274;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_why_iimcb_one__title {
  font-size: 36px;
  margin-bottom: 40px;
}
.section_why_iimcb_one__description {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 680px;
}
.section_why_iimcb_one__description b,
.section_why_iimcb_one__description strong {
  font-weight: 700;
}
.section_why_iimcb_one__description ul {
  list-style: none;
  padding-left: 0;
}
.section_why_iimcb_one img {
  border-radius: 8px;
  height: 706px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_one img {
    height: auto;
    margin-bottom: 15px;
  }
}
.section_why_iimcb_one .col-md-6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section_why_iimcb_two {
  padding-bottom: 93px;
}
.section_why_iimcb_two__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  margin-left: 10px;
}
.section_why_iimcb_two__description {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  max-width: 680px;
}
.section_why_iimcb_two__description b,
.section_why_iimcb_two__description strong {
  font-weight: 700;
}
.section_why_iimcb_two__description ul {
  list-style: none;
  padding-left: 0;
}
.section_why_iimcb_two img {
  border-radius: 8px;
  height: 706px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_two img {
    height: auto;
    margin-bottom: 15px;
  }
}
.section_why_iimcb_two .col-md-6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section_why_iimcb_three {
  padding-bottom: 79px;
}
.section_why_iimcb_three__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.section_why_iimcb_three__description {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 680px;
}
.section_why_iimcb_three__description b,
.section_why_iimcb_three__description strong {
  font-weight: 700;
}
.section_why_iimcb_three__description ul {
  list-style: none;
  padding-left: 0;
}
.section_why_iimcb_three img {
  border-radius: 8px;
  height: 706px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_three img {
    height: auto;
    margin-bottom: 15px;
  }
}
.section_why_iimcb_three .col-md-6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section_why_iimcb_four {
  padding-bottom: 119px;
}
.section_why_iimcb_four__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  margin-left: 10px;
}
.section_why_iimcb_four__description {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  max-width: 680px;
}
.section_why_iimcb_four__description b,
.section_why_iimcb_four__description strong {
  font-weight: 700;
}
.section_why_iimcb_four__description ul {
  list-style: none;
  padding-left: 0;
}
.section_why_iimcb_four img {
  border-radius: 8px;
  height: 706px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_four img {
    height: auto;
    margin-bottom: 15px;
  }
}
.section_why_iimcb_four .col-md-6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section_why_iimcb_five {
  padding-bottom: 121px;
  padding-top: 138px;
  position: relative;
}
.section_why_iimcb_five:before {
  content: url(../img/element_section_three_top.svg);
  position: absolute;
  right: 0;
  top: -600px;
  z-index: -1;
}
.section_why_iimcb_five__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 71px;
}
.section_why_iimcb_five table {
  border: 1px solid #123274;
  margin-bottom: 105px;
  width: 100%;
}
.section_why_iimcb_five thead th {
  background: #123274;
  color: #fff;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  padding: 26px;
}
.section_why_iimcb_five thead th:last-child {
  text-align: center;
}
.section_why_iimcb_five td {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 26px;
}
.section_why_iimcb_five td:first-child {
  border-right: 1px solid #123274;
  font-weight: 700;
}
.section_why_iimcb_five td:last-child {
  padding-left: 73px;
}
.section_why_iimcb_five tbody tr:nth-child(2n) {
  background: #f2f2f2;
}
.section_why_iimcb_five_box {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 84px 0;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_five_box {
    border: 0;
  }
}
.section_why_iimcb_five_box__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-left: 63px;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_five_box__title {
    margin-left: 0;
  }
}
.section_why_iimcb_five .col-md-10 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 952px;
}
@media only screen and (max-width: 768px) {
  .section_why_iimcb_five .col-md-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section_why_iimcb_five__image {
  display: contents;
}
.section_why_iimcb_five .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #008042;
  border-radius: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  line-height: normal;
  margin-left: 63px;
  padding: 16px 32px;
  width: 213px;
}
.section_why_iimcb_five img {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  height: 429px;
  width: 300px;
}
body {
  counter-reset: li-counter;
}
.section_why_iimcb_four__description li,
.section_why_iimcb_one__description li,
.section_why_iimcb_three__description li,
.section_why_iimcb_two__description li {
  counter-increment: li-counter;
  margin-bottom: 22.5px;
  min-height: 44px;
  padding-left: 57px;
  position: relative;
}
.section_why_iimcb_four__description li:before,
.section_why_iimcb_one__description li:before,
.section_why_iimcb_three__description li:before,
.section_why_iimcb_two__description li:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #008042;
  content: counter(li-counter, decimal-leading-zero) " ";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 37px;
  justify-content: center;
  left: 0;
  line-height: normal;
  margin-right: 20px;
  position: absolute;
  width: 37px;
}
.page-template-about-us .section_breadcrumb {
  margin-bottom: 0;
}
.section_about_us_five__title,
.section_about_us_four__title,
.section_about_us_one__title,
.section_about_us_six__title,
.section_about_us_three__title,
.section_about_us_two__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 46px;
}
.section_about_us_five__description,
.section_about_us_four__description,
.section_about_us_one__description,
.section_about_us_six__description,
.section_about_us_three__description,
.section_about_us_two__description {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_about_us_five__description p,
.section_about_us_four__description p,
.section_about_us_one__description p,
.section_about_us_six__description p,
.section_about_us_three__description p,
.section_about_us_two__description p {
  margin-bottom: 60px;
}
.section_about_us_five figcaption,
.section_about_us_four figcaption,
.section_about_us_one figcaption,
.section_about_us_six figcaption,
.section_about_us_three figcaption,
.section_about_us_two figcaption {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.section_about_us_five img,
.section_about_us_four img,
.section_about_us_one img,
.section_about_us_six img,
.section_about_us_three img,
.section_about_us_two img {
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.section_about_us_five__title,
.section_about_us_four__title,
.section_about_us_six__title,
.section_about_us_three__title,
.section_about_us_two__title {
  max-width: 323px;
}
.section_about_us_one {
  background: #f8f8f8;
  padding: 51px 0 93px;
}
.section_about_us_two {
  padding: 68px 0;
}
.section_about_us_three {
  background: #f8f8f8;
  padding: 68px 0;
}
.section_about_us_three b,
.section_about_us_three strong {
  color: #123274;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_about_us_four {
  padding: 68px 0;
}
.section_about_us_five {
  background: #f8f8f8;
  padding: 68px 0;
}
.section_about_us_six {
  padding: 68px 0;
}
.section_about_us_six_box {
  border-top: 1px solid #f4f0ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 38px;
  padding-top: 38px;
}
.section_about_us_six_box:nth-child(2) .section_about_us_six_box__description b,
.section_about_us_six_box:nth-child(2) .section_about_us_six_box__description strong {
  color: #40bccf;
}
.section_about_us_six_box:nth-child(3) .section_about_us_six_box__description b,
.section_about_us_six_box:nth-child(3) .section_about_us_six_box__description strong {
  color: #3283c5;
}
.section_about_us_six_box:nth-child(4) .section_about_us_six_box__description b,
.section_about_us_six_box:nth-child(4) .section_about_us_six_box__description strong {
  color: #9269ab;
}
.section_about_us_six_box__name {
  color: #123274;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-width: 245px;
}
@media only screen and (max-width: 768px) {
  .section_about_us_six_box__name {
    min-width: 155px;
  }
}
.section_about_us_six_box__name b,
.section_about_us_six_box__name strong {
  color: #123274;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section_about_us_six_box__description {
  color: #123274;
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.section_about_us_six_box__description b,
.section_about_us_six_box__description strong {
  display: block;
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.section_about_us_one__video iframe {
  height: 515px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_about_us_one__video iframe {
    height: 300px;
  }
  .alignnone {
    margin-right: 0;
  }
}
.section_career_four,
.section_career_one,
.section_career_three,
.section_career_two {
  padding-bottom: 200px;
}
.section_career_four__title,
.section_career_one__title,
.section_career_three__title,
.section_career_two__title {
  color: #123274;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.section_career_four__description,
.section_career_one__description,
.section_career_three__description,
.section_career_two__description {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px 23px;
}
.section_career_four img,
.section_career_one img,
.section_career_three img,
.section_career_two img {
  border-radius: 16px;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_career_four img,
  .section_career_one img,
  .section_career_three img,
  .section_career_two img {
    height: auto;
    margin-bottom: 15px;
  }
}
.section_career_four svg,
.section_career_one svg,
.section_career_three svg,
.section_career_two svg {
  margin-bottom: 23px;
}
.section_career_four .col-md-7,
.section_career_one .col-md-7,
.section_career_three .col-md-7,
.section_career_two .col-md-7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section_career_one {
  background: #f8f8f8;
  padding: 112px 0;
}
.section_career_two {
  padding: 112px 0;
}
.section_career_three {
  background: #f8f8f8;
  padding: 112px 0;
}
.section_career_four {
  padding: 112px 0;
}
.section_blog_parts {
  background: #123274;
  padding: 85px 0 110px;
}
.section_blog_parts__title {
  color: #fff;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}
.section_blog_parts_box {
  display: table;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .section_blog_parts_box {
    display: block;
    margin-bottom: 15px;
  }
}
.section_blog_parts_box__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_blog_parts_box img {
  border-radius: 8px;
  display: block;
  height: 257px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .section_blog_parts_box img {
    width: 100% !important;
  }
}
.section_blog_single_box {
  padding-bottom: 100px;
}
.section_blog_single_box h1 {
  color: #123274;
  font-family: Open Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.section_blog_single_box .alignnone {
  margin: 0;
}
.section_blog_single_box img {
  margin-bottom: 46px;
  width: 100%;
}
.section_blog_single_box blockquote {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #000;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  padding: 25px 23px;
}
.section_blog_single_box blockquote svg {
  margin-bottom: 13px;
}
.section_blog_single_box blockquote p:last-child {
  margin-bottom: 0;
}
.section_blog_single_box blockquote em {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-style: normal !important;
  font-weight: 400;
  line-height: normal;
}
.section_blog_single_box blockquote b,
.section_blog_single_box blockquote strong {
  color: #000;
  display: block;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_blog_single_box p {
  margin-bottom: 30px;
}
:root {
  --base-font-size: 18px;
}
body,
html {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: var(--base-font-size) !important;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  position: relative;
}
body {
  overflow-x: hidden;
}
::-moz-selection {
  background: #123274;
  color: #fff;
}
::selection {
  background: #123274;
  color: #fff;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 69px;
}
@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 45px;
  }
}
.btn-primary {
  border: 1px solid transparent;
  border-radius: 32px;
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 32px;
}
.btn-check:checked + .btn,
.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn.active,
.btn.disabled,
.btn.show,
.btn:disabled,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
fieldset:disabled .btn {
  background-color: #123274;
}
:root {
  --font-size: 18px;
}

body {
  background-color: #fff;
  color: #000;
  font-size: var(--font-size) !important;
}
body.dark-mode {
  background-color: #000 !important;
  color: #fff !important;
}
body.dark-mode .footer_bottom__description {
  color: #fff;
}
body.dark-mode .footer_top {
  background-color: #000;
}
body.dark-mode .footer_top__description p,
body.dark-mode .footer_top__title,
body.dark-mode .footer_top_box_content a,
body.dark-mode .footer_top_box_content__name {
  color: #fff;
}
body.dark-mode .footer_top__social_media a:hover svg path {
  fill: #008042;
}
body.dark-mode .footer_top__social_media svg path {
  fill: #fff;
}
body.dark-mode .footer_top__menu a {
  color: #fff;
}
body.dark-mode .footer_bottom {
  background-color: #000;
}
body.dark-mode .section_home_four__title,
body.dark-mode .section_home_three__title {
  color: #fff;
}
body.dark-mode .section_home_four .btn,
body.dark-mode .section_home_three .btn {
  border-color: #fff;
  color: #fff;
}
body.dark-mode #accessibility-tools svg path {
  fill: #fff;
}
body.dark-mode #mega-menu-wrap-main-menu,
body.dark-mode .section_home_three_box {
  background-color: #000;
}
body.dark-mode .section_home_three_box__description,
body.dark-mode .section_home_three_box__name {
  color: #fff;
}
body.dark-mode .section_home_two {
  background-color: #000;
}
body.dark-mode
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  background-color: transparent !important;
  color: #000 !important;
}
body.dark-mode .mega-job a {
  background-color: #052c65 !important;
}
body.dark-mode .section_home_one__title {
  color: #000;
}
body.dark-mode .section_home_one .btn {
  background-color: #000 !important;
}
body.dark-mode .section_home_one li:before {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
body.dark-mode .navbar .job a {
  background-color: #052c65 !important;
  border: 1px solid #fff !important;
  border-radius: 32px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 15px 31px !important;
}
body.dark-mode
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.job
  > a.mega-menu-link:focus,
body.dark-mode
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.job
  > a.mega-menu-link:hover {
  background-color: #052c65 !important;
  border: 1px solid #fff !important;
  border-radius: 32px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 15px 31px !important;
}
body.dark-mode header {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
body.dark-mode .section_career_four__description,
body.dark-mode .section_career_one__description,
body.dark-mode .section_career_three__description,
body.dark-mode .section_career_two__description,
body.dark-mode .section_why_iimcb_four__description,
body.dark-mode .section_why_iimcb_one__description,
body.dark-mode .section_why_iimcb_three__description,
body.dark-mode .section_why_iimcb_two__description {
  color: #fff;
}
body.dark-mode .section_career_four {
  background-color: #000;
}
body.dark-mode .section_breadcrumb a,
body.dark-mode .section_breadcrumb span {
  color: #fff;
}
#accessibility-tools {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 121px;
  position: absolute;
  right: 27px;
  top: 0;
}
#accessibility-tools div {
  cursor: pointer;
  margin: 0 5px;
}
body.font-small .section_home_one__title {
  font-size: 40px;
}
body.font-small .section_home_one .btn,
body.font-small .section_home_one__description {
  font-size: 20px;
}
body.font-medium .section_home_one__title {
  font-size: 42px;
}
body.font-medium .section_home_one .btn,
body.font-medium .section_home_one__description {
  font-size: 22px;
}
body.font-large .section_home_one__title {
  font-size: 44px;
}
body.font-large .section_home_one .btn,
body.font-large .section_home_one__description {
  font-size: 24px;
}

/* 


#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item:not(.job)
  > a.mega-menu-link:hover{
background-color: transparent !important;
    color: #052c65 !important;
  } */

.section_home_offer {
  margin-top: 50px 0;
}
.section_home_offer .section_home_three__title {
  margin-bottom: 40px;
}
.offerCard {
  width: 100%;
  display: block;
  text-decoration: none;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 10px 60px 10px 60px;
  overflow: hidden;
}
.offerCard img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  display: block;
  height: auto;
  transition: transform ease-in-out 0.12s;
}
.offerCard__title {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* margin: 0; */
  /* right: 0; */
  width: 100%;
  background-color: #123274;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.offerCard:hover img {
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  .section_home_offer {
    margin: 80px 0;
  }
}
.section_home_three_box__image img {
  width: 100%;
  display: block;
  width: 224px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.section_home_one {
  border-bottom: 1px solid #123274;
}
@media (max-width: 1400px) {
  .offerCard__title {
    font-size: 20px;
  }
}
.clients {
  margin: 100px 0;
}
.clients .section_home_three__title {
  margin-bottom: 60px;
}
.clients__swiper {
  padding-bottom: 50px;
}
.clients__swiper .swiper-pagination {
  bottom: 0;
}

.clients__swiper .swiper-slide .clients__logo{
  width: 100%;
}
.clients__swiper .swiper-slide .clients__logo img{
  width: 100%;
  display: block;
}