/* GLOBAL SETTINGS */
html {
  height: auto;
}
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;
}

body {
  height: auto;
  overflow: visible;
}

body ::selection {
  color: #fff;
  background: #005cb9;
}

body ::-moz-selection {
  color: #fff;
  background: #005cb9;
}

.swiper-slide:not(:first-child) {
  display: block;
}

html.overflow-menu,
html.overflow-menu body {
  overflow: hidden;
}

#menu-header-menu .btn.type4.open-popup {
padding: 13px 19px;
border-color: #004eaf;
}

#menu-header-menu .btn.type4:hover {
  border-color: #004eaf;
}

.row-0,
.no-padd .row {
  margin-left: 0;
  margin-right: 0;
}

.row-0 div,
.no-padd .row div[class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

.visa-services-link, .header-icon{
	padding: 10px 0px;
}

.row-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.row-16 div[class^="col"] {
  padding-left: 8px;
  padding-right: 8px;
}

.separator {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background: #03bbb4;
}

.separator.small {
  width: 80px;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}

.align-content > * {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.no-padd {
  padding: 0;
}

.section {
  position: relative;
}

.section.full-height {
  height: 100vh;
}

.sec-top-100 {
  margin-top: 100px;
}

.sec-top-60 {
  margin-top: 60px;
}

.sec-top-40 {
  margin-top: 40px;
}

.border {
  border: solid 1px #e5e5e5;
}

.border-primary{
  border-color: #005cb9;
}

.error{
  color:#c3010e;
}
/* FORM ELEMENTS */
form + * {
  font-family: "Magistralc", sans-serif;
  font-weight: 300;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #0f2137;
  opacity: 1;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Magistralc", sans-serif;
  vertical-align: middle;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #0f2137;
  opacity: 1;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Magistralc", sans-serif;
  vertical-align: middle;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #0f2137;
  opacity: 1;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Magistralc", sans-serif;
  vertical-align: middle;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #0f2137;
  opacity: 1;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Magistralc", sans-serif;
  vertical-align: middle;
}

input,
textarea,
select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

button {
  background: none;
  border: 0px none;
}

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

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}

input[type="search"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select::-ms-expand,
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.input {
  height: 50px;
  width: 100%;
  padding: 14px 20px;
  font-style: normal;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  font-family: "Magistralc", sans-serif;
  background: transparent;
  border: 1px solid #dddddd;
  border-radius: 50px;
  transition: 0.5s;
  z-index: 2;
  color: #0f2137;
}

.input-field-wrapper > span:not(.wpcf7-form-control-wrap) {
  display: inline-block;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 18px;
}

.input-field-wrapper > span:not(.wpcf7-form-control-wrap):after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background-image: url(../img/svg/calendar.svg);
  background-repeat: no-repeat;
}

.input-field-wrapper.focus > span:after {
  background-image: url(../img/svg/close-sm.svg);
  background-position: 50% 50%;
}

input.error {
  border: 1px solid #ff0606;
  color: #ff0606;
}

.input-field-wrapper {
  margin-bottom: 20px;
}

.input-field-wrapper.style-2 {
  margin-bottom: 20px;
}

.input:focus {
  border-color: #004eaf;
}

.input-placeholder {
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-family: "Magistralc", sans-serif;
  color: #0f2137;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.input-field-wrapper .input-placeholder {
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  transform: translateY(14px);
}

.input-field-wrapper.focus .input-placeholder,
.input-field-wrapper.value .input-placeholder {
  z-index: 1;
  font-size: 12px;
  line-height: 14px;
  color: #004eaf;
  padding-left: 0;
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
}

/* .input-field-wrapper.value .input{
    border: 1px solid #DDDDDD;
 } */

textarea.input {
  overflow: auto;
  height: 111px;
  padding: 21px 20px;
  border: 1px solid #dddddd;
  resize: none;
  border-radius: 25px;
}

.input-field-wrapper {
  position: relative;
}

.input-error {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #e70000;
  padding: 0 20px;
  text-align: left;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Magistralc", sans-serif;
}

.input-field-wrapper.invalid:not(.value) .input-error {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.input-field-wrapp.fail .input {
  color: #e70000;
  border-color: #e70000;
}

.input-field-wrapp.fail input::placeholder {
  color: #e70000;
}

.input-field-wrapper.invalid:not(.value) .input {
  border-color: #e70000;
}

.input-search {
  border-radius: 0;
  border: none;
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #707070;
  vertical-align: top;
}

.input-search:focus {
  border-bottom: 1px solid #004eaf;
}

.form-img {
  text-align: center;
}

.form-img img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .input,
  .input-placeholder {
    font-size: 15px;
    line-height: 20px;
  }

  .input-error,
  .input-field-wrapper.focus .input-placeholder,
  .input-field-wrapper.value .input-placeholder {
    font-size: 10px;
    font-weight: 300;
  }

  .input-field-wrapper.focus .input-placeholder,
  .input-field-wrapper.value .input-placeholder {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
  }

  .input {
    height: 40px;
  }

  .input-field-wrapper .input-placeholder {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  .input-field-wrapper > span:not(.wpcf7-form-control-wrap) {
    top: 13px;
    right: 13px;
  }
}

/* SWIPER */
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-entry,
.swiper-control-wrapper {
  position: relative;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  opacity: 0;
}

.swiper-entry.overflow-visible .swiper-container {
  overflow: visible;
}

.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
  cursor: inherit;
}

.swiper-wrapper.swiper-wrapper-margin {
  margin-bottom: 40px;
}

.swiper-slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  backface-visibility: hidden;
}

/* .swiper-wrapper{justify-content: center;} */
/*swiper arrow*/
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  z-index: 2;
  outline: none;
  color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.swiper-button-next {
  left: auto;
  right: 0px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-prev i,
.swiper-button-next i {
  display: inline-block;
  position: absolute;
  height: 12px;
  width: 27px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -16px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper-button-prev i:before,
.swiper-button-next i:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005cb9;
  border-right: 2px solid #005cb9;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.pagination-mobile {
  display: none;
}

.swiper-button-next i:before {
  left: auto;
  right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-prev i:before {
  left: 0;
  right: -1px;
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
}

.swiper-button-prev i:after,
.swiper-button-next i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  height: 2px;
  background: #004eaf;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

/*wrapp arrow*/
.wrapp-arrow {
  position: absolute;
  left: 5px;
  margin: 0 auto;
  bottom: -64px;
  width: 68px;
}

.hide {
  display: none;
}

/* swiper-banner */
.banner-arrow {
  position: absolute;
  bottom: 30px;
  width: 68px;
  margin-left: 10px;
}

.banner-arrow .swiper-button-prev i:before,
.banner-arrow .swiper-button-next i:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.banner-arrow .swiper-button-prev i:after,
.banner-arrow .swiper-button-next i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  height: 2px;
  background: #ffffff;
}

/*hide arrow*/
.swiper-entry.hide-arrow .swiper-button-prev,
.swiper-entry.hide-arrow .swiper-button-next {
  display: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

/* .swiper-controls-hide .swiper-button-next,
 .swiper-controls-hide .swiper-button-prev,
 .swiper-controls-hide .wrapp-arrow {
   display: none;
 } */

.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
  cursor: inherit;
}
.swiper-banner
  .swiper-button-lock
  + .swiper-banner
  .swiper-button-lock
  + .banner-arrow
  + .swiper-container
  .swiper-wrapper {
  cursor: default;
}
.swiper-controls-hide .swiper-container .swiper-wrapper {
  cursor: inherit !important;
}
.swiper-pagination {
  line-height: 0;
  z-index: 2;
  bottom: 0 !important;
  vertical-align: middle;
  height: 16px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(0, 48, 107, 0.4);
  opacity: 1;
  margin: 0 20px !important;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.swiper-pagination.color2 .swiper-pagination-bullet {
  background: transparent;
  border-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #004eaf;
  border-color: transparent;
  transform: scale(1.4);
}

.swiper-pagination.color2 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 30px;
  bottom: auto;
}

/* hide-pagination */
.swiper-pagination.hide-pagination,
.swiper-pagination.mobile {
  display: none;
}

/*simple slide*/
.simple-slider .swiper-slide {
  margin-bottom: 0;
}

.simple-slider .simple-slide {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #939393;
}

.simple-slider .simple-slide picture {
  padding-bottom: 51%;
}

.simple-slider .simple-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.simple-slider .swiper-pagination {
  margin-bottom: 0;
}

/*media*/
@media (min-width: 1200px) {
  .swiper-button-prev:hover i,
  .swiper-button-next:hover i {
    width: 32px;
  }

  .swiper-button-prev:hover i:after,
  .swiper-button-next:hover i::after {
    background-color: #004eaf;
  }

  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    border-color: #005cb9;
  }

  .swiper-button-prev:hover i:before,
  .swiper-button-next:hover i::before {
    border-color: #004eaf;
  }
}

@media (max-width: 1199px) {
  .swiper-no-swiping {
    cursor: pointer;
  }

  .pagination-mobile {
    display: block;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 20px;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 15px;
    line-height: 20px;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 20px;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 20px;
  }

  .swiper-pagination.mobile {
    display: block;
    bottom: -20px !important;
  }

  .swiper-pagination-bullet {
    margin: 0 10px !important;
  }

  .news-swiper {
    padding-bottom: 30px;
  }
}

/* @media (max-width: 991px) {} */

@media (max-width: 767px) {
  .swiper-container {
    overflow: visible;
  }

  /* .company-success-contant .swiper-container {
     overflow: hidden;
   } */

  .swiper-pagination.swiper-pagination-relative {
    margin-top: 15px;
  }

  .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
  /* reverse-column */
  .reverse-column {
    flex-direction: column-reverse;
  }
  .form-img {
    margin-bottom: 10px;
  }
  /* .overflow-visible .swiper-slide{
    width: 95%!important;
  }
  .img-block{
    width: auto!important;
  }
  .card-link{
    width: 67%;
  } */
}

/*Get Visa */
.card {
  position: relative;
}

.card-link {
  position: relative;
  font-size: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #e5e5e5;
  border-radius: 5px;
}

.img-block {
  position: absolute;
  height: 100%;
  width: 100%;
}

.img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 300px;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.img-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/svg/mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 78, 175, 0.5);
  transition: 0.9s;
  opacity: 0;
}

.card-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  margin-left: 28px;
  margin-bottom: 12px;
  line-height: 55px;
}

.swipe-more {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .img-block:hover:after {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .swipe-more {
    margin-top: 20px;
  }
  .wrapp-arrow {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .swipe-more {
    margin-top: 15px;
  }
  .card-title {
    line-height: 30px;
    margin-left: 20px;
    font-size: 20px;
  }
  .overflow-visible .swiper-slide {
    width: 90% !important;
  }
}

/* Get insurance */
.get-img-block {
  position: absolute;
  height: 100%;
  width: 100%;
}

.get-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.get-img-block::after,
.news-item .news-img .img-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/svg/mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 78, 175, 0.5);
  transition: 0.9s;
  opacity: 0;
}

@media (min-width: 1200px) {
  .get-img-block:hover:after,
  .news-item:hover .news-img .img-link::after {
    opacity: 1;
  }
}

/* Visa-center */
.visa-center {
  position: relative;
  /* padding: 100px 0 70px 0; */
}

.center-info {
  margin-top: 48px;
}

.center-info .title-shortcode {
  margin-bottom: 32px;
}

.center-info .btn {
  margin-top: 30px;
}

.center-info-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}

.center-info-block {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.center-info-block img {
  margin-right: 8px;
  padding-bottom: 5px;
}

.center-img {
  position: relative;
}

.center-img img {
  width: 100%;
  border-radius: 5px;
}

.center-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/bg-center-img.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: -100px;
  top: -100px;
  z-index: -1;
}

.center-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/bg-center-right-img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  right: -216px;
  bottom: -116px;
  transform: rotate(16deg);
  z-index: -1;
}

@media (max-width: 1200px) {
  .visa-center {
    padding-bottom: 0;
  }
  .center-info .title-shortcode {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .visa-center {
    /* padding-top: 100px; */
    padding-bottom: 0;
  }
  .center-info .btn {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .visa-center {
    padding-top: 0;
  }

  .center-img::after,
  .center-img::before {
    display: none;
  }

  .center-info {
    margin-top: 10px;
  }

  .center-info .title-shortcode {
    margin-bottom: 5px;
  }

  /* .center-info .btn {
     
   } */
  .center-info-wrapper,
  .center-info-block {
    margin: 0;
  }
}

/* Сompany-Success */
.company-success-block {
  position: relative;
  /* padding-top: 100px;
    padding-bottom: 85px; */
  background-color: #004eaf;
}

.company-success-block .swiper-autoheight,
.company-success-block .swiper-autoheight .swiper-slide {
  height: 100%;
}

.company-success-block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/success-left.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.company-success-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/success-right.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.company-success-contant {
  position: relative;
  margin: 0 -60px;
  /* z-index: 1;
    display: flex;
    flex-wrap: wrap; */
}

.company-success-card {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swiper-slide:first-child .company-success-card {
  border: none;
}

.success-number {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border-radius: 40%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 37px;
  color: #004eaf;
  box-shadow: 0px 14px 20px rgba(76, 119, 171, 0.1);
  flex-shrink: 0;
}

.success-card-tittle div:first-child {
  margin-bottom: 9px;
}

.company-success-card .map-contact .social-link {
  flex-wrap: wrap;
  margin-right: 0;
}

.company-success-card .map-contact .social-link a {
  margin-bottom: 15px;
}
/* .company-success-card:first-child{
    padding-left: 0;
  }
  .company-success-card:last-child{
    padding-right: 0;
    border-right: none;
  } */
@media (max-width: 1400px) {
  .company-success-card {
    /* border-right: 1px solid rgba(255, 255, 255, 0.6); */
    padding: 0 30px;
  }

  .company-success-contant {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  /* .company-success-block{
      padding-top: 40px;
      padding-bottom: 40px;
    } */
  /* .company-success-contant{
      flex-direction: column;
      display: flex;
      height: 100%;
    } */
  .company-success-card {
    width: 100%;
    /* padding: 0; */
    border-right: none;
    margin-bottom: 15px;
  }

  .success-number {
    width: 56px;
    height: 56px;
  }

  /* .success-card-tittle div:first-child {
     margin-bottom: 0;
   } */
}

@media (max-width: 991px) {
  .company-success-card {
    border: none;
  }
  .success-card-tittle div:first-child {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .company-success-card {
    padding: 0;
  }
}

/* NEWS */
.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-item .news-img {
  position: relative;
  font-size: 0;
  padding-bottom: 67%;
  overflow: hidden;
  background-color: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}

.news-item .news-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  backface-visibility: hidden;
  object-fit: cover;
  border-radius: 5px;
}

.news-item .news-content {
  position: relative;
  text-align: left;
  margin-top: 15px;
  /* max-width: 82%; */
}

.news-item .news-content > * {
  margin-bottom: 10px;
}

.news-item .news-content > *:last-child {
  margin-bottom: 0;
}

.news-date {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #004eaf;
  font-weight: normal;
}

.news-date img {
  margin-right: 8px;
  width: 18px;
  height: 20px;
}

.news-content .title {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 500;
}
.news-content .title a {
  display: block;
}

.news-swiper + .all-news {
  margin-top: 50px;
}
.news-swiper .swiper-pagination {
  bottom: -40px !important;
}
.news-item.size2 .news-img {
  padding-bottom: 52.86%;
}

.news-date.style-2 {
  justify-content: center;
  color: #fff;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .news-swiper .swiper-pagination {
    bottom: -10px !important;
  }
}

/* .news-date.style-2.type-1 {
   border-color: #ddd;
 } */

/*media*/
@media (min-width: 1200px) {
  .news-item:hover .news-img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .news-item:hover .title a {
    color: #004eaf;
  }
}

/*Review */
.video-item {
  position: relative;
  cursor: pointer;
}

.video-item .video-img {
  display: block;
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 5px;
}

.video-item .video-img img {
  width: 422px;
  height: 422px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  backface-visibility: hidden;
  object-fit: contain;
  border-radius: 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.video-item .video-content {
  position: relative;
  text-align: left;
  margin-top: 15px;
  /* max-width: 82%; */
}

.video-item .video-content > * {
  margin-bottom: 10px;
}

.video-item .video-content > *:last-child {
  margin-bottom: 0;
}

.video-name {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #0f2137;
  font-weight: normal;
  margin-bottom: 0 !important;
  line-height: 1.5em;
  font-weight: 500;
}

.video-name img {
  margin-right: 14px;
}

.video-content .title {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 500;
}

.video-swiper + .all-news {
  margin-top: 50px;
}

.video-item.size2 .video-img {
  padding-bottom: 52.86%;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  width: 66px;
  height: 66px;
  color: #fff;
  background-color: rgba(0, 78, 175, 0.6);
  border-radius: 100%;
  /* -webkit-transition: var(--transition);
  -o-transition: var(--transition); */
  transition: 0.6s;
}

.btn-play::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 16px solid;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

/*media*/
@media (min-width: 1200px) {
  .video-item:hover .btn-play {
    color: #fff;
    background-color: rgba(0, 78, 175, 1);
  }
  .video-item:hover .video-img img {
    transform: scale(1.2);
  }
  .video-item:hover .video-content .video-name {
    color: #004eaf;
  }
}
@media (max-width: 767px) {
  .video-item .video-content {
    margin-top: 10px;
  }
  .news-content .title a {
    line-height: 1.458em;
  }

}

/* MAP */
.map-wrapp {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.map-wrapp .select-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  width: auto;
  max-width: 554px;
  margin: 0 auto;
}

.map-block {
  position: relative;
  font-size: 0;
  /*padding-bottom:46%;*/
  padding-bottom: 76%;
  min-height: 440px;
  overflow: hidden;
  background-color: #e5e5e5;
  border: 8px solid #ffffff;
  border-radius: 5px;
}

/* .map-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:200px;background: linear-gradient(179.51deg, #FFFFFF 0.43%, rgba(255, 255, 255, 0) 99.57%);pointer-events:none;z-index:1;} */
.map-block .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-block .gm-style > div > div > div > div > div[style*="background-image"] {
  width: 50px !important;
  height: 50px !important;
  line-height: 8px !important;
  font-family: "Arial";
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: bottom right !important;
  text-align: right !important;
  z-index: 1;
}

.map-block
  .gm-style
  > div
  > div
  > div
  > div
  > div[style*="background-image"]:before {
  content: "";
  position: absolute;
  top: -22px;
  right: -18px;
  width: 50px;
  height: 50px;
  background-image: url(../img/svg/map-cluster.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: -1;
}

.infoBox {
  max-width: 640px;
  max-width: 100%;
}

.infoBox > img {
  position: absolute !important;
  z-index: 20;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.info-box-wrapper {
  position: relative;
  z-index: 5;
  max-width: 640px;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.info-box-wrapper i {
  display: block;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.info-box-wrapper i:before,
.info-box-wrapper i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1px;
  width: 50%;
  background: #0f2137;
}

.info-box-wrapper i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.info-box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-box-img {
  position: relative;
  max-width: 285px;
  max-height: 230px;
  border-radius: 5px;
  overflow: hidden;
}

.info-box-img > img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.info-box-text {
  padding: 0 30px 0 15px;
  font-family: "Magistralc", sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.info-box-text > * {
  margin-bottom: 10px;
}

.info-box-text .book-service {
  margin-top: 30px;
}

.info-box-text > *:last-child {
  margin-bottom: 0;
}

.info-box-wrapper .button-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.info-box-wrapper .button-wrap .btn {
  font-size: 15px;
  padding: 8px 10px;
  white-space: nowrap;
}
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center; */
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.contact-item .contact-img {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 24px;
  height: 24px;
}

.contact-item.top-info .contact-img {
  width: 38px;
  height: 46px;
  left: 0;
  top: 0;
}

.contact-item .contact-img img {
  max-width: 100%;
  max-height: 100%;
}

.info-box-text .contact-img:before {
  display: none;
}

.contact-item .contact-info,
.contact-item .contact-info a {
  font-weight: 600;
  font-size: 16px;
  color: #0f2137;
}

.contact-item .contact-info > div {
  font-weight: 300;
}

.contact-item.top-info .contact-info {
  font-size: 18px;
  line-height: 1;
}

.contact-item.top-info .contact-info .dealers-name {
  font-weight: 500;
}

.contact-item.top-info .contact-info > * {
  margin-bottom: 10px;
}

.contact-item .contact-info > *:last-child {
  margin-bottom: 0;
}

/* map cantact page */
.map-section.type-2 .map-wrapp {
  height: 80vh;
  border-radius: 0;
}

.map-contact.type-2 {
  flex-direction: column;
}

.map-contact.type-2:last-child {
  align-items: flex-start;
  margin-top: 0;
}

.map-contact.type-2 .map-contact-tittle {
  margin-bottom: 8px;
}

.map-contact.type-2 .social-link a {
  border: 1px solid rgba(0, 78, 175, 0.25);
}

.map-contact.type-2 svg path {
  fill: #004eaf !important;
}

.map-contact.type-2 .social-link a::before {
  background-color: #004eaf;
}

.map-section.type-2 .map-block {
  padding-bottom: 0;
  height: calc(100vh - 200px);
  border: none;
  border-radius: 0;
}

/*media*/
@media (min-width: 1200px) {
  .infoBox > img:hover + .info-box-wrapper i {
    opacity: 0.6;
  }

  .info-box-text .contact-info a:hover {
    color: #c3010e;
  }

  .map-contact.type-2 .social-link a:hover svg path {
    fill: #fff;
  }

  .map-contact.type-2 a:hover {
    color: #004eaf;
  }
}

@media (max-width: 1500px) {
  .info-box-text {
    padding: 15px;
  }

  .info-box-text .contact-info {
    font-size: 14px;
  }

  .contact-item.top-info .contact-info {
    font-size: 16px;
  }

  .info-box-text .book-service {
    margin-top: 15px;
  }

  .info-box-img > img {
    max-height: 160px;
  }

  .map-block
    .gm-style
    > div
    > div
    > div
    > div
    > div[style*="background-image"] {
    font-size: 12px !important;
  }

  .map-block
    .gm-style
    > div
    > div
    > div
    > div
    > div[style*="background-image"]:before {
    background-size: cover;
    width: 40px;
    height: 40px;
    top: -17px;
    right: -17px;
  }
}

@media (max-width: 1199px) {
  .company-success-contant .swiper-button-prev,
  .company-success-contant .swiper-button-next {
    display: none;
  }

  .company-success-block .swiper-autoheight,
  .company-success-block .swiper-autoheight .swiper-slide {
    height: auto;
  }

  .info-box-wrapper {
    padding: 10px;
  }

  .info-box-text {
    padding: 5px;
  }

  .info-box-text .contact-info {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .card-link {
    padding-bottom: 67%;
  }

  .map-block:before {
    content: none;
  }

  .map-wrapp .select-box {
    position: relative;
    top: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .info-box-wrapper {
    max-width: 370px;
  }
}

@media (max-width: 767px) {
  .map-wrapp .select-box {
    margin-bottom: 15px;
  }

  .info-box-img {
    display: none;
  }

  .info-box-text {
    padding: 10px 20px 10px 10px;
  }

  .contact-item.top-info .contact-info {
    font-size: 14px;
  }

  .contact-item .contact-img {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 4px;
  }

  .card-link {
    padding-bottom: 85%;
  }
  .info-box-text .contact-info {
    font-size: 12px;
  }

  .info-box-text .contact-info > * {
    line-height: 1.5;
  }

  .info-box-text .book-service {
    margin-top: 0;
  }

  .info-box-wrapper i {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .contact-item {
    padding-left: 30px;
  }

  .contact-item.top-info .contact-img {
    width: 25px;
    height: 30px;
    top: 5px;
  }

  .contact-item.top-info .contact-info > * {
    margin-bottom: 0;
  }

  .map-block
    .gm-style
    > div
    > div
    > div
    > div
    > div[style*="background-image"]:before {
    width: 40px;
    height: 40px;
    top: -17px;
    right: -17px;
    background-size: contain;
  }
  .map-section.type-2 {
    padding: 30px 0 0;
  }
  .map-section.type-2 .map-wrapp {
    height: 50vh;
    padding: 0 15px;
  }
  .map-section.type-2 .map-block {
    min-height: 100%;
  }
  .info-box-wrapper {
    max-width: 310px;
  }
}

.map-contant {
  position: relative;
  background: #004eaf;
}
.map-contant .container {
  position: relative;
  z-index: 4;
}

.center-office {
  position: relative;
  z-index: 5;
  margin-top: 24px;
  margin-right: 24px;
}

.center-office .social-link{
	max-width: 50%;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.map-contant::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/map-left.png);
  background-position: left top;
  background-repeat: no-repeat;
  /* background-size: contain; */
  z-index: 0;
}

.map-contant::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/map-right.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  /* background-size: contain; */
  z-index: 0;
}
.map-contant.type2::before {
  background-image: url(../img/right-decor.svg);
  right: 0;
  background-size: contain;
  background-position: right bottom;
}
.map-contant.type2::after {
  background-image: url(../img/left-decor.svg);
  left: 0;
  background-size: contain;
  background-position: left bottom;
}
/* .bg-map{
  background-image: url(../img/bg-map.jpg);
  background-repeat: no-repeat;
  background-size: contain;
 background-size: contain; 
  z-index: 0;
 } */
.map-contact {
  position: relative;
  margin-bottom: 30px;
}

.map-contact:last-child {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.map-contact-tittle {
  margin-bottom: 13px;
}

.map-contact-tittle img {
  margin-right: 10px;
}

.map-contact .social-link {
  margin-bottom: 0;
  margin-right: 60px;
}

@media (min-width: 1200px) {
  .map-contact a:hover {
    color: rgb(255, 255, 255);
  }
}

@media (max-width: 1400px) {
  .map-contact .social-link {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  /* .map-contant{
    padding: 40px 0;
  } */
  .map-contact:last-child {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .map-contant::before,
  .map-contant::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .map-contact:last-child {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-contact .social-link {
    margin-right: 10px;
    margin-bottom: 30px;
  }
}

/**   00  SEO BLOCK          */
/**--------------------------*/
.seo-block {
  position: relative;
  /* padding: 100px 0; */
}

.seo-block-info .tittle {
  margin-bottom: 16px;
}

.seo-block-info .text > *:not(:last-child) {
  margin-bottom: 0;
}

.seo-block-info .text > * + *:not(.more-text) {
  margin-top: 10px;
}


.seo-block-info table td ul {
  list-style-type: none;
}

.seo-block-info table td ul li::before {
  left: -25px;
}

.more-text .text {
  display: none;
}

.more-text .text > * {
  margin-top: 10px;
}

.read-more {
  position: relative;
  color: #004eaf;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: clamp(16px, 1.32vw, 18px);
  line-height: 1.6em;
  font-weight: 400;
  /*color: var(--clr-primary);*/
  margin-top: 10px;
}

.read-more b {
  font-weight: 600;
  color: #004eaf;
  padding-right: 20px;
}

.read-more i {
  position: absolute;
  top: 8px;
  right: 0;
  background-image: url(../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 15px;
}

.read-more::after {
  width: fit-content;
  display: inline-block;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004eaf;
  content: "";
  transition: all 0.3s ease-out;
}

.more-text.open-more-text .read-more i {
  top: 16px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1200px) {
  .read-more:hover:after {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .seo-block-info .tittle {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .seo-block-info .tittle {
    margin-bottom: 5px;
  }
}
/* end */
/* COOKIES BLOCK */
.cookies-informer {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: -1;
  display: block;
  max-width: 650px;
  background-color: #004eaf;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cookies-informer.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cookies-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Magistralc", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.cookies-text a {
  font-weight: 600;
  position: relative;
}

.cookies-text a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.cookies-btn {
  text-align: right;
}

.cookies-btn span,
.cookies-btn .btn {
  font-family: "Magistralc", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 22px;
  font-size: 18px;
  vertical-align: middle;
}

.cookies-btn .btn {
  margin-left: 60px;
}
.close {
  cursor: pointer;
}

/* POPUPS */
.popup-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.popup-wrapper .h2 {
  line-height: 1.2em;
}
.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  letter-spacing: 0;
}
.popup-content .title-shortcode {
  margin-bottom: 20px;
}
.popup-content.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: #fff;
  max-width: 745px;
  z-index: 1;
  border-radius: 5px;
}

.btn-close {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  background: transparent;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.popup-align {
  padding: 70px 100px 60px;
}
.popup-align .h2,
.popup-align h2 {
  margin-bottom: 15px;
}
.popup-align.type-2 {
  padding-left: 60px;
  padding-right: 60px;
}

/* search popup */
.drop-search.popup-content {
  padding-top: 88px;
}

.drop-search .popup-container {
  max-width: 1410px;
  margin: 0 auto;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  vertical-align: top;
}

.drop-search .popup-align {
  padding: 50px 120px;
}

.input-search {
  padding-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-family: "Magistralc", sans-serif;
  font-weight: 300;
}

.icon-search {
  position: absolute;
  right: 0;
  top: 0;
}

.icon-search img {
  transition: all 0.3s;
}

.search-contant {
  position: relative;
}

.thank-img {
  margin: 0 auto 20px;
  max-width: 150px;
}

.thank-img.type-2 {
  max-width: 320px;
}

.thank-img img {
  max-width: 100%;
}

.thank-popup .text {
  color: #555;
}

/* photo popup */
.photo-popup.popup-content {
  padding-top: 15px;
}

.photo-popup.popup-content .popup-container {
  max-width: 900px;
  border-radius: 5px;
  overflow: hidden;
}

.photo-popup.popup-content .popup-align {
  padding: 0;
}

.photo-popup.popup-content img,
.video-popup.popup-content .popup-container video {
  max-width: 100%;
  display: block;
}

/* video popup */
.video-popup.popup-content .popup-container {
  max-width: 800px;
  border-radius: 5px;
  overflow: hidden;
}

.video-popup .popup-align {
  padding: 0;
}

@media (min-width: 1200px) {
  .cookies-text a:hover:before {
    width: 0;
  }

  .btn-close:hover {
    transform: rotate(-45deg);
  }

  .arrow.left:hover,
  .arrow.right:hover {
    background-color: #004eaf;
  }

  .arrow.left:hover a::before,
  .arrow.right:hover a::before,
  .arrow.left:hover a::after,
  .arrow.right:hover a::after {
    border-color: #fff;
  }

  .custom-pagination ul li:hover a {
    background-color: #004eaf;
    color: #fff;
  }

  .tab-toggle div:hover {
    color: #004eaf;
  }
}

@media (max-width: 1366px) {
  .more-text .read-more i {
    top: 7px;
  }
}

@media (max-width: 1199px) {
  .cookies-text {
    font-size: 16px;
    line-height: 24px;
  }

  .cookies-block.active {
    bottom: 0;
    padding: 10px;
  }

  .more-text .read-more i {
    top: 5px;
  }

  .popup-container {
    max-width: 600px;
  }

  .thank-popup .popup-align {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .popup-content .title-shortcode > * {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cookies-informer {
    left: 15px;
    right: 15px;
  }
  .cookies-text {
    font-size: 14px;
    line-height: 22px;
  }

  .cookies-btn {
    text-align: center;
  }

  .cookies-btn .btn {
    margin-left: 5px;
    font-size: 14px;
  }
  .drop-search .popup-align {
    padding: 50px;
  }

  /* .seo-block{
    padding: 40px 0;
  } */
  .map-contact {
    margin-bottom: 15px;
  }

  .thank-img {
    max-width: 100px;
  }

  .thank-popup .popup-align {
    padding: 30px 10px 10px;
  }
}
@media (max-width: 400px) {
  .drop-search .popup-align {
    padding: 50px 20px;
  }
}

/* ABOUT PAGE */
/* .container{position: relative;} */
.about-banner .bg {
  background-attachment: fixed;
}

.about-banner .banner-align {
  vertical-align: bottom;
  padding: 40px 0;
}

.opacity-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.bg.mobile {
  display: none;
}

.bg.desktop {
  display: block;
}

.banner-info,
.banner-content {
  position: relative;
  z-index: 2;
}

.banner-info span {
  display: block;
}

.company-success-contant .swiper-pagination {
  /* bottom: -30px!important; */
  position: relative;
  margin-top: 30px;
}

.company-success-block.style-2 {
  background-color: transparent;
}

.company-success-block.style-2::before,
.company-success-block.style-2::after {
  content: none;
}

.company-success-block.style-2 .text,
.company-success-block.style-2 .h5 {
  color: #0f2137;
}

.company-success-block.style-2 .success-number {
  background: #004eaf;
  box-shadow: 0px 14px 20px rgba(76, 119, 171, 0.1);
  color: #fff;
}

.company-success-block.style-2 .h5 {
  font-weight: 400;
}

.company-success-block.style-2 .text {
  font-family: "Magistralc", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.company-success-block.style-2 .company-success-card {
  border-color: #ddd;
}

.about-img {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.about-img img,
.swiper-slide img {
  max-width: 100%;
  display: block;
}

.simple-slide {
  border-radius: 5px;
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.justify-content-between {
  align-items: center;
}

.center-img.type-2::before {
  background-position: top right;
  transform: scaleX(-1) rotate(32deg);
  left: auto;
  right: -71%;
  top: -43%;
}

.center-img.type-2::after {
  transform: scaleX(-1) rotate(29deg);
  right: 30%;
  bottom: -146px;
}

.team {
  display: flex;
  justify-content: flex-start;
  z-index: 2;
  flex-wrap: wrap;
  position: relative;
}

.team-item {
  flex: 0 0 calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 30px;
}

.team-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 330px;
  max-height: 388px;
}

.team-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.team-title {
  font-weight: 600;
  /* font-size: 22px; */
}

.team-subtitle {
  font-family: "Magistralc", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.simple-slide img {
  width: 100%;
  max-height: 100%;
  display: block;
}

.video-item.style-2 .video-img {
  padding-bottom: 85%;
}

.video-item.style-2 .video-name {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: #0f2137;
}

.video-item.style-2 .video-content {
  max-width: 100%;
}

/* ACCORDEON */
.accordeon {
  margin: 0 auto;
  text-align: left;
}

.accordeon-title {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 15px 0 20px;
}

.accordeon-title:first-child {
  border-top: 1px solid #ddd;
}

.accordeon-title h5 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordeon-title h5:hover {
  color: #004eaf;
}

.accordeon-title.active {
  border-bottom-color: transparent;
  color: #004eaf;
}

.accordeon-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #0f2137;
  border-bottom: 1px solid #0f2137;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: absolute;
  right: -2px;
  top: 50%;
}

.accordeon-title.active::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #004eaf;
}

.accordeon-content {
  display: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.accordeon-content:nth-child(2) {
  display: block;
}

.accordeon-content ul {
  padding-right: 0;
}

.accordeon-content .text ul {
  margin-bottom: 0;
}

.accordeon-content .text ul li {
  padding-left: 0;
}

.accordeon-content ul li::before {
  content: none;
}

@media (max-width: 1480px) {
  .team-item {
    flex: 0 0 calc(25% - 10px);
  }
}

@media (max-width: 1199px) {
  .team-img {
    max-height: 180px;
    margin-bottom: 5px;
  }

  .team .text {
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  /* .team-img {
     max-height: 150px;
   } */
  .video-item.style-2 .video-name {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .about-banner .banner-align {
    padding: 20px 0;
  }
  .bg.mobile {
    display: block;
    background-attachment: scroll;
  }

  .bg.desktop {
    display: none;
  }

  .about-img {
    margin-bottom: 10px;
  }

  .company-success-contant .swiper-pagination {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .team-item .text * {
    margin-bottom: 0;
  }

  .team-item {
    flex: 0 0 calc(50% - 10px);
    margin: 0 0 15px;
    margin-right: 10px;
  }
}

@media (max-width: 567px) {
  .team-img {
    margin: 0 auto 5px;
    max-height: 200px;
  }
}

/* NEWS */
.top-sec {
  margin-top: 88px;
}

.news-item.style-2 {
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 60px;
  height: auto;
  justify-content: space-between;
}

.news-item.style-2 .news-img {
  max-width: 570px;
  width: 100%;
  height: auto;
  padding-bottom: 27%;
  flex: 0 0 50%;
}

.news-item.style-2 .news-content {
  margin-top: 0;
  margin-right: 30px;
}

.news-item.style-2 .news-content a {
  margin-bottom: 15px;
  display: inline-block;
}

.news-content p {
  font-family: "Magistralc", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

/* CUSTOM PAGINATION */
.arrow.left,
.arrow.right {
  border-color: #004eaf;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrow.left a,
.arrow.right a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}

.arrow.left a::before,
.arrow.right a::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 13px;
  width: 8px;
  height: 8px;
  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;
}

.arrow.left a::before {
  left: 14px;
  right: auto;
  transform: rotate(-135deg);
}

.arrow.left a::after,
.arrow.right a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  margin-top: -1px;
  /* height: 2px;
    background: #004EAF; */
  border-bottom: 2px solid #004eaf;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateX(-50%);
}

.custom-pagination {
  display: block;
  position: relative;
  text-align: center;
}

.custom-pagination ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.custom-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-pagination ul li:last-child {
  margin-right: 0;
}

.custom-pagination ul li a {
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Magistralc", sans-serif;
  font-weight: 400;
  color: #004eaf;
  border: 2px solid #004eaf;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.custom-pagination ul li.active a {
  font-weight: 700;
  color: #fff;
  background-color: #004eaf;
}

.custom-pagination ul li.dott span {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #004eaf;
  border-radius: 100%;
  vertical-align: baseline;
  pointer-events: none;
  margin-right: 4px;
}

.custom-pagination ul li.dott span:last-child {
  margin-right: 0;
}

.custom-pagination ul li.arrow.disabled:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom-pagination ul li.arrow.disabled a {
  pointer-events: none;
  opacity: 0.5;
}

.custom-pagination ul li.arrow:hover::after {
  content: none;
}

.custom-pagination ul li.arrow.left {
  margin-right: 25px;
}

.custom-pagination ul li.arrow.right {
  margin-left: 10px;
}

@media (max-width: 1280px) {
  .top-sec {
    margin-top: 68px;
  }
}

@media (max-width: 767px) {
  .news-item.style-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .news-item.style-2 .news-content {
    max-width: 100%;
    text-align: left;
    width: 100%;
    padding: 0 12px;
  }

  .news-item.style-2 .news-img {
    padding-bottom: 50%;
    margin-bottom: 5px;
  }

  .news-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .news-item.style-2 .news-content a {
    margin-bottom: 5px;
  }

  .custom-pagination ul li.arrow.left {
    margin-right: 10px;
  }

  .custom-pagination ul li.arrow.right {
    margin-left: 10px;
  }

  .custom-pagination ul li {
    margin-right: 5px;
  }

  .custom-pagination ul li a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .arrow.left,
  .arrow.right {
    display: none;
  }

  .custom-pagination ul li a {
    font-size: 11px;
  }

  .title-shortcode.type-2 {
    margin-bottom: 10px;
  }

  .video-item .video-content > * {
    margin-bottom: 0;
  }
}

/* DOCUMENTS */
.upload-wrapper {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.upload-wrapper > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.upload-wrapper .file-name {
  color: #004eaf;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .upload-wrapper:hover .file-name {
    color: #0f2137;
  }
}

/* REVIEW PAGE  */
.review-page .video-item {
  margin-bottom: 30px;
}

.review-page .custom-pagination {
  margin-top: 30px;
}

/* DOCUMENT PAGE */
.documents-page {
  min-height: 100vh;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .review-page .custom-pagination {
    margin-top: 0;
  }

  .documents-page {
    min-height: auto;
  }
}

/* 404 PAGE */
.page-404-inner .title {
  margin-bottom: 15px;
}

.page-404-inner .text {
  margin-bottom: 30px;
}

.page-404-img img {
  max-width: 100%;
}

/*TABS*/
.tabs p a {
  text-decoration: none;
  font-weight: 500;
}

.tab-nav {
  position: relative;
  text-align: center;
}

.tab-title {
  display: none;
  position: relative;
  font-size: 20px;
  line-height: 55px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Arial";
  letter-spacing: -1.5px;
  color: #0f2137;
  cursor: pointer;
  text-align: center;
}

.tab-toggle {
  display: inline-block;
  border-bottom: 2px solid #ddd;
}

.tab-toggle > div::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #004eaf;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-toggle > div {
  padding: 2px 125px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  letter-spacing: -1.5px;
  font-size: 20px;
  line-height: 55px;
  font-weight: 400;
  text-transform: none;
  color: #0f2137;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-toggle > div.active::after {
  width: 100%;
  opacity: 1;
}

.tab {
  display: none;
  padding: 50px 0 0;
}

.tab:nth-child(2),
.tab.style-2:nth-child(2) {
  display: block;
}

@media (max-width: 1400px) {
  .tab-toggle div {
    padding: 2px 90px;
  }
}

@media (max-width: 1280px) {
  .tab-toggle div {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .tab-toggle div {
    padding: 10px;
    font-size: 18px;
  }

  .tab {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .tab-toggle div {
    font-size: 11px;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
  }

  .accordeon-title {
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 320px) {
  .tab-toggle {
    display: flex;
    align-items: end;
  }
  .tab-toggle div {
    padding: 0 2px;
  }
}

/* @media(max-width: 567px) {
   .tab-toggle div {
     padding: 0;
   }
 } */

/* SERVICE PAGE */
.service-block .visa-services_img {
  max-width: 100%;
  padding-bottom: 58%;
  display: block;
}

.service-block .visa-services_img img {
  width: 101%;
  height: 101%;
}

.service-block .visa-services-link {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.service-btn {
  position: absolute;
  top: 22px;
  left: 30px;
}

/* .service-btn a{
  display: block;
} */
.service-btn .visa-services_title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 33px;
  display: block;
}

.visa-services_title{
	display: flex;
	flex-wrap: wrap;
}

/* SERVICE DETAIL PAGE*/
.service-links .swiper-slide {
  height: 100%;
  padding: 0px 4px 16px;
}

.service-links.swiper-entry {
  display: none;
}

.service-links-wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.service-links-wrapper .link-item {
  flex: 0 0 23%;
  height: auto;
  margin-left: 25px;
}

.link-item {
  box-shadow: 0px 4px 16px rgba(35, 35, 35, 0.1);
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 60px 15px 0;
  transition: all 0.3s;
}

.link-item:first-child {
  margin-left: 0;
}

.link-item .text {
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 0 !important;
}

.link-item h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 15px;
  color: #0f2137;
}

.link-img {
  width: 88px;
  height: 88px;
  padding: 0 !important;
  margin: 0 auto 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.link-img img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .link-item:hover {
    border-color: #004eaf;
  }
  .tabs p a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1199px) {
  .link-item h5 {
    margin-bottom: 5px;
  }

  .link-img {
    width: 60px;
    height: 60px;
  }

  .link-item .text {
    line-height: 24px;
  }

  .service-links .swiper-container {
    padding-bottom: 15px;
  }

  .link-item {
    padding: 20px 10px;
  }

  .service-links-wrapper .link-item {
    margin-left: 15px;
  }
  .service-btn .visa-services_title {
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .service-links .swiper-slide {
    height: auto;
  }

  .link-item {
    padding: 10px;
  }

  .service-links.swiper-entry {
    display: block;
  }

  .service-links-wrapper {
    display: none;
  }
  .service-btn .visa-services_title {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .service-block .visa-services-link {
    margin-bottom: 10px;
  }

  .service-links .swiper-container {
    overflow: hidden;
  }
  .service-btn .visa-services_title {
    line-height: 1;
    font-size: 18px;
  }
  .service-btn {
    top: 15px;
    left: 15px;
  }
}

/* PARTNERS PAGE */
.partners-item {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 16px rgba(35, 35, 35, 0.1);
  padding: 65px 45px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.partners-img {
  margin-bottom: 25px;
  height: 150px;
}

.partners-img img {
  width: 100%;
}

.partners-title {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}

/* slider */
.partners-slider .partners-item {
  padding: 20px 15px;
}
.partners-slider .partners-title {
  font-size: 16px;
  line-height: 1.25em;
}
.partners-slider .partners-title b {
  font-weight: 500;
}
.partners-slider .partners-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .partners-item:hover {
    border-color: #004eaf;
  }
  .partners-title:hover {
    color: #004eaf;
  }
}
@media (max-width: 1366px) {
  .partners-item {
    padding: 30px;
  }
}

.bottom-block {
  border-bottom: 2px solid #dddddd;
  text-align: center;
  padding: 20px 0 50px;
}

.bottom-block span {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.bottom-block .btn {
  vertical-align: middle;
}

/*table-wrapp*/
.table-wrapp {
  overflow-y: auto;
  border-radius: 5px;
}

.table-wrapp table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.table-wrapp table tr td {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
  height: 58px;
  text-align: center;
  color: #0f2137;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Magistralc", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  min-width: 150px;
}
.table-wrapp table tr td:nth-child(2) {
  max-width: 600px;
}
.table-wrapp table tr td .upload-wrapper {
  margin-bottom: 0;
}

.table-wrapp table tr td .upload-wrapper .file-name {
  vertical-align: middle;
}

.table-wrapp.all-office tr {
  background: #fff;
}

.table-wrapp table tbody tr td:first-child {
  text-align: left;
}

.table-wrapp.all-office tr td span {
  vertical-align: middle;
  margin-right: 8px;
}

.table-wrapp.all-office tr td span img {
  vertical-align: middle;
}

.table-wrapp table tr td .upload-wrapper > span {
  width: 20px;
  height: 20px;
  vertical-align: auto;
}

.table-wrapp table tr td .upload-wrapper > span img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.table-wrapp table tr td a {
  color: #004eaf;
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.table-wrapp table tr td a::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #004eaf;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: all 0.3s;
}

.table-wrapp.all-office tr:nth-child(2n + 1),
.table-wrapp.type-2 tbody tr:nth-child(2n + 1) {
  background: #f6f6f6;
}

.table-wrapp.type-2 {
  margin-bottom: 40px;
}

.table-wrapp.type-2 thead tr {
  height: 68px;
}

.table-wrapp.type-2 tr td:first-child {
  width: 35%;
}

.table-wrapp.type-2 tr td {
  width: 28%;
}

.table-wrapp.type-2 tr td:last-child {
  width: 33%;
}

.table-wrapp.type-2 thead tr td {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.table-wrapp.type-2 thead tr td:first-child {
  text-align: left;
}

.table-wrapp.type-2 tr td:last-child {
  text-align: right;
}

.table-wrapp.all-office tr td:nth-child(2){
	text-align: left;
}

@media (min-width: 1200px) {
  .table-wrapp table tr td a:hover::before {
    width: 0;
  }
}

@media (max-width: 1199px) {
  .bottom-block {
    padding: 20px 0;
  }

  .table-wrapp table tr td {
    padding: 10px;
    height: 50px;
  }

  .table-wrapp.type-2 thead tr td {
    font-size: 14px;
  }

  .table-wrapp.type-2 thead tr {
    height: 58px;
  }

  .table-wrapp.type-2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .table-wrapp table tr td {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .bottom-block span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .table-wrapp.type-2 {
    margin-bottom: 15px;
  }
}

/*breadcrumbs*/
.breadcrumbs {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  padding-top: 10px;
  font-family: "Magistralc", sans-serif;
  letter-spacing: 0.5px;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs li:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ddd;
  border-radius: 100%;
  margin: 0 7.5px 1px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs li.active {
  opacity: 1;
}

.about-banner .breadcrumbs {
  position: absolute;
  top: 105px;
  left: 0;
  padding: 0 40px;
}

.breadcrumbs.style-2 {
  top: 15px;
  padding-top: 0;
}

@media (max-width: 1366px) {
  /* .about-banner .breadcrumbs{left: calc((100% - 1280px)/2); top: 80px;} */
}

@media (max-width: 1199px) {
  /* .about-banner .breadcrumbs{left: 5%;} */
}

/* SIMPLE PAGE */
.simple-page iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 638px;
  max-height: calc(56.25vw - 30px);
  border: 0;
}
.simple-page > * {
  margin-bottom: 45px;
}

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  font-family: "Arial", sans-serif;
}

.simple-page h2 {
  font-style: italic;
  text-align: center;
  font-size: 32px;
  line-height: 41px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.simple-page h3 {
  margin-bottom: 25px;
}

/* .simple-page p{margin-bottom: 15px;} */
.simple-page ul:last-child {
  margin-bottom: 0 !important;
}

.simple-page ul li {
  margin-bottom: 5px;
}

.simple-page blockquote {
  background-color: #004eaf;
  color: #fff;
  padding: 40px 45px;
  position: relative;
  margin: 75px 0 60px;
}

.simple-page blockquote::after,
.simple-page blockquote::before {
  content: "";
  background-image: url(../img/bg-center-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 135px;
  height: 173px;
  display: block;
  position: absolute;
  top: -46px;
  left: -46px;
  z-index: -1;
}

.simple-page blockquote::before {
  background-image: url(../img/bg-center-right-img.png);
  left: auto;
  bottom: -30px;
  right: -62px;
  top: auto;
  height: 128px;
  transform: rotate(30deg);
}

.simple-page picture {
  position: relative;
  display: block;
}

.simple-page img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .simple-page > *,
  .simple-page.text ul,
  .simple-page.text p {
    margin-bottom: 20px;
  }

  .simple-page h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .breadcrumbs {
    display: none;
  }

  .news-date {
    font-size: 14px;
  }

  .news-date.style-2 {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .company-success-contant .swiper-pagination {
    margin-top: 15px;
  }

  .simple-page.text,
  .simple-page.text ul li,
  .simple-page.text ol li {
    line-height: 22px;
  }

  .simple-page h3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .simple-page blockquote {
    margin: 0 0 20px 0;
    padding: 20px;
  }

  .simple-page blockquote::before,
  .simple-page blockquote::after {
    content: none;
  }

  .company-success-contant .swiper-pagination {
    margin-top: 10px;
  }

  .simple-page > *,
  .simple-page.text ul,
  .simple-page.text p {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .simple-page h3 {
    margin-bottom: 5px;
  }
  /* .simple-page.text{
    line-height: ;
  } */
  .simple-page h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

/* REVIEW PAGE-2 */
.review-wrapper {
  margin-bottom: 30px;
}

.review-item {
  border-bottom: 1px solid #ddd;
  padding: 45px 0;
}

.review-item:first-child {
  padding-top: 0;
}

.review-name {
  font-size: 16px;
  font-weight: 400;
  font-family: "Magistralc", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.review-name a {
  color: #004eaf;
  position: relative;
}

.review-name a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
  display: block;
  height: 1px;
  background-color: #004eaf;
}

.review-name span {
  position: relative;
  padding-right: 35px;
}

.review-name span::after {
  content: "";
  position: absolute;
  top: 7px;
  display: block;
  right: 16px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #707070;
}

.rating-review {
  display: flex;
  justify-content: start;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.rating-review span {
  cursor: pointer;
  width: 20px;
  height: 22px;
  background-image: url("../img/svg/review.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 8px 0 0;
  transition: 0.3s;
  display: block;
}

.rating-review span.active {
  background-image: url("../img/svg/review-active.svg");
}

.review-item .read-more {
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
}

.review-item .read-more i {
  top: 3px;
}

.review-item .more-text.open-more-text .read-more i {
  top: 10px;
}

/* rating form */
.rating-wrapper {
  display: flex;
  margin-bottom: 0;
  align-items: flex-start;
  max-width: 600px;
}

.rating-wrapper .input-label {
  position: relative;
  top: 0;
  line-height: 21px;
  margin-right: 10px;
}

.rating {
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 20px;
  height: 22px;
  background-image: url("../img/svg/review.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 4px;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("../img/svg/review-active.svg");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("../img/svg/review-active.svg");
}

.form-bottom-wrapper.style-2 {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .review-name a:hover::before {
    width: 100%;
  }

  .result-item a:hover {
    color: #004eaf;
  }
}

@media (max-width: 1199px) {
  .review-item {
    padding: 20px 0;
  }

  .review-item .read-more {
    font-size: 14px;
    margin-top: 5px;
  }

  .rating-review {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .form-bottom-wrapper.style-2 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .rating-wrapper {
    justify-content: center;
    margin-bottom: 10px;
  }

  .review-name {
    font-size: 14px;
  }
}

/* SEARCH RESULT */
.result-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.search-contant {
  flex: 0 0 60%;
}

.search-form-info {
  flex: 0 0 40%;
  text-align: right;
}

.search-form-info b {
  padding-left: 5px;
}

.result-top .search-contant input[value] {
  border-color: #004eaf;
}

.result-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 30px;
}

.result-item.no-text > a {
  margin-bottom: 0;
}

.result-item .text p:last-child {
  margin-bottom: 0;
}

.result-item:last-child {
  margin-bottom: 60px;
}

.result-item > a {
  margin-bottom: 10px;
  line-height: 40px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .result-item > a {
    line-height: inherit;
  }

  .result-item:last-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .result-top {
    flex-wrap: wrap;
  }

  .result-item {
    padding: 15px 0;
  }

  .result-item:last-child {
    margin-bottom: 15px;
  }

  .search-contant,
  .search-form-info {
    flex: 0 0 100%;
  }

  .search-contant {
    margin-bottom: 10px;
  }

  .search-form-info {
    text-align: center;
  }
}

/* - Animation */
/*------------------------------------------*/
.item-animation .animate-item.to-up {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s linear;
  transition: opacity 0.5s, -webkit-transform 0.6s linear;
  -o-transition: opacity 0.5s, transform 0.6s linear;
  transition: opacity 0.5s, transform 0.6s linear;
  transition: opacity 0.5s, transform 0.6s linear, -webkit-transform 0.6s linear;
}
.site-ready .item-animation .animate-item.to-up.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item-animation .animate-item.to-down {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.5s, visibility 0.5s,
    -webkit-transform 0.6s ease-out;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.6s ease-out;
  -o-transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out;
  transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out;
  transition: opacity 0.5s, visibility 0.5s, transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
}
.site-ready .item-animation .animate-item.to-down.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.site-ready .item-animation .animate-item.anime-1 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.site-ready .item-animation .animate-item.anime-2 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.item-animation .animate-item.to-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: opacity 0.5s, visibility 0.5s,
    -webkit-transform 0.8s ease-out;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.8s ease-out;
  -o-transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
  transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
  transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.site-ready .item-animation .animate-item.to-right.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.item-animation .animate-item.to-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: opacity 0.5s, visibility 0.5s,
    -webkit-transform 0.8s ease-out;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.8s ease-out;
  -o-transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
  transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out;
  transition: opacity 0.5s, visibility 0.5s, transform 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.site-ready .item-animation .animate-item.to-left.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 991px) {
  .item-animation .animate-item.to-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* FOOTER */
footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(109, 109, 109, 0.2);
  background-color: #003b84;
}

.footer-top {
  padding-top: 64px;
  padding-bottom: 70px;
}

.footer-contact {
  display: flex;
  margin-bottom: 29px;
  width: 70%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-tittle img {
  max-width: 100%;
}

.footer-tittle {
  transition: 0.6s;
  margin-bottom: 21px;
}

.footer-contact-tittle {
  margin-bottom: 10px;
}
.footer-contact-tittle:first-child {
  margin-right: 83px;
}

.footer-contact-tittle a {
  position: relative;
  display: flex;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
}

.footer-contact-tittle img {
  margin-right: 6px;
}

.social-link {
  display: flex;
  margin-bottom: 22px;
}

.social-link a {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.social-link a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-link a svg {
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-link a:last-child {
  margin-right: 0px;
}

.footer-group-tittle {
  padding-top: 10px;
  margin-bottom: 16px;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.footer-group-list li {
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}

.footer-down {
  padding: 0 0 22px 0;
  position: relative;
}

/* .footer-down::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 1px;
   background-color: ;
 } */

.separator-border {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.copy,
.footer-link,
.develop {
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}

.develop {
  display: flex;
  justify-content: flex-end;
}

/* media */
@media (max-width: 1200px) {
  .footer-top {
    padding: 20px 0;
  }

  .footer-group-list li {
    padding-bottom: 3px;
  }

  .footer-group-list li {
    font-size: 14px;
  }

  .footer-down {
    padding: 10px 0;
  }

  .copy,
  .footer-link,
  .develop {
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .develop {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .footer-contact {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-tittle a img {
    width: 100%;
  }

  .footer-contact {
    flex-direction: column;
  }

  .footer-contact-tittle:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .social-link a:hover svg g path {
    fill: #fff;
  }

  .social-link a:hover svg g > g path {
    fill: #004eaf;

  }
  .social-link a:hover svg path {
    fill: #004eaf !important;

  }
  .social-link a:hover svg g path:last-child {
    fill: #004eaf;
	 
  }

footer .social-link a:hover svg path:first-child {
    fill: #004eaf !important;
	 stroke: #004eaf !important;
  }
	
  .social-link a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .footer-tittle:hover {
    opacity: 80%;
  }

  .footer-contact-tittle a:hover,
  .footer-group-list li a:hover,
  .footer-link a:hover,
  .develop a:hover {
    color: #ffffff;
  }
}

@media (max-width: 1200px) {
	.visa-services_title{
		width: 60%;
	}
}


/* footer-contant end */

/* input[type="tel"].hide-plac::placeholder{
    opacity: 0;
 } */
