/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
a {
  transition: 0.5s !important;
}

.back-to-top {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: -27px;
  bottom: 15px;
  z-index: 996;
  background: transparent;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 1px solid #ffc247;
  top: 0;
}

.back-to-top i {
  font-size: 28px;
  color: #ffc247;
  line-height: 0;
}

.back-to-top:hover {
  background: #c1bfbe;
  border: 1px solid transparent;
  color: #fff;
}
.back-to-top:hover i {
  color: #fff;
}

div#back {
  position: relative;
}

a.back-to-top.d-flex.align-items-center.justify-content-center.active {
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

/*#header.header-transparent {
  background: transparent;
}*/

#header.header-scrolled {
  background: #fff;
  height: 70px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

#header.header-scrolled .logo a {
  color: #fff;
}

/*
#header.header-scrolled a.log-btn{
 color: #000;
}

#header.header-scrolled .social1{
  border: 2px solid #000;
}*/

#header .logo {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#header .logo a {
  color: #ffffff;
  text-decoration: none;
}

/*#header .logo img {
  max-height: 40px;
}
*/
#header .social-links {
  margin: 0 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .social-links a {
  color: #555186;
  transition: 0.3s;
  line-height: 0;
  margin-left: 15px;
}

#header .social-links a i {
  line-height: 0;
}

#header .social-links a:hover {
  color: #1bb1dc;
}

@media (max-width: 992px) {
  #header .social-links {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 40px;
  text-transform: capitalize;
  white-space: nowrap;
  transition: 0.3s;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #212A33;
  text-decoration: none;
}

.social2 {
  margin-right: 20px;
}

a.log-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #212A33;
  text-decoration: none;
  border: 2px solid #212A33;
  border-radius: 60px;
  letter-spacing: 2px;
  background: transparent;
  padding: 8px 32px;
}

a.log-btn:hover {
  background: #C1BFBE;
  border: 2px solid #C1BFBE;
  color: #ffffff;
}

/*.social2{

}
*/

a.sign-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #2558DB;
  border-radius: 60px;
  padding: 8px 24px;
  letter-spacing: 2px;
  border: 2px solid #2558DB;
}

a.sign-btn:hover {
  background: #C1BFBE;
  border: 2px solid #C1BFBE;
  color: #ffffff;
}

.language {
  padding-left: 27px;
}

.language select {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #212A33;
  margin: 0;
  background: none;
  border: 0;
}

.language select:focus-visible {
  border: 0;
  outline: none;
}

.language p i {
  padding-left: 5px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #2558DB;
}

a.nav-link.scrollto:hover {
  color: #2558DB;
}
.menu-item-has-children a::after{
	content:"\f107 ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px;
margin-top: 2px;
}

.dropdown a::after{
	content:" " !important;
}

.navbar .dropdown  {
  display: block;
  position: absolute;
 left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown {
  min-width: 200px;
}

.navbar .dropdown  a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.navbar .dropdown  a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover   a {
  color: #2558db;
  text-decoration: none;
}

/*.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}*/
ul#menu-eng-header-menu li:hover .dropdown, ul#menu-ru-header-menu li:hover .dropdown{
	opacity: 1;
  top: 100%;
  visibility: visible;
	
} 

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.mianbutton {
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #212A33;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 25px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 32px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle.bi-x {
  color: #212A33;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

@media (max-width: 1200px) {
  .navbar a, .navbar a:focus {
    padding: 10px 0 10px 35px;
  }
}

.navbar-mobile {
  position: fixed;
  top: 70px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: 0 !important;
  width: 100%;
  padding-top: 18px;
  background: #EAEAEA;
  transition: 0.4s;
  right: 0;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 200px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #212A33;
  border-color: #2558DB;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2558DB;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .menu-item-has-children ul,
.navbar-mobile .menu-item-has-children .menu-item-has-children ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover > a {
  color: #2558db;
}

.navbar-mobile .menu-item-has-children .dropdown-active,
.navbar-mobile .menu-item-has-children .menu-item-has-children .dropdown-active  {
  display: block;
}


img.ipedmain {
  display: none;
}

.mobileshow {
  display: none;
}
