:root {
  --header-height: 80px;
  --color-main: #fff;
  --logo-size: 70px;
}

@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg") format("svg");
  /* Legacy iOS */
}
* {
  font-family: "Poppins-Regular" !important;
}

::-webkit-scrollbar {
  width: 15px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(26, 84, 148, 0.5);
}

body {
  background: url(../images/backimage.png);
  background-size: cover;
  object-fit: cover;
  min-height: 100vh;
}
body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/tohve.svg");
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay !important;
  -moz-mix-blend-mode: overlay !important;
  -o-mix-blend-mode: overlay !important;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -100 !important;
}

.link-hover {
  text-decoration: none !important;
}

.link-hover:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}

.dropdown .dropdown-menu {
  inset: 0px !important;
  text-align: start !important;
  min-width: 2rem !important;
  min-height: 3rem !important;
  padding-left: 8px !important;
}
.dropdown button {
  border: 2px solid var(--color-main) !important;
  border-radius: 40px;
  padding: 8px 18px !important;
}
.dropdown button:focus {
  border: 2px solid var(--color-main) !important;
}

.header {
  height: var(--header-height);
  padding-top: 1rem;
}
.header .logo {
  height: var(--logo-size) !important;
  margin-right: 10px;
}
.header .menu-btn {
  z-index: 100 !important;
}

.login-modal {
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.login-modal .logo-text {
  color: #1c5697;
}

.login-btn {
  background-color: #135497 !important;
  transition: all 0.3s;
}
.login-btn:hover {
  background-color: #124477 !important;
}

.login-btn-2 {
  color: #135497;
  border: 1px solid #135497;
}
.login-btn-2:hover {
  color: #164676;
  border-color: #164676;
}

.login-input {
  position: relative;
}
.login-input label {
  top: -12px;
  position: absolute;
  margin-left: 15px;
}
.login-input input {
  outline: 2px solid #dadada;
}
.login-input input:focus {
  outline: 2px solid #1c5697 !important;
}

.login-check-area {
  margin-left: auto !important;
}

@media (max-width: 420px) {
  .dropdown a {
    margin-left: -5px;
  }

  .header {
    padding-top: 0 !important;
  }
}
.login a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login .login-link {
  border: 2px solid var(--color-main);
  cursor: pointer;
}
.login .signIn-link {
  color: #184c9f;
}

.close-btn-3 {
  margin-top: 100px !important;
}

.footer {
  top: 100% !important;
  position: sticky !important;
}
.footer img {
  width: 21px !important;
  height: 21px !important;
}

a {
  text-decoration: none !important;
}

.main-color {
  color: var(--color-main);
}

.object-fit-cover {
  object-fit: cover !important;
}

.d-inline-flex {
  display: inline-flex;
}

.h-70vh {
  height: 80vh;
  width: 61%;
  height: 61%;
}

.top-0 {
  top: 0 !important;
}

.left-0 {
  left: 0;
}

.me-45 {
  margin-right: 2.5rem !important;
}

.ms-15 {
  margin-left: 6px !important;
}

.ms-45 {
  margin-left: 2.5rem !important;
}

.ms-25 {
  margin-left: 12px !important;
}

.mx-15 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mx-25 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mt-45 {
  margin-top: 2rem !important;
}

.my-25 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.my-35 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.py-25 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.rounded-right {
  border-radius: 0 10px 10px 0 !important;
}

.box-shadow {
  box-shadow: 0.1px 1px 30px rgba(190, 188, 188, 0.5);
}

.cursor-pointer {
  cursor: pointer !important;
}

.mh-500 {
  max-height: 500px !important;
}

.textarea {
  border: none !important;
  outline: 1px solid #fff !important;
  resize: none;
  height: 100px !important;
}

.textarea-2 {
  border: none !important;
  max-height: 100px !important;
  outline: 2px solid #dadada;
}
.textarea-2:focus {
  outline: 2px solid #1c5697 !important;
}

.training-img {
  width: 100% !important;
  height: 250px !important;
}

.map-img {
  animation: map-effect 1s;
  animation-fill-mode: forwards;
}

@keyframes map-effect {
  from {
    transform: translate(-1000px, 0);
  }
  to {
    transform: translate(-55px, 0);
  }
}
.carousel-indicators {
  margin-left: 50px !important;
}
.carousel-indicators button {
  width: 80px !important;
  height: 2px !important;
}

.carousel {
  animation: carousel 1s;
}
.carousel .carousel-inner {
  margin: 90px 0 0 50px;
  padding: 80px 120px 80px 0;
}
.carousel h2 {
  font-weight: 600;
}

@keyframes carousel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.light-image {
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen !important;
  -moz-mix-blend-mode: screen !important;
  -o-mix-blend-mode: screen !important;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  top: 20px;
  right: 150px;
  animation: light-effect 1s;
  height: 550px !important;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes light-effect {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
    filter: brightness(1.25);
  }
}
.openmenu {
  background-color: rgba(26, 84, 148, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--color-main);
  width: 100%;
  height: 100%;
  z-index: 1000 !important;
  top: 0;
  right: -100%;
  position: fixed;
  transition: all 0.2s !important;
  opacity: 1;
}

.menu-links {
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.menu-links a {
  font-size: 16px;
}

.search {
  border-bottom: 1px solid #fff;
}
.search input {
  background-color: transparent;
  border: none;
  padding: 10px;
  color: var(--color-main) !important;
}
.search input:focus {
  outline: none !important;
}

::placeholder {
  color: var(--color-main) !important;
}

.menu-drop {
  background-color: rgba(27, 102, 178, 0.8) !important;
  backdrop-filter: brightness(100%);
}

.f-md-0 {
  font-size: 0px !important;
}

.f-md-1 {
  font-size: 1px !important;
}

.f-md-2 {
  font-size: 2px !important;
}

.f-md-3 {
  font-size: 3px !important;
}

.f-md-4 {
  font-size: 4px !important;
}

.f-md-5 {
  font-size: 5px !important;
}

.f-md-6 {
  font-size: 6px !important;
}

.f-md-7 {
  font-size: 7px !important;
}

.f-md-8 {
  font-size: 8px !important;
}

.f-md-9 {
  font-size: 9px !important;
}

.f-md-10 {
  font-size: 10px !important;
}

.f-md-11 {
  font-size: 11px !important;
}

.f-md-12 {
  font-size: 12px !important;
}

.f-md-13 {
  font-size: 13px !important;
}

.f-md-14 {
  font-size: 14px !important;
}

.f-md-15 {
  font-size: 15px !important;
}

.f-md-16 {
  font-size: 16px !important;
}

.f-md-17 {
  font-size: 17px !important;
}

.f-md-18 {
  font-size: 18px !important;
}

.f-md-19 {
  font-size: 19px !important;
}

.f-md-20 {
  font-size: 20px !important;
}

.f-md-21 {
  font-size: 21px !important;
}

.f-md-22 {
  font-size: 22px !important;
}

.f-md-23 {
  font-size: 23px !important;
}

.f-md-24 {
  font-size: 24px !important;
}

.f-md-25 {
  font-size: 25px !important;
}

.f-md-26 {
  font-size: 26px !important;
}

.f-md-27 {
  font-size: 27px !important;
}

.f-md-28 {
  font-size: 28px !important;
}

.f-md-29 {
  font-size: 29px !important;
}

.f-md-30 {
  font-size: 30px !important;
}

.f-md-31 {
  font-size: 31px !important;
}

.f-md-32 {
  font-size: 32px !important;
}

.f-md-33 {
  font-size: 33px !important;
}

.f-md-34 {
  font-size: 34px !important;
}

.f-md-35 {
  font-size: 35px !important;
}

.f-md-36 {
  font-size: 36px !important;
}

.f-md-37 {
  font-size: 37px !important;
}

.f-md-38 {
  font-size: 38px !important;
}

.f-md-39 {
  font-size: 39px !important;
}

.f-md-40 {
  font-size: 40px !important;
}

.f-md-41 {
  font-size: 41px !important;
}

.f-md-42 {
  font-size: 42px !important;
}

.f-md-43 {
  font-size: 43px !important;
}

.f-md-44 {
  font-size: 44px !important;
}

.f-md-45 {
  font-size: 45px !important;
}

.f-md-46 {
  font-size: 46px !important;
}

.f-md-47 {
  font-size: 47px !important;
}

.f-md-48 {
  font-size: 48px !important;
}

.f-md-49 {
  font-size: 49px !important;
}

.f-md-50 {
  font-size: 50px !important;
}

.f-md-51 {
  font-size: 51px !important;
}

.f-md-52 {
  font-size: 52px !important;
}

.f-md-53 {
  font-size: 53px !important;
}

.f-md-54 {
  font-size: 54px !important;
}

.f-md-55 {
  font-size: 55px !important;
}

.f-md-56 {
  font-size: 56px !important;
}

.f-md-57 {
  font-size: 57px !important;
}

.f-md-58 {
  font-size: 58px !important;
}

.f-md-59 {
  font-size: 59px !important;
}

.f-md-60 {
  font-size: 60px !important;
}

@media (max-width: 420px) {
  .f-0 {
    font-size: 0px !important;
  }

  .f-1 {
    font-size: 1px !important;
  }

  .f-2 {
    font-size: 2px !important;
  }

  .f-3 {
    font-size: 3px !important;
  }

  .f-4 {
    font-size: 4px !important;
  }

  .f-5 {
    font-size: 5px !important;
  }

  .f-6 {
    font-size: 6px !important;
  }

  .f-7 {
    font-size: 7px !important;
  }

  .f-8 {
    font-size: 8px !important;
  }

  .f-9 {
    font-size: 9px !important;
  }

  .f-10 {
    font-size: 10px !important;
  }

  .f-11 {
    font-size: 11px !important;
  }

  .f-12 {
    font-size: 12px !important;
  }

  .f-13 {
    font-size: 13px !important;
  }

  .f-14 {
    font-size: 14px !important;
  }

  .f-15 {
    font-size: 15px !important;
  }

  .f-16 {
    font-size: 16px !important;
  }

  .f-17 {
    font-size: 17px !important;
  }

  .f-18 {
    font-size: 18px !important;
  }

  .f-19 {
    font-size: 19px !important;
  }

  .f-20 {
    font-size: 20px !important;
  }

  .f-21 {
    font-size: 21px !important;
  }

  .f-22 {
    font-size: 22px !important;
  }

  .f-23 {
    font-size: 23px !important;
  }

  .f-24 {
    font-size: 24px !important;
  }

  .f-25 {
    font-size: 25px !important;
  }

  .f-26 {
    font-size: 26px !important;
  }

  .f-27 {
    font-size: 27px !important;
  }

  .f-28 {
    font-size: 28px !important;
  }

  .f-29 {
    font-size: 29px !important;
  }

  .f-30 {
    font-size: 30px !important;
  }

  .f-31 {
    font-size: 31px !important;
  }

  .f-32 {
    font-size: 32px !important;
  }

  .f-33 {
    font-size: 33px !important;
  }

  .f-34 {
    font-size: 34px !important;
  }

  .f-35 {
    font-size: 35px !important;
  }

  .f-36 {
    font-size: 36px !important;
  }

  .f-37 {
    font-size: 37px !important;
  }

  .f-38 {
    font-size: 38px !important;
  }

  .f-39 {
    font-size: 39px !important;
  }

  .f-40 {
    font-size: 40px !important;
  }

  .f-41 {
    font-size: 41px !important;
  }

  .f-42 {
    font-size: 42px !important;
  }

  .f-43 {
    font-size: 43px !important;
  }

  .f-44 {
    font-size: 44px !important;
  }

  .f-45 {
    font-size: 45px !important;
  }

  .f-46 {
    font-size: 46px !important;
  }

  .f-47 {
    font-size: 47px !important;
  }

  .f-48 {
    font-size: 48px !important;
  }

  .f-49 {
    font-size: 49px !important;
  }

  .f-50 {
    font-size: 50px !important;
  }

  .f-51 {
    font-size: 51px !important;
  }

  .f-52 {
    font-size: 52px !important;
  }

  .f-53 {
    font-size: 53px !important;
  }

  .f-54 {
    font-size: 54px !important;
  }

  .f-55 {
    font-size: 55px !important;
  }

  .f-56 {
    font-size: 56px !important;
  }

  .f-57 {
    font-size: 57px !important;
  }

  .f-58 {
    font-size: 58px !important;
  }

  .f-59 {
    font-size: 59px !important;
  }

  .f-60 {
    font-size: 60px !important;
  }

  .mt-25 {
    margin-top: 20px !important;
  }

  .header .header-left {
    margin-left: 20px !important;
  }

  .header-link {
    transform: translate(-20px, 0);
  }

  .carousel {
    margin: -60px 0 0 0 !important;
  }
  .carousel .carousel-inner {
    margin: 100px 0 0 -10px !important;
  }
  .carousel .carousel-indicators {
    margin-left: 80px !important;
    transform: translate(0, -20px) !important;
  }
  .carousel .carousel-indicators button {
    margin-left: 20px !important;
  }
  .carousel .carousel-indicators a {
    margin-top: 5px;
  }

  .dropdown-2 {
    display: block;
  }
  .dropdown-2 button {
    padding: 0.25rem 0.3rem !important;
  }

  .rights-text {
    margin-left: 5px !important;
    max-width: 150px;
  }

  .social {
    margin-right: 10px !important;
  }
  .social img {
    width: 12px !important;
    margin-top: 5px !important;
    height: 12px !important;
  }

  .page-link {
    margin-right: 50px !important;
  }

  .menu-links .row {
    padding-left: 0 !important;
  }

  .icon-size {
    width: auto !important;
    height: 15px !important;
  }

  .light-image {
    height: 300px !important;
    width: auto !important;
    top: 50%;
    left: 0;
  }

  .wiki-logo {
    min-width: 22px !important;
    min-height: 22px !important;
    transform: translate(0, -3px) !important;
  }

  .select-col {
    margin-top: 20px !important;
  }
}
@media screen and (min-device-width: 420px) and (max-device-width: 768px) {
  .light-image {
    height: 300px;
    width: auto;
    top: 45%;
    left: 0;
  }

  .buta-image {
    transform: translate(0, -100px) !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .light-image {
    height: 300px;
    width: auto;
    top: 45%;
    left: 0;
  }

  .buta-image {
    transform: translate(0, -100px) !important;
  }
}
@media (max-width: 769px) {
  .carousel .carousel-inner {
    margin: 100px 0 0 -60px !important;
    padding: 50px 90px;
  }
  .carousel .carousel-indicators {
    margin-left: 10px !important;
  }
  .carousel .carousel-indicators button {
    margin-left: 20px;
  }

  .buta-image {
    margin-top: -30px !important;
  }

  .map-img {
    margin-top: 50px;
  }

  .dropdown {
    display: none;
  }

  .dropdown-2 {
    display: block;
  }
}
@media (min-width: 992px) {
  .visually-lg-hidden {
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .home-bg-before:before {
    content: "";
    position: absolute;
    width: 750px;
    height: 640px;
    top: 0;
    right: 0;
    background-image: url("../images/buta-2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.header-link a {
  text-decoration: none;
}

.history {
  background-color: rgba(26, 84, 148, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 97% !important;
  max-width: 97 !important;
}



@media (max-width: 420px) {
  .header {
    margin-top: 20px !important;
  }

  .dropdown {
    display: none;
  }

  .dropdown-2 {
    display: block;
  }
}
@media (max-width: 420px) {
  .dropdown {
    display: none;
  }

  .dropdown-2 {
    display: block;
  }

  .text-area {
    height: 650px !important;
  }
}
@media (min-width: 768px) {
  .text-area {
    height: 700px !important;
  }
}
@media (min-width: 1200px) {
  .text-area {
    height: 500px !important;
  }
}
@media (min-width: 1800px) {
  .text-area {
    height: 600px !important;
  }
}
.text-area {
  max-height: 500px;
  overflow: auto;
}

.box {
  background-color: #1a5494;
  border-radius: 10px;
  padding: 20px;
  margin: 5px 0;
}

.car {
  position: relative !important;
}
.car .top-icon {
  margin: 60px 0 0 -130px;
}

.bottom-box .bottom-icon {
  margin: 65px 0 0 -130px !important;
}

.box2 {
  margin-right: -110px !important;
  margin-left: 100px !important;
}

.iconimg {
  margin-left: 90% !important;
}

@media (max-width: 420px) {
  .history .box2 {
    margin: 0 !important;
  }
  .history .top-icon {
    margin: 50px 0 0 -100px !important;
  }
  .history .bottom-icon {
    margin: 65px 0 0 -135px;
  }

  .firstbox img {
    margin-top: 100px !important;
  }
}
@media (max-width: 769px) {
  .history .top-icon {
    margin: 50px 0 0 -120px;
  }
}
@media (max-width: 1024px) {
  .history .box2 {
    margin: 0 !important;
  }
}
@media (max-width: 1400px) {
  .history .box2 {
    margin: 0 !important;
  }
}
.structure-box {
  background: rgba(68, 117, 168, 0.5);
  border: 1px solid var(--color-main);
  border-radius: 10px;
}
.structure-box:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.structure-box .structure-box-header {
  transform: translate(0, -30px);
  color: #0e2656;
}

.structure-image {
  margin-right: 55px !important;
}

.st-img {
  padding: 0 50px 0 50px !important;
}

.structure-sector-left {
  animation: sectoreffect 0.5s;
}
@keyframes sectoreffect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.structure-sector-right {
  animation: sectoreffect 0.8s;
}
@keyframes sectoreffect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

@media (min-width: 1600px) {
  .image {
    width: 100%;
    height: 400px !important;
  }
}
.image-div:hover .overlay-inner {
  transform: translate(0, 0);
  transition: transform 0.3s;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, black 0.1%, transparent);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  height: 20%;
  text-align: center;
  overflow: hidden;
}
.overlay .overlay-inner {
  transform: translate(0, 45px);
  transition: transform 0.3s;
}

.img-social {
  margin-top: -15px;
}

@media (max-width: 420px) {
  .overlay .overlay-inner {
    transform: translate(0, 45px);
    transition: transform 0.3s;
  }
  .overlay .img-social {
    margin-top: -20px !important;
  }

  .image-div:hover .overlay-inner {
    transform: translate(0, 0);
    transition: transform 0.3s;
  }
}
.underline {
  border: solid var(--color-main);
  border-width: 0 0 1px 0;
  width: 100%;
}

.underline-gray {
  border: solid #dfdfdf;
  border-width: 0 0 1px 0;
  width: 100%;
}

.license-underline {
  border-bottom: 2px solid #fff;
  width: 88px;
}

.history-underline {
  border-bottom: 2px solid #fff;
  width: 50px;
}

.industry-underline {
  border-bottom: 2px solid #fff;
  width: 95px;
}

.photos-underline {
  border-bottom: 2px solid #fff;
  width: 68px;
}

.second-img {
  transform: translate(-170px, 30px);
}

.page-7-img {
  transform: translate(10px, -130px);
  width: 85% !important;
  height: auto;
}

.strategic-page .owl-nav {
  position: absolute;
  top: -88px;
  right: -160px;
}
.strategic-page .owl-nav .owl-prev {
  color: var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 29px !important;
  height: 29px !important;
}
.strategic-page .owl-nav .owl-prev:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}
.strategic-page .owl-nav .owl-prev span {
  font-size: 30px !important;
  transform: translate(-3px, -23px) !important;
  position: absolute;
}
.strategic-page .owl-nav .owl-next {
  color: var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 29px !important;
  height: 29px !important;
}
.strategic-page .owl-nav .owl-next:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}
.strategic-page .owl-nav .owl-next span {
  font-size: 30px !important;
  transform: translate(-3px, -23px) !important;
  position: absolute;
}
.strategic-page #second-tab {
  display: none;
}
.strategic-page #third-tab {
  display: none;
}
.strategic-page #forth-tab {
  display: none;
}
.strategic-page #first-tab-link {
  color: #fff;
}
.strategic-page #second-tab-link {
  color: #ccc0c0;
}
.strategic-page #third-tab-link {
  color: #ccc0c0;
}
.strategic-page #forth-tab-link {
  color: #ccc0c0;
}

@media (max-width: 420px) {
  .page-7-img {
    transform: translate(5px, -108px) !important;
  }

  .strategic-page .owl-nav {
    right: 8px !important;
    top: -78px !important;
  }

  .second-img {
    transform: translate(-190px, 20px) !important;
    width: 60% !important;
  }
}
@media (max-width: 768px) {
  .strategic-page .owl-nav {
    right: -60px;
    top: -78px;
  }
}
@media (max-width: 1024px) {
  .second-img {
    transform: translate(-115px, 10px);
    width: 70%;
    height: auto;
  }

  .owl-nav {
    right: -70px !important;
    top: -78px !important;
  }
}
.icon-link {
  text-decoration: none;
}

.rounded-box {
  min-width: 136px;
  height: 131px;
  border-radius: 0 50% 50% 50%;
  align-items: center !important;
}

.person-img {
  max-height: 200px;
  max-width: 200px;
  object-fit: cover;
}

.owl-dot {
  display: none !important;
}

.carousel-over {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, black 0.1%, transparent);
  color: #f1f1f1;
  width: 100%;
  opacity: 1;
  color: white;
  font-size: 20px;
  text-align: center;
}

.carousel-side {
  max-height: 240px !important;
}

.page-8 .owl-nav {
  position: absolute;
  top: 33% !important;
  display: flex;
  justify-content: center;
  width: 100% !important;
}
.page-8 .owl-nav .owl-prev {
  transform: translate(15px, 0);
  background-color: transparent !important;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-main) !important;
  border-radius: 50% !important;
  position: relative;
}
.page-8 .owl-nav .owl-prev img {
  margin: 0 0 3px 0 !important;
}
.page-8 .owl-nav .owl-prev span {
  transform: translate(-4px, 0) !important;
  position: absolute;
  font-size: 30px;
}
.page-8 .owl-nav .owl-next {
  margin-left: auto !important;
  transform: translate(-15px, 0);
  background-color: transparent !important;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-main) !important;
  border-radius: 50% !important;
  position: relative;
}
.page-8 .owl-nav .owl-next img {
  margin: 0 0 3px 5px !important;
}
.page-8 .owl-nav .owl-next span {
  transform: translate(-4px, -23px) !important;
  position: absolute;
  font-size: 30px;
  font-weight: 100 !important;
}

.committe-person {
  width: 190px;
  height: 210px;
}

.committe-icon {
  width: 90px;
}

.akta-logo {
  width: 170px !important;
  height: auto;
  margin: 30px 0 0 -20px;
}

.ask-logo {
  width: 150px !important;
  height: auto;
  margin-left: -7px;
}

.asi-logo {
  width: 160px !important;
  height: auto;
  margin: 20px 0 0 -5px;
}

@media (max-width: 420px) {
  .page-8 .owl-nav {
    left: 0 !important;
  }

  .akta-logo {
    margin: 30px 0 0 8px;
  }

  .ask-logo {
    margin-left: 15px !important;
    margin-top: 10px !important;
  }

  .asi-logo {
    margin-left: 11px !important;
  }

  .committe-person {
    width: 200px;
    height: 300px;
  }
}
@media (max-width: 769px) {
  .ask-logo {
    width: 100px;
    height: auto;
  }

  .asi-logo {
    margin-left: 11px;
  }
}
@media (min-width: 1600px) {
  .committe-person {
    width: 200px;
    height: 270px;
  }
}
.owl-item {
  min-height: 100% !important;
}

.active-box {
  width: 22px;
  height: 22px;
}

.time-text {
  margin-top: -25px;
}

.text-area-9 p {
  line-height: 34px;
}

@media (max-width: 420px) {
  .image-area-9 {
    width: 330px !important;
    margin: 0 0 0 20px !important;
  }

  .text-area-9 {
    width: 330px !important;
    margin: 0 0 0 20px !important;
  }

  .honorary-img {
    max-height: 300px !important;
  }
}
@media (max-width: 820px) {
  .honorary-img {
    max-height: 300px !important;
  }
}
@media (min-width: 821px) {
  .honorary-img {
    max-height: 400px !important;
  }
}
@media (min-width: 1200px) {
  .honorary-img {
    max-height: 430px !important;
  }
}
@media (min-width: 1440px) {
  .text-area-9 {
    max-height: 490px !important;
  }

  .rounded-box {
    width: 160px !important;
    height: 160px !important;
  }
}
.page-12 .owl-nav {
  position: absolute;
  top: -80px;
  right: 5px !important;
}
.page-12 .owl-nav .owl-prev {
  color: var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 29px !important;
  height: 29px !important;
}
.page-12 .owl-nav .owl-prev:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}
.page-12 .owl-nav .owl-prev span {
  font-size: 30px !important;
  transform: translate(-3px, -23px) !important;
  position: absolute;
}
.page-12 .owl-nav .owl-next {
  color: var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 29px !important;
  height: 29px !important;
}
.page-12 .owl-nav .owl-next:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}
.page-12 .owl-nav .owl-next span {
  font-size: 30px !important;
  transform: translate(-3px, -23px) !important;
  position: absolute;
}

.carousel-icon {
  width: 21px !important;
  height: 21px !important;
}

.honorary-img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

#individual-link {
  color: var(--color-main);
}

#corporative-link {
  color: #ccc0c0;
}

#legals-link {
  color: var(--color-main);
}

#standarts-link {
  color: #ccc0c0;
}

.page-13 {
  color: var(--color-main);
  width: 100% !important;
}

.rounded-img {
  width: 131px !important;
  height: 136px !important;
  border-radius: 50% 50% 50% 0;
}

#individual {
  display: block;
}

#corporative-reg {
  display: none;
}

#corporative a {
  text-decoration: none;
}

.page-13-img {
  max-width: 120px !important;
  object-fit: cover;
}

.rox {
  min-width: 140px !important;
  height: 140px !important;
  align-items: center;
  border-radius: 0 50% 50% 50%;
  overflow: hidden;
}

.rox-2 {
  min-width: 150px;
  height: 150px;
  align-items: center;
  border-radius: 50% 50% 50% 0;
  overflow: hidden;
}

#legals {
  display: block;
}

#standarts {
  display: none;
}

.send-button:hover i {
  transform: translate(7px, 0) !important;
}
.send-button i {
  transition: all 0.5s !important;
}

.more-button:hover img {
  transform: translate(7px, 0) !important;
}
.more-button img {
  transition: all 0.5s !important;
}

.texton {
  line-height: 26px;
}

@media (max-width: 420px) {
  #individual .px-1 {
    padding: 0 !important;
  }

  #corporative .px-1 {
    padding: 0 !important;
  }

  .rox {
    max-width: 150px !important;
  }

  .rox-2 {
    max-width: 150px !important;
  }
}
.owl-carousel-3 .owl-nav {
  top: -135px;
}

.innovation-img {
  max-height: 430px !important;
  object-fit: cover !important;
}

.col-border-left {
  border-left: 1px solid #dfdfdf;
}

.transform-top {
  margin-top: -25px !important;
}

#page-2 {
  display: none;
}

#page-3 {
  display: none;
}

#page-4 {
  display: none;
}

#page-5 {
  display: none;
}

#page-6 {
  display: none;
}

#page-7 {
  display: none;
}

#page-8 {
  display: none;
}

img {
  object-fit: cover;
}

.rounded-img-2 {
  width: 190px !important;
  height: 205px !important;
  border-radius: 50% 50% 50% 0 !important;
}

.shadow-img {
  left: 0 !important;
  bottom: 0 !important;
  max-width: 190px !important;
  max-height: 205px !important;
}

.img-caption {
  transform: translate(5px, -60px);
  z-index: 2;
}

.rounded-overlay {
  border-radius: 0 0 50% 0;
}

.memo-box {
  width: 200px;
  height: 200px;
  border-radius: 50% 50% 50% 0;
}

.navigation {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  max-width: max-content;
}
.navigation .pagination {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.navigation .pagination a {
  padding: 7px !important;
  margin: 10px !important;
  border: none !important;
}
.navigation .pagination a:focus {
  border: none !important;
  outline: none !important;
  background-color: var(--color-main) !important;
  color: #000 !important;
}

@media (max-width: 420px) {
  .pagination a {
    padding: 3px !important;
    margin: 5px !important;
  }

  .col-border-left {
    border-left: none !important;
    border-top: 1px solid #dfdfdf !important;
    margin-bottom: 20px;
  }

  .transform-top {
    margin-top: 0 !important;
  }
}
.project-img {
  height: 200px !important;
  border-radius: 8px 8px 0 0;
}

.page-27-img {
  border-radius: 10px 0 0 10px;
}

.page-27-div {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 420px) {
  .page-27-img {
    border-radius: 10px 10px 0 0;
  }

  .page-27-div {
    border-radius: 0 0 10px 10px;
  }
}
.box-hover {
  transition: transform 0.2s;
}
.box-hover:hover {
  transform: translate(0, -5px);
}
.box-hover:hover img {
  overflow-x: hidden !important;
}

.modal .close-btn {
  right: 0;
  margin: 5px 5px 0 0;
  transform: translate(0, -50px);
}
.modal .modal-content {
  border: none !important;
}

#all-link {
  color: #fff;
}

#photos-link {
  color: #ccc0c0;
}

#photos-page {
  display: none;
}

#videos-page {
  display: none;
}

#videos-link {
  color: #ccc0c0;
}

.img-logo {
  transform: translate(-180px, 60px) !important;
  visibility: hidden;
  transition: visibility ease-in-out 0.1s !important;
}

.box-hover:hover .img-logo {
  visibility: visible;
  transition: visibility 0.5s;
}

.modal-dialog .owl-nav {
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: center;
  width: 100% !important;
}
.modal-dialog .owl-nav .owl-prev {
  transform: translate(-50px, 0);
  background-color: transparent !important;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-main) !important;
  border-radius: 50% !important;
  position: relative;
}
.modal-dialog .owl-nav .owl-prev span {
  transform: translate(-4px, -23px) !important;
  position: absolute;
  font-size: 30px;
  color: var(--color-main) !important;
}
.modal-dialog .owl-nav .owl-next {
  margin-left: auto !important;
  transform: translate(50px, 0);
  background-color: transparent !important;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-main) !important;
  border-radius: 50% !important;
  position: relative;
}
.modal-dialog .owl-nav .owl-next span {
  transform: translate(0, -20px) !important;
  position: absolute;
  font-size: 30px;
  font-weight: 100 !important;
  color: var(--color-main) !important;
}

.close-btn-2 {
  right: 10px;
}

.circle-box {
  width: 200px;
  height: 200px;
}

.dropdown-3 {
  padding: 0 !important;
}

.select-input {
  border: none !important;
  -o-border: none !important;
  outline: none !important;
  -webkit-outline: none !important;
  -o-outline: none !important;
}
.select-input:focus {
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border: none !important;
}

#date {
  display: none;
}

.num-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.select-btn {
  border: none !important;
}

.input-div-2 {
  border: 2px solid #1c5697;
  width: 23px;
  height: 23px;
  align-items: center !important;
  border-radius: 50%;
}
.input-div-2 .check-input-blue {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.check-input-blue:checked:before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  border-radius: 50%;
  background: #1c5697 !important;
}

.input-div {
  border: 2px solid #fff;
  width: 23px;
  height: 23px;
  justify-content: center;
  align-items: center !important;
  border-radius: 50%;
}
.input-div .check-input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

input[type="radio"]:checked {
  opacity: 1;
}

.check-input:checked:before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #fff !important;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.step-box {
  border-radius: 50%;
  background-color: red !important;
}

@media (max-width: 767px) {
  .select-input-2 {
    transform: translate(0, -10px);
  }

  .progress-bar {
    width: 70% !important;
  }
}
@media (min-width: 769px) {
  .select-input-2 {
    transform: translate(0, 10px);
  }

  .structure-left-box {
    max-height: 55px;
  }
}
@media (min-width: 1200px) {
  .sertificate-input {
    width: 48% !important;
  }

  .structure-left-box {
    max-height: 55px !important;
  }

  .media-input {
    max-width: 84% !important;
  }

  .price-paket {
    height: 330px;
  }
}
.upload-content {
  display: none;
  text-align: center;
}

.upload-input {
  width: 1px;
  height: 1px;
  outline: none;
  opacity: 0;
  cursor: pointer;
  position: relative;
}

.remove-doc {
  color: #fff;
  background: transparent;
  border: none;
  padding: 5px;
  outline: none;
}

.progress-bar {
  margin: 20px 0 !important;
  width: 50%;
}
.progress-bar .progress-inner {
  background-color: #60ff57;
  animation: progress 1s;
}

@keyframes progress {
  0% {
    width: 0;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
table td {
  padding: 30px 0 !important;
}
table th {
  font-weight: 300 !important;
}
table .table-header {
  text-transform: capitalize !important;
}

.bg-blur {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  background: transparent;
  transition: all 0.2s ease;
  outline: none;
  border: none;
}

.logo-label {
  color: #184c9f;
  cursor: pointer;
}

.submit-div {
  background-color: transparent;
  width: 140px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.submit-button {
  border: none;
  outline: none;
}
.submit-button:hover i {
  transform: translate(7px, 0) !important;
}
.submit-button i {
  transition: all 0.5s !important;
}

.add-btn {
  padding: 0 !important;
  transform: translate(-20px, 0) !important;
}
.add-btn:hover {
  border: none !important;
  outline: none !important;
}
.add-btn:focus {
  border: none !important;
  outline: none !important;
}

caption {
  display: none;
}

.circle-box-inner {
  width: 130px;
  height: 130px;
}

@media (max-width: 770px) {
  .circle-box-inner {
    width: 100px;
    height: 100px;
  }

  .circle-box {
    width: 160px !important;
  }
}
@media (max-width: 1200px) {
  .scroll-x {
    overflow-x: scroll !important;
  }
}
.paket-link {
  color: #fff;
}

.price-paket {
  transition: all 0.3s;
  cursor: pointer;
}
.price-paket .manat-white {
  opacity: 1;
}
.price-paket .manat-blue {
  opacity: 0;
  margin-left: -30px;
  top: -4px;
}
.price-paket:hover {
  color: #184c9f !important;
  background-color: #fff;
  transform: scale(1.05, 1.05) !important;
}
.price-paket:hover .send-button {
  color: #184c9f !important;
}
.price-paket:hover .manat-white {
  opacity: 0;
}
.price-paket:hover .manat-blue {
  opacity: 1;
}

.circle-box-2 {
  width: 180px;
}

.about-company .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}
.about-company .owl-nav .owl-prev {
  color: var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 29px !important;
  height: 29px !important;
}
.about-company .owl-nav .owl-prev:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}
.about-company .owl-nav .owl-prev span {
  font-size: 30px !important;
  transform: translate(-3px, -23px) !important;
  position: absolute;
}
.about-company .owl-nav .owl-next {
  color: var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 29px !important;
  height: 29px !important;
}
.about-company .owl-nav .owl-next:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 5px #999 !important;
}
.about-company .owl-nav .owl-next span {
  font-size: 30px !important;
  transform: translate(-3px, -23px) !important;
  position: absolute;
}

@media (max-width: 900px) {
  .about-company .owl-nav {
    right: 10px !important;
    top: -60px !important;
  }
}
.writer-img img {
  object-fit: cover;
  width: 105px;
  height: 105px;
}
