/* define fonts */ 

@font-face {
    font-family: 'Jura-Bold';
    src: url('../fonts/Jura-Bold.eot');
    src: url('../fonts/Jura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jura-Bold.woff2') format('woff2'),
        url('../fonts/Jura-Bold.woff') format('woff'),
        url('../fonts/Jura-Bold.ttf') format('truetype'),
        url('../fonts/Jura-Bold.svg#Jura-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Jura-Medium';
    src: url('../fonts/Jura-Medium.eot');
    src: url('../fonts/Jura-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jura-Medium.woff2') format('woff2'),
        url('../fonts/Jura-Medium.woff') format('woff'),
        url('../fonts/Jura-Medium.ttf') format('truetype'),
        url('../fonts/Jura-Medium.svg#Jura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


/* general resets */

:root {
  --dark-blue: #151348;
  --light-blue: #05C4FF;
  --grey: #9B9B9B;
  --light-grey: #eaeaf6;
  --green: #5bfaba;
  --blog-grey: #f5f3f3;
}

html,body {
	height:100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Jura-Medium', sans-serif;
	color: var(--dark-blue);
	font-size: 18px;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
br {
	line-height:0;
	font-size:0;
}
#container {
	position:relative;
	padding:0;
	margin:0;
	min-height: 99vh;
	overflow-x: hidden;
}
.size_it {
	position:fixed;
	top:40px;
	left:40px;
	z-index:100;
	color:red;
	display: none;
}
.size_it::after {
	content:"over-1600";
}
img {
	object-fit: none;
}
/* text */
p, a, h1, h2, h3, h4, h5, h6, ul{
	line-height:140%;
	font-weight: 100;
	font-family: 'Jura-Medium', sans-serif;
	color: var(--dark-grey);
	margin: 0;
}
p {
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
h1, h2, p.p2h2 {
	font-size: 2.78rem;
	font-family: 'Jura-Bold', sans-serif;
	line-height: 1.1;
	color: white;
	text-transform: uppercase;
}
h3, p.p3h3 {
	font-size: 1.94rem;
	font-family: 'Jura-Bold', sans-serif;
	color: white;
}
h4 {
	font-size: 1.39rem;
	font-family: 'Jura-Bold', sans-serif;
}
h5, p.p5h5 {
	font-size: 1.38rem;
	color: white;
	font-family: 'Jura-Bold', sans-serif;
}
h6, p.p6h6 {
	font-size: 1.38rem;
}
a {
	text-decoration:none;
	display: block;
}
*:focus {
    outline: none;
}
.bold, strong {
	font-family: 'Jura-Bold', sans-serif;
	font-weight: 900;
}
.smaller {
	font-size: 90%;
}
.lower_case {
	text-transform: lowercase;
}
.header_cont {
	position: reltaive;
	height: 90px;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	height: auto;
	min-height: 90px;
	background-color: rgba(255,255,255,0.85);
}
/* menu */

nav {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	max-width: 1200px;
	z-index: 97;
	align-items: center;
}
nav ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin-top: 35px;
}
nav ul.nav-ex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 80vh;
	overflow-y: scroll;
}
nav li {
	margin: 0 0 0 5px;
}
nav a {
	font-size: 16px;
	color: var(dark-blue);
	font-family: 'Jura-Bold', sans-serif;
	line-height: 0;
	display: inline;
	-webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    appearance: none;
    padding: 25px 5px;
}
nav li ul {
	position: absolute;
	display: none;
	flex-direction: column;
	 padding: 5px;
	 margin: 23px 0 0 0;
	 background-color: rgba(255,255,255,0.85);
}

nav li ul li a {
	padding: 10px 0;
	line-height: 30px;
}

.main_logo {
	margin: 15px auto 0 0;
}

nav ul li:hover > a, nav ul li:focus > a {
	color: var(--grey);
}

nav ul li:hover > ul, nav ul li:focus > ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

nav .current-menu-item > a, nav .current-menu-ancestor > a, nav .current-menu-ancestor li.current-menu-item > a {
	color: var(--light-blue);
}
nav .blue_menu.current-menu-item > a, nav .blue_menu.current-menu-ancestor > a, nav .blue_menu.current-menu-ancestor li.blue_menu.current-menu-item > a {
	color: black;
}
nav .current-menu-item:hover > a, nav .current-menu-ancestor:hover > a, nav .current-menu-ancestor li.current-menu-item:hover > a,
nav .current-menu-item:focus > a, nav .current-menu-ancestor:focus > a, nav .current-menu-ancestor li.current-menu-item:focus > a {
	color: var(--light-blue);
}
nav .blue_menu.current-menu-item:hover > a, nav .blue_menu.current-menu-ancestor:hover > a, nav .blue_menu.current-menu-ancestor li.current-menu-item:hover > a,
nav .blue_menu.current-menu-item:focus > a, nav .blue_menu.current-menu-ancestor:focus > a, nav .blue_menu.current-menu-ancestor li.current-menu-item:focus > a {
	color: black;
}

.blue_menu {
	background-color: var(--light-blue);
	border-radius: 16px;
	padding: 0;
	margin-top: 1px;
        height: 30px !important
}
.blue_menu a {
	display: block;
	padding: 13px 15px;
}
.blue_menu.env {
	background-image: url(../img/general/env.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}
.blue_menu.env a {
	color: rgba(0,0,0,0);
}
.blue_menu.env:hover a, .blue_menu.env.current-menu-item > a, .blue_menu.env.current-menu-item:hover > a, .blue_menu.env.current-menu-item:focus > a {
	color: rgba(0,0,0,0);
}
.blue_menu.env:hover, .blue_menu.env.current-menu-item, .blue_menu.env.current-menu-item:hover, .blue_menu.env.current-menu-item:focus {
	background-image: url(../img/general/env_w.svg);
}
.toggler {
  position: fixed;
  display: none;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 98;
  width: 70px;
  height: 60px;
  padding: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
}
.hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: var(--dark-blue);
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
/* Hamburger Lines - Top & Bottom */
.hamburger > div::before,
.hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}
.toggler:checked + .hamburger > div:before,
.toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.toggler:checked:hover + .hamburger > div, .toggler:checked:focus + .hamburger > div {
  transform: rotate(225deg);
}
.toggler:hover + .hamburger > div, .toggler:focus + .hamburger > div {
  background: var(--light-blue);
}
/* containors */
.full_width, .full_width_r {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}
.full_width {
	flex-direction: column;
}
.in_1200, .in_1200_c {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: auto;
}
.in_1200_c {
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.one_of_2, .one_of_3, .one_third, .one_of_5, .two_of_3, .one_of_4 {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 50%;
	flex-direction: column;
}
.slick-slide .one_of_2{
    width: 100%;
}
.one_of_3 {
	width: 30%;
	align-items: center;
	justify-content: flex-start;
}
.two_of_3 {
	width: 70%;
}
.one_third {
	33.33%;
}
.one_of_4 {
	width: 24%;
	align-items: center;
}
.one_of_5 {
	width: 20%;
}
.max_600_l, .max_600_r {
	width:100%;
	max-width: 600px;
}
.max_600_r {
	margin-right: auto;
}
.max_600_l {
	margin-left: auto;
}
.back_image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	top: 0;
	left: 0;
}
.over_image {
	position: relative;
	z-index: 2;
}
.rv_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.read_more {
	font-size: 1rem;
	color: white;
}
.read_more:after {
	content: url(../img/general/read_more.svg);
	margin-left: 10px;
	vertical-align: -10px;
}
.read_more:hover {
	color: var(--light-blue);
}
.read_more:hover:after{
	opacity: 0.8;
}
.bread_crums {
	height: 20px;
	background-color: var(--dark-blue);
}
.bread_crums .in_1200 {
	height: 20px;
}
.bread_crums a {
	display: inline;
	color: var(--light-blue);
}
.bread_crums a, .bread_crums p {
	font-size: 13px;
}
.bread_crums p {
	color: white;
}
/*Home page*/
.hp_top .one_of_2 {
	min-height: 700px;
	justify-content: center;
}
.hp_top h5 {
	max-width: 410px;
	margin: 20px 0;
}
#programs {
  border-top: 90px solid transparent;
  margin: -90px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.programs_cont {
	flex-wrap: wrap;
	margin: 15px 0;
}
.program {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 33.33%;
	flex-grow: 1;
	background-color: white;
	overflow: hidden;
	height: 380px;
	border: 2px solid white;
	background-color: var(--dark-blue);
}
.program a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.program a.no_link {
	display: none;
}
.program img {
	position: absolute;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: left center;
	opacity: 0.7;
	transition: all 0.4s ease;
}
.program:hover > img {
	opacity: 1;
	transform: scale(1.1, 1.1);
}
.program:nth-child(3n+2) {
	min-width: 400px;
	object-position: center center;
}
.program:nth-child(3n+1) img {
	object-position: right center;
}
.program:nth-child(3n+1) {
	justify-content: flex-end;
}
.program:last-child img {
	object-fit: down-scale;
	width: auto;
	height: auto;
	top: 50%;
	transform: translate(0, -50%);
	left: 10%;
	opacity: 1;
	max-width: 80%;
}
.program .over_image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 380px;
	width: 400px;
}
.program h3 {
	margin-top: 240px;
	margin-left: 30px;
	text-transform: uppercase;
	max-width: 80%;
}
.program:first-child h3 {
	font-size: 2.78rem;
	margin-top: 40px;
}
.hp_results .one_of_2 {
	margin-top: 90px;
	color: white;
}
.circle {
	position: absolute;
	top: -60px;
	right: -30px;
	z-index: 3;
}
.results_text {
	margin-top: 20px;
	max-width: 540px;
	width: 90%;
	line-height: 1.7rem;
}
.results_text p {
	line-height: 1.7rem;
}
.results_text ul {
	font-size: 1rem;
	line-height: 1.7rem;
	margin-left: -1.5rem;
	list-style: none;
}
.results_text li {
	margin-left: 20px;
}
.results_text li:before {
	display: inline-block;
	content: '\2022';
	width: 1rem;
  	margin-left: -1.7rem;
  	color: var(--green);
  	font-size: 2rem;
  	vertical-align: -0.2rem;
}
.hp_results .in_1200:last-child {
	padding-top: 40px;
	padding-bottom: 60px;
}
.hp_results .one_of_5 {
	align-items: center;
}
.hp_results .in_1200:last-child p {
	color: white;
	text-align: center;
	max-width: 80%;
	margin-top: 15px;
}
.testimonials {
	padding: 50px 0;
	background-image: radial-gradient(circle at 50% 50%, #f8f8fc, #dadaef 46%);
}
.testimonials h2, .testimonials p.p2h2 {
	color: var(--dark-blue);
}
.slides_image {
 border-radius: 16px;
 overflow: hidden;
 max-width: 85%;
 max-height: 320px;
}
.slides_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonials h5, .testimonials p.p5h5 {
	color: var(--dark-blue);
	margin-bottom: 10px;
}
.testimonials h5:before, .testimonials p.p5h5:before {
	content: url(../img/general/qute1.svg);
	position: relative;
	margin: 0 10px 0 -30px;
	vertical-align: 8px;
	width: 16px;
	height: 16px;
}
.testimonials h5:after, .testimonials p.p5h5:after {
	content: url(../img/general/qute2.svg);
	position: relative;
	margin-left: 10px;
	vertical-align: -8px;
	width: 16px;
	height: 16px;
}
.slide_link {
	position: absolute;
	left: 0;
	top:0;
	width: 85%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}
.slide_link img {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
	object-fit: scale-down;
}
.slide_link img:hover {
	opacity: 1;
}
.slide_link.no_link {
	display: none;
}
/*programs*/
.programs_top {
	padding: 30px 0;
	margin-bottom: 15px;
	min-height: 700px;
}
.programs_top img:first-child {
	margin-right: auto;
	margin-bottom: 20px;
}
.programs_top h1 {
	margin-bottom: 20px;
}
.programs_top p {
	color: white;
}
.programs_top ul {
	color: white;
	font-size: 1rem;
	line-height: 1.4rem;
	margin-left: -1rem;
	list-style: none;
	max-width: 400px;
}
.programs_top li {
	margin-left: 0;
}
.programs_top li:before {
	display: inline-block;
	content: '\2022';
	width: 1rem;
  	margin-left: -1rem;
  	color: var(--green);
  	font-size: 2rem;
  	vertical-align: -0.2rem;
}
.programs_body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	object-fit: cover;
}
.programs_body .in_1200_c {
	align-items: flex-start;
}
.programs_body h5, .programs_body p, .programs_body ul {
	text-align: left;
	color: var(--blue);
	max-width: 800px;
	margin-bottom: 10px;
}
.programs_body a {
	display: inline;
	color: var(--link-blue);
}
.programs_body a:hover {
	color: black;
}
.programs_improvement {
	padding: 50px 0;
	background-image: radial-gradient(circle at 50% 50%, #f8f8fc, #dadaef 66%);
}
.programs_improvement .in_1200 {
	align-items: center;
}
.programs_improvement h5, .programs_improvement p.p5h5 {
	margin-left: 40px;
	color: var(--dark-blue);
	max-width: 511px;
}
.improvement_sq {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 50%;
	background-color: white;
	width: 80%;
	max-width: 935px;
	border-radius: 16px;
	margin: 40px auto;
	padding: 20px 0;
}
.improvement_sq .one_of_2 {
	align-items: center;
	justify-content: flex-start;
	min-height: 100%;
}
.improvement_sq_in {
position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	border-image: linear-gradient(to bottom, #4500ff, #5bfaba, #4500ff) 25 30 10 20 repeat;
  border-style: solid; /*Added */
  border-image-repeat: stretch;
  border-width: 0;
  border-right-width: 2px;
  padding: 0 70px;
}
.improvement_circle {
	position: absolute;
	top: -90px;
	right: -90px;
	z-index: 2;
	width: 181px;
	height: 181px;
}
.improvement_sq p {
	text-align: center;
	max-width: 200px;
	margin-bottom: 5px;
}
.about_program {
	padding: 50px 0;
}
.about_program h2, .about_program p.p2p2 {
	margin-bottom: 30px;
}
.about_program .in_1200:nth-child(2) {
	justify-content: space-between;
}
.about_program .one_of_4 img {
	margin-bottom: 15px;
}
.about_program .one_of_4 p {
	color: var(--light-blue);
	margin-bottom: 5px;
	text-align: center;
	max-width: 220px;
	width: 90%;
}
.about_program .one_of_4 p:last-child {
	color: white
}
.get_start {
	background-color: white;
	border: 4px solid var(--light-blue);
	border-radius: 16px;
	padding: 30px 20px;
	margin-top: 30px;
}
.get_start h3, .get_start p.p3h3 {
	text-transform: uppercase;
	color: var(--dark-blue);
}
.get_start ol {
  list-style: none;
  margin-left: 5px;
}
.get_start li {
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
   font-size: 1rem;
   line-height: 1.6rem;
  text-align: left;
}
.get_start li::before {
	position: relative;
	display: inline-block;
  content: counter(inst);
  background: var(--green);
  width: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 500px;
  font-size: 1rem;
  color: var(--dark-blue);
  margin-left: -40px;
  margin-right: 10px;
}
.programs_general {
	padding: 50px 0;
	min-height: 90vh;
	justify-content: flex-start;
}
.programs_general h2, .programs_general p {
	color: var(--dark-blue);
	margin-bottom: 20px;
}
.programs_general p {
	max-width: 480px;
}
.programs_science {
	padding: 50px 0;
	min-height: 90vh;
	justify-content: flex-start;
}
.programs_science p {
	color: white;
	max-width: 480px;
	margin: 20px 0;
}
.programs_downloads {
	padding: 30px;
	background-color: var(--dark-blue);
}
.programs_downloads .one_of_4 {
	cursor: pointer;
}
.programs_downloads a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.download_hr {
	width: 60%;
  height: 1px;
  object-fit: contain;
  border-style: solid;
  border-width: 2.5px;
  border-image-source: radial-gradient(circle at 50% 63%, #94faba, #05c4ff 28%, #4500ff 74%);
  border-image-slice: 1;
}
.programs_downloads h5, .programs_downloads p.p5h5 {
	text-align: center;
	margin-top: 10px;
	max-width: 250px;
}
.programs_downloads .one_of_4:hover > h5, .programs_downloads .one_of_4:hover > p.p5h5 {
	color: var(--light-blue);
}
/*about*/
.top {
	padding: 60px 0;
}
.top h1 {
	color: var(--dark-blue);
	margin-bottom: 20px;
}
.top p {
	color: var(--dark-blue);
	width: 94%;
}
.team {
	padding: 40px 0 60px 0;
}
.team h2 {
	text-align: center;
	color: var(--dark-blue);
	margin-bottom: 30px;
}
.team .in_1200 {
	flex-wrap: wrap;
	justify-content: center;
}
.hidden_data {
	display: none;
}
.team .one_of_4 {
	cursor: pointer;
	margin-top: 30px;
}
.team .one_of_4 h4, .team .one_of_4 h3 {
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--dark-blue);
}
.team .one_of_4 p {
	text-align: center;
}
.team_picture {
	margin-bottom: 10px;
}
.team_picture img {
	object-fit: scale-down;
        width: 300px;
        height: 220px
}
.team .one_of_4:hover > h4, .team .one_of_4:hover > p, .team .one_of_4:hover > h3 {
	color: var(--grey);
}
.team .one_of_4:hover img {
	filter: brightness(81%);
	-webkit-filter: brightness(81%);
	-moz-filter: brightness(81%);
}
.team .one_of_4.info_displayed p, .team .one_of_4.info_displayed h4, .team .one_of_4.info_displayed h3 {
	color: var(--light-blue);
}
.member_info {
	position: absolute;
	z-index: 10;
	display: none;
}
.member_info .in_1200 {
	padding: 20px 25px;
	border-radius: 23px;
  border-image-slice: 1;
  border-width: 6px;
	border-image-source: linear-gradient(to left, #4500ff, #5bfaba);
  background-image: linear-gradient(to bottom, #f5f3f3, #f5f3f3), linear-gradient(91deg, #5bfaba 8%, #05c4ff 51%, #4500ff 97%);
}
.info_cont {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.member_info h4, .member_info h3 {
	text-align: left;
	display: inline;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.member_title {
	font-size: 1rem;
	text-transform: none;
	margin-left: 5px;
}
.member_info h6, .member_info p.p6h6 {
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
	color: var(--dark-blue);
	font-size: 1rem;
	font-weight: 600;
}
.member_info h6:hover, .member_info p.p6h6:hover {
	color: var(--green);
}
/*science*/
.science_top {
	padding: 60px 0;
	min-height: calc(100vh - 90px);
}
.science_top .one_of_2, .science_movie .one_of_2 {
	align-items: flex-start;
}
.science_top h1 {
	margin: 30px 0 15px 0;
}
.science_top p {
	color: white;
}
.science_movie {
	padding: 60px 0;
	min-height: 90vh;
	margin-top: 15px;
}
.science_movie h2, .science_movie p.p2h2 {
	margin-top: 30px;
	max-width: 350px;
}
.science_article_top {
	height: auto;
	background-color: var(--dark-blue);
}
.science_article_top .in_1200 {
	align-items: center;
}
.science_article_top h1 {
	max-width: 500px;
}
.science_article_top img {
	margin-left: auto;
	height: 100%;
	width: auto;
}
.programs_body.article {
	padding: 40px 0;
}
.programs_body.article a {
	display: inline;
	color: var(--dark-blue);
}
.programs_body.article a:hover {
	color: black;
}
.play_s {
	cursor: pointer;
}
.play_s:hover {
	filter: saturate(151%);
	-webkit-filter: saturate(151%);
	-moz-filter: saturate(151%);
}
.video_cover {
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 90px;
	left: 0;
	height: calc(100vh - 90px);
	width: 100vw;
	background-color: rgba(0,0,0,0.9);
	z-index: 3;
	display: none;
}
.video_cover h6 {
	position: absolute;
	top: 30px;
	right: 50px;
	padding: 5px;
	font-size: 2rem;
	color: white;
	cursor: pointer;
}
.video_cover h6:hover {
	color: var(--light-blue);
}
#video_container {
	width: 560px;
	height: 325px;
	max-width: 100%;
}

.faq , .faq-page {
	padding: 50px 0;
	background-image: radial-gradient(circle at 50% 50%, #f8f8fc, #dadaef 75%);
}
.faq .in_1200_c , .faq-page .in_1200_c{
	border-radius: 36px;
	background-color: white;
	align-items: flex-start;
	text-align: left;
	overflow: hidden;
	padding-bottom: 40px;
}
.faq_top {
	position: relative;
	background-color: var(--dark-blue);
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.faq h2, .faq p.p2h2 , .faq-page h2 , .faq-page p.p2h2{
	position: relative;
	text-align: left;
	margin-left: 5%;
	z-index: 2;
}
.faq_top img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.faqs_item {
	position: relative;
	width: 90%;
	margin-left: 5%;
	padding: 20px 0;
	border-image: linear-gradient(to left, #4500ff, #5bfaba, #4500ff) 25 30 10 20 repeat;
	border-style: solid; /*Added */
	border-image-repeat: stretch;
	border-width: 0;
	border-bottom-width: 2px;
	cursor: pointer;
	margin-bottom: 10px;
}
.faqs_item h6, .faqs_item p.p6h6 {
	max-width: 85%;
}
.faqs_item:hover h6, .faqs_item:hover p.p6h6 {
	color: var(--light-blue);
}
	
.faqs_item:after {
	content: url(../img/faq/faq.svg);
	position: absolute;
	right: 0;
	top: 23px;
	transition: all 0.4s ease;
}
.faqs_item.errow_point:after {
	transform: rotate(180deg);
}
.faqs_answer {
	display: none;
	padding-top: 15px;
}
/*news*/
.news_top {
	Padding: 50px 0 20px 0;
}
.news_top .in_1200 {
	flex-direction: column;
}
.news_reg {
	color: white;
	margin-top: 10px;
	font-size: 1rem;
}
.es_subscription_form.es_shortcode_form {
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: auto;
}
.news_reg input[type="email"] {
	 border-radius: 23px 0 0 23px;
	 height: 32px;
	 padding: 0 20px;
	 width: 200px;
	border: none;
	font-size: 16px;
	margin-top: 5px;
}
.news_reg input[type="submit"] {
	 border-radius: 0 23px 23px 0;
	 height: 32px;
	 padding: 0 20px;
	 width: 160px;
	border: none;
	font-size: 16px;
	margin-top: 5px;
	color: black;
	background-color: var(--light-blue);
	cursor: pointer;
}
.news_reg input[type="submit"]:hover {
	color: white;
}
.the_news {
	padding: 30px 0;
}
.the_news .in_1200_c {
	align-items: flex-start;
}
.news_item {
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	border-image: linear-gradient(to left, #4500ff, #5bfaba, #4500ff) 25 30 10 20 repeat;
  border-style: solid; /*Added */
  border-image-repeat: stretch;
  border-width: 0;
  border-bottom-width: 2px;
  width: 100%;
  padding: 20px 0;
}
.news_item p, .news_item a {
	text-align: left;
	margin-bottom: 5px;
}
.news_icon {
	width: 60px;
	padding-right: 13px;
}
.news_item a {
	font-weight: 900;
	position: relative;
	margin-top: 15px;
}
.news_item a.no_link {
	display: none;
}
.news_text {
	padding-right: 50px;
}
.news_item a:after {
	content: url(../img/news/cta.svg);
	transition: all 0.4s ease;
	vertical-align: -4px;
	margin-left: 5px;
}
.news_item a:hover:after {
	margin-left: 15px;
}
.news_item a:hover {
	color: var(--light-blue);
}
.news_img {
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 225px;
	min-width: 225px;
	margin-left: auto;
	justify-content: center;
}
.news_img img {
	width: 100%;
	height: auto;
}
span.es_subscription_message.success {
	color: white;
	max-width: 600px;
	width: 600px;
}
/*blog*/
.blog_top {
	padding: 50px 0;
}
.categories {
	margin-left: auto;
	color: white;
	text-transform: uppercase;
}
.category_menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style-type: none;
}
.blog_cont .in_1200:first-child {
	flex-wrap: wrap;
	margin: 50px auto 20px auto;
}
.blog_cont .in_1200:last-child {
	margin-bottom: 30px;
}
.blog_post {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width: 33.33%;
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
}
.blog_img {
	height: 15vw;
	width: 100%;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.blog_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blog_post p {
	margin-bottom: 5px
}
.blog_post p:first-child {
	text-transform: uppercase;
}
.blog_info {
	background-color: var(--blog-grey);
	padding: 15px;
	border-radius: 0 0 16px 16px;
	flex: 1 0 auto;
}
.blog_post.first_post {
	width: 100%;
	flex-direction: row;
	max-height: 300px;
}
.blog_post.first_post .blog_info {
	width: 50%;
	border-radius: 0 16px 16px 0;
}
.blog_post.first_post .blog_img {
	height: 100%;
	width: 100%;
	border-radius: 16px 0 0 16px;
}
.blog_info a:hover {
	color: var(--light-blue);
}
.blog_info a:after {
	content: '>';
	margin-left: 5px;
}
.post_link {
	font-weight: 900;
	margin-top: 10px;
}
.post_link.no_link {
	display: none;
}
.post_link:after {
	content: url(../img/news/cta.svg);
	transition: all 0.4s ease;
	vertical-align: -4px;
	margin-left: 5px;
}
.post_link:hover:after {
	margin-left: 15px;
}
.post_link:hover {
	color: var(--light-blue);
}
.single_blog_cont {
	padding: 20px 0 50px 0;
}
.single_blog_cont h1, .single_blog_cont h2, .single_blog_cont h3, .single_blog_cont h4,
.single_blog_cont h5, .single_blog_cont h6 {
	color: var(--blue);
	text-align: left;
}
.single_blog_cont h2, .single_blog_cont h3, .single_blog_cont h4,
.single_blog_cont h5, .single_blog_cont h6 {
	font-size: 1.3rem;
}
.single_blog_cont .in_1200_c {
	align-items: flex-start;
}
.single_blog_cont .in_1200_c p {
	max-width: 800px;
	text-align: left;
}
.single_blog_cont .in_1200_c h2 {
	color: var(--dark-blue);
	font-size: 1.6rem;
	margin-bottom: 15px;
	max-width: 800px;
	text-align: left;
}
.single_blog_cont p a {
	display: inline;
}
.one_of_2.no_link {
	display: none;
}
.single_blog_cont h5 {
	text-align: left;
	color: var(--blue);
	text-transform: uppercase;
	margin-bottom: 10px;
	max-width: 800px;
}
.single_blog_cont .blog_img {
	border-radius: 16px;
	max-width: 90%;
	height: 20vw;
	margin-left: auto;
}
.single_blog_cont .blog_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.page-numbers {
	padding: 5px;
	margin-top: 0;
	font-size: 1rem;
	color: var(--blue);
}
.page-numbers.current {
	color: var(--green);
	margin-top: 2px;
	font-size: 1rem;
}
.page-numbers:hover {
	color: var(--light-blue);
}
.a2a_kit {
	display: none;
}
.share-post {
	cursor: pointer;
	margin-left: 10px;
	vertical-align: -5px;
	transition: all 0.4s ease;
}
/*Testimonials*/
.testimonials {
	padding: 50px 0;
	background-image: radial-gradient(circle at 50% 50%, #f8f8fc, #dadaef 116%);
}
.testimonials .in_1200:nth-child(2) {
	flex-wrap: wrap;
}
.testimonials h1 {
	color: var(--dark-blue);
	margin-bottom: 50px;
}
.testimonials .one_of_3 {
	width: 33.33%;
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
	align-items: flex-start;
}
.testimonials_video, .testimonials_video2 {
	position: relative;
	width: 90%;
	height: 16vw;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 10px;
}
.testimonials .testimonials_video, .testimonials .testimonials_video2 {
	height: 16vw;
}
.testimonials_video iframe, .testimonials iframe {
	width: 100%;
	height: 16vw;
	border-radius: 16px;
}
.testimonials iframe {
	height: 20vw;
}
.testimonials p {
	text-align: left;
	margin-bottom: 5px;
}
.testimonials p:first-child {
	text-transform: uppercase;
}
.testimonials_video2.no_link, .testimonials_video.no_link {
	display: none;
}
.testimonials_video2 video {
	width: 100%;
	height: auto;
	max-height: 105%;
}
/*contact*/
.contact .over_image {
 padding: 50px 0;
 color: white;
}
.contact h2, .contact p.p2h2 {
	margin-bottom: 20px;
}
.contact p {
	color: white;
	margin-bottom: 0;
}
.contact a:hover {
	color: var(--light-blue);
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	height: 40px;
	width: 90%;
	max-width: 390px;
	margin: 2px 0 0px 0;
	color: var(--dark-blue);
	font-family: 'Jura-Medium', sans-serif;
	font-size: 1rem;
	padding: 0 0 5px 15px;
	border-radius: 20px;
  	border: none;
	background-color: white;
}
.wpcf7 textarea {
	top: 0;
	right: 0;
	overflow: hidden;
	height: 106px;
	padding: 5px 0 5px 15px;
}
input[type=text]:focus, textarea:focus {
	outline:none !important;
	opacity: 0.9;
}
.wpcf7 input[type="submit"] {
     color: white;
     font-family: 'Jura-Bold', sans-serif;
     font-weight: bold;
     font-size: 1.7rem;
     border-radius: 0;
  	border: none;
  	background-color: transparent;
     padding: 8px 40px;
     cursor: pointer;
     margin-top: 20px;
     margin-left: 390px;
     text-transform: uppercase;
     -webkit-transform: translateX(-100%);
	transform: translateX(-100%);
     -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    appearance: none;
    transition: all 0.4s ease;
    background-image: url(../img/general/read_more.png);
    background-repeat: no-repeat;
	background-position: center right;
	background-size: 25px 25px;
 }
 #hp-watch-video{
    width: 230px;
    font-family: 'Jura-Bold', sans-serif;
    font-size: 23px;
    margin: 10px;
    margin-left: 0px;
    padding: 7px;
    padding-bottom: 1px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 15px;
    background: linear-gradient(to right , #3633FF 0%, #3633FF 0%, #2CACFF 100%);
  
 }
 #hp-watch-video span{
   vertical-align: super;
    margin-right: 12px;
 }
 #hp-watch-video:hover{
        background: linear-gradient(to left , #3633FF 0%, #3633FF 0%, #2CACFF 100%);
 }
 
 .wpcf7 input:hover[type="submit"], .wpcf7 input:focus[type="submit"] {
     color: var(--light-blue);
 }
 .wpcf7 input:active[type="submit"] {
     background: white;
     color: var(--light-blue);
 }
 
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
	border: 1px solid #ec3c06;
}



div.wpcf7-validation-errors {
	position: absolute;
	min-width: 100%;
	background: transparent;
	border: 0px solid white !important;
	color: var(--dark-blue);
	padding: 0;
	bottom: 0;
}

div.wpcf7-response-output {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 2;
	width: 100%;
	border-radius: 4px;
	background-color: rgba(255,255,255,1);
	color: var(--dark-blue);
	border: 2px solid var(--light-blue) !important;
}

.wpcf7-mail-sent-ng {
	position: absolute;
	background: white;
	color: var(--dark-blue);
}

.wpcf7-mail-sent-ok {
	color: var(--dark-blue);
	width: 100%;
	max-width: 430px;
}

.select { 
	position: relative;
	 line-height: 2.2;
	display: block; 
	border: none;
	background-color: white;
	width: 90%;
	height: 40px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-ms-appearance: none; 
	appearance: none;
	border-radius: 20px;
	margin-top: 2px;
	max-width: 390px;
} 
select {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-ms-appearance: none; 
	appearance: none; 
	outline: 0; 
	background-image: url(../img/general/v.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 15px 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0 0 0 15px; 
	color: grey;
	cursor: pointer; 
	font-family: 'Jura-Medium', sans-serif;
	font-size: 1rem;
	border: none;
} 
select::-ms-expand { 
	display: none; 
}

.select::after { 
-webkit-transition: .25s all ease; 
-o-transition: .25s all ease; 
transition: .25s all ease; 
}

.map {
	padding: 50px 0;
}
.map_cont {
	border-radius: 16px;
	overflow: hidden;
	max-width: 90%;
	margin-left: 10%;
}
.distributors {
	margin-top: 30px;
}
.distributors .over_image {
	padding: 80px 40px 80px 0;
	color: white;
}
.distributors h2 {
	margin-bottom: 20px;
}
.distributors img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*info*/
.spacer {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(9,29,74,0.85);
	height: 90px;
}
.info {
	margin-top: 40px;
	padding-bottom: 50px;
}
.info h1 {
	color: var(--dark-grey);
}
.info .in_1200_c {
	align-items: flex-start;
	min-height: 80vh;
}
.info p, .info, .info ul {
	text-align: left;
}
.info a {
	display: inline;
	color: var(--light-blue);
}
.info a:hover {
	color: black;
}

/*404*/
.page_404 {
	height: 80vh;
}
.page_404 h1 {
	color: var(--dark-blue);
	margin: 40px 0;
}
.page_404 img {
	object-fit: scale-down;
	max-width: 96%;
}
.shop h6 {
	margin-top: 40px;
	max-width: 800px;
}
.shop a {
	color: var(--light-blue);
}
.shop a:hover {
	color: var(--dark-blue);
}
/*footer*/
.key_words {
	padding: 10px 0 5px 0;
	background-color: var(--light-grey);
	color: var(--grey);
}
.key_words .in_1200 {
	flex-wrap: wrap;
}
.key_word {
	width: auto;
	margin-bottom: 5px;
	margin-right: 20px;
}
footer {
	padding: 20px 0 0 0;
	background-color: white;
}
footer .one_of_2:first-child {
	align-items: flex-start;
	justify-content: flex-end;
}
footer .one_of_2:last-child {
	align-items: flex-end;
	justify-content: flex-end;
}
.footer_socials {
	position: relative;
	display: -ms-flexbox;
display: -webkit-flex;
display: flex;
	align-items: flex-end;
}
footer a {
	display: inline-block;
	color: var(--grey);
}
footer p {
	font-size: 14px;
	margin-top: 15px;
	color: var(--grey);
}
.footer_socials a {
	margin-left: 20px;
}
footer a:hover, footer a:focus {
	filter: sepia(100%) brightness(124%) hue-rotate(146deg) saturate(1000%) contrast(165%) invert(32%);
	-webkit-filter: sepia(100%) brightness(124%) hue-rotate(146deg) saturate(1000%) contrast(165%) invert(32%);
	-moz-filter: sepia(100%) brightness(124%) hue-rotate(146deg) saturate(1000%) contrast(165%) invert(32%);
	opacity: 0.6;
}
.footer_socials a:hover, .footer_socials a:focus {
	filter: brightness(0%) saturate(0%);
	-webkit-filter: brightness(0%) saturate(0%);
	-moz-filter: brightness(0%) saturate(0%);
	opacity: 1;
}
.titan {
	vertical-align: -3px;
}
a.privacy {
	margin-left: 10px;
}

/*scrolers*/
::-webkit-scrollbar-thumb:vertical {
background-color:#555; 
height:100px;
}
::-webkit-scrollbar-thumb:horizontal { 
background-color:#555; 
height:10px !important;
}
::-webkit-scrollbar { 
height:16px; 
width:10px; 
background-color:#f5f5f5;
}
::-moz-scrollbar-thumb:vertical {
background-color:#555; 
height:100px;
}
::-moz-scrollbar-thumb:horizontal { 
background-color:#555; 
height:10px !important;
}
::-moz-scrollbar { 
height:16px; 
width:10px; 
background-color:#f5f5f5;
}
::-ms-scrollbar-thumb:vertical {
background-color:#555; 
height:100px;
}
::-ms-scrollbar-thumb:horizontal { 
background-color:#555; 
height:10px !important;
}
::-ms-scrollbar { 
height:16px; 
width:10px; 
background-color:#f5f5f5;
}
::-o-scrollbar-thumb:vertical {
background-color:#555; 
height:100px;
}
::-o-scrollbar-thumb:horizontal { 
background-color:#555; 
height:10px !important;
}
::-o-scrollbar { 
height:16px; 
width:10px; 
background-color:#f5f5f5;
}
::scrollbar-thumb:vertical {
background-color:#555; 
height:100px;
}
::scrollbar-thumb:horizontal { 
background-color:#555; 
height:10px !important;
}
::scrollbar { 
height:16px; 
width:10px; 
background-color:#f5f5f5;
}
/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* FAQ */
.faq_block_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.faq-page h1.p2h2 { text-align: center;}
.faq-page .faq_top{background-image: url(../img/faq/faq-bk.svg);    background-repeat: no-repeat; background-position: right;}
.faq_block{max-width: 600px;width:100%; }

.faq_block_title {
	width: 90%;
	font-family: 'Jura-Medium';
	font-size: 35px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #151348;
	margin-left: 5%;
	padding: 20px 0;
	border-image: linear-gradient(to left,#4500ff,#5bfaba,#4500ff) 25 30 10 20 repeat;
	border-style: solid;
	border-image-repeat: stretch;
	border-width: 0;
	border-bottom-width: 2px;
	cursor: pointer;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-top: 60px;
}

.faq-page .faqs_item:after {
    content: none;
    position: none;
    right: unset;
    top: unset;
    transition: unset;
}
.faq-page .faqs_item_errow {
   content: url(../img/faq/faq.svg);
    position: absolute;
    right: 0;
    top: 23px;
    transition: all .4s ease;
	z-index: 20;
}

.faq-page .errow_point .faqs_item_errow {
	transform: rotate(180deg);
}
.faq-page-single .post_link:after {
	content: url(../img/news/cta.svg);
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: 0px;
	margin-left: 5px;
}

.faq-page-single .in_1200_c {
    padding: 63px 57px;
}

.faq-page-single h1{
	text-align: left;
    padding: 0;
	width:100%;	
	font-family: 'Jura-Medium';
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #151348;
}

q:before {
  content: '';
}
 
q:after {
  content: '';
}
.faq-page-single a {
	display: inline;
	color: blue;
}
.faq-page-single a:hover {
	color: black;
}

@media only screen and (max-width: 782px){
	.offices-info__tabs {
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
		height: 140px;
	}
}

.wpcf7-form p {margin-bottom: 15px !important}

.get_start a {
    display: inline
}
.sub-menu li {
    white-space: nowrap
}

.menu-item .sub-menu{
    margin-top:0px !important
}