/*Pagination styles*/
.pagination_elem .elementor-post-navigation {
  align-items: center;
}

.pagination_elem .elementor-post-navigation .elementor-post-navigation__link {
    width: calc(40% - (1px / 2));
}

.pagination_elem .pagination_elem__back {
  width: 20%;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #355084;
  margin: 5px 0px 0px 0px;
}

@media (max-width: 767px) {
  .pagination_elem .pagination_elem__back {
    order: 1;
    width: 100%;
    margin: 10px 0px 0px 0px;
  }

  .pagination_elem .elementor-post-navigation {
    flex-flow: row wrap;
  }

  .pagination_elem .elementor-post-navigation .elementor-post-navigation__link {
    width: calc(50% - (1px / 2));
  }
}

/*Earth styles*/
#myearth {
	width: 100%;
	height: 200vh;
	max-height: 650px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1.5s ease-in;
}

#myearth.earth-ready {
	opacity: 1;
}

#myearth::before {
	content: none;
}


/* background glow */

#glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 100vh;
	height: 100vh;
	max-height: 100vw;
	transform: translate(-50%, -50%);
	
	background: radial-gradient(ellipse at center, rgba(0,156,255,0.05) 25%,rgba(0,156,255,0.15) 53%,rgba(0,156,255,0.05) 56%,rgba(0,156,255,0) 70%);
	z-index: 200;
	pointer-events: none;
}

/*Find us section styles*/
.find_us_section {
	overflow: hidden;
}

.find_us_section > .elementor-container {
	max-width: 1280px !important;
}

.find_us_section .find_us_section__globe {
  position: absolute;
  right: -10%;
  top: -75%;
  overflow: hidden;
}

/*Lang flags styles in menu*/
.menu_lang a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  font-size: 0 !important;
  padding: 5px 5px !important;
  margin: 0px 5px !important;
}

.menu_lang a::before {
  content: "" !important;
  opacity: 1 !important;
  width: 24px !important;
  height: 24px !important;
  background-size: 100% !important;
  position: relative;
  display: block;
  background-color: transparent !important;
  left: 0 !important;
}

.menu_lang.menu_lang_uk a::before {
  background: url('/wp-content/uploads/2021/11/header-ikon5.svg') no-repeat;
}

.menu_lang.menu_lang_ir a::before {
  background: url('/wp-content/uploads/2021/11/header-ikon6.svg') no-repeat;
}

.menu_lang.menu_lang_au a::before {
  background: url('/wp-content/uploads/2021/11/header-ikon4.svg') no-repeat;
}

/*Country select styles*/
.country-select {
	width: 100%;
}

/*Phone input select*/
.iti {
	width: 100%;
}