/*-------------------------- */
/* General
/*-------------------------- */
@font-face { 
    font-family: "Neusa Next Pro";
    src: url("../fonts/NeusaNextPro-Light.eot");
    src: url("../fonts/NeusaNextPro-Light.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NeusaNextPro-Light.woff") format("woff"),
    url("../fonts/NeusaNextPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html {
	-webkit-user-select: none;	
	-khtml-user-select: none;	
	-moz-user-select: none;	
	-ms-user-select: none;	
	user-select: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.section-wrap, .section-wrap-mp {
  padding: 150px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-wrap-mp {
  padding: 20px 0;
}

.color-white {
  color: #fff !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bg-light {
  background-color: #f7f7f7;
}

.bg-dark {
  background-color: #1c56ad;
}

.last {
  margin-bottom: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}
/*
::selection {
  color: #fff;
  background: #000;
}
*/
a {
  text-decoration: none;
  color: #bfa67a;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #7a7a7a;
  outline: none;
}

:focus {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: Neusa Next Pro; */
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.4;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

video {
  height: 100%;
  width: 100%;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Neusa Next Pro;
  margin-top: 0;
  text-transform: uppercase;
  color: #2b0e4c;
  letter-spacing: 0.05em;
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 16px;
  color: #00022f;
  font-weight: normal;
  line-height: 25px;
}

.subheading {
  font-family: Neusa Next Pro;
  font-size: 16px;
  font-style: italic;
  color: #7a7a7a;
}

.heading {
  margin-bottom: 60px;
}

.bottom-line:after {
  content: "";
  display: block;
  width: 48px;
  border-bottom: 3px solid #e8e8e8;
  margin: 15px auto 15px;
}

/*-------------------------- */
/* Preloader
/*-------------------------- */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #121212;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse, .nav-platform b {
    display: none !important;
  }
  .navbar-nav {
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
	justify-content: center;
	height: 10vh !important;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-back-col {
	  display: none;
  }
  
  .v1_130 {
	margin-left: calc((921px - 100vw) * -0.5) !important;
    margin-right: calc((921px - 100vw) * -0.5) !important;
	width: 1000px !important;
  }
  .v1_156,.v1_157,.v1_158 {
	  text-align: center !important;
  }  
  
}

/*-------------------------- */
/* Navigation Onepage
/*-------------------------- */
.nav-type-1 .container-fluid {
  padding: 0 50px;
}

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* z-index: 1200; */
}

.navbar-nav {
  margin: 0;
  float: none;
  display: inline-block;
}

.navbar-nav > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
}

.navigation.sticky.scrolling {
	background: url(../img/v1_132.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.scrolling .navbar-nav > li, .scrolling .nav-platform {
	 height: 60px !important;
}

.navbar-nav > li > a {
  font-family: Neusa Next Pro;
  text-transform: uppercase;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li > .head-partner {
	width: 180px;
	height: 40px;
	background: #8835D3;
	border-radius: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;	
	justify-content: center;
}
.navbar-nav > li > .head-partner:hover {
	background: #ff5722; /*#A459E8;	*/
	color: #FFFFFF !important;
	font-size: 13px;
}
/* .navbar-nav > li > .head-mars { */
.head-mars {
	width: 180px;
	height: 40px;
	background: #E96830;
	border-radius: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;		  
	justify-content: center;
	float: right;
	padding: 15px 15px 12px;
}
.navbar-nav > li > .head-mars:hover {
	background: #F9966C;	
	color: #FFFFFF !important;
	font-size: 13px;
}

.navigation-overlay {
  background-color: rgba(17, 17, 17, 0.5);
  width: 100%;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-overlay.sticky {
  background-color: #2b0e4c111;
  visibility: visible;
  opacity: 1;
}

.navigation-overlay.sticky .navbar-nav > li > a,
.navigation-overlay.sticky .menu-socials li > a {
  line-height: 60px;
}

.navbar-header {
  width: 20%;
  padding-right: 15px;
}

.nav-wrap {
  width: 60%;
}

.nav-back-col {
	width: 30px;
    height: 30px;
    background: rgba(233,104,48,1);
    opacity: 1;
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
    border-radius: 50%;
}


.nav-back-col a {
  color:#fff !important;
}

.menu-socials {
  width: 20%;
  float: right;
  padding: 0 15px;
}

.menu-socials ul {
  float: right;
}

.menu-socials li {
  display: inline-block;
}

.menu-socials li > a {
  font-size: 16px;
  line-height: 90px;
  margin-left: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-socials li > a:hover {
  border-color: #bfa67a;
}

.logo-container {
  padding: 0 15px;
  float: left;
}

.logo-wrap {
  display: table;
  width: 100%;
}

.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink > a {
  height: 60px;
}

.logo-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
}

.logo-wrap.shrink img {
  height: 48px;
}

.navbar-collapse.in {
  overflow-x: hidden;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.menu-socials li > a:hover {
  opacity: 1;
  color: #bfa67a !important;
}

.navbar-collapse {
  padding: 0;
  border-top: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border-color: #f2f2f2;
}
.v1_130 {
	text-align: center;
    width: 1920px;
    position: absolute;
    bottom: 0;
    margin-left: calc((1920px - 100vw) * -0.5);
    margin-right: calc((1920px - 100vw) * -0.5);
}
.v1_130 img {
	min-width: 921px;
}

@media (max-width: 991px) {
  .navigation-overlay,
  .navigation-overlay.sticky {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .nav-wrap {
    width: 100%;
    padding: 0;
    min-height: 0;
  }
  .nav-type-1 .container-fluid {
    padding: 0 15px;
  }
  .navbar-header {
    width: 50%;
    padding-right: 0;
	float: left;
  }
  .logo-wrap img {
    height: 48px;
  }
  .logo-wrap > a {
    height: 60px;
  }
  .navbar-nav {
    width: 100%;
    padding: 40px 0;
  }
  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay .navbar-nav > li > a {
    padding: 10px 0;
    line-height: 30px;
  }
  .nav-platform {
	height: 65px !important;
	width: 50% !important;
	justify-content: space-evenly !important;
  }
  .nav-platform .head-mars {
	width: auto;
  }
}

/* Navigation Toggle
-------------------------- */
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 18px;
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #f2f2f2;
}

/*Go to Top*/
#back-to-top {
  display: block;
  z-index: 51;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
}

#back-to-top i {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#back-to-top a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	color: #2b0e4c;
	justify-content: center;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #2b0e4c;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------- */
/* Navigation Multi-Page
/*-------------------------- */
.nav-type-2 .navbar {
  min-height: 90px;
}

.nav-type-2 .nav-wrap {
  width: 60%;
}
.nav-type-2 .nav-platform {
	width: 20%;
    align-items: center;
    height: 90px;
    display: flex;
    justify-content: center;
}

.nav-type-2 .navbar-nav > li > a {
	padding: 0 10px;
	height: 40px;
	display: flex;
	align-items: center;
}

.nav-type-2 .navbar-toggle:focus .icon-bar,
.nav-type-2 .navbar-toggle:hover .icon-bar {
  background-color: #2b0e4c;
}

.nav-type-2 .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.nav-type-2 .navbar-toggle .icon-bar,
.nav-type-4 .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navigation.offset {
  -webkit-transform: translate3d(0, -300px, 0);
  -moz-transform: translate3d(0, -300px, 0);
  -ms-transform: translate3d(0, -300px, 0);
  -o-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation.sticky {
	background: transparent;
}
.navigation.sticky {
  position: fixed;  
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.navigation.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}

.navigation.sticky .navbar-nav > li > a {
  line-height: 60px;
}

.navbar-nav .dropdown-menu {
  left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu {
  min-width: 200px;
  margin: 0;
  padding: 10px 0;
  border-top: 3px solid #bfa67a;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 13px;
  color: #7a7a7a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #bfa67a;
}

.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #7a7a7a;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  right: 15px;
  color: #7a7a7a;
}

.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
}

/* Menu Search
-------------------------- */
.navbar-nav > li > a.nav-search {
  position: relative;
  display: block;
  margin: 38px 0 37px;
  width: 15px;
  height: 15px;
  padding-left: 10px;
}

.navigation.sticky .navbar-nav > li > a.nav-search {
  margin: 23px 0 22px;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.search-wrap .form-control {
  height: 100%;
  border: none;
  font-size: 24px;
}

.search-wrap input,
.search-wrap input:focus {
  background-color: #fff !important;
  border: none;
}

.search-trigger {
  z-index: 22;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  opacity: 1;
}

.search-close {
  opacity: 0;
  font-size: 16px;
  z-index: 21;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

.nav-search.open .search-trigger {
  opacity: 0;
  z-index: 20;
}

.nav-search.open .search-close {
  opacity: 1;
}

#mobile-search {
  display: none;
}

/*-------------------------- */
/* Navigation Portfolio
/*-------------------------- */
.nav-type-3 {
  background-color: #fff;
  position: fixed;
  height: 100px;
  width: 100%;
  z-index: 100;
}

.nav-type-3 .nav-wrap {
  display: table;
  height: 100px;
  width: 100%;
  float: left;
}

.nav-type-3 .logo-container a {
  z-index: 11;
  vertical-align: middle;
  display: table-cell;
  height: 100px;
  padding: 0 20px;
}

.full-nav,
#nav-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-menu {
  position: fixed;
  background-color: rgba(12, 12, 12, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

.fs-menu.open {
  opacity: .9;
  visibility: visible;
  z-index: 200;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fs-menu.open li {
  -webkit-animation: fadeInUp .35s ease forwards;
  -moz-animation: fadeInUp .35s ease forwards;
  -ms-animation: fadeInUp .35s ease forwards;
  -o-animation: fadeInUp .35s ease forwards;
  animation: fadeInUp .35s ease forwards;
  -webkit-animation-delay: .10s;
  -moz-animation-delay: .10s;
  -ms-animation-delay: .10s;
  -o-animation-delay: .10s;
  animation-delay: .10s;
}

.fs-menu.open li:nth-of-type(2) {
  animation-delay: .15s;
}

.fs-menu.open li:nth-of-type(3) {
  animation-delay: .20s;
}

.fs-menu.open li:nth-of-type(4) {
  animation-delay: .25s;
}

.fs-menu.open li:nth-of-type(5) {
  animation-delay: .30s;
}

.fs-menu.open li:nth-of-type(6) {
  animation-delay: .35s;
}

.fs-menu.open li:nth-of-type(7) {
  animation-delay: .40s;
}

.overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 15px 0;
}

.overlay-menu ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: Neusa Next Pro;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-menu ul li.active > a,
.overlay-menu ul li a:hover {
  color: #bfa67a;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

/* Nav icon */
#nav-icon {
  right: 40px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  margin-right: 0;
  z-index: 300;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2b0e4c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

#nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

/*-------------------------- */
/* Navigation Leftside
/*-------------------------- */
.sidenav .container-fluid,
.sidenav .container {
  width: 90%;
}

.sidenav .result-boxes .container-fluid {
  width: 100%;
}

.sidenav .header-wrap {
  width: 300px;
  height: 100%;
  background-color: #fff;
  padding: 70px 50px;
}

.sidenav .works-grid-3-col-wide .container-fluid {
  padding: 0 15px;
}

.content-wrap {
  margin-left: 300px;
  position: relative;
  width: auto;
}

.nav-type-4 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 100%;
  width: 300px;
}

.nav-type-4 .navbar-header,
.nav-type-4 .nav-wrap {
  width: 100%;
}

.nav-type-4 .navbar-header {
  padding: 0;
}

.nav-type-4 .navbar {
  min-height: 100%;
}

.nav-type-4 .logo-container {
  width: 100%;
  padding: 0;
}

.nav-type-4 .logo-wrap > a {
  height: auto;
  text-align: center;
}

.nav-type-4 .nav {
  width: 100%;
  margin-top: 40px;
}

.nav-type-4 .navbar-nav > li {
  float: none;
}

.nav-type-4 .navbar-nav > li > a {
  padding: 17px 0;
  line-height: 1;
  color: #2b0e4c;
}

.nav-type-4 .social-icons a {
  float: none !important;
}

.nav-type-4 .social-icons a:hover {
  color: #2b0e4c;
}

/***** style mars universal *****/

.modal-dialog {
    width: 600px;
    /* margin: 20vh auto !important; */
}

#myModal.mobile .modal-dialog {	
	width: calc(100vw - 20px);
	margin: 10px auto;
}
#myModal.mobile .modal-content {
	width: 100%;
	max-width: calc(100vh - 20px);
    background-position-y: bottom;
    background-color: white;
    /* height: calc(100vh - 20px); */
    height: auto;
    border-radius: 35px;
}
#myModal .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#myModal .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#send p {
    font-size: 18px;
    color: #19bc15;
    text-align: center;
    margin-top: 20px;
    display: none;
}
.ind p {
	text-indent: 20px;
}
.h50 {
	margin-bottom: 50px;
}
.m10 {
	margin: 10px auto;
}
.m30 {
	margin: 30px auto;
}
.m50 {
	margin: 50px auto;
}
#news h3 {
	margin: 10px auto;
}
#news a {
	cursor: pointer;
}
.region-wrap {
	padding: 5px 10px;
	margin-bottom: -20px;
	font-size: 12px;
	position: fixed;
	bottom: 40px;
	left: 20px;
	z-index: 100;
	line-height: 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
}
.footer-links li {
	text-align: left;
}
#foot .container h5 {
	text-align: left;
}
.m5-b {margin-bottom: 5px;}
.m10-b {margin-bottom: 10px;}
.m15-b {margin-bottom: 15px;}
.m20-b {margin-bottom: 20px;}
.m30-b {margin-bottom: 30px;}

.m5-t {margin-top: 5px;}
.m10-t {margin-top: 10px;}
.m15-t {margin-top: 15px;}
.m20-t {margin-top: 20px;}
.m30-t {margin-top: 30px;}

.m5-l {margin-left: 5px;}
.m10-l {margin-left: 10px;}
.m15-l {margin-left: 15px;}
.m20-l {margin-left: 20px;}
.m30-l {margin-left: 30px;}

.m5-r {margin-right: 5px;}
.m10-r {margin-right: 10px;}
.m15-r {margin-right: 15px;}
.m20-r {margin-right: 20px;}
.m30-r {margin-right: 30px;}

.text-white {
	color: white
}
.text-orange {
	color: #ff5722
}
.text-coral {
	color: rgba(248,150,107,1);
}
.text-base {
	color: #01056A;
}

.b {
	font-weight: 700;
}

/***** Разное *****/
.head-mars svg {
	left: 7.54%;
	right: 8.34%;
	top: 8.34%;
	bottom: 7.54%;
	width: 1.7em;
	height: 1.7em;
}
.btn-prew-free {
	width: max-content;
	/* height: 40px; */
	padding: 6px 1.2em;
	background: #E96830;
	border-radius: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;	
	justify-content: center;
	font-size: 1em;
	margin: 5px auto;
}
.btn-prew-free:hover {
	background: #ffffff;
    color: #f9966c !important;
    font-size: 1.1em;
    border: 2px solid #f9966c;
    font-weight: 700;
}
.btn-all-course {
	width: auto;
	/* height: 40px; */
	padding: 6px 1.2em;
	background: #8835D3;
	border-radius: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;		  
	justify-content: center;
	font-size: 1em;
	margin: 5px auto;
}
.btn-all-course:hover {
	background: #ffffff;
    color: #A459E8 !important;
    font-size: 1.1em;
    border: 2px solid #A459E8;
    font-weight: 700;
}
.btn-start-test-score,.btn-start-test-reading {
	width: max-content;
	height: 40px;
	padding: 0 1.2em;
	background: #E96830;
	border-radius: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;		  
	justify-content: center;
	font-size: 1em;	
}
.btn-start-test-score:hover,.btn-start-test-reading:hover, .head-mars:hover {
	background: #A459E8;
	color: #FFFFFF !important;
	font-size: 1.1em;
}
.section-btns-test {
	margin-top: -12vh;
}
.btn-gradient {
    background: -webkit-linear-gradient(90deg,#e96830 0%,#8835d3 100%);
    background: -moz-linear-gradient(90deg,#e96830 0%,#8835d3 100%);
    background: -o-linear-gradient(90deg,#e96830 0%,#8835d3 100%);
    background: -ms-linear-gradient(90deg,#e96830 0%,#8835d3 100%);
    background: linear-gradient(90deg,#e96830 0%,#8835d3 100%);
	color: #fff;
	cursor: pointer;
}
.btn-gradient:hover { 
    background: -webkit-linear-gradient(90deg,#e96830 0%,#8835d3 100%);
    background: -moz-linear-gradient(90deg,#e96830 50%,#8835d3 100%);
    background: -o-linear-gradient(90deg,#e96830 50%,#8835d3 100%);
    background: -ms-linear-gradient(90deg,#e96830 50%,#8835d3 100%);
    background: linear-gradient(90deg,#e96830 50%,#8835d3 100%);
	color: #fff;	 
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.w100 {
	width: 100%!important;
}
.relative {
	position: relative;
}

/* Services
-------------------------- */
.service-item-box {
  background-color: #fff;
  padding: 60px 40px;
  margin-bottom: 30px;
}

.service-item-box h3 {
  font-size: 15px;
  margin-bottom: 21px;
}

.service-item-box > a {
  display: inline-block;
  margin-bottom: 27px;
}

.service-item-box i {
  display: block;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
}

/* Services */

.services.style-2 h3 {
	color: #E96830;
}
.services.style-2 p {
	color: #01056A;
	font-weight: 700;
}
.services.style-2 p.subheading {
	color: #7a7a7a;
	font-weight: 400;
}

.services.style-2 a {
  position: absolute;
  font-size: 36px;
  line-height: 1;
  color: #E96830;
}

.services.style-2 .service-item-box {
  padding: 0 0 0 60px;
  margin-bottom: 50px;
}

.services.style-2 .service-item-box h3 {
  margin-bottom: 10px;
}

/* workhelp
-------------------------- */
.workhelp-item-box {
  background-color: #fff;
  padding: 60px 40px;
  margin-bottom: 30px;
}

.workhelp-item-box h3 {
  font-size: 15px;
  margin-bottom: 21px;
}

.workhelp-item-box > a {
  display: inline-block;
  margin-bottom: 27px;
}

.workhelp-item-box i {
  display: block;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
}

/* workhelp */

.workhelp.style-2 h3 {
	color: #E96830;
}
.workhelp.style-2 p {
	color: #01056A;
	font-weight: 700;
}
.workhelp.style-2 p.subheading {
	color: #7a7a7a;
	font-weight: 400;
}

.workhelp.style-2 img {
  position: absolute;
  font-size: 36px;
  line-height: 1;
  color: #E96830;
}

.workhelp.style-2 .service-item-box {
  padding: 0 0 0 100px;
  margin-bottom: 50px;
}
.workhelp.style-2 .service-item-box p {
  min-height: 75px;
}
.workhelp.style-2 .service-item .workhelp-number {
	background-color: #f9966c;
    height: 80px;
    width: 80px;
    font-size: 60px;
    z-index: 10;
    color: #fff;
    font-weight: 900;
    border-radius: 50px;
    display: block;
    text-align: center;
	position: absolute;
}

.workhelp.style-2 .service-item-box h3 {
  margin-bottom: 10px;
}
/* Results
-------------------------- */
.result-box {
   padding: 220px 0 50px;
  
}
.result-boxes.style-2 {
	background: url(../img/v1_279.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
}

.result-box-first {
  background-color: #1b1b1b;
}

.result-box-second {
  background-color: #212121;
}

.result-box-third {
  background-color: #292929;
}

.result-wrap {
  /* width: 230px; */
  margin: 0 auto;
  text-align: center;
}

.result-wrap i {
  font-size: 55px;
  color: #fff;
  float: left;
  margin-top: 3px;
}

.statistic span {
  font-size: 5em;
  font-family: Neusa Next Pro;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 9px;
  /* margin-left: 20px; */
  /* float: left; */
}

.statistic span.counter-text {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

 @media (max-width: 991px) {
	.result-boxes .result-box {
		padding: 0;		
	}
	.result-boxes .statistic span {
		font-size: 1em;
	}
	 
 }

/* Testimonials
-------------------------- */
.testimonials {
	position: relative;
}

.testimonial-text {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.parallax-testimonials .bottom-line:after {
  border-color: #fff;
}

.testimonial-text {
  font-size: 24px;
  line-height: 39px;
  color: #01056A;
  font-style: italic;
  margin: 30px 0;
  font-family: Neusa Next Pro;
}

.testimonial i {
  font-size: 28px;
  color: #01056A;
}

.testimonial span,
.testimonial h6 {
  display: block;
  color: #E96830;
}

.testimonial span {
  font-size: 13px;
}

.testimonial h6 {
  font-size: 13px;
  margin-bottom: 5px;
}

.parallax-testimonials .owl-pagination {
  position: relative;
  margin-top: 50px;
}

.parallax-testimonials .owl-carousel {
  position: static;
}


/* Pricing Tables
-------------------------- */
.pricing-3-col {
  text-align: center;
  margin-bottom: 30px !important;
}
.pricing-p {
  color: #01056A;
  font-weight: 700;
  font-size: 1.2em;
  text-align: left;
  padding-top: 20px;
}
.pricing-num {
  color: #01056A;
  font-weight: 700;
  font-size: 1em;
  text-align: right;
}

.pricing-title {
  background-color: #2b0e4c;
  padding: 45px 30px;
}

.pricing-title h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  height: 60px;
}

.best-price {
  background-color: #bfa67a;
}

.pricing-price {
  font-size: 25px;
  color: #2b0e4c;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  line-height: 1.3;
  padding: 28px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
  -ms-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
}

.pricing-currency {
  font-family: Neusa Next Pro;
}

.pricing-term {
  font-size: 12px;
  display: block;
}

.pricing-features {
  padding: 100px 40px 40px;
  color: #7a7a7a;
  height: 355px;
}

.pricing-features li {
  padding: 10px 0;
}

.pricing-button {
  padding: 0 40px 50px 40px;
}

/* Latest Works */

section.portfolio {
	position: relative;
}
.portfolio-background-left {
	position: absolute;
	top: -110px;
	left: 0;
	width: 12vw;
}
.portfolio-background-left-bottom {
	position: absolute;
	/* bottom: -110px; */
	left: 0;
	width: 12vw;
}
.portfolio-background-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 12vw;	
}
.portfolio-background-right-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12vw;	
}

.portfolio-filter {
  list-style: none;
  margin-bottom: 40px;
  cursor: default;
  font-size: 13px;
  text-align: center;
}

.portfolio-filter a.active,
.portfolio-filter a:hover {
	background: #8835D3;
	border-radius: 50px;
	color: #fff;
}

.portfolio-filter a {
  display: inline-block;
  margin: 0 30px 5px 0;
  color: #8835D3;
  width: 180px;
  text-decoration: none;
  padding: 7px 15px;
  border: 3px solid #8835D3;
  font-family: Neusa Next Pro;
  text-transform: uppercase;
  font-size: 12px;  
  font-weight: 600;
	background: transparent;
	box-sizing: border-box;
	border-radius: 50px;  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-container {
  margin-bottom: 40px;
}

.work-item .work-overlay:hover,
.work-item:hover .portfolio-overlay {
  opacity: 1;
  z-index: 1;
}

.portfolio-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  border-radius: 30px;
  text-align: center;
  background-color: rgb(27 86 173 / 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons a {
  display: inline-block;
  /* width: 40px; */
  width: auto;
  padding: 0 10px;
  /* height: 40px; */
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #2b0e4c;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons a:hover {
  color: #fff;
  background-color: #bfa67a;
}

.work-item:hover .portfolio-overlay .project-icons {
  position: absolute;
  top: 50%;
}

.works-grid.titles .work-description h3,
.works-grid.titles .work-description span,
#owl-related-works .work-description h3,
#owl-related-works .work-description span {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.works-grid.titles .work-description,
#owl-related-works .work-description {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  z-index: 1;
}

.work-description {
	color: #01056A;
}
.work-container img {
	/* width: 100%; */
	height: 23vh;
}

.works-grid.titles .work-description h3 a {
	color: #E96830;
}
/*
.works-grid.titles .work-description a,
#owl-related-works .work-description a {
	color: #fff;
}

.works-grid.titles .work-description a:hover,
#owl-related-works .work-description a:hover {
  color: #bfa67a;
}
*/

.pricing-price {
	font-size: 1em;
    text-align: center;
    background-color: #e96830;
    -webkit-border-radius: 50%;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 60%;
    top: 18vh;
    line-height: 1.3;
    padding: 16px 0 32px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
    -ms-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
}


/* Call to Action Style-2
-------------------------- */
.call-to-action {
	position: relative;
}

.call-to-action.style-2 {
  padding: 200px 0;
  background: url(../img/v1_250.png) no-repeat center;
  background-size: contain;
}

.call-to-action.style-2 h3 {
	width: 250px;
    color: #fff;
    margin: 0 auto;
}

.call-to-action.style-2 a {
  margin: 10px 4px 0;
}
.Call-background-left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12vw;
}
.Call-background-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12vw;	
}


/* Promo Section
-------------------------- */
.promo-section {
	background: url(../img/v1_242.png) no-repeat;
    background-size: contain;
	padding-bottom: 100px;
	position: relative;
}
.promo-section .fadeInUp img {
  width: 100%;
}

.promo-btn {
	position: relative;
}

.promo-btn span.span-video-demo {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	width: 100%;	
	font-weight:700;
	padding: 10px;
}
.promo-btn span span {
	width: max-content;
	border-bottom: 1px dashed;
}

.promo-description {
  /* padding: 50px 0 50px 50px; */
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.promo-description > p a {
	color: #fff;
}
.promo-description > p a:hover {
	color: #ff5722;
}

.promo-description > h3 {
  margin-bottom: 22px;
}

.promo-description > p {
  color: #01056A;
}
.promo-section .customNavigation {
	text-align: center;
}

.promo-section .customNavigation > a,
.from-blog .customNavigation > a {
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}

.promo-section .customNavigation > a:first-child, .promo-section .customNavigation > a:first-child,
.from-blog .customNavigation > a:first-child,
.from-blog .customNavigation > a:first-child {
  margin-right: 10px;
}

.promo-section .customNavigation > a:hover, .promo-section .customNavigation > a:hover,
.from-blog .customNavigation > a:hover,
.from-blog .customNavigation > a:hover {
  opacity: .8;
}
.promo-background-right {
	position: absolute;
	bottom: -20vh;
	right: 0;
	width: 12vw;	
}


/*-------------------------- */
/* Footer
/*-------------------------- */
.footer.minimal {
  padding: 120px 0;
  text-align: center;
}

.footer.minimal .copyright {
  display: block;
  margin-top: 70px;
  font-size: 10px;
  font-family: Neusa Next Pro;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer.minimal .copyright a {
  color: #909090;
}

.socials.footer-socials a {
  margin: 0 2px;
}

.socials.footer-socials a:hover i {
  color: #fff;
  background-color: #bfa67a;
}

.socials.footer-socials i {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1b1b1b;
  color: #dbdbdb;
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------- */
/* Footer Type-2
/*-------------------------- */
.footer.footer-type-2 {
  /* background-color: #2b0e4c; */
  background-image: url(../svg/v1_335.svg);
  padding-top: 250px;
  background-size: cover;
}

.footer-widgets {
  padding: 100px 0;
}

.footer-widgets h5 {
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets a:hover {
  color: #fff;
}

.footer-widgets p {
	color: #fff;
}

.footer-links ul > li {
  padding: 13px 0;
  border-bottom: 1px solid #292929;
  line-height: 24px;
}

.footer-links li {
  padding-bottom: 7px;
}

.footer-links li:last-child {
  padding-bottom: 0;
}

.footer-get-in-touch p {
  margin-bottom: 7px;
}

p.footer-address {
  margin-bottom: 24px;
}

.footer-entry {
  padding: 9px 0 14px;
  border-bottom: 1px solid #292929;
}

.footer-entry p {
  margin-bottom: 1px;
}

.footer-entry span {
  color: #868686;
  font-size: 12px;
}

.footer-entry:first-child,
.footer-links li:first-child {
  padding-top: 0;
}

.footer-entry:last-child,
.footer-links li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
footer .copyright {
	color: #cacaca;
}
.footer-socials .social-icons a {
  margin-right: 30px;
  float: left;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
  color: #cacaca;
  line-height: 32px;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.light a {
  background-color: #f7f7f7;
}

.social-icons i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
}

.social-icons a:hover {
  color: #fff;
}

.bottom-footer {
  background-color: #2b0e4c;
  padding: 34px 0;
}
.bottom-footer span{
	color: #868686;
}
.copyright span {
  font-size: 13px;
  line-height: 32px;
}

.copyright span a {
  color: #7a7a7a;
}

.copyright span a:hover {
  color: #fff;
}

/*-------------------------- */
/* Footer Type-3
/*-------------------------- */
.footer-type-3 {
  padding: 100px 0;
  font-size: 13px;
  line-height: 37px;
}

.footer-type-3 .footer-socials {
  text-align: right;
}

.footer-type-3 .footer-socials i {
  background-color: transparent;
  color: #7a7a7a;
}

.footer-type-3 .footer-socials a:hover i {
  background-color: transparent;
  color: #2b0e4c;
}

.footer-type-3 a {
  color: #7a7a7a;
}

.footer-type-3 a:hover {
  color: #2b0e4c;
}

.greenyellow {
	color: greenyellow;;
}

/* Owl Carousel
-------------------------- */
.owl-pagination {
  position: absolute;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-buttons {
  position: static;
}

.owl-prev, .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover i, .owl-next:hover i {
  color: #bfa67a;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

#owl-slider-one-img:hover .owl-prev,
#owl-slider-small-img:hover .owl-prev {
  opacity: 1;
  left: 0;
}

#owl-slider-one-img:hover .owl-next,
#owl-slider-small-img:hover .owl-next {
  opacity: 1;
  right: 0;
}

.owl-page {
  display: inline-block;
  padding: 6px 6px;
  position: relative;
}

.owl-page span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  z-index: 100;
  border: 2px solid #e96830;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-page span:hover {
  opacity: 1;
}
.owl-theme .owl-controls {
	margin-top: 2vh;
}
.owl-theme .owl-controls .owl-page.active span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 1;
  background: #e96830;
}


/***** style Figma *****/

.v1_128 {
  padding-bottom: 30vh;
}

.v1_129 {
  height: 55vh;	
  width: 100%;
  background: url('../img/v1_129.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v1_132 {
  height: 1050px;
  max-height: 115vh;  
  width: auto;
  background: url('../img/background-head.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v1_156 {
  color: rgba(248,150,107,1);
  font-size: 3em;
  text-align: left;
}
.v1_157 {
  color: #fff;
  font-size: 1.5em;
  text-align: left;
}
.v1_158 {
  color: #fff;
  font-size: 1.5em;
  text-align: left;
}
.v1_159 {
  display: flex;
  font-size: 1em;
}
.v1_280 {
	background: url('../img/v1_280.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 15px;
	text-align: center;
}
.v1_270 {
	/* background: transparent !important; */
    box-shadow: none !important;
    border: none !important;
    width: 80vh;
    height: 80vh;
    background: url(../img/v1_270.png) no-repeat;
    background-size: contain;
}
#myModal.mobile .v1_270 {
    background: white;
	max-width: max-content;
}

/* Intro
--------------------------  */
.section-wrap.intro {
  padding: 170px 0 150px;
}
.section-wrap.address-all {
  padding: 50px 0 0;
}

.intro.style-2 .intro-text p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  font-family: Neusa Next Pro;
  color: #2b0e4c;
}
.about-section p {
	color: #01056A;
}

/***** Selectric *****/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #8835D3;
  background: #fff;
  position: relative;
  border-radius: 100px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 34px 0 15px;
  font-size: 12px;
  line-height: 34px;
  color: #FFFFFF;
  height: 34px;
  padding: 0;
}
.selectric-text-base .selectric .label {
  color: #01056A !important;
}
.selectric-text-coral .selectric .label {
  color: rgba(248,150,107,1) !important;
}

.selectric .button {
  background: ;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 43px;
  color: #8835D3;
  text-align: center;
  font: 0/0 a;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #8835D3;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #d7d7d7;
}

.selectric-hover .selectric .button {
  color: #d7d7d7;
}

.selectric-hover .selectric .button:after {
  border-top-color: #d7d7d7;
}

.selectric-open {
  z-index: 999;
}

.selectric-open .selectric {
  border-color: #8835D3;
  background: #fff;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #01056A;
  cursor: pointer;
}

.selectric-items li.selected {
  /* background: #EFEFEF; */
  /* color: #444; */
  background: #8835D3;
  color: #fff;
}

.selectric-items li.highlighted {
  background: #8835D3;
  color: #fff;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-default {
	border: 1px solid #ccc ;
    border-radius: 5px;
    background: #fff;	
}
.selectric-default .label {
	height: 32px;
}
.selectric-sel-standart .selectric {
	display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 0.58824rem;
}
.selectric-sel-standart .selectric span {
	color: #555;
	text-align: left;
}
.selectric-default .selectric .label {
	color: #000;
	font-weight: 500;
}
.selectric-default .selectric {
    border: none;
    background: transparent;
}
.selectric-default .selectric .button:after {
	border-top-color: #000;
}
.selectric-default .selectric-open .selectric {
    border-color: #d7d7d7;
    background: transparent;
}
.selectric-default .selectric-items li {
    font-size: 1.3em;
}

#hometask_form .selectric-default .selectric {
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/***** /selectric *****/

/* register-free
-------------------------- */
.register-free {
	margin-top: 200px;
}
#myModal.mobile .register-free {
	margin-top: 0;
}
.register-free img {
	position: absolute;
	z-index: -1;
}

.register-free .circle-orange {
    width: 50px;
    height: 50px;
    background: rgba(233,104,48,1);
    opacity: 1;
    position: absolute;
    /* left: -15px; */
    margin-left: -25px;
    margin-top: -15px;
    border-radius: 50%;
}
.register-free .close {
	font-size: 15px;
    /* border: 1px #fff solid; */
    border: none;
    border-radius: 5px;
    margin-top: -2px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 4px;
    /* background-color: #fff; */
    background-color: transparent;
	line-height: 0.8;
	text-shadow: none;
	color: #fff;
	position: absolute;
    right: 200px;
    top: 125px;
}
.register-free .close:hover {
    color: red;
	background-color: #fff;
	border: 1px #fff solid;
}
#myModal.mobile .register-free .close {
	position: static;
	color: #000;
	opacity: .4;
}
.register-free .close:hover {
    color: red;
	background-color: #fff;
	border: 1px #fff solid;
}
.register-free input {
	border: none;
    border-bottom: 2px solid #8835D3;
 /* position: absolute;
    left: 200px;
    top: 300px;*/
    background: transparent;
    width: 100%;
}
.register-free h3  {
	width: 400px;
	margin-left: 150px;
	margin-bottom: 15px;
}
.register-free p  {
	width: 400px;
	margin-left: 150px;
}
.register-free p.title {
	width: 500px;
    margin-left: 150px;
    font-size: 80%;
	color: #01056A;
	font-weight: 700;
}
#myModal.mobile .register-free p, #myModal.mobile .register-free p, #myModal.mobile .register-free h3 {
	width: auto;
	margin-left: auto;
}
.register-free p.politic {
	width: 300px;
    margin-left: 180px;
    font-size: 80%;
}
.register-free form {
	position: absolute;
    top: 200px;
    text-align: center;
}
.register-free button {
    width: auto;
    /* height: 40px; */
    padding: 6px 1.2em;
    background: #8835D3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    font-size: 1em;
    margin: 5px auto;
}
.register-free h3 span:last-child {
	position: relative;
} 

/* modal-tests
-------------------------- */

.testspeed .close, .testread .close, .testresult .close {
	font-size: 15px;
    border: none;
    border-radius: 5px;
    margin-top: -2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    background-color: transparent;
    line-height: 0.8;
    text-shadow: none;
    color: #01056A;
    position: absolute;
    right: 45px;
    top: 15px;
}
.testspeed .close:hover, .testread .close:hover, .testresult .close:hover {
    color: red;
	background-color: #fff;
	border: 1px #fff solid;
}
.testresult #total-score {
    font-weight: 900;
	font-size: 2em;
	color: rgba(248,150,107,1);
}

.testresult .total-score {	
	position: inherit;
    color: #01056A;
    /* left: 25vh; */
	width: calc(100% - 30px);
	text-align: center;
	font-size: 1.5em;
    font-weight: 700;
	margin-bottom: 3vh;
}
.testresult .total-score > div:first-child {
	color: rgba(248,150,107,1);
 	font-size: 2em;	
	margin-top: 5vh;
}
.testresult .total-score > div:last-child {
	font-size: 0.5em;
	margin-top: 3vh;
}

/*#myModal.mobile .testresult #total-score {}*/
.testresult #recomendation {
	position: inherit;
    font-weight: 700;
    text-align: center;
    width: 95%;
	margin-bottom: 15vh;
}
.testresult #testresult-btn {
	position: inherit;
    font-weight: 700;
    text-align: center;
    width: 95%;
}

/* testspeed
-------------------------- */

.testspeed img {
	position: absolute;
	z-index: -1;
}

.testspeed input, #bonusForm input {
	border: none;
    border-bottom: 2px solid #8835D3;
 /* position: absolute;
    left: 200px;
    top: 300px;*/
    background: transparent;
    width: 100%;
}
.testspeed p  {
	width: 40vh;
	text-align: center;
	margin: 2vh auto;
}
#myModal.mobile .testspeed p, #myModal.mobile .testspeed p.title  {
	width: auto;
}
.testspeed p.title  {
	width: 50vh;
	text-align: center;
}
.testspeed .politic {
	width: 80%;
    font-size: 80%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    padding: 0 20%;
    bottom: 10vh;
}
#myModal.mobile .testspeed .politic {
    padding: 0;
    max-width: calc(80vh - 20px);
    bottom: 10vh;
}
.testspeed .freeback {
	width: 30vh;
    font-size: 80%;
	text-align: center;	
	margin: 1vh auto;
}

.testspeed form {
    text-align: center;
}
.testspeed button {
    width: auto;
    /* height: 40px; */
    padding: 6px 2em;
    background: #8835D3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    font-size: 1em;
    margin: 5px auto;
}
.testspeed svg {
    left: 7.54%;
    right: 8.34%;
    top: 8.34%;
    bottom: 7.54%;
    width: 1.7em;
    height: 1.7em;
}

.testspeed #inputReply {
	font-size: 2em;
}
.testspeed .numpad {
	width: 60%; 
	margin: 20px auto;
	text-align: center;
}

.testspeed .numpad .digit, .testspeed .hideDigit, .testspeed .clearAnswer {
    width: 30%;
    float: left;
    background-color: #337AB7;
    color: white;
    margin: 1%;
    text-align: center;
    padding: 5px 0;
    font-size: 1em;
    cursor: pointer;
    border: dashed 0px #000000;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.v1_405 {
    /* background: transparent !important; */
    box-shadow: none !important;
    border: none !important;
    width: 60vh;
    height: 60vh;
    background: url(../img/v1_405.png) no-repeat;
    background-size: contain;
	background-color: white;
    border-radius: 50px;
}
#myModal.mobile .modal-content.v1_405 {
    height: calc(100vh - 20px);
}

#myModal.mobile .v1_405 {
    background: url(../img/v1_405_g.png) no-repeat;
	background-color: white;
    background-position-y: 100%;
	background-size: contain;
}
.v1_406 {
    /* background: transparent !important; */
    box-shadow: none !important;
    border: none !important;
    width: 60vh;
    height: 60vh;
    background: url(../img/v1_406.png) no-repeat;
    background-size: contain;
	background-color: white;
    border-radius: 50px;
}
#myModal.mobile .modal-content.v1_406 {
    height: calc(100vh - 20px);
}

#myModal.mobile .v1_406 {
    background: url(../img/v1_405_g.png) no-repeat;
	background-color: white;
    background-position-y: 100%;
	background-size: contain;
}
.v1_410 {
    /* background: transparent !important; */
    box-shadow: none !important;
    border: none !important;
    width: 60vh;
    height: 60vh;
    background: url(../img/v1_411.png) no-repeat;
    background-size: contain;
	background-color: white;
    border-radius: 50px;
}

#myModal.mobile .modal-content.v1_410 {
	background: url(../img/v1_405_g.png) no-repeat;
	background-color: white;
    background-position-y: 100%;
	background-size: contain;
}
#myModal.mobile .modal-content.v1_410 {
    height: calc(100vh - 20px);
}

.pointer {
	cursor: pointer;
}

.relative {
    position: relative
}

.container.fullwidth {
    width: 100%
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0
}

.section-gap {
    padding: 50px 0
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Contact
-------------------------- */
.contact-item:hover {
	border-left: 3px solid #8835D3;
	border-radius: 10px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

button[disabled='disabled'], button[disabled] {
	opacity: 0.3;
}