.fullscreen-bg {
  margin-top: -91px;
  position: relative;
}
.fullscreen-bg__video {
  width: 100%;
}
.landing__video-play-btn {   
  cursor: pointer;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: opacity 0.3s; 
  -webkit-transition: opacity 0.3s;
}
.landing__video-play-btn:hover {
  opacity: .8;
}
.landing__header {
  z-index: 4;
  width: 100%;
  top: 0;
  position: sticky;
  -webkit-transition: background-color 0.2s ease-in; /* Safari */
          transition: background-color 0.2s ease-in;
  -webkit-transition-delay: 0.2s; /* Safari */
          transition-delay: 0.2s;
}
.landing__header.scrolled {
  background: #f4f7fac4;
  backdrop-filter: blur(8px);
}
.landing__header ul.main-menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  color: #fff;
  font-size: 18px;
}
.landing__header ul.main-menu > li {
  margin: 30px 20px;
}
body.ge .landing__header ul.main-menu > li a {
  font-family: 'bpg-caps';
}
.landing__header ul > li a, .landing__header ul > li button {
  color: #fff;
  text-decoration: none;
}
.landing__header ul.auth-menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  color: #fff;
  font-size: 18px;
  float: right;
  align-items: center;
}
.landing__header ul.auth-menu > li {
  margin: 21px 15px 17px;
}

.landing__services-container {
  padding: 165px 0 0;
}
.landing__services-container h3 {
  text-align: center;
  font-size: 36px;
  color: #204367;
  margin-bottom: 70px;
}
body.ge .landing__services-container h3 {
  font-family: 'bpg-caps';
}
.landing__header ul .dropdown:hover .dropdown-menu {
  display: block;
}
.landing__header ul .dropdown ul.dropdown-menu {
  background: transparent;
  border: none;
  padding: 0;
  padding-top: 18px;
}
.landing__header.scrolled ul .dropdown ul.dropdown-menu {
  background: #f4f7faf2;
  backdrop-filter: blur(8px);
  border: none;
  padding: 10px 0;
  left: -12px;
}
.landing__header ul .dropdown ul.dropdown-menu li a, .landing__header ul .dropdown ul.dropdown-menu li button {
  padding: 7px 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.landing__header.scrolled ul .dropdown ul.dropdown-menu li a, .landing__header.scrolled ul .dropdown ul.dropdown-menu li button {
  padding: 7px 15px;
}
.landing__header ul .dropdown ul.dropdown-menu li a:hover, .landing__header ul .dropdown ul.dropdown-menu li button:hover {
  background: transparent;
  color: #dfdfdf;
} 
.landing__header.scrolled ul .dropdown ul.dropdown-menu li a:hover, .landing__header.scrolled ul .dropdown ul.dropdown-menu li button:hover {
  color: #50759a;
} 
.landing__header ul > li > a, .landing__header ul > li > button {
  color: #fff;
  text-decoration: none;
}
.landing__header ul > li > a:hover, .landing__header ul > li > button:hover {
  color: #dfdfdf;
}
.landing__header.scrolled ul > li a, .landing__header.scrolled ul > li button {
  color: #204367!important;
}
.landing__header.scrolled ul > li a:hover, .landing__header.scrolled ul > li button:hover {
  opacity: .75;
}
.landing__header ul .btn-primary {
  background: #2770DE;
  border-radius: 10px;
  padding: 12px 15px;
  text-transform: capitalize;
  border: solid 1px #2770de;
}

.landing__header ul .btn-primary:hover {
  color: #ffffff;
  border: solid 1px #ffffff;
  background: transparent;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.landing__header.scrolled ul .btn-primary:hover {
  color: #2770DE!important;
  border: solid 1px #2770DE;
}
.landing__header ul .dropdown.user-email ul.dropdown-menu {
  width: 100%;
  text-align: right;
  right: -15px!important;
  background: none;
  backdrop-filter: none;
  padding: 0;
  left: auto!important;
}
.landing__header ul .dropdown.user-email ul.dropdown-menu li {
  float: right;
  padding: 7px 15px;
  border-radius: .25rem;
}
.landing__header.scrolled ul .dropdown.user-email ul.dropdown-menu li {
  background: #f4f7faf2;
  backdrop-filter: blur(8px);
}
.landing__services-container .owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
.landing__services-container .owl-carousel .item > div {
  height: 520px;
  overflow: visible;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px 0 #c2d7f75c;
  -moz-box-shadow: 0 0 30px 0 #c2d7f75c;
  box-shadow: 0 0 30px 0 #c2d7f75c;
  transition: box-shadow 0.3s ease-in-out;
}
.landing__services-container .owl-carousel .item > div:hover {
  -webkit-box-shadow: 0 0 30px 0 #c2d7f7;
  -moz-box-shadow: 0 0 30px 0 #c2d7f7;
  box-shadow: 0 0 30px 0 #c2d7f7;
}
.landing__services-container .owl-carousel .item > div > div {
  position: absolute;
  bottom: 0;
  z-index: 4;
  height: 200px;
  background: #ffffffb8;
  backdrop-filter: blur(11px);
  padding: 20px 35px;
  font-size: 18px;
}
.landing__services-container .owl-carousel .item img {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.landing__services-container .owl-carousel .item p {
  color: #204367;
  font-weight: bold;
}
.landing__services-container .owl-carousel .item .btn {
  margin: 0;
  bottom: 30px;
  position: absolute;
  background: #2770DE;
  color: #fff;
  border: solid 1px #2770DE;
  border-radius: 6px;
  padding: 7px 20px;
}
.landing__services-container .owl-carousel .item .btn:hover {
  background: transparent;
  color: #2770DE;
  border: solid 1px #2770DE;
}
.landing__services-container .owl-carousel .owl-dots, .landing__packages-container .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 74px;
}
.landing__services-container .owl-carousel button.owl-dot, .landing__packages-container .owl-carousel button.owl-dot {
  width: 16px;
  height: 16px;
  border: navajowhite;
  z-index: 3;
  border-radius: 50%;
  margin: 0px 8px;
  background: #ABCAF8;
}
.landing__services-container .owl-carousel button.owl-dot.active, .landing__packages-container .owl-carousel button.owl-dot.active {
  width: 20px;
  height: 20px;
  background: #2770DE;
}
.landing__map-container {
  padding: 150px 0 0;
}
.landing__map-container > h3 {
  text-align: center;
  font-size: 36px;
  color: #204367;
  margin-bottom: 65px;
}
body.ge .landing__map-container h3 {
  font-family: 'bpg-caps';
}
.landing__packages-container {
  padding: 150px 0 0;
  position: relative;
}
.landing__packages-container h3 {
  text-align: center;
  font-size: 36px;
  color: #204367;
  margin-bottom: 65px;
}
body.ge .landing__packages-container h3 {
  font-family: 'bpg-caps';
}
/* map  */
.map-container {
  position: relative;
  overflow: hidden;
}
#map {
  /* height: 500px; */
  height: 700px;
  width: 100%;
}
.map-container:before, .map-container:after, #map:before, #map:after {
  content: '';
  position: absolute;
  box-shadow: 0 0 71px 69px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.map-container:before { top: -5px; left: 0; right: 0; height: 5px; }
.map-container:after { right: -5px; top: 0; bottom: 0; width: 5px; }
#map:before { bottom: -5px; left: 0; right: 0; height: 5px; }
#map:after { left: -5px; top: 0; bottom: 0; width: 5px; }
.landing__map-mode-btn {
  width: 266px;
  height: 43px;
  border-radius: 8px;
  background: #204367;
  border: none;
  color: #fff;
  right: auto;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 4;
  position: absolute;
  display: none;
}
.language-cont {
  position: absolute;
  right: 80px;
  top: 60px;
  z-index: 3;
}
.language-list-cont {
  padding: 3px 8px 5px;
  background: #204367;
  margin-top: -3px;
  border-radius: 3px;
  padding-right: 10px;
  overflow: hidden;
  transition: opacity .4s ease-out;
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.language-cont hr {
  width: 90%;
  margin: 0 auto;
  background: #676767;
  border: none;
  height: 1px;
}
.language-cont ul {
  list-style-type: none;
  background: #204367;
  color: #dce9fd;
  padding: 0px 0;
  font-size: 14px;
  line-height: 25px;
  /* max-height: 310px; */
  max-height: 470px;
  overflow-y: auto;
  border-bottom: solid 10px #204367;
  margin: 8px 0 0;
}
.language-cont ul::-webkit-scrollbar {
  width: 5px;
}
.language-cont ul::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:10px;
}
.language-cont ul::-webkit-scrollbar-thumb:hover {        
  background: rgb(167, 162, 162); 
} 
.language-cont ul li {
  cursor: pointer;
  padding-left: 13px;
}
.language-cont ul li:hover {
  background-color: #ffffff14;
}
.language-cont input {
  outline: none;
  height: 39px;
  width: 100%;
  background: #204367;
  border: none;
  border-radius: 3px;
  padding-left: 15px;
  color: #fff;
  /* font-family: Calibri; */
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.info {
  background: rgba(32, 67, 103, .8);
  backdrop-filter: blur(5px);
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
}
.info-inner {
  width: 200px;
  margin: 58px auto 0;
  max-height: 225px;
  overflow-y: auto;
  padding-right: 15px;
}
.info-inner h3 {
  color: #C2D7F7;
  /* font-family: Calibri; */
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 500;
}
.info-inner ul {
  list-style-type: none;
  padding: 0;
  color: #fff;
  /* font-family:  Calibri; */
  margin-top: 13px;
}
.info-inner ul li {
  line-height: 15px;
  display: flex;
  align-items: center;
  font-weight: 100;
}
.info-inner ul li div {
  width: 23px;
  margin-right: 14px;
}
.info-inner ul li div svg {
  width: 100%;
}
.language-cont:hover .language-list-cont {
  opacity: 1;
  height: auto;
}
.info-inner h3.multiply {
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
}
.info-inner h3.multiply img {
  float: right;
  margin-top: 10px;
  width: 17px;
  filter: invert(100%) sepia(16%) saturate(7463%) hue-rotate(181deg) brightness(1000%) contrast(100%);
  opacity: .6;
}
.info-inner h3.multiply.collapsed img {
  transform: rotate(180deg);
}
.info-inner ul.multiply {
  margin-bottom: 15px;
}
.info-inner ul.collapsed {
  display: none;
}
.info-inner::-webkit-scrollbar {
  width: 5px;
}
.info-inner::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:10px;
}
.info-inner::-webkit-scrollbar-thumb:hover {        
  background: rgb(167, 162, 162); 
} 
.info-inner ul li > a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  cursor: pointer;
  line-height: 16px;
}
.info-inner ul li > a:hover {
  color: #c5c5c5;
}
/* end  */
.landing__packages-bg {
  background-color: #F4F7FA;
}
.landing__packages-container {
  margin-bottom: 280px;
}
.landing__packages-container .inner {

}
.landing__packages-container .package-item {
  border: solid 1px #88AEE7;
  height: 540px;
  width: 325px;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
  padding: 47px 30px;
  position: relative;
  background-color: #fff;
}

.landing__packages-container .package-item h1 {
  color: #2770DE;
  text-transform: capitalize;
  font-size: 36px;
}

.landing__packages-container .packages__item__price2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  margin-top: 20px;
  justify-content: center;
  margin-top: 35px;
}

.landing__packages-container .packages__item__price2 .valute {
  font-size: 24px;
  color: #8F93A7;
  margin-top: -2px;
}
.landing__packages-container .packages__item__price2 .number {
  font-size: 40px;
  color: #204367;
  font-weight: bold;
  margin: 0 5px;
}
.landing__packages-container .packages__item__price2 .month {
  font-size: 24px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #8F93A7;
  margin-bottom: -10px;
  margin-left: -4px;
}
.landing__packages-container .info-1 {
  font-size: 16px;
  color: #707070;
  margin-top: 40px;
}
.landing__packages-container .info-2 {
  font-size: 13px;
  color: #707070;
  margin-top: 20px;
}

.landing__packages-container .btn {
  bottom: 47px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 30px;
  background: #2770DE;
  border: solid 1px #2770DE;
  border-radius: 7px;
  font-size: 14px;
  z-index: 2;
}
.landing__packages-container .btn:hover {
  background: transparent;
  color: #2770DE;
}
.landing__packages-container .btn.activated {
  opacity: .7;
  color: #fff;
  cursor: default;
  background: #2770DE;
}
.landing__packages-container .image-item {
  background: green;
  position: absolute;
}
.landing__packages-container .image-item-2 {
  bottom: -167px;
  left: -119px;
  height: 371.3px;
  width: 330.79px;
  background: url(../../../img/landing/packages-item-2.png) no-repeat;
  background-size: cover;
}
.landing__packages-container .image-item-1 {
  top: 0;
  left: -353px;
  height: 619px;
  width: 406px;
  background: url(../../../img/landing/service-3.png) no-repeat;
  background-size: cover;
}
.landing__packages-container .image-item-3 {
  top: -49px;
  right: -258px;
  height: 630px;
  width: 336px;
  background: url(../../../img/landing/service-4.png) no-repeat;
  background-size: cover;
}
.landing__contact-container {
  padding: 50px 0 80px;
}
.landing__contact-container h3 {
  text-align: center;
  font-size: 36px;
  color: #204367;
  margin-bottom: 65px;
}
body.ge .landing__contact-container h3 {
  font-family: 'bpg-caps';
}
.landing__contact-container form {
  width: 80%;
}
.landing__contact-container .form-group {
  margin-bottom: 23px;
}
.landing__contact-container form label {
  font-size: 16px;
  margin-bottom: 16px;
  color: #455A64;
  font-weight: bold;
}
.landing__contact-container form input {
  background: #ebf2fc;
  border: none;
  height: 68px;
}
.landing__contact-container form textarea {
  height: 160px;
  min-height: 160px;
  max-height: 300px;
  background: #ebf2fc;
  border: none;
  padding-top: 14px;
}
.landing__contact-container form button {
  margin: 20px auto 0;
  background: #2770DE;
  height: 38.25px;
  padding: 0 40px;
  border-radius: 6px;
  font-size: 14px;
}
.landing__contact-container .wizard {
  background: url(../../../img/wizard.png) no-repeat;
  background-size: contain;
  width: 671px;
  height: 838px;
  position: absolute;
  top: -246px;
  left: 140px;
}
.landing__contact__submit-btn {
  border: solid 1px #2770DE;
}
.landing__contact__submit-btn:hover {
  color: #2770DE;
  background: transparent;
  border: solid 1px #2770DE;
}
.landing__footer-container {
  background: #f3f7fa;
}
.landing__footer-container .landing_footer {
  margin-top: 100px;
  height: 350px;
}
.landing_footer_item_nav_li_link {
  text-decoration: auto;
}
.landing_footer_item {
  margin-bottom: 17px;
}
.auth-popup {
  backdrop-filter: brightness(3.5) blur(30px);
}
.auth-menu .lang .current-language {
  padding-right: 16px;
}
.auth-menu .lang .other-languages {
  background: #f4f7faf2;
  backdrop-filter: blur(8px);
}
.auth-menu .lang .other-languages a {
  border-radius: 5px;
}
.landing__header.scrolled ul > li button.landing_header_register_link { 
  color: #fff!important;
}
.landing__contact-container form input.error, .landing__contact-container form textarea.error {
  border: 1px solid #EE183B;
  position: initial;
}
.landing__contact-container form input.success, .landing__contact-container form textarea.success {
  border: 1px solid #4BB543;
  position: initial;
}
.landing__video-modal .modal-content {
  border-radius: .2rem;
  background-color: #ffffffcc;
}
.landing__header-mobile {
  height: 48px;
  background: #ffffffbf;
  backdrop-filter: blur(11px);
  position: absolute;
  margin-top: 0;
  z-index: 4;
  width: 100%;
  display: none;
  align-items: center;
} 
/* .landing__header-mobile img.logo {
  margin-left: 5px;
} */
.landing__header-mobile svg.burger {
  margin-left: 10px;
}
.landing__header-mobile svg.options {
  float: right;
  margin: 5px;
  width: 30px;
}
.landing__header-mobile .dropdown-menu {
  border-radius: 15px;
  border: none;
  padding-top: 13px;
}
.landing__header-mobile .dropdown-menu li a, .landing__header-mobile .dropdown-menu li a button {
  background-color: transparent;
  color: #374761;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  display: flex;
}
.landing__header-mobile .main-menu-ul {
  padding-top: 20px;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  width: 80%;
  left: -23px!important;
  top: -37px!important;
}
.landing__header-mobile .main-menu-ul li {
  padding-left: 27px;
}
.landing__header-mobile .main-menu-ul li a {
  justify-content: left;
  padding: 8px 0;
  color: #374761;
}
.landing__header-mobile .main-menu-ul ul {
  margin-left: 20px;
}
.landing__header-mobile .main-menu-ul .language-select {
  width: 80%;
}
.landing__header-mobile .main-menu-ul .community-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 20px;
  width: 80%;
}
.landing__header-mobile .main-menu-ul .community-icons .icon {
  width: 28px;
  height: 28px;
}
.landing__header-mobile .main-menu-ul hr {
  border: none;
  background: #000000;
  opacity: .2;
  height: 1px;
}
.landing__header-mobile .main-menu-ul .lang {
  position: relative;
  width: 80%;
  left: 0;
}
.landing__header-mobile .main-menu-ul .lang .current-language {
  padding: 10px 0;
}
.landing__header-mobile .main-menu-ul .lang .current-language span {
  padding-left:0;
  text-transform: capitalize;
  font-size: 13px;
}
.landing__header-mobile .main-menu-ul .lang .current-language span img {
  margin-right: 14px;
}
.landing__header-mobile .main-menu-ul .lang .other-languages {
  left: 0;
  width: 100%;
  padding: 5px 10px;
}
.fullscreen-bg-mobile {
  display: none;
}
.fullscreen-bg-mobile {
  background: url(../../../img/fullscreen-bg-mobile.JPG) no-repeat;
  background-size: cover;
}
.fullscreen-bg-mobile div {
  width: 100%;
  height: 800px;
  background: url(../../../img/fullscreen-bg-mobile.JPG) no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  margin-top: 46px;
}
.fullscreen-bg-mobile video {
  width: 356px;
  height: 173px;
  border: solid 1px red;
  margin: 0 auto;
  display: block;
  top: 161px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
}
.landing__packages-container .owl-carousel.landing__packages-carousel .owl-stage-outer {
  overflow: visible;
}
.landing__license-container {
  background: #f4f7fa;
  padding-top: 40px;
}
.landing__license-container p {
  font-size: 22px;
  color: #707070;
}
.landing__license-container p a {
  color: #707070;
  text-decoration: underline;
}
.landing__packages-mobile-bg {
  top: 0px;
  left: -223px;
  height: 520px;
  width: 360px;
  background: url(../../../img/landing/service-3.png) no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  transform: rotate(24deg);
}
.landing__contact-container form input::placeholder, .landing__contact-container form textarea::placeholder {
  font-size: 12px;
  color: #455A64;
  font-weight: bold;
}
.scroll-up {
  width: 50px;
  height: 50px;
  z-index: 4;
}
.landing__map-mode-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing__map-mode-btn span img {
  height: 30px;
  margin-right: 16px;
}
.landing__map-mode-btn span:nth-child(2) {
  display: none;
}
.landing__map-mode-btn.active span:nth-child(1) {
  display: none;
}
.landing__map-mode-btn.active span:nth-child(2) {
  display: flex;
}

