  *,
  ul,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a,
  label,
  li {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      list-style: none !important;
      text-decoration: none !important;
  }
  
  section.news_view.secure-services img {
      width: 100%;
  }
  
  #news-carousel .owl-stage-outer {
      padding: unset;
      margin: unset;
  }
  
  body {
      font-family: "Montserrat", sans-serif;
      /* font-family: 'TTNormsPro-Light',sans-serif; */
      background: #fcfdff;
  }
  
  body.full-menu-open {
      height: 100vh;
      overflow: hidden;
  }
  
   ::-moz-selection {
      background: #1b285c;
      color: #fff;
  }
  
   ::selection {
      background: #1b285c;
      color: #fff;
  }
  
  body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
      border-radius: 0px !important;
      background-color: #f5f5f5;
  }
  
  body::-webkit-scrollbar {
      width: 8px;
      background-color: #f5f5f5;
      border-radius: 0px !important;
  }
  
  body::-webkit-scrollbar-thumb {
      border-radius: 0px !important;
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
      background-color: #1b285c;
  }
  
  .wrapper {
      overflow: hidden;
      position: relative;
  }
  
  .title h2 {
      font-size: 32px;
      line-height: 40px;
      font-weight: 700;
      color: #36323a;
  }

  .blur-back {
      background: #1b285c;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      /* -webkit-filter: blur(50px);
      filter: blur(50px);
      pointer-events: none !important;
      -ms-touch-action: none !important;
      cursor: default !important;
      -webkit-user-select: none !important;
      -moz-user-select: none !important;
      -ms-user-select: none !important;
      user-select: none !important;    */
  }
  .form_banner_content .form_banner_title{
      font-size: 26px;
  }
  .form_banner_btn{
      padding: 15px;
  }
  .hamburger-menu {
      position: absolute;
      height: 100vh;
      left: 0%;
      right: 0;
      /* filter: blur(1); */
      top: 0;
      bottom: 0;
      transform: translateX(-100%);
      transition: 0.1s linear;
      z-index: 9999;
  }
  /* .hamburger-menu::after {
      content: '';
      position: absolute;
      bottom: -30px;
      left: -95px;
      background: url('/assets/public/images/logo.png') center center no-repeat;
      background-size: contain;
      width: 450px;
      height: 450px;
      opacity: 0.05;
      z-index: -1;
  } */
  
  .hamburger-menu.active {
      transform: translateX(0%);
  }
  
  .hamburger-menu__close {
      position: absolute;
      top: 50px;
      right: 50px;
  }
  
  .hamburger-menu__close i {
      font-size: 20px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      display: block;
  }
  
  .hamburger-menu__close.rotate i {
      transform: rotate(180deg);
      transform: scale(1.1);
  }
  
  .hamburger-menu__close i::before {
      color: white;
  }
  /* FULL MENU */
  
  .full_menu_main {
      height: 100%;
      width: 100%;
      padding: 60px 0;
  }
  
  .full_menu_inner {
      display: flex;
      flex-wrap: wrap;
      height: calc(100vh - 120px);
      overflow-y: auto;
      margin: 0 -15px;
      padding-right: 15px;
  }
  
  .full_menu_inner::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px !important;
      background-color: #f5f5f5;
  }
  
  .full_menu_inner::-webkit-scrollbar {
      width: 6px;
      background-color: #f5f5f5;
      border-radius: 10px !important;
  }
  
  .full_menu_inner::-webkit-scrollbar-thumb {
      border-radius: 10px !important;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #f7ae5a;
  }
  
  .full_menu_inner .dropdown-toggle::after {
      display: none;
  }
  
  .full_menu_inner .dropdown-toggle:before {
      content: "\e91d";
      position: absolute;
      top: 60%;
      font-size: 8px;
      right: -20px;
      font-family: "Icomoon";
      transform: translate(-50%, -50%);
      transition: 0.3s ease-in-out;
  }
  
  .full_menu_inner .sub-menu_collapse {
      padding-left: 15px;
      padding-top: 5px;
  }
  
  .full_menu_inner .sub-menu_collapse>li {
      padding: 3px 0;
      position: relative;
  }
  
  .full_menu_inner .sub-menu_collapse>li>a {
      color: #fff;
      position: relative;
  }
  /* .full_menu_inner .dropdown-toggle::before{
      transform: rotate(0deg);
      transition: 0.3s ease-in-out;
  }

  .full_menu_inner .dropdown-toggle.collapsed::before{
    transform: rotate(90deg);
  } */
  
  .full_menu_inner>ul {
      /* width: 100%;
      padding: 0 15px;
      display: flex;
      flex-wrap: wrap; */
      width: 100%;
      padding: 0 15px;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0;
      height: 540px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  
  .full_menu_inner>ul>li {
      /* padding: 5px 0;
      position: relative;
      flex: 0 0 33.333333%;
      padding-right: 75px;
      margin-bottom: 15px; */
      padding: 5px 0;
      position: relative;
      padding-right: 75px;
      margin-bottom: 15px;
      width: 400px;
  }
  
  .full_menu_inner>ul>li>a {
      color: #efbb4a;
      position: relative;
      font-size: 19px;
      margin-bottom: 15px;
      letter-spacing: 0.5px;
      display: block;
      font-weight: 800;
  }
  
  .full_menu_inner ul.accordion .inner li>a {
      color: #ffffff;
      font-size: 17px;
      line-height: 19px;
      font-weight: 300;
      display: block;
      margin-bottom: 15px;
      transition: all 0.3s ease-in-out;
  }
  
  .full_menu_inner ul.accordion .inner li>a:hover {
      color: #e0b455;
  }
  /* start of header */
  
  .header-top {
      background: #1b285c;
  }
  
  .header.page-header {
      box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3);
      /*position: relative;*/
      /* border-bottom: 1px solid black; */
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
      padding: 0;
  }
  
  .header-top__main {
      position: relative;
      height: 55px;
      padding-left: 380px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .header-main__logo {
      position: absolute;
      left: 0;
      top: 0;
      height: 120px;
      background: #f8f9fa;
      width: 360px;
      display: flex;
      align-items: center;
      padding: 20px 20px 20px 15px;
      box-shadow: 0 0 7px 0px #00000038;
  }
  
  .header-logo__text {
      margin-left: 7.74px;
  }
  
  .header-logo__text span {
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase;
      font-weight: 700;
      color: #2f2b33;
      display: block;
      transform: translateY(-300%);
      transition: all 0.3s ease-in-out;
  }
  
  .header-logo__text span.active {
      transform: translateY(0%);
  }
  
  .header-logo__img {
      max-width: 64.26px;
      flex: 0 0 64.26px;
      height: 64px;
  }
  
  .icon-glasses:before {
      color: #fff;
  }
  
  .icon-smartphone:before {
      color: #fff;
  }
  
  .icon-search:before {
      color: #fff;
  }
  
  .icon-telephone:before {
      color: #fff;
  }
  
  .header-logo__img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      transform: translateY(-300%);
      transition: all 0.3s ease-in-out;
  }
  
  .header-logo__img img.active {
      transform: translateY(0%);
  }
  
  .header-main__call a {
      display: flex;
      align-items: center;
  }
  
  .header-main__call a i {
      margin-right: 10.96px;
      font-size: 23px;
  }
  
  .header-main__call span {
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      color: #f8f9fa;
      margin-right: 7px;
  }
  
  .header-main__call small {
      font-size: 19px;
      line-height: 24px;
      color: #efbb4a;
      font-weight: 600;
  }
  
  .header-main__settings {
      display: flex;
      align-items: center;
  }
  
  .header-settings__functions {
      display: flex;
      margin: 0 -12px;
      align-items: center;
  }
  
  .header-functions__icon {
      padding: 0 12px;
      position: relative;
  }
  
  .header-functions__icon a,
  .header-settings__functions span,
  .header-functions_login a {
      color: #fff;
      font-family: "Aeroport", sans-serif;
      font-size: 14px;
      transition: 0.3s ease-in-out;
  }
  
  .header-functions__icon a:hover,
  .header-settings__functions span:hover,
  .header-functions_login a:hover {
      color: #efbb4a;
  }
  
  .header-functions_login a {
      display: flex;
      align-items: center;
  }
  
  .header-functions_login {
      padding: 0 12px;
      display: flex;
      align-items: center;
      cursor: pointer;
  }
  
  .header {
      height: 120px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
  }
  
  .header-bottom {
      background: #fff;
      box-shadow: 0 2px 2px rgba(27, 40, 92, 0.2);
  }
  
  .header-wrapper {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      left: 0;
  }
  
  /*.page-header .header-wrapper {*/
  /*    position: relative;*/
  /*}*/
  
  .new-navbar .nav-item a .fa-angle-down {
      padding-left: 6px;
  }
  
  .header-functions_login:hover a {
      color: #939393;
  }
  
  .loginModal .modal-header button {
      outline: none;
      box-shadow: none;
      color: #1b285c;
  }
  
  .loginModal .modal-header button span {
      font-size: 30px;
  }
  
  .loginModal .modal-header {
      display: flex;
      align-items: center !important;
  }
  
  #popup-login label {
      margin-bottom: 10px;
  }
  
  #popup-login .pop-btn {
      padding: 7px 14px;
      background: #1b285c;
      color: #fff;
      outline: none;
      box-shadow: none;
      border: none;
      border-radius: 5px;
      text-align: center;
      vertical-align: middle;
      transition: 0.3s ease-in-out;
  }
  
  #popup-login .pop-btn:hover {
      background: #1b285c;
  }
  
  #popup-login .form-control {
      transition: 0.3s ease-in-out;
      border-radius: 5px;
  }
  
  #popup-login .form-control:focus {
      box-shadow: 0 0 10px rgba(210, 140, 59, 0.4);
      outline: none;
      border-color: rgba(210, 140, 59, 0.4);
  }
  
  .header-functions_login i {
      margin-right: 10px;
      font-size: 20px;
      color: #939393;
  }
  
  .header-functions__icon:hover a {
      color: #939393;
      transition: 0.3s ease-in-out;
  }
  
  .header-functions__icon {
      padding: 0 12px;
      display: flex;
      align-items: center;
  }
  
  .header-search__icon {
      display: flex;
      align-items: center;
  }
  
  .header-search__icon i {
      margin-right: 10px;
  }
  /* search */
  
  body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
  }
  
  .courses-searching input[type="text"] {
      width: calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      width: -moz-calc(100% - 50px);
      border-radius: 0;
      border: 0;
      height: 50px;
      line-height: 40px;
      float: left;
      margin: 0;
      padding-left: 20px;
      background: #fff;
      color: #2f2b33;
      font-size: 18px;
      /* font-style: italic; */
      outline: none;
      box-shadow: none;
  }
  
  .courses-searching button {
      width: 50px;
      line-height: 50px;
      border-radius: 0;
      float: left;
      font-size: 15px;
      padding: 0;
      border: 0;
      color: #fff;
      cursor: pointer;
      background: #1b285c;
  }
  
  .courses-searching {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 9999999;
      filter: alpha(opacity=0);
      -ms-filter: "alpha(opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      background: rgba(37, 37, 37, 0.9);
      margin: 0;
      width: 100%;
      height: 100vh;
      -webkit-transform: scale(0.2, 0.2);
      -moz-transform: scale(0.2, 0.2);
      -ms-transform: scale(0.2, 0.2);
      -o-transform: scale(0.2, 0.2);
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
  
  .search-popup-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      cursor: url("/assets/public/images/x.png"), auto;
  }
  
  .thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {
      max-width: 100%;
      width: 600px;
  }
  
  .thim-course-search-overlay form {
      position: absolute;
      z-index: 10;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 50px;
  }
  
  .courses-searching ul.courses-list-search {
      z-index: 999;
      overflow: hidden;
      padding: 0 20px;
      list-style: none;
      position: absolute;
      right: 0;
      max-height: 300px;
      overflow-y: auto;
      background: #fff !important;
      margin-top: 2px;
      left: 0;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      border-radius: 0;
      box-shadow: 2px 2px 6px -4px #000;
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  /* end of search */
  
  .header-search__icon a {
      color: #fff;
      font-family: "Aeroport", sans-serif;
      font-size: 14px;
      transition: 0.3s ease-in-out;
  }
  
  .header-functions__icon i {
      margin-right: 10px;
  }
  
  .header-functions__icon {
      cursor: pointer;
  }
  
  .header-functions__icon.glasses i {
      font-size: 30px;
  }
  
  .header-functions__icon.smartphone i {
      font-size: 20px;
  }
  
  .header-settings__saerch {
      margin: 0 30px;
  }
  
  .header-search__icon {
      cursor: pointer;
  }
  
  .header-search__icon i {
      font-size: 16px;
  }
  
  .header-settings__saerch {
      background: #0e224c;
      height: 55px;
      position: relative;
      display: flex;
      width: 110px;
      justify-content: center;
      /* padding-left: 10px; */
  }
  
  .header-settings__saerch a span {
      color: #fff;
      font-family: "Aeroport", sans-serif;
      font-size: 14px;
      transition: 0.3s ease-in-out;
  }
  
  .header-settings__saerch a:hover span {
      color: #efbb4a;
      transition: 0.3s ease-in-out;
  }
  /* .smartphone::before{
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background: #000;
      right: 0;
  } */
  
  .header-settings__language {
      display: flex;
      align-items: center;
  }
  
  .header-language__list a {
      margin: 0 10px;
      transition: 0.3s ease-in-out;
  }
  
  .header-language__list a:hover {
      color: #efbb4a;
  }
  
  .header-language__list:first-child a {
      margin-left: 0;
  }
  
  .header-language__list:last-child a {
      margin-right: 0;
  }
  
  .header-language__list a.active-lang {
      /* color: #314476; */
      /* color: #1b285c; */
      display: none;
  }
  
  .header-language__list a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #fff;
  }
  
  .header-bottom__main {
      display: flex;
      height: 65px;
      padding-left: 380px;
      justify-content: space-between;
      align-items: center;
  }
  
  .header-main__menu {
      width: calc(100% - 16px);
      padding-right: 15px;
  }
  
  .header-main__menu>ul {
      display: flex;
      justify-content: space-between;
  }
  
  .header-main__menu>ul>li>a {
      font-size: 17px;
      line-height: 24px;
      font-weight: normal;
      color: #2f2b33;
  }
  
  .header-main__menu>ul>li>a>i {
      padding-left: 7px;
      color: black;
      font-size: 12px;
  }
  
  .header-main__navbar i,
  .header-mobile__navbar i {
      width: 22px;
      height: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
  }
  
  .header-main__navbar i span,
  .header-mobile__navbar i span {
      width: 100%;
      height: 2px;
      border-radius: 1px;
      background: #2f2b33;
      transition: 0.2s linear;
  }
  
  .header-main__navbar i span:first-child,
  .header-mobile__navbar i span:first-child {
      height: 3px;
  }
  
  .header-main__navbar i span:nth-child(2),
  .header-mobile__navbar i span:nth-child(2) {
      width: 75%;
      margin-left: auto;
  }
  
  .header-main__navbar i:hover span:nth-child(2),
  .header-mobile__navbar i:hover span:nth-child(2) {
      width: 100%;
  }
  
  .new-navbar .dropdown-menu .nav-item-2 a.dropdown-item {
      border-bottom: 1px solid #d2d2d2;
      color: white;
      z-index: 10;
      font-size: 17px;
      padding: 9px 0;
      font-weight: 300;
      line-height: 17px;
  }
  
  .new-navbar .nav-item .dropdown-menu li {
      padding: 0 15px;
  }
  
  .new-navbar .nav-item .dropdown-menu {
      top: 45px !important;
      /* left: 30px!important; */
      background: #1b285c;
      min-width: 330px !important;
      border-radius: 0px !important;
      /* margin: 0; */
      /* -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; */
      padding: 5px 0;
  }
  
  .dropdown-menu {
      width: 20em;
      display: none;
      top: auto;
      left: 0px;
      margin-left: 0px;
      margin-top: 0px;
      min-width: 10em;
      /* max-width: 20em; */
      /* max-height: 300px; */
      /* flex-direction: column;
      flex-wrap: wrap; */
  }
  
  .dropdown-menu::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #f5f5f5;
  }
  
  .dropdown-menu::-webkit-scrollbar {
      width: 6px;
      background-color: #f5f5f5;
  }
  
  .dropdown-menu::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #314576d0;
  }
  /* end of header */
  /* start of banner */
  /* .banner {
      height: 750px;
      position: relative;
      display: flex;
      align-items: flex-end;
      padding-bottom: 90px;
  }

  .banner-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1;
  }

  .banner-bg::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2;
  }

  .banner-main {
      position: relative;
      z-index: 3;
      display: flex;
  }

  .banner-content__date {
      width: max-content;
  }

  .banner-content__date span {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      display: block;
      padding-bottom: 11px;
      position: relative;
  }

  .banner-content__date span::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 10px;
      height: 1px;
      background: #314476;
  }

  .banner-content__title {
      margin: 30px 0 65px;
  }

  .banner-content__title h1 {
      font-size: 34px;
      line-height: 40px;
      font-weight: 700;
      color: #ffffff;
  }

  .banner-content__more a {
      display: block;
      font-size: 19px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      padding: 7px 30px 9px;
      background: #314476;
      border-radius: 3px;
      width: max-content;
  }

  .banner-main__slider {
      width: calc(100% / 12 * 9 - 100px);
  }

  .banner-main__carousel {
      width: calc(100% / 12 * 6);
      position: absolute;
      right: -350px;
      bottom: 0;
  }

  .banner-main__carousel .owl-nav {
      display: inline-flex;
      margin: 50px -9.5px 0 -9.5px;
  }

  .banner-main__carousel .owl-nav button:hover,
  .banner-main__carousel .owl-nav button {
      margin: 0 !important;
      outline: none !important;
      background: none !important;
  }

  .banner-main__carousel .owl-carousel .owl-nav button.owl-next,
  .banner-main__carousel .owl-carousel .owl-nav button.owl-prev {
      padding: 0 9.5px !important;
  }

  .banner-main__carousel .owl-dots {
      display: inline-flex;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 20px;
      margin: 0 30px 0px 30px;
      transform: translateY(-5px);
      height: 4px;
  }

  .banner-main__carousel .owl-dots .owl-dot {
      padding: 0;
      outline: none;
      border: none;
      height: 100%;
      width: 82px;
      border-radius: 20px;
  }

  .banner-main__carousel .owl-dots .owl-dot.active {
      background: white;
  }

  .banner-main__carousel .owl-dots .owl-dot span {
      margin: 0 !important;
      width: 100%;
      height: 100%;
      display: none !important;
  }

  .banner-carousel__news {
      position: relative;
      height: 200px;
      display: block;
      border-radius: 3px;
      overflow: hidden;
  }

  .banner-news__image {
      height: 100%;
      width: 100%;
  }

  .banner-news__image::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
  }

  .banner-news__image img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
  }

  .banner-news__info {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      top: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
  }

  .banner-news__date {
      margin-bottom: 20px;
  }

  .banner-news__date span {
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      display: block;
      padding-bottom: 6px;
      width: max-content;
      border-bottom: 1px solid #a4b0da;
  }

  .banner-news__text p {
      font-size: 17px;
      line-height: 18px;
      font-weight: 700;
      color: #ffffff;
  } */
  /* .banner {
      width: 100%;
      height: calc(100vh - 120px);
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      padding-bottom: 90px;
  }
   */
  
  .slider-item {
      position: relative;
      z-index: 1;
      height: calc(100vh - 120px);
      display: flex;
      align-items: center;
      margin-top: 120px;
  }
  
  .slider-item__img::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(13, 13, 14, 0.3);
      z-index: 0;
  }
  
  .slider-item__img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
  }
  
  .slider-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .slider-item__img video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .slider-item__info h1 {
      font-weight: 800;
      font-size: 44px;
      line-height: 56px;
      margin-bottom: 25px;
      color: #ffffff;
  }
  
  .slider-item__info p {
      font-weight: 600;
      font-size: 18px;
      line-height: 34px;
      color: #ffffff;
      margin-bottom: 35px;
  }
  
  .banner-main {
      display: flex;
      position: relative;
  }
  
  .back-slider-container {
      background-color: #fff !important;
      /*position: absolute;*/
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      overflow: hidden !important;
  }
  
  .back-slider-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      height: 100vh;
      background-color: #fff !important;
      overflow: hidden;
      /*background-image: url('/assets/public/images/sidjak.jpg');*/
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /*animation: fade2 1s infinite;*/
      /*transition: transform .5s linear;*/
      /*transition: .7s cubic-bezier(.17,.67,.83,.67);*/
      opacity: 0;
      transform: scale(1.05);
      transition: all 1.5s ease-in;
      overflow: hidden !important;
  }
  
  .back-slider-image.back-slider-image-active {
      opacity: 1;
      transform: scale(1);
      overflow: hidden !important;
  }
  /*@keyframes fade
  {
    0%   {opacity:1}
    33.333% { opacity: .5}
    66.666% { opacity: .7}
    100% { opacity: 1}
  }*/
  
  .back-slider-image-active {
      overflow: hidden;
  }
  
  @keyframes fade {
      0% {
          transform: scale(1);
      }
      33.333% {
          transform: scale(1.05);
      }
      66.666% {
          transform: scale(1);
      }
      100% {
          transform: scale(1);
      }
  }
  
  @keyframes fade2 {
      0% {
          opacity: 0;
      }
      33.333% {
          opacity: 1;
      }
      66.666% {
          opacity: 0;
      }
      100% {
          opacity: 0;
      }
  }
  
  @keyframes fade3 {
      0% {
          opacity: 0;
      }
      33.333% {
          opacity: 0;
      }
      66.666% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
  }
  
  .banner-news__items .owl-nav {
      display: inline-flex;
      margin: 30px -9.5px 0 -9.5px;
  }
  
  .banner-news__items .owl-nav button:hover,
  .banner-news__items .owl-nav button {
      margin: 0 !important;
      outline: none !important;
      background: none !important;
  }
  
  .banner-news__items .owl-carousel .owl-nav button.owl-next,
  .banner-news__items .owl-carousel .owl-nav button.owl-prev {
      padding: 0 9.5px !important;
  }
  
  .banner-news__items .owl-carousel .owl-nav button i {
      font-size: 22px !important;
  }
  
  .banner-news__items .owl-dots {
      display: inline-flex;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 20px;
      margin: 0 30px 0px 30px;
      transform: translateY(-8px);
      height: 4px;
  }
  
  .banner-news__items .owl-dots .owl-dot {
      padding: 0;
      outline: none;
      border: none;
      height: 100%;
      width: 82px;
      border-radius: 20px;
  }
  
  .banner-news__items .owl-dots .owl-dot.active {
      background: white;
  }
  
  .banner-news__items .owl-dots .owl-dot span {
      margin: 0 !important;
      width: 100%;
      height: 100%;
      display: none !important;
  }
  
  .banner-news__items {
      width: calc(100% / 12 * 6);
      position: absolute;
      bottom: -6px;
      right: -350px;
  }
  
  .banner-news__top {
      position: relative;
      overflow: hidden;
      padding: 0;
      height: 330px;
      width: calc(100% / 12 * 9 - 100px);
  }
  
  .banner-news__top .slider-content>span {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      display: block;
      padding-bottom: 11px;
      position: relative;
      width: max-content;
  }
  
  .banner-news__top .slider-content>span::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 10px;
      height: 0px;
      background: #1b285c;
  }
  
  .banner-news__top .slider-content>h2 {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 34px;
      line-height: 40px;
      font-weight: 700;
      color: #ffffff;
      /* identical to box height */
      margin: 30px 0 65px;
  }
  
  .banner-news__top .slider-content>a {
      display: block;
      font-size: 19px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      padding: 7px 30px 9px;
      /* background: #314476; */
      background: #1b285c;
      border-radius: 3px;
      width: max-content;
  }
  
  .banner-news__top .slider-content {
      position: absolute;
      z-index: -1;
      width: 100%;
      opacity: 0;
      left: 0;
      top: 0;
  }
  
  .banner-news__top .slider-content.open-slider {
      z-index: 1;
      width: 100%;
      opacity: 1;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
  }
  
  .banner-news__top .slider-content>* {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
      opacity: 0;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
  }
  
  .banner-news__top .slider-content.open-slider>* {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
  }
  
  .banner-news__top .slider-content.open-slider>*:nth-child(1) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
  }
  
  .banner-news__top .slider-content.open-slider>*:nth-child(2) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
  }
  
  .banner-news__top .slider-content.open-slider>*:nth-child(3) {
      -webkit-transition-delay: 0.45s;
      transition-delay: 0.45s;
  }
  
  .banner-news__top .slider-content.open-slider>*:nth-child(4) {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
  }
  
  .banner-news__bottom {
      padding: 30px 0;
  }
  
  .banner-left {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
  }
  
  .banner-left .owl-controls {
      margin-bottom: 15px;
  }
  
  .banner-left .scrollDown {
      font-size: 17px;
      display: flex;
      align-items: center;
      color: #ffffff;
      margin-bottom: 15px;
  }
  
  .banner-left .scrollDown i.icons {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      color: #44494e;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      margin-right: 10px;
      margin-top: 3px;
      font-size: 16px;
  }
  
  .banner-left .scrollDown i.icons::before {
      margin-left: 1px;
  }
  
  .banner-item {
      display: block;
      width: auto;
      position: relative;
  }
  
  .banner-item__image {
      border-radius: 5px;
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 200px;
      margin-bottom: 14px;
  }
  
  .banner-item__image::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
  }
  
  .banner-item__image:before {
      content: "";
      position: absolute;
      top: -110%;
      left: -210%;
      width: 200%;
      height: 400%;
      opacity: 0;
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
      background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.1)), color-stop(77%, hsla(0, 0%, 100%, 0.1)), color-stop(92%, hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0)));
      background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
      background: -moz- oldlinear-gradient(left, hsla(0, 0%, 100%, 0.1) 0, hsla(0, 0%, 100%, 0.1) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0) 100%);
      background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0.1) 0, hsla(0, 0%, 100%, 0.1) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0) 100%);
      background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 0, hsla(0, 0%, 100%, 0.1) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 3;
  }
  
  .banner-item:hover .banner-item__image:before {
      opacity: 1;
      top: -146%;
      left: -40%;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  
  .banner-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
  }
  
  .banner-item:hover .banner-item__image img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
  }
  
  .banner-item__info {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
  }
  
  .banner-item__info span {
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      display: block;
      padding-bottom: 6px;
      width: max-content;
      border-bottom: 1px solid #a4b0da;
      margin-bottom: 12px;
  }
  
  .banner-item__info h2 {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 17px;
      line-height: 18px;
      font-weight: 700;
      color: #ffffff;
  }
  /* end of banner */
  /* start of news */
  /* start of news */
  
  .press {
      padding-bottom: 75px;
  }
  
  .news__home__nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .press-nav__title {
      min-width: 330px;
  }
  
  .press-nav__menu {
      padding-bottom: 5px;
      padding-left: 30px;
  }
  
  .press-nav__menu ul.nav-tabs {
      border: none;
      margin: 0 -19px;
  }
  
  .press-nav__menu ul.nav-tabs li.nav-item {
      margin: 0;
      border: none;
      padding: 0 19px;
  }
  
  .press-nav__menu ul.nav-tabs li.nav-item a.nav-link {
      padding: 0;
      border: none;
      margin: 0;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #a4a4a4;
  }
  
  .press-nav__menu ul.nav-tabs li.nav-item a.nav-link.active {
      font-weight: 500;
      line-height: 24px;
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-nav__all {
      display: flex;
      align-items: center;
  }
  
  .press-nav__all span {
      font-size: 18px;
      line-height: 24px;
      /* identical to box height, or 133% */
      font-weight: 400;
      /* color: #314476; */
      color: #1b285c;
      margin-right: 8px;
  }
  
  .press-nav__all i {
      font-size: 15px;
  }
  
  .press-nav__all i::before {
      color: #1b285c;
  }
  
  .press-main {
      padding-top: 45px;
      display: flex;
      /* justify-content: space-between; */
  }
  
  .press-main__banner {
      max-width: 240px;
      flex: 0 0 240px;
  }
  
  .press-banner__item {
      min-height: 80px;
      background: #ffffff;
      box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
      border: 0;
      border-radius: 8px;
      width: 100%;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
  }
  
  .press-banner__item:last-child {
      margin-bottom: 0;
  }
  
  .press-banner__item__icon {
      margin-right: 15px;
  }
  
  .press-banner__item__icon i {
      font-size: 34px;
  }
  
  .press-banner__item__icon i::before {
      color: #314476;
  }
  
  .press-banner__item__text {
      padding-bottom: 5px;
  }
  
  .press-banner__item__text span {
      font-weight: 500;
      font-size: 15px;
      line-height: 17px;
      color: #314476;
      display: block;
  }
  
  .press .tab-content>.active,
  .press-contents__news {
      display: flex;
  }
  
  .news__home__last__image {
      width: 100%;
      height: 240px;
      position: relative;
      margin-bottom: 20px;
      border-radius: 4px;
      overflow: hidden;
  }
  
  .news__home__last__image img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
  }
  
  .news__home__last__image__title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2px 20px 4px;
      /* background: #e9efff; */
      background: #f2e0ce;
      border-radius: 1px;
  }
  
  .news__home__last__image__title span {
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      /* color: #314476; */
      color: #2f2b33;
  }
  
  #press-news .news__home__last__image {
      -webkit-transform: translateX(-40px);
      transform: translateX(-40px);
      opacity: 0;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      -moz-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
  }
  
  #press-news .owl-item.active .news__home__last__info {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
  }
  
  #press-news .news__home__last__info {
      -webkit-transform: translateX(40px);
      transform: translateX(40px);
      opacity: 0;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
      -o-transform: translateX(40px);
      -moz-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
  }
  
  #press-news .owl-item.active .news__home__last__image {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
  }
  
  .news__home__last__short {
      margin-bottom: 27px;
  }
  
  .news__home__last__info p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .news__home__last__date {
      display: flex;
      align-items: center;
  }
  
  .news__home__last__date i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .news__home__last__date i {
      font-size: 18px;
      margin-right: 10px;
  }
  
  .news__home__last__date span {
      font-weight: 300;
      font-size: 17px;
      line-height: 23px;
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-news__list {
      position: relative;
      padding: 30px 0;
      padding-right: 40px;
      display: flex;
      flex-direction: column;
  }
  
  .press-news__list::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #e2e2e2;
      border-radius: 20px;
  }
  
  .press-news__list__item:first-child {
      padding-top: 0;
  }
  
  .press-news__list__item {
      position: relative;
      padding-left: 60px;
      padding: 10px 0 10px 60px;
  }
  
  .press-news__list__item__date {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #ffffff;
      border: 1px solid #e2e2e2;
      border-radius: 15px;
      width: 56px;
      height: 65px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 10;
  }
  
  .press-news__list__item__date small,
  .press-news__list__item__date span {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      /* identical to box height, or 122% */
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-news__list__item__warning {
      margin-top: 14px;
  }
  
  .press-news__list__item__warning span {
      display: block;
      padding: 2px 20px 4px;
      /* background: #e9efff; */
      background: #1b285c14;
      border-radius: 1px;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      /* color: #314476; */
      color: #2f2b33;
      width: max-content;
  }
  
  .press-news__list__item__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .news__second {
      padding-right: 0;
  }
  
  .press-contents__announcement {
      width: 1050px;
  }
  
  .press-announcement__row {
      display: flex;
      justify-content: space-between;
      margin: 0 -75px;
      flex-wrap: wrap;
  }
  
  .press-announcement__row__col {
      width: calc(100% / 12 * 6);
      padding: 0 75px;
  }
  
  .press-announcement__row__col:nth-child(5) .press-announcement__item::after,
  .press-announcement__row__col:nth-child(6) .press-announcement__item::after {
      display: none;
  }
  
  .press-announcement__item {
      position: relative;
      min-height: 133px;
      width: 100%;
      margin-bottom: 28px;
      display: block;
  }
  
  .press-announcement__item::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      border-radius: 20px;
      background: #e2e2e2;
  }
  
  .press-announcement__item__date {
      display: flex;
      align-items: center;
      margin-bottom: 9px;
  }
  
  .press-announcement__item__date i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-announcement__item__date i {
      font-size: 18px;
      /* color: #314476; */
      color: #1b285c;
      margin-right: 10px;
  }
  
  .press-announcement__item__date span {
      font-weight: 300;
      font-size: 17px;
      line-height: 24px;
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-announcement__item__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      /* overflow: hidden;*/
  }
  /* end of news */
  /* .press {
      padding-bottom: 75px;
  }

  .press-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .press-nav__title {
      min-width: 330px;
  }

  .press-nav__menu {
      padding-bottom: 5px;
      padding-left: 30px;
  }

  .press-nav__menu ul.nav-tabs {
      border: none;
      margin: 0 -19px;
  }

  .press-nav__menu ul.nav-tabs li.nav-item {
      margin: 0;
      border: none;
      padding: 0 19px;
  }

  .press-nav__menu ul.nav-tabs li.nav-item a.nav-link {
      padding: 0;
      border: none;
      margin: 0;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #a4a4a4;
  }

  .press-nav__menu ul.nav-tabs li.nav-item a.nav-link.active {
      font-weight: 500;
      line-height: 24px;
      /* color: #314476; */
  
  .press-nav__all {
      display: flex;
      align-items: center;
  }
  
  .press-nav__all span {
      font-size: 18px;
      line-height: 24px;
      /* identical to box height, or 133% */
      font-weight: 400;
      /* color: #314476; */
      color: #1b285c;
      margin-right: 8px;
  }
  
  .press-nav__all i {
      font-size: 15px;
  }
  
  .press-nav__all i::before {
      color: #1b285c;
  }
  
  .press-main {
      padding-top: 45px;
      display: flex;
      justify-content: space-between;
  }
  
  .press-main__banner {
      max-width: 240px;
      flex: 0 0 240px;
  }
  
  .press-banner__item {
      min-height: 80px;
      background: #ffffff;
      box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
      border: 0;
      border-radius: 8px;
      width: 100%;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
  }
  
  .press-banner__item:last-child {
      margin-bottom: 0;
  }
  
  .press-banner__item__icon {
      margin-right: 15px;
  }
  
  .press-banner__item__icon i {
      font-size: 34px;
  }
  
  .press-banner__item__icon i::before {
      color: #314476;
  }
  
  .press-banner__item__text {
      padding-bottom: 5px;
  }
  
  .press-banner__item__text span {
      font-weight: 500;
      font-size: 15px;
      line-height: 17px;
      color: #314476;
      display: block;
  }
  
  .press .tab-content>.active,
  .press-contents__news {
      display: flex;
  }
  
  .press-news__last__image {
      width: 100%;
      height: 240px;
      position: relative;
      margin-bottom: 20px;
      border-radius: 4px;
      overflow: hidden;
  }
  
  .press-news__last__image img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
  }
  
  .press-news__last__image__title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2px 20px 4px;
      /* background: #e9efff; */
      background: #f2e0ce;
      border-radius: 1px;
  }
  
  .press-news__last__image__title span {
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      /* color: #314476; */
      color: #2f2b33;
  }
  
  .news__home__title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
  }
  
  #press-news .press-news__last__image {
      -webkit-transform: translateX(-40px);
      transform: translateX(-40px);
      opacity: 0;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      -moz-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
  }
  
  #press-news .owl-item.active .press-news__last__info {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
  }
  
  #press-news .press-news__last__info {
      -webkit-transform: translateX(40px);
      transform: translateX(40px);
      opacity: 0;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
      -o-transform: translateX(40px);
      -moz-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
  }
  
  #press-news .owl-item.active .press-news__last__image {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
  }
  
  .press-news__last__short {
      margin-bottom: 27px;
  }
  
  .press-news__last__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .news__home__last__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .press-news__last__date {
      display: flex;
      align-items: center;
  }
  
  .press-news__last__date i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-news__last__date i {
      font-size: 18px;
      margin-right: 10px;
  }
  
  .press-news__last__date span {
      font-weight: 300;
      font-size: 17px;
      line-height: 23px;
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-news__list {
      position: relative;
      padding: 30px 0;
      padding-right: 40px;
      display: flex;
      flex-direction: column;
  }
  
  .press-news__list::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #e2e2e2;
      border-radius: 20px;
  }
  
  .press-news__list__item:first-child {
      padding-top: 0;
  }
  
  .press-news__list__item {
      position: relative;
      padding-left: 60px;
      padding: 10px 0 10px 60px;
  }
  
  .press-news__list__item__date {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #ffffff;
      border: 1px solid #e2e2e2;
      border-radius: 15px;
      width: 56px;
      height: 65px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 10;
  }
  
  .press-news__list__item__date small,
  .press-news__list__item__date span {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      /* identical to box height, or 122% */
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-news__list__item__warning {
      margin-top: 14px;
  }
  
  .press-news__list__item__warning span {
      display: block;
      padding: 2px 20px 4px;
      /* background: #e9efff; */
      background: #1b285c14;
      border-radius: 1px;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      /* color: #314476; */
      color: #2f2b33;
      width: max-content;
  }
  
  .press-news__list__item__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .news__second {
      padding-right: 0;
  }
  
  .press-contents__announcement {
      width: 1050px;
  }
  
  .press-announcement__row {
      display: flex;
      justify-content: space-between;
      margin: 0 -75px;
      flex-wrap: wrap;
  }
  
  .press-announcement__row__col {
      width: calc(100% / 12 * 6);
      padding: 0 75px;
  }
  
  .press-announcement__row__col:nth-child(5) .press-announcement__item::after,
  .press-announcement__row__col:nth-child(6) .press-announcement__item::after {
      display: none;
  }
  
  .press-announcement__item {
      position: relative;
      min-height: 133px;
      width: 100%;
      margin-bottom: 28px;
      display: block;
  }
  
  .press-announcement__item::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      border-radius: 20px;
      background: #e2e2e2;
  }
  
  .press-announcement__item__date {
      display: flex;
      align-items: center;
      margin-bottom: 9px;
  }
  
  .press-announcement__item__date i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-announcement__item__date i {
      font-size: 18px;
      /* color: #314476; */
      color: #1b285c;
      margin-right: 10px;
  }
  
  .press-announcement__item__date span {
      font-weight: 300;
      font-size: 17px;
      line-height: 24px;
      /* color: #314476; */
      color: #1b285c;
  }
  
  .press-announcement__item__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      /* overflow: hidden;*/
  }
  /* end of news */
  
  .home-stats {
      padding: 60px 0 0;
  }
  
  .stats-item {
      background: #1b285c14;
      border-radius: 4px;
      height: 206px;
      padding: 24px;
      width: 100%;
  }
  
  .stats-item i {
      color: #1b285c;
  }
  
  .stats-item img svg {
      fill: #1b285c !important;
  }
  
  .stats-item .stats-result {
      padding-top: 26px;
      padding-bottom: 8px;
  }
  
  .stats-item .stats-result span {
      font-style: normal;
      font-weight: 500;
      font-size: 34px;
      line-height: 40px;
      color: #1b285c;
  }
  
  .stats-item .stats-title p {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #010b23;
  }
  /* start of services */
  
  .services {
      padding: 81px 0 39px;
      background: #f7f8fb;
      position: relative;
  }
  
  .services::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("/assets/public/images/reviews.png") no-repeat center;
      background-size: contain;
      background-position: center bottom;
      opacity: 0.17;
  }
  
  .services-item__icon {
      margin-bottom: 21px;
  }
  
  .services-item__icon i {
      font-size: 42px;
  }
  
  .services-item__icon i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .services-main__item {
      padding: 25px 20px 20px 25px;
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      min-height: 160px;
      position: relative;
      /* box-shadow: 0px 5px 20px 0px rgba(37, 37, 37, 0.08); */
      box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
      border-radius: 8px;
      overflow: hidden;
      margin: 30px 0;
      box-sizing: unset;
      z-index: 1;
  }
  
  .services-main__item:hover .service-item__img {
      transform: translateX(0);
      visibility: visible;
      transition: all 0.25s ease-in-out;
      opacity: 0.9;
      transform: rotate(0deg) scale(1);
  }
  
  .service-item__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      transform: rotate(5deg) scale(1.2);
      transition: all 0.25s ease-in-out;
  }
  
  .service-item__img::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-blend-mode: multiply;
      background: #1b285c;
      opacity: 0.8;
  }
  
  .services-main__item:hover .services-item__text p {
      color: #fff;
      transition: 0.3s ease-in-out;
  }
  
  .services-item__icon i {
      transition: 0.3s ease-in-out;
  }
  
  .services-main__item:hover .services-item__icon i::before {
      color: #fff;
      transition: 0.3s ease-in-out;
  }
  
  .service-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .services-item__id {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f7f8fb;
      border-radius: 1px;
      display: none;
  }
  
  .services-item__id span {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #b1b1b1;
  }
  
  .services-item__text p {
      font-size: 18px;
      line-height: 23px;
      font-weight: 400;
      color: #2f2b33;
  }
  /* end of services */
  /* start of map */
  
  .map-inner_page {
      padding-top: 40px;
  }
  
  .map {
      padding-bottom: 100px;
  }
  
  .map .title {
      margin-bottom: 50px;
  }
  
  .map-main__container {
      width: calc(100% / 12 * 7 + 15px);
  }
  
  .map-main {
      display: flex;
      justify-content: space-between;
  }
  
  .map-main__info {
      width: calc(100% / 12 * 4 - 15px);
  }
  
  .map-main__info__top {
      padding: 25px 50px 30px 50px;
      background: #f7f8fb;
      margin-bottom: 25px;
  }
  
  .map-info__title {
      margin-bottom: 23px;
      margin-left: -20px;
  }
  
  .map-info__title h5 {
      font-size: 19px;
      line-height: 22px;
      font-weight: 400;
      color: #2f2b33;
  }
  
  .map-info__list {
      position: relative;
      height: 265px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  .map-info__list::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 25px;
      bottom: 25px;
      width: 1px;
      background: #cecece;
      border-radius: 20px;
  }
  
  .map-list__item {
      padding-left: 35px;
      position: relative;
      height: calc(100% / 12 * 4);
      display: flex;
      align-items: center;
  }
  
  .map-item__icon {
      width: 40px;
      height: 40px;
      background: #f6f7f9;
      /* border: 1px solid #cecece; */
      box-sizing: border-box;
      border-radius: 2px;
      border: 1px solid #1b285c;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
  }
  
  .map-item__icon i {
      font-size: 25px;
  }
  
  .map-item__icon i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .map-item__text a {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      /* color: #9a9a9a; */
      color: #343a40;
      display: block;
  }
  
  .map-item__text a:not([href]):hover {
      color: #9a9a9a;
  }
  
  .map-main__statistic {
      padding: 25px 30px;
      background: #f7f8fb;
  }
  
  .map-statistic__counts ul {
      display: flex;
  }
  
  .map-statistic__title {
      margin-bottom: 28px;
  }
  
  .map-statistic__title h5 {
      font-size: 19px;
      line-height: 22px;
      font-weight: 400;
      color: #2f2b33;
  }
  
  .map-statistic__counts ul {
      display: flex;
      justify-content: space-between;
  }
  
  .map-statistic__counts ul li span,
  .map-statistic__counts ul li small {
      display: block;
  }
  
  .map-statistic__counts ul li span {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      /* color: #314476; */
      color: #1b285c;
      display: block;
      margin-bottom: 3px;
  }
  
  .map-statistic__counts ul li small {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      /* color: #9a9a9a; */
      color: #343a40;
      display: block;
  }
  /* end of map */
  /* start of useful */
  
  .useful {
      padding-bottom: 65px;
  }
  
  .useful-main {
      padding-top: 34px;
  }
  
  .useful-main .owl-carousel .owl-stage-outer {
      padding: 15px;
      margin-left: -15px;
      margin-right: -15px;
  }
  
  .useful-main .owl-nav {
      position: absolute;
      right: 0;
      top: -50px;
      transform: translateY(-50%);
      margin: 0;
  }
  
  .useful-main .owl-nav button:hover {
      background: transparent !important;
      outline: none;
  }
  
  .useful-main .owl-nav button {
      margin: 0 0 0 19px !important;
      outline: none;
  }
  
  .useful-main .owl-nav button i {
      font-size: 22px;
  }
  
  .useful-main .owl-nav button i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .useful-main__item {
      background: #ffffff;
      box-shadow: 0px 0px 5px rgba(157, 165, 185, 0.3);
      border-radius: 1px;
      min-height: 135px;
      display: flex;
      padding: 11px 25px;
      position: relative;
  }
  
  .useful-item__logo {
      max-width: 80px;
      flex: 0 0 80px;
      height: 80px;
      margin-right: 20px;
      margin-top: 20px;
  }
  
  .useful-item__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
  }
  
  .useful-info__link {
      padding-bottom: 9px;
      border-bottom: 1px solid #d8d8d8;
      width: max-content;
      margin-bottom: 8px;
  }
  
  .useful-info__link span {
      font-size: 17px;
      line-height: 22px;
      color: #9a9a9a;
  }
  
  .useful-info__text p {
      font-size: 17px;
      line-height: 23px;
      font-weight: 400;
      color: #2f2b33;
  }
  
  .useful-item__icon {
      position: absolute;
      top: 0;
      right: 0;
      background: #f7f7f7;
      border-radius: 1px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .useful-item__icon i {
      font-size: 16px;
  }
  
  .useful-item__icon i::before {
      color: #b4b4b4;
  }
  /* end of useful */
  /* start of footer */
  
  .footer {
      background: #1b285c;
      padding-bottom: 30px;
  }
  
  .footer>* {
      color: #fff;
  }
  
  .footer-main {
      display: flex;
      justify-content: space-between;
  }
  
  .footer-left {
      width: 370px;
      padding-top: 30px;
  }
  
  .footer-center {
      width: calc(100% / 12 * 3);
      padding-top: 40px;
  }
  
  .footer-left__logo {
      display: flex;
      align-items: center;
      margin-bottom: 35px;
  }
  
  .footer-logo__image {
      margin-right: 8px;
  }
  
  .footer-logo__image img {
      height: 60px;
  }
  
  .footer-logo__text span {
      display: block;
      font-size: 15px;
      line-height: 22px;
      text-transform: uppercase;
      font-weight: 700;
      /* color: #ffffff; */
      color: #fff;
  }
  
  .footer-left__note {
      margin-bottom: 57px;
  }
  
  .footer-left__note p {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      /* color: #cad0e6; */
      color: #fff;
  }
  
  .footer-contact__title {
      margin-bottom: 20px;
  }
  
  .footer-contact__title h4 {
      font-size: 18px;
      line-height: 21px;
      font-weight: 700;
      /* color: #ffffff; */
      color: #fff;
  }
  
  .footer-contact__item {
      display: flex;
      align-items: center;
      margin-bottom: 21px;
  }
  
  .footer-contact__icon {
      margin-right: 14px;
  }
  
  .footer-contact__icon i {
      font-size: 26px;
  }
  
  .footer-contact__icon i::before {
      /* color: white; */
      color: #fff;
  }
  
  .footer-contact__text p {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      /* color: #ffffff; */
      color: #fff;
  }
  
  .footer-right {
      width: calc(100% / 12 * 3);
      padding-top: 40px;
      position: relative;
  }
  
  .footer-right__social {
      display: flex;
      margin: 0 -9px;
  }
  
  .footer-social__item {
      padding: 0 9px;
  }
  
  .footer-social__item a {
      font-size: 22px;
  }
  
  .footer-social__item a::before {
      color: #fff;
  }
  
  .footer-right__warning {
      margin-top: 60px;
  }
  
  .footer-right__warning p {
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;
      /* color: #ffffff; */
      color: #fff;
  }
  
  .footer-right__developer {
      position: absolute;
      left: 0;
      bottom: 0;
  }
  
  .footer-right__developer span {
      font-size: 16px;
      line-height: 23px;
      /* color: #ffffff; */
      color: #fff;
      font-weight: 400;
  }
  
  .footer-right__developer span a {
      font-weight: 500;
      /* color: white; */
      color: #fff;
  }
  /* end of footer */
  /* Leadership Page  */
  
  .pages-breadcrumb .breadcrumb {
      background: transparent;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
  }
  
  .pages-breadcrumb .breadcrumb li a {
      color: #939393;
      font-size: 15px;
      line-height: 25px;
      font-family: "Gotham Pro", sans-serif;
      font-weight: 400;
  }
  
  .leadership-wrapper {
      margin-top: 45px;
      margin-bottom: 80px;
  }
  
  .news-wrapper {
      /* margin-bottom: 80px; */
      padding: 30px 0;
  }
  
  .leadership-item {
      background: #ffffff;
      box-shadow: 0px 0px 8px rgba(173, 177, 188, 0.2);
      border-radius: 2px;
      min-height: 300px;
      padding: 30px 35px 50px 30px;
      margin-bottom: 30px;
      display: flex;
  }
  
  .leadership-item__image {
      flex: 0 0 205px;
      max-width: 205px;
      height: 240px;
      display: block;
      border-radius: 2px;
      overflow: hidden;
  }
  
  .leadership-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .leadership-item__info {
      padding-left: 30px;
  }
  
  .leadership-info__job h2 {
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      color: #777677;
  }
  
  .leadership-info__job {
      margin-bottom: 14px;
  }
  
  .leadership-info__name {
      margin-bottom: 14px;
  }
  
  .leadership-info__name h4 {
      font-style: normal;
      font-weight: 600;
      font-size: 26px;
      line-height: 25px;
      color: #2f2b33;
  }
  
  .leadership-info__name h3 {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 25px;
      color: #2f2b33;
      margin: 14px 0;
  }
  
  .leadership-bio h3 {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 25px;
      color: #2f2b33;
      margin: 14px 0;
  }
  
  .leader-map iframe {
      width: 100%!important;
  }
  
  .leadership-info__contacts {
      display: flex;
      margin: 0 -50px;
  }
  
  .leadership-contacts__item {
      display: flex;
      flex-direction: column;
      padding: 0 50px;
  }
  
  .leadership-contacts__item span {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      color: #939393;
      margin-bottom: 8px;
  }
  
  .leadership-contacts__item a,
  .leadership-contacts__item small {
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      color: #314476;
  }
  
  .leadership-info__tab {
      margin-top: 22px;
  }
  
  .leadership-tab__nav a {
      border: 1px solid #8391b7;
      border-radius: 4px;
      margin-right: 30px;
      font-size: 16px;
      line-height: 25px;
      color: #314476;
      background: white !important;
      display: block;
      padding: 0.4rem 2rem;
  }
  
  .leadership-tab__nav .nav-tabs {
      border: none !important;
  }
  
  .leadership-tab__nav .nav-tabs .nav-link:focus,
  .leadership-tab__nav .nav-tabs .nav-link:hover,
  .leadership-tab__nav .nav-tabs .nav-link {
      border: 1px solid #8391b7 !important;
      box-sizing: border-box;
      border-radius: 4px;
  }
  
  .leadership-tab__nav a.active {
      background: #314476 !important;
      border-radius: 4px;
      font-size: 16px;
      line-height: 25px;
      color: #ffffff !important;
  }
  
  .leadership-tab__content {
      padding-top: 35px;
  }
  
  .leadership-tab__content p {
      margin-bottom: 20px;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #2f2b33;
  }
  
  .leadership-tab__content p span {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      color: #314476;
  }
  
  .leadership-tab__content p:last-child {
      margin-bottom: 0;
  }
  
  .sidebar-menu {
      width: 100%;
      overflow: hidden;
      border-radius: 2px;
      background: #ffffff;
      box-shadow: 0px 0px 8px rgba(173, 177, 188, 0.2);
      padding: 0 30px 15px;
      /* min-height: 300px; */
      margin-bottom: 20px;
  }
  
  .sidebar-title {
      padding: 20px 0;
  }
  
  .sidebar-title h2 {
      font-size: 22px;
      line-height: 23px;
      font-weight: 500;
      color: #1b285c;
      margin: 0;
  }
  
  .sidebar-menu ul li>a {
      display: block;
      font-size: 17px;
      line-height: 19px;
      color: #939393;
      margin-bottom: 15px;
      transition: 0.3s ease-in-out;
  }
  
  .sidebar-menu ul>li.active>a,
  .sidebar-menu ul>li>a:hover {
      color: #2f2b33;
  }
  
  .sidebar-rec,
  .sidebar-advertisment,
  .sidebar-rec-item {
      margin-bottom: 20px;
      height: 430px;
  }
  
  .sidebar-rec-item {
      display: block;
  }
  
  .sidebar-rec img,
  .sidebar-advertisment img,
  .sidebar-rec-item img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
  }
  
  .sidebar-reception {
      background: #ffffff;
      box-shadow: 0px 0px 8px rgba(173, 177, 188, 0.2);
      border-radius: 1px;
      display: flex;
      padding: 31px 35px 25px 25px;
      align-items: center;
      margin-bottom: 10px;
  }
  
  .sidebar-reception span {
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 17px;
      color: #314476;
  }
  
  .sidebar-reception i {
      font-size: 34px;
      color: #314476;
      margin-right: 20px;
  }
  
  .sidebar-quiz {
      margin-top: 25px;
      min-height: 460px;
      background: #f7f8fb;
      border-radius: 1px;
      padding: 25px 30px 25px 35px;
  }
  
  .sidebar-quiz h4,
  .sidebar-polls h4 {
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 25px;
      color: #314476;
  }
  
  .sidebar-quiz p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #2f2b33;
      margin: 0px 0 20px 0;
  }
  
  .sidebar-polls p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      color: #2f2b33;
      margin: 0px 0 20px 0;
  }
  
  .sidebar-quiz span,
  .sidebar-polls span {
      display: block;
      width: 100%;
      margin-bottom: 10px;
  }
  
  .progress-polls {
      margin-bottom: 15px;
  }
  
  .progress-bar-polls {
      display: block;
      text-align: center;
      color: #fff;
  }
  
  .first-quiz {
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 30px;
      padding-top: 20px;
  }
  
  .quiz-buttons a {
      margin-right: 15px;
      border: 1px solid #8391b7;
      padding: 6px 25px;
      border-radius: 50px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px;
      color: #314476;
      text-align: center;
      vertical-align: middle;
      transition: 0.3s ease-in-out;
  }
  
  .quiz-buttons a:hover {
      background: #314476;
      color: #fff;
      border-color: #314476;
  }
  
  .view_results {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px;
      color: #939393;
      padding-top: 15px;
      display: block;
      transition: 0.3s ease-in-out;
  }
  
  .view_results:hover {
      color: #314476;
  }
  /* News_View Page */
  
  .news-main {
      background: #ffffff;
      box-shadow: 0px 0px 8px rgba(173, 177, 188, 0.2);
      border-radius: 2px;
      min-height: 400px;
      padding: 30px 30px 40px 30px;
      /* margin-bottom: 80px; */
  }
  
  .news-view-left {
      margin-right: 35px;
      display: flex;
      align-items: center;
      color: #314476;
  }
  
  .news-view-left i {
      margin-right: 10px;
      color: #314476;
  }
  
  .news-view-top-left {
      display: flex;
  }
  
  .news-view-data {
      display: flex;
      align-items: center;
  }
  
  .news-main .news-view-top span {
      padding: 6px 23px;
      background: #e9efff;
      border-radius: 1px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #314476;
      text-align: center;
      vertical-align: middle;
  }
  
  .news-main .news-view-top small {
      margin-left: 10px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 23px;
      color: #314476;
  }
  
  .news-main .news-view-top i {
      font-size: 18px;
      line-height: 23px;
  }
  
  .news-main .news-view-top p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 25px;
      color: #2f2b33;
      padding-top: 25px;
      padding-bottom: 30px;
  }
  
  .news-view-imgBx {
      margin-bottom: 25px;
  }
  
  .news-view-imgBx img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .news-view-content p {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 29px;
      color: #2f2b33;
      margin-bottom: 25px;
      font-family: 'Merriweather', sans-serif;
  }
  /* News-Page */
  
  .news-item {
      background: #ffffff;
      box-shadow: 0px 0px 8px rgba(173, 177, 188, 0.2);
      border-radius: 2px;
      margin-bottom: 30px;
      padding: 20px 25px 20px 25px;
      min-height: 260px;
      display: flex;
  }
  
  .news-item-imgBx {
      height: 220px;
      max-width: 300px;
      flex: 0 0 300px;
  }
  
  .news-item-imgBx img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .news-item-content {
      width: 100%;
      padding-left: 25px;
  }
  
  .news-item-top {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
  }
  
  .news-item-content-right span {
      padding: 6px 23px;
      background: #e9efff;
      border-radius: 1px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #314476;
      text-align: center;
      vertical-align: middle;
  }
  
  .news-item-data small {
      font-style: normal;
      font-weight: 300;
      font-size: 17px;
      line-height: 23px;
      color: #314476;
      margin-left: 8px;
  }
  
  .news-item-data {
      display: flex;
      height: 30px;
      align-items: center;
  }
  
  .news-item-data i {
      font-size: 18px;
      line-height: 23px;
  }
  
  .news-item-title {
      padding-top: 30px;
      padding-bottom: 18px;
  }
  
  .news-item-title span {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  
  .news-item-paragraph p {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #2f2b33;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  /* Static Pages */
  
  .pages {
      padding: 30px 0;
  }
  
  .pages-content {
      padding-top: 45px;
      padding-bottom: 40px;
  }
  
  .pages-content .content-body {
      color: #4a4a4b;
      overflow: hidden;
      padding: 30px;
  }
  
  .pages-content img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .pages-content .content {
      min-height: 400px;
      border-radius: 2px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 10px 20px 0px rgb(42 40 40 / 5%);
      width: 100%;
      padding: 0 30px;
  }
  
  .pages-content .content-title {
      padding: 20px 30px;
      display: flex;
      align-items: flex-end;
      position: relative;
      width: 100%;
      justify-content: space-between;
  }
  
  .pages-content .content-title a {
      color: #1b285c;
      font-weight: 600;
  }
  
  .pages-content .content-title a i {
      font-size: 18px;
      margin-right: 10px;
      font-weight: 600;
  }
  /* .pages-content .content-body p {
      text-indent: 25px;
  } */
  
  .pages-banner {
      position: relative;
      width: 100%;
      min-height: 250px;
      /* background-image: url('/assets/public/images/pages-banner.jpg'); */
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-top: 120px;
  }
  
  .pages-banner::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      /* background-color:rgba(0, 0, 0, 0.35); */
      background-color: rgba(28, 34, 41, 0.6);
  }
  
  .pages-banner .container {
      position: relative;
  }
  
  .pages-header__main {
      color: #ffffff;
  }
  
  .pages-header__main .title h1 {
      color: #ffffff;
  }
  
  .pages-header__main .breadcrumb .breadcrumb-item>a,
  .pages-header__main .breadcrumb .breadcrumb-item>span {
      color: #ffffff;
  }
  
  .pages-header__main .breadcrumb-item+.breadcrumb-item::before {
      color: #bcbcbc;
  }
  
  .pages-header__main .info {
      padding: 25px 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  
  .pages-banner .pages-breadcrumb {
      background: transparent;
  }
  
  .pages-banner .title {
      padding-top: 25px;
  }
  
  .pages-banner .pages-breadcrumb ul {
      padding-bottom: 0;
  }
  
  .pages-banner .pages-breadcrumb ul li a {
      color: #fff;
  }
  
  .pagination-main {
      text-align: center;
      margin-top: 30px;
      padding: 15px 0;
  }
  
  .pagination ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .pagination ul li {
      float: left;
  }
  
  .pagination ul li a {
      font-size: 18px;
      padding: 4px 15px;
      display: flex;
      border-radius: 2px;
      align-items: center;
  }
  
  .pagination ul li.active a {
      color: #ffffff;
      background: #1b285c;
      font-weight: 600;
  }
  
  .pagination ul li.page a {
      color: #737373;
  }
  
  .pagination ul li.page a:hover {
      color: #1b285c;
  }
  
  .docs-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .docs-list ul li {
      margin-bottom: 15px;
  }
  
  .docs-list ul li a {
      display: block;
      font-size: 17px;
      line-height: 23px;
      color: #353535;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
  }
  
  .docs-list ul li a:hover {
      color: #2469ba;
  }
  
  .fixed-list {
      position: fixed;
      bottom: 55%;
      transform: translateY(50%);
      right: 0;
      z-index: 999;
  }
  
  .fixed-list__item {
      position: relative;
      display: flex;
      align-items: center;
      margin: 5px 0;
      transition: 0.3s linear;
      transform: translateX(100px);
      opacity: 0;
      visibility: hidden;
  }
  
  .fixed-list__item:nth-child(1) {
      /* transform: translateX(100px); */
      transition-delay: 0.03s;
  }
  
  .fixed-list__item:nth-child(2) {
      /* transform: translateX(100px); */
      transition-delay: 0.06s;
  }
  
  .fixed-list__item:nth-child(3) {
      /* transform: translateX(100px); */
      transition-delay: 0.09s;
  }
  
  .fixed-list__item:nth-child(4) {
      /* transform: translateX(100px); */
      transition-delay: 0.1s;
  }
  
  .fixed-list__item:nth-child(5) {
      /* transform: translateX(100px); */
      transition-delay: 0.13s;
  }
  
  .fixed-list__item.active {
      transform: translateX(0px);
      opacity: 1;
      visibility: visible;
  }
  
  .fixed-list__image {
      position: relative;
      width: 56px;
      height: 56px;
      background-color: #1b285c;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
  }
  
  .fixed-list__image i {
      font-size: 28px;
      color: #fff;
  }
  
  .fixed-list__title {
      height: 56px;
      white-space: nowrap;
      background-color: #1b285c;
      color: #ffffff;
      display: flex;
      align-items: center;
      width: auto;
      font-size: 15px;
      position: absolute;
      right: -240px;
      padding: 15px 0 15px 15px;
      transition: all 0.3s ease-in-out;
  }
  
  .fixed-list__item:hover .fixed-list__title {
      right: 56px;
      color: #fff;
  }
  
  .fixed-list__item .fixed-list__title span {
      color: #fff;
      font-weight: lighter;
      font-size: 15px;
  }
  
  .fixed-list__item.blue .fixed-list__image,
  .fixed-list__item.blue .fixed-list__title {
      background-color: #36a1cb;
  }
  
  .fixed-list__item.blue .fixed-list__image img {
      width: 36px;
  }
  
  .button-scroll {
      width: 50px;
      height: 50px;
      background: #1b285c;
      box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: fixed;
      bottom: 30px;
      right: -150px;
      border-radius: 50%;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer;
      outline: none;
      border: none;
      /* transform: translateY(-200%); */
      opacity: 0;
      visibility: hidden;
      z-index: 99999;
  }
  
  .button-scroll:focus {
      outline: none !important;
      border: none !important;
  }
  
  .button-scroll:hover {
      -webkit-box-shadow: 0 0 15px rgba(210, 140, 59, 0.5);
      box-shadow: 0 0 15px rgba(210, 140, 59, 0.5);
  }
  
  .button-scroll:hover i {
      color: #fff;
  }
  
  .button-scroll i {
      font-size: 19px;
      color: #fff;
      transform: rotate(180deg);
  }
  
  .button-scroll.active {
      bottom: 30px;
      right: 30px;
      /* transform: translateY(0%); */
      /* top: 0; */
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      opacity: 1;
      visibility: visible;
  }
  
  #news-carousel .owl-nav button {
      width: 55px;
      height: 55px;
      margin: 0;
      border: none;
      outline: none;
      background: transparent;
  }
  
  #news-carousel .owl-nav button i::before {
      /* font-weight: bolder; */
      font-size: 24px;
      color: #1b285c !important;
  }
  
  .portfolio-inner-item {
      width: 100%;
      height: 500px;
  }
  
  .portfolio-inner-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border-radius: 5px;
  }
  /* .all-news {
      background: #f5f8fb;
      padding: 0 30px;
      margin-bottom: 30px;
  }

  .news-content {
      padding: 30px 0;
  }

  .content {
      color: #3e3e3e;
      font-size: 17px;
  } */
  
  .gallery-item {
      display: block;
      position: relative;
      margin-bottom: 30px;
  }
  
  .gallery-item__image {
      border-radius: 3px;
      background-color: rgb(244, 244, 244);
      width: 100%;
      height: 205px;
      overflow: hidden;
      position: relative;
  }
  
  .gallery-item__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
  }
  
  .gallery-item__image::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(45, 53, 62, 0.45);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  
  .gallery-item:hover .gallery-item__image::after {
      background: rgba(45, 53, 62, 0);
  }
  
  .gallery-item__info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
  }
  
  .gallery-item__info h2 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      color: #ffffff;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  
  .gallery-item__info span.date {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 10px;
      display: block;
  }
  
  .contacts-map {
      height: 360px;
      /* padding-bottom: 20px; */
  }
  
  .contacts-map iframe {
      width: 100%;
      height: 360px;
  }
  
  .contacts-form {
      padding-bottom: 20px;
      margin: auto;
  }
  
  .contacts-form input,
  .contacts-form textarea {
      border-color: #ccc;
      background: transparent;
  }
  
  #captcha_contacts_button,
  #captcha_contacts_button1{
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 35px;
      height: 35px;
      background: #1b285c;
      border-radius: 0 4px 4px 0;
      margin-right: 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  
  #refresh_captcha_contacts,
  #refresh_captcha_contacts1 {
      color: #fff;
  }
  
  .contacts-form input:focus,
  .contacts-form textarea:focus {
      -webkit-box-shadow: 0 0 10px rgba(210, 140, 59, 0.6);
      box-shadow: 0 0 10px rgba(210, 140, 59, 0.6);
      border-color: rgba(210, 140, 59, 0.3);
      background: transparent;
  }
  
  .contact-button {
      float: right;
      background: #1b285c;
      color: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      border: none;
      outline: none;
      padding: 6px 17px;
      text-align: center;
      vertical-align: middle;
      border-radius: 0.25rem;
  }
  
  .contact-button:hover {
      color: #fff;
      background: #1b285c;
  }
  
  .contacts-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      /* justify-content: center; */
      height: 100%;
  }
  
  .contacts-info li strong {
      /* font-family: "Open Sans", sans-serif; */
      color: var(--icons-color);
  }
  
  .contacts-info li span {
      /* font-family: 'Open Sans', sans-serif; */
      color: var(--black-color);
  }
  
  .contacts-info ul li>a {
      /* font-family: 'Open Sans', sans-serif; */
      color: var(--black-color);
      white-space: nowrap;
  }
  
  .footer-contacts ul li {
      display: flex;
      flex-direction: column;
      margin-bottom: 32px;
  }
  
  .footer-contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
  
  .footer-contacts .footer-socials {
      display: none;
  }
  
  .contact_Pages .content {
      overflow: hidden;
      position: relative;
      z-index: 1;
  }
  
  .contact_Pages .pages-content .content-body {
      padding-top: 0;
  }
  
  .contact_Pages .content::after {
      content: "";
      position: absolute;
      /* bottom: 220px; */
      bottom: -90px;
      right: -10px;
      /* top: 0; */
      background: url("../images/logo.png") center center no-repeat;
      background-size: contain;
      width: 280px;
      height: 450px;
      opacity: 0.05;
      z-index: -1;
  }
  
  .contact_Pages .pages-content .content-body {
      padding-left: 0;
      padding-right: 0;
  }
  
  .services-item-block {
      margin-bottom: 20px;
  }
  
  .services-item-block a {
      color: #000;
  }
  
  .services-item-block a:hover {
      color: #1b285c;
  }
  
  .services-item-block h4 {
      font-size: 18px;
  }
  
  .services-item-block p {
      text-indent: 0 !important;
      margin-top: 5px;
  }
  
  .services-modal .modal-body p {
      font-size: 18px;
      margin-bottom: 15px;
  }
  
  .services-modal .modal-dialog {
      max-width: 600px;
  }
  
  .filter-services {
      padding: 20px 0;
  }
  
  .filter-services h4 {
      margin-bottom: 20px;
  }
  
  .filter-services .btn {
      background: #314476;
      outline: none;
      border: 0;
      margin-right: 15px;
  }
  
  .filter-services .hidden {
      display: none;
  }
  
  .filter-services .show {
      display: block;
  }
  
  table {
      margin-top: 15px;
  }
  
  table,
  th,
  tr,
  td {
      border: 1px solid #95c0dc;
      padding: 5px 15px;
  }
  
  table tr:nth-child(2n) {
      background-color: #f3f7f9;
  }
  
  .services-list .list-group-item {
      background-color: transparent;
      padding: 0;
  }
  
  .services-list .list-group-item a {
      display: block;
      font-size: 20px;
      color: #000;
      padding: 13px 0 11px;
      padding-right: 15px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
  }
  
  .services-list .list-group-item:hover a {
      padding-right: 0;
      padding-left: 15px;
  }
  
  .modal-content,
  .modal-body,
  .modal label,
  .modal-header button {
      color: #000 !important;
  }
  /* Gallery */
  
  .gallery {
      padding-bottom: 60px;
  }
  
  .video_title {
      margin-bottom: 40px;
  }
  .gallery_wrapper .video_title,
  .gallery_wrapper .photo_title{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .gallery_wrapper .video_title>a,
  .gallery_wrapper .photo_title>a{
      margin-bottom: 0!important;
      width: auto!important;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      /* color: #314476; */
      color: #1b285c;
      margin-right: 8px;
      margin-right: 0;
  }
  .photo_title {
      margin-bottom: 40px;
  }
  
  .gallery .row .row>div:nth-child(1) .video_images {
      height: 365px;
      width: 100%;
      margin-bottom: 32px;
  }
  
  .video_images img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 4px;
  }
  
  .video_images {
      position: relative;
      height: 179px;
  }
  
  .video_images::after {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(1, 12, 49, 0.4);
      border-radius: 4px;
  }
  
  .video_play {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .video_item {
      display: block;
  }
  
  .photo_img {
      width: 100%;
      height: 272px;
      position: relative;
  }
  
  .photo_img img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
      border-radius: 4px;
  }
  
  .photo_img::after {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(1, 12, 49, 0.4);
      border-radius: 4px;
  }
  
  .gallery .row>div:nth-child(1) a {
      display: block;
      width: 100%;
      margin-bottom: 32px;
  }
  
  .gallery .row>div a {
      display: block;
  }
  
  .map__main__right__contact__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #1b285c14;
      padding: 35px;
      border-radius: 4px;
  }
  
  .map__main__right__contact__top__avatar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
      flex: 0 0 65px;
      max-width: 65px;
      height: 65px;
      border-radius: 50%;
      overflow: hidden;
  }
  
  .map__main__right__contact__top__avatar img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
  }
  
  .map__main__right__contact__top__right h4 {
      font-weight: 700;
      color: #36323a;
      font-size: 18px;
      margin-bottom: 8px;
  }
  
  .map__main__right__contact__top__right h5 {
      font-weight: 700;
      color: #36323a;
      font-size: 16px;
      margin-bottom: 8px;
  }
  
  .map__main__right__contact__top__right ul li {
      margin: 15px 0;
  }
  
  .map__main__right__contact__top__right ul li p {
      color: #1b285c;
  }
  
  .map__main__right__contact__top__right p {
      font-size: 15px;
      line-height: 20px;
      color: #1b285c;
      font-weight: 400;
  }
  
  .map__main__right__contact__top__right {
      padding-left: 15px;
      width: 90%;
  }
  
  .map__main__right__contact__top__right>a {
      padding: 7px 14px;
      background: #1b285c;
      margin: 15px 0;
      display: block;
      width: max-content;
      color: #fff;
      border-radius: 4px;
      font-size: 15px;
  }
  
  .new-navbar .nav-item>.dropdown-menu::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -10px;
      margin-left: -10px;
      border: 10px solid transparent;
      border-top-width: 0;
      border-bottom-color: #1b285c;
      left: 15%;
  }
  
  .new-navbar .nav-item a {
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      background: transparent !important;
      /* color: #fff; */
      color: #36323a;
  }
  
  .sidebar .sectionsTheme {
      margin-bottom: 24px;
  }
  
  .sidebar .sectionsTheme>h3 {
      font-weight: bold;
      font-size: 24px;
      line-height: 32px;
      color: #072673;
  }
  
  .sidebar-blocks>a>.block {
      height: 233px;
      margin-bottom: 24px;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
  }
  
  .sidebar-blocks>a>.block>.image {
      height: 100%;
      display: block;
      position: relative;
  }
  
  .sidebar-blocks>a>.block>.image::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  
  .sidebar-blocks>a>.block>.image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .sidebar-blocks>a>.block:hover .image img {
      transform: scale(1.04) rotate(-1deg);
  }
  
  .sidebar-blocks>a>.block>.content {
      position: absolute;
      padding: 12px;
      bottom: 0;
  }
  
  .sidebar-blocks>a>.block>.content>p:first-child {
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 12px;
  }
  
  .sidebar-blocks>a>.block .data {
      display: flex;
  }
  
  .sidebar-blocks>a>.block .data>p {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      text-transform: capitalize;
      color: rgba(255, 255, 255, 0.8);
      display: flex;
      align-items: center;
  }
  
  .sidebar-blocks>a>.block .data>p:first-child {
      margin-right: 16px;
  }
  
  .sidebar-blocks>a>.block .data>p i {
      font-size: 14px;
      color: #ffffff;
      margin-right: 4px;
  }
  
  .sidebar .sidebar-menu {
      margin-bottom: 24px;
  }
  
  .sidebar .sidebar-menu>h2 {
      font-weight: bold;
      font-size: 24px;
      line-height: 32px;
      color: #072673;
      margin-bottom: 24px;
  }
  
  .sidebar .sidebar-menu>ul {
      padding: 0px;
      /* background-color: #F5F7FB; */
      background-color: #ffffff;
      border-radius: 4px;
  }
  
  .sidebar .sidebar-menu>ul>li {
      margin-bottom: 16px;
  }
  
  .sidebar .sidebar-menu>ul>li>a {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #828daa;
  }
  
  .sidebar .sidebar-menu>ul>li .active {
      color: #072673;
  }
  
  .virtual .form-group {
      margin-bottom: 25px !important;
  }
  
  .inner_pages {
      padding-top: 80px;
  }
  
  .inner_pages .news_img {
      width: 100%;
      height: 200px;
  }
  
  .inner_pages .news_img img {
      height: 100%;
      width: 100%;
  }
  
  .inner_title {
      margin-bottom: 20px;
  }
  
  .inner_title h3 {
      font-weight: 600;
      font-size: 28px;
      line-height: 40px;
      color: #000821;
      margin-bottom: 10px;
  }
  
  .inner_news_title_second {
      margin-bottom: 24px;
  }
  
  .inner_news .news_info h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #000821;
  }
  
  .inner_news .news_info {
      margin: 12px 0;
  }
  
  .inner_news .news_day {
      margin-top: 12px;
  }
  
  .inner_news_images {
      max-width: 1074px;
      flex: 0 0 1074px;
      height: 560px;
      margin-bottom: 40px;
  }
  
  .inner_news_images img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 4px;
  }
  
  .inner_news {
      padding: 56px 0 120px;
  }
  
  .inner_news_title {
      margin-bottom: 24px;
  }
  
  .inner_news_date {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
  }
  
  .inner_news_date span {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #999ca6;
  }
  
  .inner_news_date span i {
      font-size: 14px;
      margin-right: 7px;
  }
  
  .inner_news_date span:first-child {
      margin-right: 16px;
  }
  
  .inner_news_text p {
      font-family: "Inter";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #000821;
  }
  
  .inner_news_text {
      margin-bottom: 40px;
  }
  
  .news_inner_tag span {
      font-weight: normal;
      font-size: 18px;
      line-height: 20px;
      color: #999ca6;
  }
  
  .news_inner_tag span:first-child {
      margin-right: 16px;
  }
  
  .news_inner_tag {
      margin-bottom: 24px;
  }
  
  .news_inner_sci {
      display: flex;
      align-items: center;
  }
  
  .news_inner_sci p {
      margin-right: 16px;
      font-family: "Inter";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #000821;
      margin-bottom: 0;
  }
  
  .news_inner_sci a:not(:first-child) {
      display: block;
      margin-left: 8px;
  }
  
  .inner_news_title_second h2 {
      font-weight: 500;
      font-size: 24px;
      line-height: 40px;
      color: #000821;
  }
  
  .news_content .news_info {
      height: auto !important;
      margin-bottom: 24px;
  }
  
  .news_title a {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #000821;
  }
  
  .news_info h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #000821;
      margin: 12px 0;
  }
  
  .news_day span {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #999ca6;
  }
  
  .news_day span:nth-child(2) {
      margin-left: 20px;
  }
  
  .news_day span i {
      margin-right: 7px;
      font-size: 14px;
  }
  
  .news_img {
      height: 259px;
      margin-bottom: 12px;
      overflow: hidden;
      transition: all ease 0.5s;
      border-radius: 4px;
  }
  
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
      background: transparent;
  }
  
  .sidebar-menu ul li.active a {
      color: #1b285c;
  }
  
  .information_region_name h4 {
      font-weight: 500;
      font-size: 32px;
      line-height: 40px;
  }
  
  .information_region_name {
      margin-bottom: 20px;
  }
  
  .more_information {
      padding: 25px;
      background: #f7f8fb;
  }
  
  .information_name h5 {
      font-weight: 500;
      font-size: 26px;
      line-height: 32px;
  }
  
  .information_image_back {
      padding: 25px;
  }
  
  .information_text ul li span {
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      color: #314476;
  }
  
  .information_text ul li {
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
  }
  
  .information_text ul li p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #2f2b33;
  }
  
  .information_text ul li:nth-child(1) {
      margin-top: 15px;
  }
  
  .information_text ul li:last-child {
      margin-bottom: 25px;
  }
  
  .more_information .btn-primary {
      background-color: #314476;
      border-color: unset;
  }
  
  .card.card-body ul li p {
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 20px;
      color: #2f2b33;
  }
  
  .card.card-body ul li {
      margin-bottom: 10px;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: unset;
  }
  
  .more_information .nav-tabs {
      border-bottom: unset;
      margin-bottom: 10px;
  }
  
  .more_information .nav-tabs .nav-link.active {
      background: #314476;
      color: #fff;
  }
  
  .more_information .nav-tabs .nav-link {
      color: #2f2b33;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
  }
  
  .more_information iframe {
      width: 100%;
      height: 100%;
  }
  
  .information_map {
      width: 100%;
      height: 450px;
  }
  
  .information_text {
      display: flex;
  }
  
  .information_image_back ul {
      margin-left: 20px;
  }
  
  .map__main__right__info__text {
      height: 120px;
      overflow-y: hidden;
  }
  
  .map__main__right__info__text p {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .map__main__right__contact__top {
      height: 525px;
  }
  
  .map_of_regions {
      width: 70%;
      height: 400px;
  }
  
  .map_of_regions {
      width: 100%;
      height: 100%;
  }
  
  .contacts-form .card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0;
      border: 0;
  }
  
  .contacts-form .card {
      padding: 10px 0;
      border: none;
  }
  
  .contacts-form {
      margin: -10px 0;
  }
  
  .contacts-form .card-header h2 button {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      color: #000;
      font-weight: normal;
      line-height: 32px;
      padding-left: 0;
      padding-right: 0;
      box-shadow: unset;
      display: flex;
      align-items: center;
  }
  
  .contacts-form .card-header h2 button i {
      margin-left: 5px;
      font-size: 13px;
      color: #1b285c;
  }
  
  .phone_of_map a {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      color: #000;
      font-weight: normal;
      line-height: 32px;
  }
  
  .pages .gallery {
      padding-top: 0px;
      padding-bottom: 0px;
  }
  
  .leadership__main__title {
      padding-bottom: 40px;
  }
  /*.leadership__main__wrapper {*/
  /*    padding-top: 30px;*/
  /*}*/
  
  .leadership__main__wrapper__item {
      position: relative;
      min-height: 365px;
      padding: 25px 25px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 12px 3px rgba(56, 56, 56, 0.05);
      box-shadow: 0px 0px 12px 3px rgba(56, 56, 56, 0.05);
      border-radius: 3px;
      margin-bottom: 60px;
  }
  
  .leadership__main__wrapper__item__header {
      padding-left: 240px;
  }
  
  .leadership__main__wrapper__item__header__image {
      position: absolute;
      left: 25px;
      top: 0px;
      height: 240px;
      width: 210px;
      border-radius: 3px;
      overflow: hidden;
  }
  
  .leadership__main__wrapper__item__header__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
  }
  
  .leadership__main__wrapper__item__header__info {
      margin-bottom: 30px;
  }
  
  .leadership__main__wrapper__item__header__info h3 {
      font-weight: 600;
      font-size: 19px;
      line-height: 23px;
      color: #0057a0;
      margin-bottom: 10px;
  }
  
  .leadership__main__wrapper__item__header__info h4 {
      font-size: 17px;
      line-height: 26px;
      font-weight: 400;
      color: #586673;
      margin-bottom: 20px;
  }
  
  .leadership__main__wrapper__item__header__info ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  
  .leadership__main__wrapper__item__header__info ul li {
      width: 100%;
      margin-bottom: 10px;
  }
  
  .leadership__main__wrapper__item__header__info ul li span {
      font-weight: 500;
      font-size: 17px;
      line-height: 25px;
      color: #393f45;
  }
  
  leadership-bio.active p iframe {
      width: 100%!important;
  }
  
  .leadership__main__wrapper__item__header__info ul li small {
      font-weight: 400;
      font-size: 17px;
      line-height: 25px;
      color: #393f45;
  }
  /* .leadership__main__wrapper__item__footer {
    margin-top: auto;
  } */
  
  .leadership__main__wrapper__item__footer p {
      font-size: 17px;
      line-height: 25px;
      font-weight: 400;
      color: #586673;
      margin-bottom: 1rem;
  }
  
  .leadership-bio {
      padding-top: 20px;
      padding-bottom: 9px;
      visibility: hidden;
      -webkit-transform: translateY(120deg);
      -ms-transform: translateY(120deg);
      transform: translateY(120deg);
      overflow: hidden;
      height: 0;
      opacity: 0;
      -webkit-transition: height 0ms 0.2s ease-in-out, opacity 0.2s 0ms ease-in-out;
      -o-transition: height 0ms 0.2s ease-in-out, opacity 0.2s 0ms ease-in-out;
      transition: height 0ms 0.2s ease-in-out, opacity 0.2s 0ms ease-in-out;
  }
  
  .leadership-bio.active {
      opacity: 1;
      visibility: visible;
      height: auto;
      -webkit-transform: translateY(0deg);
      -ms-transform: translateY(0deg);
      transform: translateY(0deg);
      opacity: 1;
      -webkit-transition: height 0ms 0ms ease-in-out, opacity 600ms 0ms ease-in-out;
      -o-transition: height 0ms 0ms ease-in-out, opacity 600ms 0ms ease-in-out;
      transition: height 0ms 0ms ease-in-out, opacity 600ms 0ms ease-in-out;
  }
  
  .leadership-bio h2 {
      font-weight: 500;
      color: #3d3d3d;
      margin-bottom: 1rem;
      text-align: center;
      display: block;
      margin-top: 10px;
      font-size: 19px !important;
  }
  
  .leadership-bio h2>span {
      font-weight: 500;
      color: #3d3d3d;
      margin-bottom: 1rem;
      text-align: center;
      display: block;
      margin-top: 10px;
      font-size: 19px !important;
  }
  
  .leadership__main__wrapper__item__more i.active {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  .leadership-bio p {
      font-size: 17px;
      line-height: 25px;
      font-weight: 400;
      color: #586673;
      margin-bottom: 16px;
  }
  
  .leadership__main__wrapper__item__more {
      cursor: pointer;
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
  }
  
  .leadership__main__wrapper__item__more span {
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      color: #0057a0;
      user-select: none;
  }
  
  .leadership__main__wrapper__item__more i {
      color: #0057a0;
      margin-left: 6px;
      transform: rotate(-90deg);
      transition: all 0.2s ease-in-out;
  }
  
  .map_of_regions iframe {
      width: 100%;
  }
  
  .slidecontainer {
      width: 100%;
      /* Width of the outside container */
  }
  /* The slider itself */
  
  .slider {
      -webkit-appearance: none;
      /* Override default CSS styles */
      appearance: none;
      width: 100%;
      /* Full-width */
      height: 25px;
      /* Specified height */
      background: #d3d3d3;
      /* Grey background */
      outline: none;
      /* Remove outline */
      opacity: 0.7;
      /* Set transparency (for mouse-over effects on hover) */
      -webkit-transition: 0.2s;
      /* 0.2 seconds transition on hover */
      transition: opacity 0.2s;
  }
  /* Mouse-over effects */
  
  .slider:hover {
      opacity: 1;
      /* Fully shown on mouse-over */
  }
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  
  .inputs__one {
      display: flex;
      flex-direction: column;
  }
  
  .sidebar-quiz {
      display: none;
  }
  
  .leadership .card-body {
      margin-top: 25px;
  }
  
  .leadership .btn-primary {
      background-color: transparent;
      color: #2f2b33;
      border-color: #2f2b33;
  }
  
  .leadership .btn-primary:not(:disabled):not(.disabled):active {
      background-color: transparent;
      color: #2f2b33;
      border-color: #2f2b33;
  }
  
  .leadership .btn-primary:focus {
      box-shadow: unset;
  }
  
  .contact_Pages .card {
      padding: 0;
      border-bottom: 1px solid #d5ddf3 !important;
  }
  
  .contact_Pages .card:last-child {
      border: 0 !important;
  }
  
  .contact_Pages .card:nth-child(even) {
      background: #f8f9fc;
  }
  
  .contact_Pages .card:nth-child(odd) {
      background-color: transparent;
  }
  
  .contacts-form .card-header {
      padding: 16px 24px;
      border-bottom: 1px solid #d5ddf3;
  }
  
  .contacts-form .card-header h2 {
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 32px;
      color: #000000;
  }
  
  .pages-content .accordion {
      border: 1px solid #d5ddf3;
      border-radius: 4px;
  }
  
  .news__home__item {
      border-radius: 5px;
      display: block;
      overflow: hidden;
      /* background-color: #1b285c14; */
      background-color: #ffffff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
      padding: 15px;
  }
  
  .news__home__change {
      display: block;
      padding: 15px;
      border-radius: 5px;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0 0 3px rgb(0 0 0 / 9%);
      opacity: 1;
  }
  
  .owl-stage-outer {
      padding: 15px;
      margin: -15px;
  }
  
  .contact_Pages .content::after {
      display: none;
  }
  
  .press-news__last {
      display: block;
      padding: 15px;
      border: 1px solid #1b285c14;
      border-radius: 5px;
  }
  
  #press-news .owl-nav {
      position: absolute;
      top: 88.7%;
      right: 23px;
      z-index: 9999;
  }
  
  #press-news .owl-nav button {
      outline: none;
      margin: 0;
      margin-left: 20px;
  }
  /* #press-news .owl-nav button:hover {
      transform: scale(1.2);
      transition: all ease-in-out 0.3s;
  } */
  /*.news-view-content img {*/
  /*    width: 100%;*/
  /*}*/
  
  .secure-services .news-main .news-view-top p {
      padding-top: 0;
      padding-bottom: 0;
  }
  
  #press-news .owl-nav button i {
      color: #1b285c !important;
      outline: none;
  }
  
  #press-news .owl-nav button i::before {
      color: unset;
  }
  
  .owl-theme .owl-nav [class*="owl-"]:hover {
      background: unset;
      outline: none;
  }
  /* .pages .contact_Pages .pages-content .content {
      min-height: 0;
      border-radius: 0;
      background-color: unset;
      box-shadow: unset;
      width: unset;
      padding: 0;
  } */
  
  .contact_Pages .content-body>div:nth-child(1) {
      background: #f8f9fc;
      padding: 32px;
      margin-bottom: 60px;
  }
  
  .footer-contacts ul li:last-child {
      margin-bottom: 0;
      margin-top: 24px;
  }
  
  .pages-content .content {
      padding: 0px;
  }
  
  .contact__wrapper li:first-child {
      width: 188px;
  }
  
  .contact__wrapper {
      display: flex;
      justify-content: space-between;
  }
  
  .contact__wrapper:first-child {
      padding: 0;
      border: none;
  }
  
  .footer-contacts ul li p {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
  }
  
  .contact__wrapper li:last-child {
      /* margin-left: 24px; */
      margin-top: 24px;
  }
  
  .footer-contacts ul>div:nth-child(3) {
      border-bottom: 1px solid #d5ddf3;
  }
  
  .footer-contacts ul>div:nth-child(3) li {
      margin-bottom: 24px;
      margin-top: 0;
  }
  
  .footer-contacts ul>div:nth-child(2) li {
      margin-top: 0;
      width: 159.63px;
  }
  /*new carousel*/
  
  .home-review {
      /*background-color: #FCFCFE;*/
      /*background-color: #0d47a12b;*/
      padding: 50px 0;
  }
  
  .title-allblock {
      margin-bottom: 30px;
  }
  
  .review-card {
      border-radius: 5px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0 4px 10px 0 rgba(37, 37, 37, 0.08);
      width: 100%;
      height: 180px;
      overflow: hidden;
      padding: 0 30px 0 0;
      display: flex;
      align-items: center;
      text-decoration: none;
      position: relative;
      background-position: top !important;
      background-size: cover !important;
  }
  
  .review-card:hover:after {
      background-color: rgba(71, 87, 157, 0.6);
      transition: all 0.6s ease-in-out;
  }
  
  .review-card:hover .review-card_item-title h2,
  .review-card:hover {
      color: #fff;
  }
  
  .review-card:hover .review-card_item-info p {
      color: #fff;
  }
  
  .review-card:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgb(255, 255, 255);
      transition: all 0.6s ease-in-out;
  }
  
  .review-card_item {
      border-left: 2px #312783 solid;
      padding-left: 30px;
      position: relative;
      z-index: 1;
      width: 100%;
  }
  
  .review-card_item-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .review-card_item-title h2 {
      font-size: 20px;
      font-weight: 500;
      color: rgb(44, 44, 44);
      margin-bottom: 0;
  }
  
  .review-card_item-title span {
      font-size: 18px;
      font-weight: 600;
      color: #47579d;
  }
  
  .review-card_item-info {
      padding-top: 25px;
      min-height: 75px;
  }
  
  .review-card_item-info p {
      font-size: 18px;
      color: rgb(145, 145, 145);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  
  #home-review .owl-stage-outer {
      padding: 15px;
      margin: -15px;
  }
  
  #home-review .owl-dots {
      position: absolute;
      top: -45px;
      right: -7px;
  }
  
  #home-review .owl-dots button:focus {
      outline: none;
  }
  
  #home-review .owl-dots button span {
      background-color: #b1afc6;
  }
  
  #home-review .owl-dots button.active span {
      background-color: #312783;
  }
  
  .press {
      padding-top: 60px;
  }
  /* end home-services*/
  
  .home-review .owl-nav {
      position: absolute;
      right: 0;
      top: -30px;
      transform: translateY(-30%);
      margin: 0;
  }
  
  .home-review .owl-nav button:hover {
      background: transparent !important;
      outline: none;
  }
  
  .home-review .owl-nav button {
      margin: 0 0 0 19px !important;
      outline: none;
  }
  
  .home-review .owl-nav button i {
      font-size: 22px;
  }
  
  .home-review .owl-nav button i::before {
      /* color: #314476; */
      color: #1b285c;
  }
  
  .home-review .owl-carousel .owl-nav.disabled {
      display: block;
  }
  
  .request-form .form-control::-webkit-input-placeholder {
      font-size: 14px;
  }
  
  .request-form .form-control::-moz-placeholder {
      font-size: 14px;
  }
  
  .request-form .form-control:-ms-input-placeholder {
      font-size: 14px;
  }
  
  .request-form .form-control::-ms-input-placeholder {
      font-size: 14px;
  }
  
  .request-form .form-control::placeholder {
      font-size: 14px;
  }
  
  .request-form .form-control {
      -webkit-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
  }
  
  .request-form .form-group label {
      margin-bottom: 7px;
  }
  
  .request-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: 0 0 5px rgba(10, 38, 129, 0.423);
      border-color: #1b285c34;
  }
  
  .request-form h4 {
      font-size: 27px;
      color: #1b285c;
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto;
      margin-bottom: 30px;
  }
  
  .request-form h4::after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 2px;
      background: #1b285c;
      left: 0;
  }
  
  .request-form_main {
      padding-top: 45px;
      padding-bottom: 40px;
  }
  
  .request-form .form-group {
      margin-bottom: 1.6rem;
  }
  
  .request-form .form-control {
      background: transparent !important;
  }
  
  .vid {
      display: flex;
      justify-content: space-between;
  }
  
  .vid__block {
      width: 20%;
      height: 100%;
  }
  
  .vidi__img {
      object-fit: inherit !important;
      width: 100%;
      /*height: 100%;*/
  }
  
  .security__title h2 {
      font-size: 28px;
      line-height: 36px;
      font-weight: 700;
      color: #1b285c;
      text-align: center;
  }
  
  .security__title {
      margin-bottom: 25px;
  }
  
  .vid__block a {
      display: block;
  }
  .tech_card p{
      text-align: center;
      font-weight: 600;
  }
  .form_banner_img {
      width: 50%;
      height: 100%;
  }
  .form_banner_content .modal-dialog {
      max-width: 820px;
  }
  .tech_form{
      padding: 20px;
      background-color: #f5f4f9;
      position: relative;
      border-radius: 0;
      transition: all .3s ease
  }
  .form-content{
      border-bottom: 1px solid;
      margin-bottom: 20px;
  }
  .stats-item .stats-result {
      padding-top: 10px;
  }

  .accordion .card .card-header {
      border: none;
      background-color: #f5f4f9;
      border-radius: 0;
  }
  #faqAccordion .card-faq .card-header .btn {
      padding: 20px 70px 20px 25px;
      position: relative;
      color: #000;
      border-radius: 0;
      transition: all .3s ease;
  }
  #faqAccordion .card-faq .card-header .btn .fa {
      position: absolute;
      right: 40px;
      top: 25px;
      font-size: 16px;
      color: #4776b3;
      transition: transform .5s ease;
  }
  #faqAccordion .card-faq .card-body {
      background-color: #f5f4f9;
  }
  #faqAccordion .card-faq .card-body .answer {
      padding: 20px 75px 10px 30px;
      position: relative;
      background-color: #fff;
  }
  .btn.focus, .btn:focus{
      box-shadow: none;
  }
  .stats-icon{
      width: 70px;
  }
  .stats-item .stats-title p{
      text-align: center;
  }
  .stats-item{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  /*.home-stats {*/
  /*    padding: 0;*/
  /*}*/
  .form_banner{
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 260px;
  }
  .form_banner_content{
      width: 50%;
      padding: 20px;
      background-color: #f5f4f9;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
  }
  .form_banner .form_banner_img img{
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      height: 100%;
  }
  .vid .vid__block .vidi__oxran p {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      color: #1b285c;
      text-align: center;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .vidi_img_block {
      max-width: 196px;
      flex: 0 0 196px;
      height: 186px;
  }
  
  .vidi__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .news__home__last__info .news__home__last__short p {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #2f2b33;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .leg-carousel {
      padding-top: 30px;
  }
  
  .leg-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 15px;
      text-align: center;
      background: #fff;
      box-shadow: 0 0 6px rgb(0 0 0 / 22%);
      min-height: 200px;
      transition: 0.3s ease-in-out;
      margin-bottom: 30px;
  }
  
  .leg-card_item-title h2 {
      font-size: 18px;
      color: #072673;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      /* height: 56px; */
  }
  
  .leg-card_item span {
      display: block;
      color: #252936;
      margin-top: 15px;
  }
  
  .leg-wrapper {
      font-size: 16px;
      letter-spacing: .2px;
      line-height: 29px;
      background: #fff;
      padding: 30px;
      box-shadow: 0px 0px 8px rgb(173 177 188 / 20%);
      border-radius: 2px;
      font-family: 'Merriweather', sans-serif!important;
  }
  
  .pages-content .content {
      font-size: 16px;
      letter-spacing: .2px;
      line-height: 29px;
      font-family: 'Merriweather', sans-serif!important;
  }
  
  button:focus {
      outline: none !important;
  }
  
  #leg-review.owl-theme .owl-dots .owl-dot.active span {
      width: 30px !important;
      background: #1b285c !important;
  }
  
  #leg-review.owl-theme .owl-dots .owl-dot span {
      width: 30px !important;
  }
  
  #leg-review.owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: 20px;
  }

 
  .documents__page__title {
    margin-bottom: 32px;
  }
  .documents__images {
    width: 100%;
    height: 331px;
    border: 2px solid #c3c8e0;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .documents__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 8px;
  }
  
  .documents__card {
    display: block;
  }
  .document__name h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1b285c;
  }
  .document__name {
    margin-bottom: 8px;
  }
  
  .document__downloader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .document__downloader a {
    width: 143px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #c3c8e0;
    border-radius: 4px;
  }
  .document__downloader a:hover {
    background: rgba(255, 216, 2, 1);
    border: none;
  }
  .view i {
    font-size: 20px;
    color: #1b285c;
  }
  .download i {
    font-size: 22px;
    color: #1b285c;
  }
  .document__block {
    margin-bottom: 40px;
  }
  .tel__head {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
  
    display: flex;
    align-items: center;
    margin-right: 16px;
    color: #1b285c;
  }
  .tel__head p {
    margin-bottom: 0;
  }