 /* FONTS */
@font-face { font-family: 'Magistralc'; src: url("../fonts/Magistralc-bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Magistralc'; src: url("../fonts/MagistralC-Regular.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap;}
/* CUSTOM PRELOAD */
#loader-wrapper{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;background-color:#fff;-webkit-animation:loader 1.4s linear;animation:loader 1.4s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@-webkit-keyframes loader{0%{opacity:1;}70%{opacity:1;}99%{opacity:0;}100%{display:none;visibility:hidden;z-index:-10;opacity:0;}}
@keyframes loader{0%{opacity:1;}70%{opacity:1;}99%{opacity:0;}100%{display:none;visibility:hidden;z-index:-10;opacity:0;}}
/* RESET STYLES */
*{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust:none;box-sizing:border-box;}
.clear{clear:both; overflow:hidden; height:0px; font-size:0px; display: block;}
html:not(.touch-screen)::-webkit-scrollbar,html:not(.touch-screen) *::-webkit-scrollbar{width:6px;height:6px;}
html:not(.touch-screen)::-webkit-scrollbar-track,html:not(.touch-screen) *::-webkit-scrollbar-track{background:#fff;}
html:not(.touch-screen)::-webkit-scrollbar-thumb,html:not(.touch-screen) *::-webkit-scrollbar-thumb{background: #004EAF;}
:focus, :active, :visited{outline: none;}
/* GLOBAL SETTINGS */
 html{height: 100%;}
body{height: 100%; overflow: hidden;}
#content-block{overflow: hidden; position: relative;}
.overflow-hidden{overflow: hidden;}
html.overflow-hidden body{overflow: hidden;}
.swiper-container.swiper-initialized{opacity:1;}
.swiper-slide:not(:first-child){display: none;} 
img::before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #ededed; background-image: url(../img/default-img.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
/* BANNER */
.bg{background-position: 50% 50%;background-repeat: no-repeat;background-attachment: scroll;background-size: cover;position: absolute;left: 0;top: 0;width: 100%;height: 100%; z-index: 0;}
.opacity:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);z-index: 0;}
.opacity.opacity-left-right:before {background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1%,rgba(0, 0, 0, 0) 60%,rgba(255,255,255,0) 85%,rgba(10, 16, 47, 0.5) 100%);background: linear-gradient(to right, rgba(20, 11, 44, 0.4) 1%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 85%,rgba(10, 16, 47, 0.5) 100%);}
.parallax-bg{overflow-y:hidden;}
.parallax-bg .bg{position: absolute;width:100%;height:130%;top:-10%;}
.bg-video {position: absolute; top: 0; bottom: 0; left: 0; right: 0; clip: rect(auto,auto,auto,auto); background-repeat: no-repeat; background-position: center; background-size: cover;}
.bg-video video{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);min-width: 100%; min-height: 100%; width: auto; height: auto; object-fit: cover;}
.bg-video.mobile{display: none;}
.home-banner .swiper-slide{overflow: hidden;}
.banner{position:relative;}
.banner + *{margin-top:100px;}
.banner + .submenu-inner-wrap{margin:0 0 70px;}
.banner-align{display: table-cell;vertical-align: middle;position: relative;width: 10000px;padding:15px 0;height:350px;z-index:1;overflow:hidden;}
.banner-align.full-h{height:100vh;}
.banner-align.size2{height: calc(100vh - 200px);}
.banner-align.size3{height:400px;}
.banner-align.align-top{vertical-align:top;}
.banner-align.custom {display: block;width: 100%;padding: 0;}
.banner-align.custom .container,.banner-align.custom .row {height: 100%;}
.banner.banner-detail{margin-bottom:50px;}
.banner-content{position:relative; padding: 15% 0 10%; z-index: 2;}
.banner-content p{font-size: clamp(16px, 1.60vw, 24px);line-height:35px;letter-spacing:0.5px;color: rgba(255, 255, 255, 0.8);}
.banner-content >*{margin-bottom:40px;}
.banner-content >*:last-child{margin-bottom:0;}
.banner-content.mobile {display: none;position: relative;width: 100%;max-width: 100%;margin-top:15px;}
.home-banner .banner-content .title{/*font-weight:300;*/font-weight: bold;}
.home-banner .banner-content .title b{font-weight:900;}
.home-banner .banner-content .text{max-width:420px;}
.home-banner .banner-align .bg.mobile{display:none;}
.home-banner .only-mobile{display:none;text-align: center;margin-top:15px;}
.home-banner .swiper-pagination{bottom: 30px!important;}
.home-banner .wrapp-arrow{bottom: 30px;}
.home-banner .swiper-button-prev.swiper-button-disabled i::before{border-color: #fff;}
.home-banner .swiper-button-next.swiper-button-disabled i::after{background-color: #fff;}
/*media*/
@media(max-width: 1399px){
  .banner-content >*{margin-bottom:20px;}
  .banner + *{margin-top:50px;}
}
@media(max-width: 1199px){
  .banner-align.full-h{height:calc(100vh - 80px);}
  .banner-align.size2{height: 70vh;}
}
@media(max-width: 991px){
  .banner-align.full-h, .banner-align.size2{height:50vh;}
  .banner-align.size2.type1{height: 50vh;}
  .banner-content >*{margin-bottom:5px;}
}
@media(max-width: 767px){
  .bg-video{display: none;}
  .bg-video.mobile{display: block;}
  .bg-video.mobile video { width: auto; min-width: 100%; height: 100%; min-height: auto; left: 0; top: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0);object-fit: cover;}
  .banner-align.full-h, .banner-align.size2{padding:20px 0;}
  .home-banner .banner-align .bg:not(.mobile){display:none;}
  .home-banner .banner-align .bg.mobile{display:block;}
  .home-banner .swiper-pagination{bottom:auto!important;position:relative;margin-top: 15px;}
  .home-banner .wrapp-arrow{bottom: 15px;}
}
/*spacers*/
.spacer{clear:both;}
.spacer-large{ height: 270px;}
.spacer-lg-200{height: 200px;}
.spacer-xxl{height: 150px;}
.spacer-xl{height: 120px;}
.spacer-lg{height: 100px;}
.spacer-lg-2{height: 200px;}
.spacer-md{height: 70px;}
.spacer-sm{height: 50px;}
.spacer-xs{height: 30px;}
.spacer-ss{height: 10px;} 
/*media*/
@media(max-width: 1399px){
  .spacer-xxl,.spacer-xl, .spacer-lg-200{height:100px;}
  .spacer-lg,.spacer-md, .spacer-lg-2{height:50px;}
  .sm-40{height:40px;}
}
@media(max-width: 1199px){
  .spacer-xxl,.spacer-xl, .spacer-lg-200{height:80px;}
}
@media(max-width: 767px){
  .spacer-large{height: 50px;}
  .spacer-xxl,.spacer-xl,.spacer-lg,.spacer-md,.spacer-sm, .spacer-lg-2, .spacer-lg-200{height:50px;}
  .sm-40, .spacer-sm{height:30px;}
  .spacer-xs{height: 0;}
}
@media(max-width: 1299px){
  .header-mobile-phone{display: block;padding-left:10px}
	.header-icon{margin: 25px 0px;}
}
/* TYPOGRAPHY */
body{font-family: 'Arial', sans-serif;}
b{font-weight: 600;}
strong{font-weight: 700;}
.bold-weight{font-weight: bold;}
a{cursor:pointer;text-decoration:none;outline:none;color:inherit;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
a:link, a:visited, a:active, a:hover{cursor:pointer;text-decoration:none;outline:none;}
ul, ol{list-style: none;}
.text{font-size: clamp(15px, 1.27vw, 18px);line-height:1.66em;color:#fffdfd;font-weight:300;}
.text.style-2{color: #0F2137;font-family: 'Magistralc', sans-serif; font-weight: 300; letter-spacing: 0.5px;}
.text.style-2 img{width: 100%;}
.text.text-sm{font-size: clamp(14px, 4vw, 16px);}
.text-s{font-size: clamp(18px, 1.41vw, 20px);line-height:1.5em;}
.text-xl{font-size: clamp(18px, 1.41vw, 24px);line-height:1.458em;}
.text p a{color: #004EAF; text-decoration: underline;}
h1,.h1{font-size: clamp(26px, 2.4vw, 46px);line-height:1.152em;}
h2,.h2{font-size: clamp(24px, 2.55vw, 36px);line-height:1.3em;}
h3,.h3{font-size: clamp(22px, 1.99vw, 28px);line-height:1.964em;}
h4,.h4{font-size: clamp(20px, 1.77vw, 26px);line-height: 155%;}
h5,.h5{font-size: clamp(18px, 1.56vw, 22px);line-height:155%;}
h6,.h6{font-size: clamp(16px, 1.42vw, 20px);line-height:2.750em;}
.h1 span, h1 span{text-transform: uppercase;}
/*colors*/
.color-white{color: #FFFFFF;}
.color-grey{color: #737482;}
.color-dark-blue{color: #0F2137;}
.color-light-white{color: rgba(255, 255, 255, 0.8);}
.color-blue{color:#005CB9;}
.color-red{color:#C3010E;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text p{margin-bottom: 15px;}
.text-magisstralc{font-family: 'Magistralc', sans-serif; letter-spacing: 0.5px; font-weight: 300;}
/*text-line*/
.text-line-1 {overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -webkit-box;}
.text-line-2 {overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}
.text-line-3 {overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;display: -webkit-box;}
.text-line-4 {overflow: hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical;display: -webkit-box;}
.text-line-5 {overflow: hidden;-webkit-line-clamp: 5;-webkit-box-orient: vertical;display: -webkit-box;}
.title-shortcode{position:relative;margin-bottom:38px;}
.title-shortcode.type-2{margin-bottom: 25px;}
.title-shortcode.type-3{margin-bottom: 20px;}
.title-shortcode .title{font-weight:300;letter-spacing: -1.5px}
.title-shortcode .title2{font-weight:bold;letter-spacing: -1.5px; color: #0F2137;}
.title-shortcode >*{margin-bottom:20px;}
.title-shortcode >*:last-child{margin-bottom:0;}
/*  */
.text ul{margin-bottom: 30px;}
.text ul li { position: relative; padding-left: 30px; line-height: 30px; margin-bottom: 5px;}
.text ul li:last-child { bottom: 0; } 
.text ul li::before { content: ""; position: absolute; top: 2px; left: 0; width: 20px; height: 22px; background-image: url(../img/svg/list.svg); background-repeat: no-repeat;}
.text ol { counter-reset: number; margin-bottom: 15px;}
.text ol:last-child{margin-bottom: 0;}
.text ol li { position: relative; padding-left: 30px; line-height: 30px; margin-bottom: 5px; }
.text ol > li:last-child { bottom: 0; }
.text ol > li::before, .text > ol > ol > li::before { content: counter(number) '.'; counter-increment: number; position: absolute; left: 0; top: 0; width: 15px; height: 30px; color: #004EAF; counter-increment: number; font-weight: 600; text-align: center; }
.text ol.style-1 > li{padding-left: 25px; font-weight: 500; font-size: 26px; line-height: 42px;}
.text ol.style-1 > li::before{content: counter(number) '.'; color: #232323; font-weight: 500; width: auto; height: auto; font-size: 26px;}
.text p a{color: #004EAF;}
/* FONT WEIGHT */
.fw-600{font-weight: 600;}
/*media*/
@media (min-width: 1200px) {
  .container{max-width: 1410px;}
  .text p a:hover{text-decoration: none;}
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {padding-left: 30px; padding-right: 30px;}
}
@media (max-width:1200px) {
  .title-shortcode, .center-info .title-shortcode{margin-bottom: 20px;}

  .text p{margin-bottom: 10px;}
   .text, .text ul li{line-height: 24px;} 
  h1,.h1{line-height:1.05em;}
  h2,.h2{line-height:1.2em;}
  h3,.h3{line-height:1.2em;}
  h4,.h4{line-height: 105%;}
  h5,.h5{line-height:105%;}
  h6,.h6{line-height:1.2em;}
  }
@media(max-width:767px){
  .text, .text ul li{line-height: 22px;}
  .text-s{line-height: 20px;} */
  .text p, .text a{margin-bottom: 5px; }
  .hide-xs,.title br{display:none!important;}
  .text ul li{padding-left:25px;margin-bottom: 10px;}
  .text ol{margin-bottom: 5px;}
  .text ol li{padding-left:30px; line-height: 24px;}
  .text ol li{padding-left: 20px;}
  .ul-two-column ul{-webkit-columns: 1;-moz-columns: 1;columns: 1;column-gap:15px;}
  .text-line-1,.text-line-2,.text-line-3,.text-line-4,.text-line-5 {-webkit-line-clamp: inherit;}
  .title-shortcode, .center-info .title-shortcode{margin-bottom:10px;}
  .title-with-btn, .title-with-img{display:block;margin-bottom:20px;}
  .title-with-btn .btn{margin-left:0;margin-top:15px;}
  .title-with-img .img{margin-left:0;margin-top:15px;display: block;text-align: center;}
  blockquote{padding:0 0 0 15px;border-width:3px;}
  .text.type2 ul li{padding-left:15px;}
}
/* BUTTONS */
.btn{display:inline-block;vertical-align:bottom;text-align:center;position:relative;cursor:pointer;text-decoration:none;background: #FFFFFF;font-weight:400;line-height:1.38em;color: #004EAF; font-family: 'Magistralc', sans-serif; font-size:18px;padding:14px 32px 14px 32px;border: 2px solid #004EAF;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; border-radius: 50px;}
.btn.type-1{background-color: transparent; color: #fff; border-color: #fff;}
.btn.type2{background: #004EAF;color: #FFFFFF;border-color: #004EAF;}
.btn.type3{background: #00A0E3;color: #FFFFFF;border-color: #00A0E3;}
.btn.type3.color-2{border-color: #fff; background: transparent;}
.btn.type4{background: #004EAF;color: #FFFFFF;border-color: #004EAF;}
.btn.submit{padding:14px 30px;}
.submit-send{background: none;color: #FFFFFF}
.btn.color2{color:#004EAF;border: 2px solid #FFFFFF;}
.btn.color3{background-color: transparent; border: 2px solid #fff; color: #fff;}
.btn-block{display: block;width: 100%;}
.text-btn{position: relative;}
.text-btn::before{content: ''; display: block; width: 0; height: 1px; background-color: #fff; position: absolute; right: 0; bottom: -1px; transition: all 0.3s; -webkit-transition: all 0.3s;}
.btn-text-2{
  position: relative;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Magistralc', sans-serif;
  font-weight: 500;
  color: #004EAF;
  border: none;
  padding: 0 ;
  margin-bottom: 0;
  vertical-align: middle;
}
.btn-text-2 i{
  position: relative;
  display: inline-block;
  width: 21px;
  height: 16px;
  margin-left: 10px;
  transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.btn-text-2 i:after{
  content: "";
  position: absolute;
  right: -1px;
  top: 9px;
  width: 18px;
  height: 2px;
  background: #004EAF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn-text-2 i::before{
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #005cb9;
  border-right: 2px solid #005cb9;
  transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
/*media*/
@media(min-width: 1200px){
  .btn:hover{
    background: #004EAF;color: #FFFFFF;
  }
  .btn.type2:hover{
    background: #FFFFFF;color: #004EAF;}
  .btn.type3:hover{
    background: #ffffff;color: #00A0E3;border-color: #ffffff;}
  .btn.type4:hover{
    background: #ffffff;color: #004EAF;;border-color: #ffffff;}
  .btn.color2:hover{
    color:#ffffff;background: #004EAF;border: 2px solid #004EAF;}
    .btn.color3:hover{
      background-color: #fff;
      color: #004EAF;
    }
    .text-btn:hover::before{
      width: 100%;
    }
    .btn-text-2:hover i{
      margin-left: 15px;
    }
}
@media(max-width: 1366px) {
  .btn {
    padding: 8px 20px;
    font-size: 17px;
  }
}
@media(max-width: 1200px){
  .btn{padding:7px 20px;font-size:14px}
  .btn.submit{
    padding:12px 20px;
  }
}
@media(max-width:767px){
  .btn.submit{
    padding:12px 16px;
    font-size:14px
  }
}
/* HEADER */
.header-in{
  width: 100%;
  height: 88px;
  position: fixed;
  /* background-color: #194275; */
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  transition: all 0.3s;
}
.header-logo{
  margin-right: 10px;
}
.nav-links{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.header-nav .btn-close{
  display: none;
}
.header-nav .nav-links li{
  margin-right: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transition: color 0.3s;
  font-family: 'Magistralc', sans-serif;
}
.header-nav .nav-links > li{
  padding-right: 15px;
}
.nav-links li a{
  display: flex;
  position: relative;
  padding-right: 15px;
}
.header-nav .nav-links .container-links > a::before{
  content: "";
  position: absolute;
  top: 48%;
  right: -15px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transition: all 0.3s;
}
/* hover start */
.header-logo a{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
}
.header-logo a:last-child{
  visibility: hidden;
  opacity: 0;
  display: none;
}
.link-hover {
	/* position: relative; */
	cursor: pointer;
}

.link-hover.active{
  color: #004EAF;
}
.link-hover a::after {
	display: block;
	position: absolute;
  bottom: 28px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	content: "";
	transition: width 0.3s ease-out;
}
.img-hover{
  transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}
.img-hover img:last-child{
  display: none;
  visibility: hidden;
  opacity: 0;
}
.nav-links li a.header-phone img{
  margin-right: 9px;
}
.header-phone{
  line-height: 88px;
}
.header-phone .number{
  font-weight: 600;
}
.header-phone img{
  vertical-align: middle;
}
.search-img{
  cursor: pointer;
  max-width: 19px;
  max-height: 19px;
}
.search-img img{
  vertical-align: middle;
  max-width: 100%;
}
.header-contact{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .header-contact .btn{
  margin-right: 56px;
} */
.lang{
  padding: 10px 20px;
  transition: all 0.3s;
  position: relative;
}
.select-lang{
  position: relative;
  cursor: pointer;
  font-family: 'Magistralc', sans-serif;
  font-weight: 600;
  padding-right: 15px;
  transition: all 0.3s;
}
.select-lang:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.3s;
}
.lang-selected {
  position: absolute;
  top: 46px;
  right: 0;
  display: block;
  backface-visibility: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: all 0.25s linear; */
  transition: 0.3s;
  background: #fff;
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.94em;
  font-family: 'Magistralc', sans-serif;
  line-height: 100%;
  color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 35px 16px 23px;
  transform: scale(0);
  
}
ul.lang-selected li::before{
  content: none;
}
.text ul.lang-selected li{margin: 0; padding: 0; line-height: 100%;}

/* drop-menu start */
.drop-menu{
  position: absolute;
  top: 150px;
  left: 50%;
  max-width: 1410px; 
  padding: 30px;
  border-radius: 5px;
  /* display: flex; */
  transform: translateX(-50%);
  background: #ffffff;
  backface-visibility: hidden;
  /* z-index: 5; */
  opacity: 0;
  z-index: -20;
  visibility: hidden;
  /* pointer-events: none; */
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  /* transition: opacity 1s ease-out; */
  display: none;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
/* drop-menu end */
.menu-2{position: relative;}
.visa-services{
  justify-content: center;
  border-radius: 5px;
  padding: 15px 30px;
}
.drop-menu .visa-services-link{
  position: relative;
  margin-left: 30px;
  margin-right: 0!important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.drop-menu .visa-services-link:first-child{
  margin-left: 0;
  margin-right: 0!important;
}
.drop-menu .visa-services-link:nth-child(5){
  margin-left: 0;
}
.visa-services_img{
  position: relative;
  border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  max-height: 220px;
  max-width: 315px;
  padding-bottom: 67%;
}
.visa-services_img img{
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.visa-services .visa-services-link a span{
  transition: 0.5s;
}
/* .header-nav .nav-links > li{
  position: relative;
} */
.visa-services li > a{
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
  font-family: 'Arial', sans-serif;
  display: flex;
  padding-right: 0;
  width: 100%;
}
.visa-services li a > span{
  position: absolute;
  top: 0;
  left: 0;
  padding: 23px 30px;
  min-height: 70px;
}
.container-links.active .lang-selected{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.drop-menu-aboute{
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 150px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0s;
}
.drop-menu-aboute li.visa-services-link{
  margin-right: 0;
  white-space: nowrap;
}
.drop-menu-aboute .visa-services-link a{
  color: #202020;
  padding: 15px 40px 15px 15px;
  font-family: 'Magistralc', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.drop-menu-aboute .visa-services-link.active a{
  background-color: #004EAF;
  color: #fff;
}
.link-hover > p, .link-hover > a{
  line-height: 88px;
}

/* burger-menu start */
.header-burger-menu{
  position: fixed;
  top: 68px;
  right: -100%;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 20px;
  overflow: scroll;
  transition: all 0.5s ease 0s;
}
.header-burger-menu .nav-links{
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.header-burger-menu .nav-links li p::after{
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.header-burger-menu .nav-links li:nth-child(8) {
  margin-right: 0;
}
.header-burger-menu .nav-links li{
  padding-bottom: 20px;
  color: black;
}

.header-burger-menu .nav-links li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 20px;
}
.header-burger-menu .nav-links .burger-lang-contact{
  width: 25%;
  justify-content: space-between;
  flex-direction: row;
}
.header-burger-menu .burger-lang-contact ul li{
  padding: 0;
}
/* burger-drop */
.burger-drop-menu{
  display: none;
}

/* sclolled header */
.scrolled .header-in, .white-header .header-in{
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
}
.scrolled .header-logo a:last-child, .scrolled .img-hover img:last-child, .white-header .header-logo a:last-child, .white-header .img-hover img:last-child{
  display: block;
  visibility: visible;
  opacity: 1;
}
.scrolled .img-hover img:last-child, .white-header .img-hover img:last-child{
  display: inline-block;
}
.scrolled .header-logo a:first-child, .scrolled .img-hover img:first-child, .white-header .header-logo a:first-child, .white-header .img-hover img:first-child{
  display: none;
  visibility: hidden;
  opacity: 0;
}
.scrolled .header-nav .nav-links > li, .white-header .header-nav .nav-links > li{
  color: #0F2137;
 
}

#menu-header-menu .header-mobile-phone {
  line-height: 1;
}

.scrolled .header-phone, .white-header .header-phone{
  color: #004EAF;
	
}
.header-phone {
display: flex;
	align-items: center;
	gap: 10px	
}
#menu-header-menu .social-link {
	margin-top: 0
}
.scrolled .header-contact .btn, .white-header .header-contact .btn{
  background-color: #004EAF;
  color: #fff;
  border: 2px solid transparent;
}
.scrolled .header-nav .nav-links .container-links a::before, .white-header .header-nav .nav-links .container-links a::before{
  border-color: #0F2137;
}
.scrolled .select-lang, .white-header .select-lang{
  color: #0F2137;
}
.scrolled .select-lang::after, .white-header .select-lang::after{
  border-color: #0F2137;
}
.scrolled .drop-menu, .white-header .drop-menu{
  box-shadow: 0px 4px 16px rgba(35, 35, 35, 0.1);
}
.header-burger{display: none;}
/* burger menu end */
@media (max-width:1886px) {
  .header-nav .nav-links li{
    margin-right: 20px;
  }
  .header-nav .nav-links li.visa-services-link{
    margin-right: 0;
  }
  /* .header-contact .btn {
    margin-right: 10px;
} */
}
@media (max-width:1650px) {
  
  .img-hover:hover{
    transform: rotate(30deg);
  }
  .nav-links li a.header-phone img{
    margin-right: 0px;
  }
  .header-nav .nav-links li{
    margin-right: 15px;
  } 
}

@media(min-width: 1599px){
     
      .nav-links li a.header-phone img{
        margin-right: 15px;
      }
}
@media(max-width: 1599px){
    .nav-links li .number{
        display: none;
      }
    
}

@media (max-width:1500px){
  .header-nav .nav-links li{
    margin-right: 10px;
  }
  .header-logo a img{
    width: 175px;
    margin-right: 5px;
  }
  .visa-services{
    font-size: 16px;
    line-height: 100%;
  }
  .header-nav .nav-links > li{
    padding-right: 10px;
  }
  .header-nav .nav-links .container-links > a::before{
    width: 4px;
    height: 4px;
    right: -10px;
  }
}

@media (max-width:1366px) {
  .drop-menu {
    max-width: 1200px;
  }
  .visa-services_img {
    max-width: 250px;
  }
  .header-logo a img{
    max-width: 160px;
  }
  .header-nav .nav-links > li > a{
    font-size: 17px;
  }
  .header-nav .nav-links > li.header-icon, .header-icon .search-img{padding: 0;}

}
@media (max-width:1280px) {
  body.lock{
    overflow: hidden;
  }
  .header-in{
    height: 68px;
  }
   .img-hover img:last-child {
    display: block;
    visibility: visible;
    opacity: 1;
  }
   .img-hover img:first-child, .scrolled .img-hover img:first-child {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
   .scrolled .img-hover img:last-child{
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .scrolled .header-burger::after, .scrolled .header-burger::before, .scrolled .header-burger span, .white-header .header-burger::after, .white-header .header-burger::before, .white-header .header-burger span{
    background-color: #0F2137;
  }
  .header-burger{display: block;}
  .header-nav{
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    overflow: auto;
    text-align: center;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 4;
    padding: 30px 0;
  }
  .header-nav.active{
    left: 0;
  }
  .drop-menu, .drop-menu-aboute{
    position: relative;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
    display: none;
    /* pointer-events: none; */
    transition: all 0s;
    max-width: 780px;
    box-shadow: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
  }
  .scrolled .drop-menu, .white-header .drop-menu{
    box-shadow: none;
  }
  .container-links.active .drop-menu{
    display: block;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    justify-content: center;
  }
  .container-links.active .drop-menu-aboute{
    display: block;
    -webkit-transform: translateY(0 scaleY(1));
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
  .drop-menu .visa-services-link{
    width: 100%;
    text-align: center;
  }
  .container-links.active .drop-menu-aboute a, .container-links.active .drop-menu a{
    opacity: 0.7;
  }
  .visa-services_img{
    display: none;
  }
  .visa-services li a > span{
    position: relative;
    color: #171717;
    padding: 5px 0;
    font-family: 'Magistralc', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 17px;
  }
  .visa-services li > a
  .visa-services {
    justify-content: center;
  }
  .header-nav .nav-links li{
    margin-right: 0;
  }
  /* .visa-services_img img{
    position: relative;
  } */
  .header-nav .nav-links .container-links > a::before{
    border-color: #000;
    top: 16px;
    transform: translateY(0) rotate(-45deg);
  }
  /* .drop-menu .visa-services-link{
    width: 100%;
    display: block;
  } */
  .header-nav .btn-close{
    display: block;
  }
  /* .header-icon{
    display: inline-block;
  } */
  
  .nav-links, .nav-links li a{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .header-nav .nav-links li{
    color: #171717;
  }
  .nav-links li p{
    display: inline-block;
  }
  .scrolled .link-hover:hover:after, .link-hover::after{
    content: none;
  }
  .link-hover > p, .link-hover > a{
    line-height: 40px;
  }
  .drop-menu-aboute .visa-services-link a{
    color: #202020;
    padding: 5px 0;
  }
  .drop-menu-aboute .visa-services-link.active a{
    background-color: transparent;
    color: #171717;
  }
  /* .visa-services-link:last-child{
    margin: 0 10px!important;
    margin-right: 10px!important;
  } */
  .drop-menu-aboute .visa-services-link a{
    padding-left: 0;
    padding-right: 0;
  }
  /* .header-contact .btn{
    margin-right: 5px;
  } */
  .header-contact{
    /* width: 20%; */
    justify-content: flex-end;
  }
  .header-logo{
    width: 50%;
  }
  /* burger media */
  .header-burger{
    position: relative;
    width: 25px;
    height: 20px;
    cursor: pointer;

  }
  .header-burger::after,
  .header-burger::before{
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
  }
  .header-burger::after{
    top: 0;
  }
  .header-burger::before{
    bottom: 0;
  }
  .header-burger span{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    top: 9px;
    transition: all 0.3s ease;
  }
  .header-burger.active::before{
    transform: rotate(45deg);
    bottom: 10px;
  }
  .header-burger.active::after{
    transform: rotate(-45deg);
    top: 9px;
  }
  .header-burger.active span{
    transform: scale(0 );
  }
  .header-burger-menu{
    display: block;
  }
  .header-burger-menu.active{
    right: 0;
  }
  .drop-search {
    left: 100px;
  }
  .visa-services_img{max-height: 110px;}
  .lang.active .lang-selected{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    margin-bottom: 0;
  }
  .header-icon .header-phone{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .nav-links li .number{
    display: flex;
    line-height: 1.5em;
  }
  .header-phone .img-hover{
    display: flex;
    max-width: 24px;
    max-height: 24px;
  }
  .header-phone span img{
    vertical-align: middle;
  }
  .search-img{margin: 5px auto;}

}

.ai-summary-btn {
  margin-bottom: 30px;
}



.social-share-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAFAFA;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
.share-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.share-icon-btn {
  background: #EBF4FF;
  color: #004EAF;
}
.share-icon-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.share-icon-btn:active {
  transform: scale(0.95);
}

.copied-text {
  position: absolute;
  top: -25px;
  left: -15px;
  font-size: 12px;
}


@media (max-width: 768px) {
	.nav-links li a {
		padding-right: 0
	}
		.nav-links li a.open-popup {
			padding-right: 15px
		}
  .social-share-block {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 20px !important;
  }
}


/* @media (max-width:992px) {
  .header-contact{
    display: none;
  }

} */
@media (max-width:768px){
	#menu-header-menu .social-link {
  margin-top: 30px;
		justify-content: center;
}
	header.scrolled .social-link a, .white-header .social-link a {
  border: 1px solid #004eaf;
}
header.scrolled .social-link a svg path, .white-header .social-link a svg path {
  fill: #004eaf !important;
}
  .header-in{
    padding: 0 15px;
  }
  /* .header-contact{
    display: none;
  } */
  .drop-search {
    left: 70px;
  }
  .container-links.active .drop-menu{display: block;}
  /* .visa-services li a.visa-services_title{
    color: #202020;
  } */
  /* .visa-services li a.visa-services_title{
    position: relative;
    width: 100%;
  } */
  header .visa-services_img{
    padding-bottom: 40%;
  }
  .drop-menu.open{
    display: block;
  }
  .drop-menu .visa-services-link{
    width: 100%;
    margin-right: 0;
  }
  .header-logo{
    max-width: 30%;
  }
  .header-logo a img{
    max-width: 100%;
  }
  .lang{
    padding: 5px;
  }
  .lang-selected{
    padding: 10px 15px;
    top: 40px;
  }
  .btn{padding-left: 15px; padding-right: 15px;}
  .select-lang:after {margin-top: -3px; transform: translateY(0) rotate(-45deg)}

}
@media (max-width:576px){
  .drop-search {
    left: 40px;
  }
}
.header-contact{
	display: none;
}
.social-link .header-phone{
	display: none;
}

@media (max-width:1300px){
	.header-contact{
		display: flex;
	}
	.social-link .header-phone{
		display: flex;
	}
}
/* hover header */
@media (min-width:1281px) {
  .container-links:hover .drop-menu, .link-hover:hover .drop-menu-aboute{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .drop-menu-aboute .visa-services-link a:hover{
    background-color: #004EAF;
    color: #fff;
  }
  .link-hover:hover .visa-services, .container-links:hover .drop-menu, .link-hover:hover .drop-menu-aboute {
    opacity: 1;
    visibility: visible;
    top: 88px;
    z-index: 10;
    /* transition: none; */
    display: grid;
    /* height: auto; */
    /* max-height: 100%; */
  }
  .link-hover:hover .drop-menu-aboute{
    display: grid;
  }
}
@media (min-width:1200px) {
  .header-logo a:hover{
    opacity: 80%;
  }
  .link-hover:hover > p::before, .link-hover:hover > a::after{
	  width: 100%;
  }  
  .img-hover:hover{
    transform: rotate(30deg);
  }
  .drop-search img:hover{
    transform: rotate(90deg);
  }
  /* .visa-services .visa-services-link a span:hover{
    color: #004EAF;
  } */
  .scrolled .header-contact .btn:hover, .white-header .header-contact .btn:hover{
    border-color: #004EAF;
    background-color: #fff;
    color: #004EAF;
  }
  .lang.link-hover:hover:after{
    content: none;
  }
  .lang:hover{
    background-color: #004EAF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  }
  .lang:hover .lang-selected {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  
  }
  .lang:hover .select-lang:after{
    transform: rotate(135deg);
  }
  .scrolled .lang:hover .select-lang, .white-header .lang:hover .select-lang{
    color: #fff;
  }
  .scrolled .lang:hover .select-lang::after, .white-header .lang:hover .select-lang::after{
    border-color: #fff;
  }
  
  .visa-services_img:hover img{
    transform: scale(1.2);
  }
  .header-contact .btn:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
  

}


@media(min-width: 1281px){
    .scrolled .link-hover:hover > p::before, .white-header .link-hover:hover > p::before,
  .scrolled .link-hover:hover > a:after, .white-header .link-hover:hover > a:after{
    background-color: #004EAF;
  }
}

input[type="date" i]::-webkit-calendar-picker-indicator{
    display: none;
}

@media(max-width:991px){
    .link-hover{
        cursor: auto;
    }
}