@font-face {
  font-family: 'din-font';
  src: url("fonts/Din-font/din-font.eot");
  src: url("fonts/Din-font/din-font.eot?#iefix") format("embedded-opentype"), url("fonts/Din-font/din-font.otf") format("otf"), url("fonts/Din-font/din-font.svg#din-font") format("svg"), url("fonts/Din-font/din-font.ttf") format("truetype"), url("fonts/Din-font/din-font.woff") format("woff"), url("fonts/Din-font/din-font.woff2") format("woff2");
}


div.wpcf7{
	width:100%;
}



.subscribe-section  div.wpforms-container-full {
    margin: -6px auto;
    width: 100%;
}


.subscribe-section label.wpforms-field-label.wpforms-label-hide{
    display:none
}


.subscribe-section button#wpforms-submit-1270 {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 11px;
    height: 100%;
    background: #36b836;
    color: #fff;
    border: 0;
    padding: 27px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "din-font";
}

body {
  font-family: "din-font";
  overflow-x: hidden;
  padding-top:0;
  background-color: #FBFBFB;
  padding:0;
}

img {
  max-width: 100%;
/* 	 width: 283px; */

}

h4 {
  font-size: 16px;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

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

.flex-d,
.upper-bar .wrapper,
.upper-bar .wrapper .contact,
.upper-bar .wrapper .contact a,
.upper-bar .wrapper .social-links,
.navbar--edit .nav-flex .navbar-links li a,
.section-head .head,
.home-page .home-header .wrapper .content-wrap .heading,
.important-links ul li a,
.last-news-section .news-carousel .box .box-body .box-footer,
.last-news-section .news .box .box-body .box-footer,
.last-news-section .news-carousel .box .box-body .box-footer .wrap,
.last-news-section .news .box .box-body .box-footer .wrap,
.videos-section .videos-carousel .video .video-title,
.videos-section .videos .video .video-title,
.videos-section .btn,
.images-gallery .filter,
.partners-section .partners,
.subscribe-section .subscribe,
.subscribe-section .subscribe .info form,
.footer .content .social-links,
.footer .content .social-links a,
.footer .links li,
.footer .last-news,
.footer .last-news li a,
.footer .contact-us li a,
.header,
.header .text-breadcrumb,
.header .link-breadcrumb,
.about-page .important-links .content,
.adress-box .links a,
.careers-form form .input-wrap .birthdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



input[type="submit"]{
    color:#fff; background-color: #0286C4;
    padding: 10px 20px;    
}


.careers-form form .input-wrap .birthdate select {
    width: 31%;
    float: right;
    margin: 0 1%;
}


.birthdate{
    display:block!important;
}


.birthdate span{
    width:33%;
}

.birthdate p{
    width:100%;
}


.btn {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.nav-tabs > li > a {
   
    font-size: 19px;
    background: #dedede;
    margin: 0%;
}

.nav-tabs > li {
   
    margin-bottom: -1px;
    margin: .5%;
}




.address-ff{
        font-family: "din-font";
}



.nav-tabs{
    border-bottom:0;
    margin-bottom:30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #156fbb;
    border: none;
    border-bottom-color: transparent;
}



ul.navbar-links {
    position: relative;
    /*top: 20px;*/
}



.navbar-links img{
    position: absolute;
    top: -24px;
}

.navbar-brand{
    height:auto!important;
}


.box-group .box img {
    width: 100%;
    height: 140px;
}


input,
select {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0;
}

input:focus,
select:focus {
  outline: none;
}


header .item {
    height: 500px;
}
header .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.col--edit {
  margin-bottom: 30px;
}

.blue-btn {
  background-color: #0286C4;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  min-width: 140px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #fff;
}

.blue-btn:hover {
  color: #fff;
}

.tittle {
  font-weight: bold;
  font-size: calc((45px + (50 - 45) * ((100vw - 1366px) / (1920 - 1366))));
  text-align: center;
  margin-bottom: 60px;
}

.up {
  position: fixed;
  bottom: 10px;
  left: -50px;
  background-color: #0286C4;
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 666666;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #FBFBFB;
}

.up img {
  width: 25px;
}

.up.active {
  left: 15px;
}

.upper-bar {
  padding: 15px;
  background-color: #1B103B;
  color: #fff;
  font-family: sans-serif;
}

.upper-bar .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upper-bar .wrapper .contact {
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.upper-bar .wrapper .contact a {
  gap: 5px;
}

.upper-bar .wrapper .contact a span {
  direction: ltr;
}

.upper-bar .wrapper .social-links {
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar--edit {
  padding: 15px 0;
}

.navbar--edit .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar--edit .nav-flex .navbar-brand img {
  width: 140px;
}

.navbar--edit .nav-flex .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.navbar--edit .nav-flex .navbar-links li {
  padding: 10px;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar--edit .nav-flex .navbar-links li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar--edit .nav-flex .navbar-links li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: #343434;
  font-weight: bold;
}

.navbar--edit .nav-flex .navbar-links li a.active,
.navbar--edit .nav-flex .navbar-links li a:hover {
  color: #FFDE00;
}

.navbar--edit .nav-flex .navbar-links li a.active img,
.navbar--edit .nav-flex .navbar-links li a:hover img {
  -webkit-filter: invert(98%) sepia(89%) saturate(7196%) hue-rotate(347deg) brightness(97%) contrast(107%);
  filter: invert(98%) sepia(89%) saturate(7196%) hue-rotate(347deg) brightness(97%) contrast(107%);
}

.navbar--edit .nav-flex .navbar-links .menu-item-has-children {
  position: relative;
  z-index: 22;
}

.navbar--edit .nav-flex .navbar-links .menu-item-has-children .sub-menu {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar--edit .nav-flex .navbar-links .menu-item-has-children .sub-menu li:hover {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.navbar--edit .nav-flex .navbar-links .menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 45px;
  left: auto;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar--edit .nav-flex .navbar-links .menu-item-has-children:hover .sub-menu li:first-child {
  border-top: 1px solid #FFDE00;
}


footer .menu-item-has-children{
    display:none!important;
}



.section-head {
  margin-bottom: 30px;
}

.section-head .head {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.section-head .head img {
  width: 50px;
}

.section-head .head h2 {
  font-size: calc((40px + (45 - 40) * ((100vw - 1366px) / (1920 - 1366))));
}

.section-head .text {
  max-height: 65px;
  line-height: 1.8;
  overflow: hidden;
  color: #636363;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 70px;
  width: 60%;
}

.home-page .home-header {
  margin-bottom: 60px;
  background-blend-mode: normal;
  position: relative;
}

.home-page .home-header .wrapper {
  text-align: center;
  background-size: cover;
  position: absolute;
  /*top: 50%;*/
  z-index: 55;
  right: 0;
  /*-webkit-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  /*width: 50%;*/
  width:fit-content;
  bottom:0;
}

.home-page .home-header .wrapper .image-wrap {
  position: relative;
  overflow: hidden;
  width: 75%;
  height: 100%;
  margin: auto;transform: scale(.9);
}

.home-page .home-header .wrapper .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
	width:283px;
}

.home-page .home-header .wrapper .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-page .home-header .wrapper .content-wrap a{
    min-width:150px;
}

.home-page .home-header .wrapper .content-wrap .heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  max-width: 60%;
  margin: 0 auto 25px auto;
}

.home-page .home-header .wrapper .content-wrap .heading span {
  color: #0286C4;
  position: relative;
  overflow: hidden;
  max-height: 25px;
}

.home-page .home-header .wrapper .content-wrap .heading span:nth-of-type(2) {
  width: 5px;
  height: 5px;
  background-color: #0286C4;
  border-radius: 50%;
}

.home-page .home-header .wrapper .content-wrap p {
  color: #1b103b;
    font-size: 18px;
    margin: 0 auto 10px auto;
    max-width: 60%;
    max-height: 27px;
    overflow: hidden;
    font-weight: 600;
}

.home-page .home-header .wrapper .content-wrap p:last-of-type {
  margin-bottom: 30px;
}

.home-page .home-header .wrapper .content-wrap h1 {
  color: #0286C4;
  font-size: 35px;
  overflow: hidden;
  max-height: 50px;
  max-width: 60%;
  margin: 0 auto 10px auto;
}

.home-page .home-header .wrapper .car {
  /*position: absolute;*/
  /*left: 100px;*/
  /*top: 0;*/
  /*width: 120px;*/
  display:none;
}

.linkat {
  padding: 50px 0;
	color:#000
}

.linkat .box {
  padding: 30px 10px 40px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 15px;
  color: #000;
  /*height: 100%;*/
  gap: 30px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkat .box svg {
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 40px 0px #00000033;
  box-shadow: 0px 0px 40px 0px #00000033;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
  opacity: .6;
}

.linkat .box:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkat span {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  overflow: hidden;
  height: 80px;
	color:#000
}

.important-links {
  background-color: #FFF9F2;
  padding: 60px 0;
  margin-bottom: 60px;
}

.important-links .section-head .head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.important-links .section-head .text {
  margin: 0 0 30px 0;
  text-align: start;
}

.important-links ul li {
  padding: 15px 0;
}

.important-links ul li a {
  gap: 10px;
}

.important-links ul li a svg {
  color: #fff;
  background-color: #B5D56A;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
}

.important-links ul li a span {
  font-size: 18px;
  font-weight: bold;
  color: #373737;
}

.important-links .col--edit--slider .image-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  overflow: hidden;
  height: 470px;
}

.important-links .col--edit--slider .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.last-news-section {
  padding: 50px 0;
  margin-bottom: 60px;
}

.last-news-section .news-carousel .box,
.last-news-section .news .box {
  border: 1px solid #D1D1D1;
  border-radius: 20px;
  position: relative;
}

.last-news-section .news-carousel .box .box-image img,
.last-news-section .news .box .box-image img {
  border-radius: 20px;
}

.last-news-section .news-carousel .box .box-body,
.last-news-section .news .box .box-body {
  padding: 30px;
}

.last-news-section .news-carousel .box .box-body h4,
.last-news-section .news .box .box-body h4 {
  color: #0014FE;
  max-height: 65px;
  overflow: hidden;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

.last-news-section .news-carousel .box .box-body .text,
.last-news-section .news .box .box-body .text {
  color: #636363;
  line-height: 1.8;
  max-height: 65px;
  overflow: hidden;
  margin-bottom: 30px;
}

.last-news-section .news-carousel .box .box-body .box-footer,
.last-news-section .news .box .box-body .box-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.last-news-section .news-carousel .box .box-body .box-footer .wrap,
.last-news-section .news .box .box-body .box-footer .wrap {
  gap: 10px;
}

.last-news-section .news-carousel .box .box-body .box-footer .wrap svg,
.last-news-section .news .box .box-body .box-footer .wrap svg {
  color: #E31E1E;
}

.last-news-section .news-carousel .box .box-date,
.last-news-section .news .box .box-date {
  position: absolute;
  top: 30px;
  left: 30px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #6B98FB;
}

.last-news-section .news-carousel .box .link-overlay,
.last-news-section .news .box .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
  cursor: pointer;
}

.last-news-section .news-carousel .owl-nav,
.last-news-section .news .owl-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 100%;
}

.last-news-section .news-carousel .owl-nav .owl-prev,
.last-news-section .news .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  right: auto;
}

.last-news-section .news-carousel .owl-nav .owl-next,
.last-news-section .news .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  left: auto;
}

.last-news-section .news-carousel .owl-nav .owl-btn,
.last-news-section .news .owl-nav .owl-btn {
  background: #0286C4;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  outline: 5px solid #FFDE00;
}

.videos-section {
  margin-bottom: 60px;
  padding: 60px 0;
}

.videos-section .videos-carousel,
.videos-section .videos {
  margin-bottom: 50px;
}

.videos-section .videos-carousel .video,
.videos-section .videos .video {
  position: relative;
}

.videos-section .videos-carousel .video video,
.videos-section .videos .video video {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.videos-section .videos-carousel .video .play-icon,
.videos-section .videos .video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}

.videos-section .videos-carousel .video .play-icon svg,
.videos-section .videos .video .play-icon svg {
  font-size: 50px;
  color: red;
}

.videos-section .videos-carousel .video .video-title,
.videos-section .videos .video .video-title {
  gap: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
}

.videos-section .videos-carousel .video .video-title img,
.videos-section .videos .video .video-title img {
  width: 30px;
}

.videos-section .videos-carousel .video .video-title .text,
.videos-section .videos .video .video-title .text {
  font-size: 12px;
  color: #fff;
}

.videos-section .videos-carousel .owl-nav,
.videos-section .videos .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 100%;
}

.videos-section .videos-carousel .owl-nav .owl-prev,
.videos-section .videos .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  right: auto;
}

.videos-section .videos-carousel .owl-nav .owl-next,
.videos-section .videos .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  left: auto;
}

.videos-section .videos-carousel .owl-nav .owl-btn,
.videos-section .videos .owl-nav .owl-btn {
  background: #0286C4;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  outline: 5px solid #FFDE00;
}

.videos-section .btn {
  background-color: #F44336;
  padding: 15px 20px;
  min-width: 220px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  color: #FFF;
}

.a-to-z {
  height: 500px;
  background-repeat: no-repeat;
     background-size: cover;
  margin-bottom: 40px;    background-attachment: fixed;
}

.a-to-z .container {
  position: relative;
  height: 100%;
  z-index: 1;
}

.a-to-z .container .row--edit {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-to-z .container .row--edit .content h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: black;
}

.a-to-z .container .row--edit .content h2 {
  font-size: calc((40px + (45 - 40) * ((100vw - 1366px) / (1920 - 1366))));
  margin-bottom: 25px;
}

.a-to-z .container .row--edit .content .text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  width: 65%;
  margin: 0 auto 30px;
}

.a-to-z .container .row--edit .content a {
  background-color: #fff;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

/*.a-to-z .container .row--edit::after {*/
/*  content: "";*/
/*  width: 300px;*/
/*  height: 425px;*/
/*  background-color: #0286C4;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 50%;*/
/*  -webkit-transform: translate(0, -50%);*/
/*  transform: translate(0, -50%);*/
/*  z-index: -2;*/
/*  border-radius: 10px;*/
/*}*/

.images-gallery {
  padding: 50px 0;
}

.images-gallery .filter {
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.images-gallery .filter a {
  background-color: #E9E9E9;
  color: black;
  font-size: 18px;
  padding: 15px 25px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.images-gallery .filter a.current {
  color: #fff;
  background-color: #0286C4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.images-gallery .box-group {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 40px;
}

.lg-outer {
  direction: ltr;
}

.partners-section {
  padding: 50px 0;
}

.partners-section .partners {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 85px;
}

.partners-section .partners .partner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.partners-section .partners .partner .image-wrap {
  text-align: center;
}

.partners-section .partners .partner .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.subscribe-section {
  padding: 100px 0 150px 0;
}

.subscribe-section .subscribe {
  background-image: url("../images/subscribe-bg.png");
  height: 450px;
  background-color: #007EFF;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.subscribe-section .subscribe .info {
  color: #fff;
  width: 85%;
  padding: 20px;
}

.subscribe-section .subscribe .info h2 {
  font-size: calc((50px + (56 - 50) * ((100vw - 1366px) / (1920 - 1366))));
  margin-bottom: 50px;
  color: #fff;
}

.subscribe-section .subscribe .info .text {
  margin-bottom: 60px;
  color: #fff;
  max-height: 85px;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.8;
}

.subscribe-section .subscribe .info form {
  position: relative;
}

.subscribe-section .subscribe .info form input {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  min-height: 65px;
  border: 0;
  color: black;
  font-size: 18px;
}


.footer .links img,
.wpml-ls-statics-footer{
    display:none;
}



.subscribe-section .subscribe .info form input::-webkit-input-placeholder {
  padding: 10px;
  color: black;
  font-size: 18px;
}

.subscribe-section .subscribe .info form input:-ms-input-placeholder {
  padding: 10px;
  color: black;
  font-size: 18px;
}

.subscribe-section .subscribe .info form input::-ms-input-placeholder {
  padding: 10px;
  color: black;
  font-size: 18px;
}

.subscribe-section .subscribe .info form input::placeholder {
  padding: 10px;
  color: black;
  font-size: 18px;
}

.subscribe-section .subscribe .info form input[type="submit"] {
  text-align: center;
  color: #fff;
  background-color: #FFDE00;
  position: absolute;
  left: 0;
  padding: 18px;
  min-height: 65px;
  width: 220px;
  font-size: 22px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;    position: absolute;
    top: 0;
}

.footer {
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  padding: 50px 0;
  position: relative;
}

.footer .content .logo {
  width: 100px;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.footer .content .text {
  color: #636363;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer .content .social-links {
  gap: 15px;
}

.footer .content .social-links li:first-child a {
  background-color: yellow;
}

.footer .content .social-links li:nth-child(2) a {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e09b3d), color-stop(#df8b3d), color-stop(#dd7c3f), color-stop(#d86d43), color-stop(#d25e47), color-stop(#d0544b), color-stop(#cd4a50), color-stop(#c94055), color-stop(#c9365c), color-stop(#c82d63), color-stop(#c6236c), to(#c21975));
  background-image: linear-gradient(to top, #e09b3d, #df8b3d, #dd7c3f, #d86d43, #d25e47, #d0544b, #cd4a50, #c94055, #c9365c, #c82d63, #c6236c, #c21975);
}

.footer .content .social-links li:nth-child(3) a {
  background-color: #1DA1F2;
}

.footer .content .social-links li:nth-child(4) a {
  background-color: #C8232C;
}

.footer .content .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .content .social-links a svg {
  color: #fff;
}

.footer .links li {
  padding: 10px;
  gap: 10px;
  font-size: 18px;
  color: #636363;
}

.footer .last-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer .last-news li a {
  gap: 15px;
}

.footer .last-news li a .image-wrap {
  width: 100px;
  overflow: hidden;
  max-width: 100px;
}

.footer .last-news li a .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.footer .last-news li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer .last-news li a div h4 {
  color: #303030;
  font-size: 16px;
}

.footer .last-news li a div span {
  color: #8D8D8D;
}

.footer .contact-us {
  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;
  gap: 40px;
}

.footer .contact-us li a {
  gap: 8px;
}

.footer .contact-us li a svg {
  color: #E61D3F;
}

.footer h3 {
  position: relative;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 24px;
}

.footer h3::before {
  background-color: #636363;
  position: absolute;
  content: "";
  bottom: -10px;
  width: 40px;
  height: 2px;
}

.header {
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-blend-mode: color;
  background-color: #000000ba;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}

.header .text-breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.header .text-breadcrumb li {
  color: #fff;
  font-size: 35px;
  position: relative;
}

.header .text-breadcrumb li:not(:last-child)::before {
  content: "/";
  position: absolute;
  left: -25px;
}

.header .link-breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.header .link-breadcrumb li {
  color: #FFDE00;
  font-size: 18px;
  position: relative;
}

.header .link-breadcrumb li:not(:last-child)::before {
  content: "/";
  position: absolute;
  left: -20px;
}

.about-page .important-links .content {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.about-page .important-links .content .text {
  max-height: 200px;
  overflow: hidden;
  font-size: 18px;
  color: #636363;
  line-height: 1.8;
}

 .our-vision {
  padding: 40px 0;
  margin-bottom: 150px;
}

 .our-vision .empty-box {
  border: 1px solid #DB6912;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  height: 250px;
  padding: 30px;
}

 .our-vision .empty-box .box {
  background-color: white;
  padding: 30px 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.19);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

 .our-vision .empty-box .box:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

 .our-vision .empty-box .box .image-wrap {
  margin: 0 auto 15px;
  height: 55px;
  width: 50px;
  overflow: hidden;
  text-align: center;
}

 .our-vision .empty-box .box .image-wrap img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

 .our-vision .empty-box .box h3 {
  margin-bottom: 30px;
}

 .our-vision .empty-box .box .text {
  font-size: 14px;
  overflow: hidden;
  max-height: 140px;
  line-height: 2;
  font-weight: bold;
  color: #636363;
}

 .our-vision .empty-box .box-number {
  background-color: #DB6912;
  position: absolute;
  top: 50%;
  left: -10px;
  padding: 10px 20px;
  -webkit-transform: translate(0px, -50%) skewX(-30deg);
  transform: translate(0px, -50%) skewX(-30deg);
  color: #fff;
  min-width: 90px;
  text-align: center;
}

 .our-vision .empty-box .box-number span {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  display: block;
  color: #fff;
}

.adress-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(89, 80, 80, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(89, 80, 80, 0.5);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.adress-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.adress-box h3 {
  margin-bottom: 20px;
  color: #0286C4;
  font-size: 24px;
}

.adress-box p {
  margin-bottom: 20px;
}

.adress-box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.adress-box .links a {
  gap: 15px;
}

.adress-box .links a svg {
  color: #fff;
}

.adress-box .links a:first-child svg {
  background-color: #0286C4;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
}

.adress-box .links a:first-child span {
  color: #0286C4;
  font-size: 18px;
}

.adress-box .links a:nth-child(2) svg {
  background-color: #22B92C;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
}

.adress-box .links a:nth-child(2) span {
  color: #22B92C;
  font-size: 18px;
}

.adress-box .section-head h2 {
  font-size: 22px;
  color: #0286C4;
}

.adress-box .section-head img {
  width: 25px;
}

.adress-box .section-head .text {
  margin: 0;
  width: 100%;
}

.education-system-page .first-section {
  margin-bottom: 60px;
  padding: 50px 0;
}

.education-system-page .first-section .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.education-system-page .first-section .content .text {
  overflow: hidden;
  max-height: 235px;
  font-size: 18px;
  line-height: 1.8;
  color: black;
  margin-bottom: 20px;
}

.education-system-page .first-section .image-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.education-system-page .first-section .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.education-system-page .second-section {
  padding: 50px 0;
  margin-bottom: 60px;
}

.education-system-page .second-section .education-carousel {
  position: relative;
}

.education-system-page .second-section .education-carousel .item .image-wrap {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  width: 85%;
  margin: auto;
}

.education-system-page .second-section .education-carousel .item .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.education-system-page .second-section .education-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.education-system-page .second-section .education-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
  position: absolute;
}

.education-system-page .second-section .education-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  position: absolute;
}

.education-system-page .second-section .education-carousel .owl-nav .owl-btn {
  background: #0286C4;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  outline: 5px solid #FFDE00;
}

.careers-form {
  padding: 50px 0;
  border-radius: 20px;
}

.careers-form h3 {
  text-align: center;
  margin-bottom: 50px;
}

.careers-form form {
  padding: 30px;
}

.careers-form form .input-wrap {
  margin-bottom: 30px;
}

.careers-form form .input-wrap label {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}

.careers-form form .input-wrap input,
.careers-form form .input-wrap select,
.careers-form form .input-wrap textarea ,
.careers-form form .input-wrap input[type="file"]{
  padding: 20px;
  min-height: 80px;
  border-radius: 10px;
  background-color:#fff;
}
.careers-form form .input-wrap input[type="submit"] {
    color: #fff;
    background-color: #0286C4;
    padding: 10px 20px;
}

.careers-form form .input-wrap .birthdate {
  gap: 20px;
}

.careers-form form .input-wrap .birthdate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
}

.careers-form form button {
  width: 100%;
  border-radius: 10px;
  font-size: 18px;
}

.careers-form textarea {
  width: 100%;
  resize: none;
  border: 0;
  outline: none;
}

.careers-form textarea:focus {
  border: 0;
}

.contact-page .header {
  margin-bottom: 100px;
}

.contact-page .branches-section {
  position: relative;
}

.contact-page .branches-section .branches-carousel .adress-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.contact-page .branches-section .branches-carousel .adress-box:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-page .branches-section .branches-carousel .owl-nav {
  position: absolute;
  top: -100px;
  width: 100%;
}

.contact-page .branches-section .branches-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
  position: absolute;
}

.contact-page .branches-section .branches-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  position: absolute;
}

.contact-page .branches-section .branches-carousel .owl-nav .owl-btn {
  background: #0286C4;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  outline: 5px solid #FFDE00;
}

.news-single-page .news-details .box {
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}

.news-single-page .news-details .box .box-image img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-single-page .news-details .box .box-body {
  padding: 30px;
}

.news-single-page .news-details .box .box-body h4 {
  color: #0014FE;
  max-height: 65px;
  overflow: hidden;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

.news-single-page .news-details .box .box-body .text {
  color: #636363;
  line-height: 1.8;
  margin-bottom: 30px;
}

.news-single-page .news-details .box .box-date {
  position: absolute;
  top: 30px;
  left: 30px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #6B98FB;
}

@media screen and (max-width: 1920px) {
  .navbar--edit .nav-flex .toggle-btn {
    display: none;
  }

  .footer::after {
    content: url("../images/cloud-r.png");
    position: absolute;
    right: 5px;
    left: auto;
    top: -75px;
  }

  .footer::before {
    content: url("../images/cloud-l.png");
    position: absolute;
    left: 5px;
    right: auto;
    top: -75px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar--edit {
    position: relative;
  }

  .navbar--edit .nav-flex .navbar-brand img {
    width: 75px;
  }

  .navbar--edit .nav-flex .navbar-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 95px;
    background-color: #eee;
    right: -500px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 0;
  }

  .navbar--edit .nav-flex .navbar-links.active {
    right: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 100vh;
    z-index: 9999;
  }

  .navbar--edit .nav-flex .navbar-links.active li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar--edit .nav-flex .navbar-links .menu-item-has-children:hover .sub-menu {
    top: 50px;
  }

  .navbar--edit .nav-flex .navbar-links .menu-item-has-children .sub-menu.active li:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar--edit .nav-flex .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31px;
    height: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }

  .navbar--edit .nav-flex .toggle-btn .bar {
    background-color: #1B103B;
    width: 100%;
    height: 3px;
  }

  .home-page .home-header {
    background-image: none;
    background-color: white;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .home-page .home-header .wrapper .car {
    width: 85px;
    left: 95px;
    display:none;
  }
}

@media screen and (max-width: 991px) {
  .tittle {
    font-size: calc((32px + (36 - 32) * ((100vw - 320px) / (1366 - 320))));
  }

  .upper-bar .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .upper-bar .wrapper .contact {
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-head .text {
    width: 100%;
  }

  .home-page .home-header {
    background-color: white;
  }

  .home-page .home-header .slider .owl-item {
    height: 500px;
  }

  .home-page .home-header .slider .owl-item .item {
    height: 100%;
  }

  .home-page .home-header .slider .owl-item .item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home-page .home-header .wrapper {
    padding: 0;
    /*width: 100%;*/
    bottom: -35px;
    right: -50px;
    width: auto;
  }

  .home-page .home-header .wrapper .image-wrap {
    padding: 15px 0;
    width: 100%;
  }

  .home-page .home-header .wrapper .image-wrap .content-wrap {
    width: 100%;
  }

  .home-page .home-header .wrapper .image-wrap .content-wrap h1 {
    font-size: 22px;
  }

  .home-page .home-header .wrapper .image-wrap .content-wrap .blue-btn {
    min-width: 150px;
  }

  .home-page .home-header .wrapper .car {
    width: 20%;
    left: 15%;
    display:none;
  }

  .important-links .section-head .head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .important-links .section-head .text {
    text-align: center;
  }

  .important-links .image-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .last-news-section .news .owl-nav,
  .last-news-section .news-carousel .owl-nav {
    bottom: -85px;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .last-news-section .news .owl-nav .owl-prev,
  .last-news-section .news-carousel .owl-nav .owl-prev {
    position: unset;
  }

  .last-news-section .news .owl-nav .owl-next,
  .last-news-section .news-carousel .owl-nav .owl-next {
    position: unset;
  }

  .videos-section {
    margin-bottom: 0;
  }

  .videos-section .videos,
  .videos-section .videos-carousel {
    margin-bottom: 90px;
  }

  .videos-section .videos .owl-nav,
  .videos-section .videos-carousel .owl-nav {
    bottom: -85px;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .videos-section .videos .owl-nav .owl-prev,
  .videos-section .videos-carousel .owl-nav .owl-prev {
    position: unset;
  }

  .videos-section .videos .owl-nav .owl-next,
  .videos-section .videos-carousel .owl-nav .owl-next {
    position: unset;
  }

  .partners-section .head h2 {
    font-size: calc((28px + (32 - 28) * ((100vw - 320px) / (1366 - 320))));
  }

  .partners-section .partners-carousel {
    padding: 30px 0;
  }

  .partners-section .partners-carousel .partner .image-wrap {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 220px;
    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;
  }

  .partners-section .partners-carousel .partner .image-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
  }

  .partners-section .partners-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    gap: 30px;
  }

  .partners-section .partners-carousel .owl-nav button {
    font-size: 60px;
  }

  .subscribe-section {
    padding: 40px 0;
  }

  .subscribe-section .subscribe .info {
    width: 100%;
  }

  .subscribe-section .subscribe .info h2 {
    font-size: calc((22px + (28 - 22) * ((100vw - 320px) / (1366 - 320))));
  }

  .subscribe-section .subscribe .info form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .subscribe-section .subscribe .info form input {
    border-radius: 0;
  }

  .subscribe-section .subscribe .info form .btn {
    position: unset;
    border-radius: 0;
  }

  .footer {
    background-image: none;
  }

  .footer .col--edit {
    margin-bottom: 30px;
  }

  .footer::after {
    position: unset;
    content: "";
  }

  .footer::before {
    content: "";
    position: unset;
  }

  .header {
    background-image: none !important;
  }

  .about-page .our-vision .col--edit--vision:not(:last-child) {
    margin-bottom: 150px;
  }

  .about-page .our-vision .col--edit--vision .empty-box .box-number {
    left: 3px;
  }
  .home-page .home-header .wrapper .image-wrap{
      transform: scale(.6);
  }
  .home-page .home-header .wrapper{
      
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .home-page .home-header .wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .a-to-z {
    background-image: none !important;
    margin-bottom: 0;
  }

  .a-to-z .container .row--edit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .a-to-z .container .row--edit .content h2 {
    font-size: calc((40px + (45 - 40) * ((100vw - 1366px) / (1920 - 1366))));
  }

  .a-to-z .container .row--edit .content .text {
    width: 100%;
  }

  .a-to-z .container .row--edit:after {
    width: 100%;
    height: 100%;
  }

  .footer h3 {
    text-align: center;
  }

  .header .text-breadcrumb li {
    font-size: 24px;
  }

  .linkat .row .col--edit {
    width: 50%;
  }

  .linkat .row .col--edit .box {
    padding: 20px 5px 30px;
    gap: 25px;
  }

  .linkat .row .col--edit .box svg {
    width: 40px;
    height: 40px;
    padding: 15px;
  }

  .linkat .row .col--edit .box span {
    font-size: 14px;
  }

  .careers-page .careers-form form .input-wrap .birthdate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-single-page .header .text-breadcrumb li {
    font-size: 18px;
  }

  .news-single-page .header .link-breadcrumb li {
    font-size: 16px;
  }

  .important-links {
    margin-bottom: 0;
  }

  .last-news-section {
    margin-bottom: 0;
  }

  .videos-section {
    margin-bottom: 0;
  }
}

 .empty-box {
   border: 1px solid #DB6912;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-bottom-right-radius: 50px;
   border-bottom-left-radius: 50px;
   position: relative;
   height: 250px;
   padding: 30px;
 }

 .empty-box .box {
   background-color: white;
   padding: 30px 10px;
   text-align: center;
   border-radius: 20px;
   -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.19);
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.19);
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }

 .empty-box .box:hover {
   -webkit-transform: translateY(-15px);
   transform: translateY(-15px);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
.linkiat  .empty-box .box .image-wrap {
width:75px;
	margin:auto;
	
}
.linkiat  .empty-box .box .image-wrap img{
	width:100%;
	height:100%
		object-fit:cover;
}

/*# sourceMappingURL=style.css.map */