/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }
html,
body { height: 100%; }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: "Gotham", sans-serif; font-size: 18px; font-weight: 300; line-height: 1.3; color: #000; }

body.nav-open,
html.nav-open { overflow: hidden; }

@media (max-width: 2000px) { 
	body { font-size: 16px; }	 
}

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 40px; }
h2 { font-size: 40px; }
h3 { font-size: 40px; }
h4 { font-size: 35px; }
h5 { font-size: 30px; }
h6 { font-size: 25px; }

@media (max-width: 2000px) { 
	h1 { font-size: 35px; }
	h2 { font-size: 35px; }
	h3 { font-size: 30px; }
	h4 { font-size: 30px; }
	h5 { font-size: 28px; }
	h6 { font-size: 24px; }
}

@media (max-width: 1460px) { 
	h1 { font-size: 32px; }
	h2 { font-size: 32px; }
	h3 { font-size: 28px; }
	h4 { font-size: 28px; }
	h5 { font-size: 26px; }
	h6 { font-size: 22px; }
}

.single-post h1 { font-size: 28px; }
.single-post h2 { font-size: 26px; }
.single-post h3 { font-size: 24px; }
.single-post h4 { font-size: 22px; }
.single-post h5 { font-size: 20px; }
.single-post h6 { font-size: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 1.2em; }

p,
ul:not([class]),
ol,
dl,
table,
blockquote { margin-bottom: 1.2em; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:not([class]):last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: "Gotham"; 
	src: url("fonts/Gotham-Book.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Gotham"; 
	src: url("fonts/Gotham-Medium.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
 
	src: url("fonts/Gotham-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
 
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }

[hidden],
.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

[disabled],
.disabled { cursor: default; }

.text_center { text-align: center; }

.color_blue { color: #296CFB; }

.padding_top_40 { padding-top: 40px; }
.padding_top_50 { padding-top: 50px; }
.padding_top_80 { padding-top: 80px; }

@media (max-width: 767px) { 
	.padding_top_40 { padding-top: 20px; }
	.padding_top_50 { padding-top: 30px; }
	.padding_top_80 { padding-top: 40px; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #000; color: #fff; padding: 50px 0; font-size: 14px; }
.footer-cols { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.footer-col-1of5 { width: 20%; padding: 0 10px; }
.footer-col-4of5 { width: 80%; padding: 0 10px; }
.footer .logo { height: 100%; display: flex; align-items: center; }
.footer .footer-title { font-size: 17px; text-transform: uppercase; margin-bottom: 17px; font-weight: 500; }
.footer .footer-bottom { margin-top: 20px; padding-top: 20px; border-top: 1px solid #fff; display: flex; align-items: center ; justify-content: space-between; }
.footer .copy { margin: 0; }
.footer .list-contacts > li a svg path { fill: #fff; }
.footer .list-contacts > li { margin-right: 0; margin-left: 10px; margin-bottom: 0;	 }
.footer .list-contacts > li a { display: inline-block; height: 20px; width: 25px; }
.footer .list-contacts > li a svg { height: 100%; width: 100%; }
.footer .footer-info { padding-top: 20px; }

@media (max-width: 1024px) { 
	.footer { padding: 50px 0 30px; }
	.footer .col { margin-bottom: 20px; }
	.footer .col_1of4 { width: 33.33%; }

	.footer .footer-info { padding-top: 40px; }
}

@media (max-width: 767px) { 
	.footer-col-1of5 { display: none; }
	.footer-col-4of5 { width: 100%; }
	.footer .col_1of4 { width: 33.33%; }
	.footer .footer-bottom { flex-wrap: wrap; }
	.footer .copy { width: 100%; text-align: center; }
	.footer .list-contacts { justify-content: center; padding-top: 10px; display: flex; width: 100%; }
	.footer .list-contacts > li { margin: 0; padding: 0 4px; }
}

@media (max-width: 540px) { 
	.footer .col_1of4 { width: 50%; }
}

@media (max-width: 420px) { 
	.footer .col_1of4 { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 38px 0; position: absolute; top: 0; left: 0; width: 100%; color: #fff; font-size: 18px; z-index: 10; }
.header .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

body.black-header .header { color: #000; }
body.black-header .header .logo svg path { fill: #000; }
body.black-header .header .logo svg polygon { fill: #000; }
body.black-header .btn_login { color: #000; border-color: #000; }
body.black-header .btn_login:hover { background: #2561e0; color: #fff; border-color: #2561e0; }
body.black-header .btn-burger span { background: #000; }

@media (max-width: 1200px) {
	body.black-header .header { color: #fff; }
	body.black-header .btn-burger.open span { background: #fff; }
	body.black-header .btn_login { color: #fff; }
}

@media (max-width: 767px) { 
	.header { padding: 20px 0; }
}

.job-page-section-container .section { padding-bottom: 0; }
.job-page-section-container .section .section-head { padding-bottom: 0; }
.job-page-section-container .section:last-child { padding-bottom: 0; margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

body.black-header .main { padding-top: 140px; }

@media(max-width: 767px) {	 
	body.black-header .main { padding-top: 100px; }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1380px; margin: 0 auto; padding: 0 50px; }
.shell-simple-section { max-width: 1380px; margin: 0 auto; position: relative; }
.shell-simple-section .custom-share { position: absolute; top: 60px; right: 50px; }
.shell-simple-section .custom-share .st-btn { display: inline-block !important; }
.shell-simple-section .section-head { padding-right: 100px;}

@media (max-width: 767px) { 
	.shell-simple-section .custom-share { position: static; padding-left: 50px;}
	.shell-simple-section .custom-share .st-btn { display: inline-block !important; }
	.shell-simple-section .section-head { padding-right: 0;}
}

@media (max-width: 480px) { 
	.shell-simple-section .custom-share { position: static; padding-left: 30px;}
}

@media (max-width: 2000px) { 
	.shell { max-width: 1100px; }
	.shell-simple-section { max-width: 1100px; }
}

@media (max-width: 480px) { 
	.shell { padding: 0 30px; }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; min-height: 100%; overflow: hidden; }

/* ------------------------------------------------------------ *\
	benefits-box
\* ------------------------------------------------------------ */

/* .benefits-box { text-align: center; border: 2px solid #D5D5D5; padding: 40px; height: 100%; }*/
.benefits-box { text-align: center; background: #F7F9FF; padding: 40px 30px; height: 100%; }
.benefits-box .icon { height: 100px; width: 136px; display: inline-flex; align-items: center; justify-content: center; padding: 5px 0; margin-bottom: 30px; }
.benefits-box .icon svg { width: 100%; height: 100%; }
.benefits-box .icon img { height: 100%; width: auto; }
.benefits-box .benefits-box-title { margin-bottom: 30px; text-transform: uppercase; color: #2A6DFB; }

@media (max-width: 2000px) { 
	.benefits-box .icon { height: 75px; margin-bottom: 20px; }
	.benefits-box .benefits-box-title { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	widget-gray-box
\* ------------------------------------------------------------ */

.col .widget-gray-box { height: 100%; }
.widget-gray-box { display: block; text-decoration: none; background: #F7F9FF; padding: 40px; }
.widget-gray-box strong {display: block; text-transform: uppercase; color: #296CFB; font-size: 25px; margin-bottom: 30px; }
.widget-gray-box .icon-logo { display: inline-block; width: 90%; height: 50px; margin-bottom: 20px; }
.widget-gray-box .icon-logo + strong { color: #000; font-size: 17px; text-transform: capitalize; font-weight: 300; }
.widget-gray-box .icon-logo + strong { border-bottom: 1px solid #8f8f8f; padding-bottom: 10px; margin-bottom: 15px; }
.widget-gray-box .icon-logo img { width: auto; height: 100%; }

/* ------------------------------------------------------------ *\
	bootcamp-timeline
\* ------------------------------------------------------------ */

.bootcamp-timeline { display: flex; justify-content: space-around; align-items: center; padding: 100px 10px; position: relative; }
.bootcamp-timeline:before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: #2A6DFB; }
.bootcamp-timeline .step { position: relative; }
.bootcamp-timeline .text { position: absolute; top: 100%; left: 0; margin-right: -30px; padding-top: 15px; }

.bootcamp-timeline .step:nth-child(even) .text { top: auto; bottom: 100%; padding-top: 0; padding-bottom: 15px; }
.bootcamp-timeline .text strong { display: block; font-size: 20px; font-weight: 300; margin-bottom: 5px; }
.bootcamp-timeline .text span { display: block; font-weight: 600; font-size: 17px;
	color: #2A6DFB; text-transform: uppercase; }
.bootcamp-timeline .icon { display: block; width: 109px; height: 100px; }
.bootcamp-timeline .icon svg { width: 100%; height: 100%; }

.bootcamp-timeline .text.small_fontsize { left: 0; width: 200px; margin-right: auto;
	margin-left: -60px; text-align: center; }
.bootcamp-timeline .text.small_fontsize span {font-size: 13px; text-transform: lowercase; }
.bootcamp-timeline .text.small_fontsize span:first-letter { text-transform: uppercase; }

@media (max-width: 2000px) {
	.bootcamp-timeline .icon { display: block; width: 80px; height: 80px; }
	.bootcamp-timeline .text strong { font-size: 16px; }
	.bootcamp-timeline .text span { font-size: 14px; }
}
 

@media (max-width: 767px) { 
	.bootcamp-timeline { display: block; padding: 40px 0; }
	.bootcamp-timeline:before { top: 0; left: 50%; margin-left: -1px; width: 2px; height: 100%; }
	.bootcamp-timeline .step { width: 90px; margin: 0 auto 30px; }
	.bootcamp-timeline .text { top: 0; left: auto; right: 100%; width: 200%; text-align: right; margin: 0; padding: 0; padding-right: 20px; }
	.bootcamp-timeline .step:nth-child(even) .text { top: 0; bottom: auto; left: 100%; right: auto; text-align: left; padding: 0; padding-left: 20px; margin: 0; }

	.bootcamp-timeline .text.small_fontsize { left: auto;  width: 150px;  right: 100%; text-align: right; } 
}

@media (max-width: 480px) { 
	.bootcamp-timeline { padding: 40px 0 10px; }
	.bootcamp-timeline .step { width: 60px; margin: 0 auto 30px; }
	.bootcamp-timeline .step.small_fontsize  { width: 100%; display: flex; margin: 0 auto 30px; }
	.bootcamp-timeline .icon { width: 60px; height: 55px; }

	.bootcamp-timeline .text.small_fontsize { position: static; width: calc(100% - 60px); padding-left: 20px; text-align: left; margin-left: 0; }  
	.bootcamp-timeline .text.small_fontsize strong { font-size: 13px; }  

	.bootcamp-timeline.small_fontsize:before { left: 31px; top: 0;  }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.btn { font-size: 18px; min-width: 260px; text-align: center; padding: 13px 35px; text-decoration: none; 
	text-transform: uppercase; font-weight: 700; transform: skew(-15deg); transition: background .3s, color .3s, border .3s; border: 0;
	border-style: solid; border-color: rgba(0, 0, 0, 0); border-width: 3px 4px;
}
.btn span { transform: skew(15deg); display: block; }

.btn_login { min-width: 10px; padding: 10px 25px; color: #fff; font-size: inherit; border-color: #fff; }
.btn_login:hover { background: #fff; color: #2561e0; }
.btn_login:before { display: none; }

.btn_border_black { border-color: #000; }
.btn_border_black:hover { color: #000; }

.btn_blue { background: #296CFB; color: #fff; border-color: #296CFB; }
.btn_blue:hover { background: #2561e0; border-color: #2561e0; }

.btn_white { background: #fff; color: #296CFB; border-color: #fff; }
.btn_white:hover { background: rgba(255, 255, 255, 0); color: #fff; }

@media (max-width: 2000px) {
	.btn { font-size: 16px; min-width: 220px; padding: 10px 30px; }
	.btn_login { min-width: 10px; padding: 10px 25px; }
}

@media (max-width: 1460px) {
	.btn { font-size: 15px; }	
}

@media (max-width: 1024px) {
	.btn { min-width: 100px; }
	.btn_login { min-width: 10px; }
}

/* Button Block */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

.btn-share { text-decoration: none; display: flex; align-items: center; transition: all .3s; }
.btn-share:hover { color: #296CFB; }
.btn-share .icon { width: 27px; height: 29px; margin-right: 10px; }

.btn-burger { z-index: 3; transition: all .3s; right: 50px; display: none; width: 36px; height: 30px; position: absolute; transform: rotate(0deg); cursor: pointer; }
.btn-burger.open { position: fixed; }

.btn-burger span { display: block; position: absolute; height: 4px; width: 100%; background: #fff; 
	opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }

.btn-burger span:nth-child(1) { top: 0px; }
.btn-burger span:nth-child(2) { top: 13px; }
.btn-burger span:nth-child(3) { top: 26px; }


.btn-burger.open span:nth-child(1) { top: 13px; transform: rotate(135deg); }

.btn-burger.open span:nth-child(2) { opacity: 0; left: -60px; }

.btn-burger.open span:nth-child(3) { top: 13px; transform: rotate(-135deg); }

@media (max-width: 1200px) { 
	.btn-burger { display: block; }
}

@media (max-width: 480px) { 
	.btn-burger { right: 30px; }
}

/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.cols { display: flex; flex-wrap: wrap; margin: 0 -25px -50px; }

.col { width: 100%; padding: 0 25px; margin-bottom: 50px; }
.col_1of2 { width: 50%; }

.col_1of3 { width: 33.33%; }
.col_2of3 { width: 66.66%; }

.col_1of4 { width: 25%; }
.col_2of4 { width: 50%; }
.col_3of4 { width: 75%; }

.section .col.fullWidth { width: 100%; }

@media (max-width: 2000px) {
	.cols { margin: 0 -15px -30px; }
	.col { padding: 0 15px; margin-bottom: 30px; }
}

@media (max-width: 1024px) {
	.col_1of3 { width: 50%; }
	.col_2of3 { width: 50%; }

	.col_1of4 { width: 50%; }
	.col_2of4 { width: 50%; }
	.col_3of4 { width: 50%; }
}

@media (max-width: 767px) {
	.col_1of2 { width: 100%; }

	.col_1of3 { width: 100%; }
	.col_2of3 { width: 100%; }

	.col_1of4 { width: 100%; }
	.col_2of4 { width: 100%; }
	.col_3of4 { width: 100%; }
}

/* ------------------------------------------------------------ *\
	consultants
\* ------------------------------------------------------------ */
.list-pdfs { display: flex; margin: 0 -20px -20px; flex-wrap: wrap; }
.list-pdfs > .item { padding: 0 20px; margin-bottom: 20px; width: 50%; }
.list-pdfs > .item a {  display: block; padding: 20px; background: #F7FAFB; height: 100%; text-decoration: none; }
.list-pdfs > .item a strong { margin-bottom: 4px; color: #296CFB; font-size: 22px; display: block; font-weight: 500; }
.list-pdfs > .item a span { font-size: 18px; }

@media (max-width: 900px) {
	.list-pdfs > .item { width: 100%; }
	
}

.list-consultants { display: flex; margin: 0 -25px -50px; flex-wrap: wrap; }
.list-consultants > li { padding: 0 25px; width: 25%; margin-bottom: 50px; }
.list-consultants > li > div { height: 100%; background: #F7F9FF; }

@media (max-width: 2000px) {
	.list-consultants { display: flex; margin: 0 -15px; flex-wrap: wrap; }
	.list-consultants > li { padding: 0 15px; width: 25%; }
}

@media (max-width: 1024px) {
	.list-consultants > li { width: 100%; }
}

.consultant { position: relative; }
.consultant .consultant-image { background-size: cover; background-position: center; padding-bottom: 114%; background-repeat: no-repeat; }
.consultant > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.consultant .consultant-content {background: #F7F9FF; padding: 20px 30px; font-weight: 300; }
.consultant .consultant-position { font-weight: 600; color: #2A6DFB; margin-bottom: 10px; position: relative; padding-bottom: 10px; }
.consultant .consultant-position:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #A1AFB4; }
.consultant .consultant-title { font-size: 22px; margin-bottom: 7px; }
.consultant .consultant-place { padding-bottom: 15px; margin-bottom: 15px; position: relative; font-size: 15px; display: none; }
.consultant .consultant-place:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #A1AFB4; }
.consultant .consultant-resume { font-size: 15px; margin-bottom: 10px; }
.consultant .list-skills { padding: 0; display: flex; flex-wrap: wrap; font-size: 14px; margin-bottom: 10px; }
.consultant .list-skills > li { margin-right: 5px; margin-bottom: 5px; color: #2A6DFB; }
.consultant .consultant-workplace span { display: block; text-transform: uppercase; font-size: 14px; margin-bottom: 5px; }
.consultant .consultant-workplace img { max-width: 150px; }

@media (max-width: 1200px) {
	.consultant .consultant-resume { font-size: 14px; }
}

@media (max-width: 1024px) {
	.consultant { display: flex; }
	.consultant .consultant-image { width: 250px; padding-bottom: 34%; }
	.consultant .consultant-content { width: calc(100% - 250px); }
}

@media (max-width: 767px) {
	.consultant .consultant-image { width	: 220px; padding-bottom: 34%; }
	.consultant .consultant-content { width: calc(100% - 220px); }
}

@media (max-width: 567px) {
	.consultant { display: block; }
	.consultant .consultant-image { width: 100%; padding-bottom: 114%; }
	.consultant .consultant-content { width: 100%; }
}

/* ------------------------------------------------------------ *\
	event-box
\* ------------------------------------------------------------ */
 
.event-box { background: #F0F3FF; display: flex; font-size: 16px; }
.event-box .event-box-image { width: 40%; background-size: cover; background-position: center ; position: relative; overflow: hidden; }

.event-box .event-box-image .image-overlay { position: absolute; top: 0; right: 0; width: 82px; height: 100%; }
.event-box .event-box-image .image-overlay svg { width: 100%; height: 100%; }
.event-box .event-box-image .image-overlay svg polygon { fill: #F0F3FF; }
.event-box .event-box-content { width: 60%; padding: 28px 20px 100px; position: relative; }
.event-box .event-box-content .event-box-actions { position: absolute; bottom: 30px; left: 20px; width: 100%; }
.event-box .event-box-location { display: flex; align-items: center; }
.event-box .event-box-location .icon { width: 21px; height: 30px; display: inline-block; margin-right: 10px; }
.event-box .event-box-location .icon svg { width: 100%; height: 100%; }

.event-box .event-box-time { display: flex; align-items: center; }
.event-box .event-box-time .icon { width: 28px; height: 28px; display: inline-block; margin-right: 10px; }
.event-box .event-box-time .icon svg { width: 100%; height: 100%; }

.event-box .event-box-content > * { position: relative; z-index: 1; }
.event-box .event-box-excerpt { margin-bottom: 30px; }
.event-box .event-box-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.event-box .btn { min-width: 50px; padding: 15px 40px; }
.event-box .event-box-title { font-size: 20px; color: #296CFB; margin-bottom: 30px; }
.event-box .event-box-title a { text-decoration: none; display: inline-block; }
.event-box .event-box-place { display: flex; align-items: center; justify-content: space-between; }

@media (max-width: 2000px) { 
	.event-box { font-size: 15px; }
	.event-box .event-box-title { margin-bottom: 20px; font-size: 18px; }
	.event-box .btn { font-size: 16px; padding: 10px 30px; }
	.event-box .event-box-excerpt { margin-bottom: 20px; }
}

@media (max-width: 1024px) { 
	.event-box .event-box-image .image-overlay { display: none; }
	.event-box .event-box-location .icon { width: 15px; height: 20px; }
	.event-box .event-box-time .icon { width: 20px; height: 20px; }
	.event-box .btn { font-size: 16px; padding: 7px 22px; }
	.btn-share .icon { width: 20px; height: 20px; }
}

@media (max-width: 900px) { 
	.event-box .event-box-image .image-overlay { display: block; }
}

@media (max-width: 600px) { 
	.event-box .event-box-image .image-overlay { display: none; }
}

@media (max-width: 480px) { 
	.event-box { flex-wrap: wrap; }
	.event-box .event-box-image {width: 100%; padding-bottom: 43%; }
	.event-box .event-box-content { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; }

.form-row { margin-bottom: 20px; }
.form-row:last-child { margin-bottom: 0px; }

.form-list-links { padding: 30px 0; display: flex; list-style: none; align-items: center; justify-content: space-between; }

.form-list-buttons { display: flex; list-style: none; align-items: center; justify-content: space-between; list-style: none; }
.form-list-buttons li { padding: 0 20px; width: 50%; }

@media (max-width: 767px) { 
	.form-list-links { font-size: 16px; }
	.form-list-buttons { flex-wrap: wrap; }
	.form-list-buttons li { padding: 0 20px; width: 100%; }
	.form-list-buttons li:first-child { margin-bottom: 20px; }
}
 
.form-login { font-size: 17px; }
.form-login a { display: inline-block; color: #296CFB; }
.form-login .btn_blue { border-color: #296CFB; border-style: solid; border-width: 1px 4px; }
.form-login .btn { width: 100%; min-width: 30px; }
.form-login .field { color: #296CFB; }

.field { border: 1px solid #C6C7C8; height: 60px; padding: 0 25px; font-size: 16px; width: 100%; font-weight: 300; }
.field:focus { border: 1px solid #296CFB; }

.field_keyword { border: 1px solid #C6C7C8; height: 60px; padding: 0 25px; font-size: 16px; width: 100%; font-weight: 300; }

.textarea { border: 1px solid #C6C7C8; height: 160px; padding: 25px; font-size: 16px; width: 100%; }
.textarea:focus { border: 1px solid #296CFB; }

.checkbox { position: relative; }
.checkbox input { position: absolute; top: 0; left: -9999px; opacity: 0; visibility: hidden; }
.checkbox label { display: flex; align-items: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.checkbox label small { display: inline-block; border: 1px solid #C6C7C8; width: 28px; height: 28px; margin-right: 10px; }
.checkbox input:checked + label small { border-color: #296CFB; background: #296CFB; display: flex; align-items: center; justify-content: center; }
.checkbox input:checked + label small:before { content: '\2713'; color: #fff; font-size: 22px; }

.form-partner { background: #F7F9FF; padding: 40px; }
.form-partner .form-shell { max-width: 600px; margin: 0 auto; }
.form-partner .form-head { text-align: center; padding-bottom: 60px; }
.form-partner .form-body { padding: 0 40px; }
.form-partner .form-row { margin-bottom: 35px; }
.form-partner .form-row:last-child { margin-bottom: 0px; padding-top: 20px; }
.form-partner .form-head .icon { width: 80px; height: 117px; display: block; margin: 0 auto 40px; }
.form-partner .form-head .icon svg { width: 100%; height: 100%; }
.form-partner .form-head .icon svg path { fill: #296CFB; }

@media (max-width: 2000px) {
	.form-partner .form-head .icon { width: 70px; height: 85px; margin: 0 auto 30px; }
}

.wpcf7-form { position: relative; }

.form-contact { background: #F7FAFB; padding: 50px; }
.form-contact .form-row { margin-bottom: 30px; }
.form-contact p { margin-bottom: 10px; }
.form-contact .form-row.text_center { margin-bottom: 0px; }


@media (max-width: 480px) { 
	.form-contact { padding: 20px; }
}

.col_contact_socials .contact-item { height: 100%; transition: all .3s; background: #F7FAFB; padding: 50px; display: flex; align-items: center; justify-content: center; }

/* .select2-dropdown.contact-select-dropdown .select2-search { opacity: 0; visibility: hidden; }*/

.select { width: 100%; }

.job_search_keyword { width: 100%; }
.job_search { width: 100%; }
.btn-clear-filters { background: #296CFB; color: #fff; font-weight: 500; width: 100%;   text-transform: uppercase;
	height: 60px; border-radius: 0; border: 0;  transition: all .3s; }
.btn-clear-filters:hover {background: #A1AFB4;  }

.select2-container { width: 100% !important; }
.select2-container .select2-selection--single { height: 60px; }
.select2-container--default .select2-selection--single { border-radius: 0; }
.select2-container--default .select2-selection--single { border-color: #C6C7C8; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 60px; font-size: 16px; font-weight: 300; padding: 0 20px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #000; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; transform: translateY(-50%); right: 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 9px 8px 0 8px; border-color: #296CFB transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #296CFB transparent; border-width: 0 8px 9px 8px;
}
.select2-container--open .select2-dropdown--below { border-radius: 0; }
	
@media (max-width: 767px) {
	.form-partner { padding: 40px 20px; }
	.form-partner .form-body { padding: 0 20px; }
	.form-partner .form-head .icon { width: 60px; height: 50px; margin-bottom: 30px; }
	.form-partner .form-title { font-size: 30px; }
	.form-partner .form-head { padding-bottom: 40px; }
}

@media (max-width: 767px) { 
	.form-partner .form-body { padding: 0 0; }
}

/* ------------------------------------------------------------ *\
	grey-box
\* ------------------------------------------------------------ */

.list-grey-boxes { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.list-grey-boxes > li { width: 50%; padding: 0 25px; margin-bottom: 50px; }
.list-grey-boxes > li:last-child { margin-bottom: 0; }
.list-grey-boxes > li:nth-last-child(2) { margin-bottom: 0; }

.grey-box { background: #F7FAFB; padding: 40px 40px 50px; text-align: center; font-size: 25px; }
.grey-box .icon { display: inline-block; height: 100px; margin-bottom: 28px; }
.grey-box .icon img { height: 100%; width: auto; }
.grey-box strong { display: block; font-size: 50px; margin-bottom: 7px; text-transform: uppercase; }
.grey-box p { color: #052734; font-weight: 300; text-transform: uppercase; }

@media (max-width: 2000px) {
	.list-grey-boxes { margin: 0 -15px; }
	.list-grey-boxes > li { padding: 0 15px; margin-bottom: 30px; }

	.grey-box .icon { margin-bottom: 20px; height: 80px; }
	.grey-box strong { font-size: 28px; }
	.grey-box { font-size: 16px; }
}

@media (max-width: 767px) {
	.grey-box { padding: 30px 30px 40px; }
	.grey-box .icon { height: 80px; }
	.grey-box strong { font-size: 30px; }
	.grey-box { font-size: 18px; }
}

@media (max-width: 580px) {
	.grey-box strong { font-size: 25px; }
	.list-grey-boxes { margin: 0 -20px; }
	.list-grey-boxes > li { width: 100%; padding: 0 20px; margin-bottom: 40px; }
	.list-grey-boxes > li:last-child { margin-bottom: 0; }
	.list-grey-boxes > li:nth-last-child(2) { margin-bottom: 40px; }
}

/* ------------------------------------------------------------ *\
	infographic
\* ------------------------------------------------------------ */
 
.infographic { position: relative; }
.infographic-center { max-width: 40%; margin: 0 auto; }

.infographic-steps { list-style: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 18px; font-weight: 500; }

.infographic-steps li { width: calc(50% - 270px); position: absolute; }
.infographic-steps li .mobile-icon { display: none; }
.infographic-steps li:nth-child(1) { top: 10px; right: 0%; }
.infographic-steps li:nth-child(2) { top: 50%; transform: translateY(-50%); right: 0%; padding-left: 50px; }
.infographic-steps li:nth-child(3) { bottom: 0; right: 0%; }
.infographic-steps li:nth-child(4) { bottom: 0; left: 0; text-align: right; }
.infographic-steps li:nth-child(5) { top: 50%; transform: translateY(-50%); left: 0; text-align: right; padding-right: 50px; }
.infographic-steps li:nth-child(6) { top: 10px; left: 0; text-align: right; }


@media(max-width: 1200px){
	.infographic-steps { font-size: 16px; }
	.infographic-center { padding: 0 0 30px; }
	.infographic-steps li { width: calc(50% - 220px); }
	.infographic-steps li:nth-child(2) { padding-left: 0; margin-top: -13px; }
	.infographic-steps li:nth-child(5) { padding-right: 0px; margin-top: -13px; }
}

@media(max-width: 990px){
	.infographic-center { padding: 0 0 40px; }
	.infographic-center { max-width: 35%; }
	.infographic-steps { font-size: 15px; }
	.infographic-steps li { width: calc(50% - 180px); }
}

@media(max-width: 880px){ 
	.infographic-center {display: none; padding: 0; }
	.infographic-steps { position: static; }
 
	.infographic-steps:before { content: ''; position: absolute; top: 20px; left: 28px; width: 2px;
		background-image: linear-gradient(rgb(102, 102, 102) 66%, rgba(255,255,255,0) 0%); 
		background-position: right; background-size: 8px 8px; background-repeat: repeat-y; height: calc(100% - 40px);
	}

	.infographic-steps li { margin-bottom: 30px; display: flex; align-items: center; position: static !important; transform: translateY(0%) !important; width: 100%; text-align: left !important; }
	.infographic-steps li:last-child { margin-bottom: 0; }

	.infographic-steps li span { width: calc(100% - 72px); }
	.infographic-steps li .mobile-icon { display: block; background: #fff; padding: 10px 0; padding-right: 15px; }
	.infographic-steps li .mobile-icon .icon { width: 60px; height: 60px; }
	.infographic-steps li .mobile-icon .icon svg { width: 100%; height: 100%; }
}

/* ------------------------------------------------------------ *\
	leadership-person
\* ------------------------------------------------------------ */

.leadership-person { position: relative; overflow: hidden; }
.leadership-person .image { padding-bottom: 121%; background-size: cover; background-position: center; }
.leadership-person .title { display: flex; align-items: center; font-size: 25px; font-weight: 600; margin-bottom: 20px; }
.leadership-person .title svg { width: 30px; height: 44px; margin-right: 10px; }
.leadership-person .overlay { position: absolute; width: 100%; height: 100%; top: 100%; left: 0; padding: 40px; color: #fff;
	background: rgba(41, 108, 251, 0.6); display: flex; align-items: flex-end; transition: all .3s; font-size: 19px; }
.leadership-person:hover .overlay { top: 0; }
.leadership-person .overlay a { width: 28px; height: 28px; padding: 3px; display: inline-block; }
.leadership-person .overlay a svg { width: 100%; height: 100%; }
.leadership-person .overlay strong { display: block; }
.leadership-person .overlay span { display: block; font-weight: 300; }

@media (max-width: 1200px) { 
	.leadership-person .overlay { font-size: 18px; }
	.leadership-person .overlay a { width: 24px; height: 24px; }
}

@media (max-width: 1024px) { 
	.leadership-person .overlay { font-size: 16px; padding: 20px; }
}

@media (max-width: 767px) { 
	.leadership-person .title svg { width: 20px; height: 33px; margin-right: 10px; }
	.leadership-person .title { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

.list_block { display: block; }
.list_inline { display: flex; flex-wrap: wrap; }

/* ------------------------------------------------------------ *\
	list-partners
\* ------------------------------------------------------------ */

.list-partners { display: flex; align-items: center; justify-content: space-between; }

/* ------------------------------------------------------------ *\
	list-buttons
\* ------------------------------------------------------------ */

.list-buttons { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
.list-buttons li { padding: 0 20px; }

.list-partnership .item { display: flex; align-items: center; margin-bottom: 40px; }
.list-partnership .item:last-child { margin-bottom: 0; }
.list-partnership .image { width: 300px; text-align: center; }
.list-partnership .image img.motion { max-width: 140px; }
.list-partnership .content { width: calc(100% - 300px); }
.list-partnership .name { font-weight: 700; }

@media (max-width: 767px) { 
	.list-partnership .image { width: 200px; text-align: center; }
	.list-partnership .image img.motion { max-width: 100px; }
	.list-partnership .content { width: calc(100% - 200px); }
}

@media (max-width: 600px) { 
	.list-partnership .item { display: block; margin-bottom: 50px; }
	.list-partnership .image { width: 100%; margin-bottom: 30px; }
	.list-partnership .content {width: 100%; }
	.list-partnership .image img.motion { max-width: 140px; }
}

/* ------------------------------------------------------------ *\
	list-featured
\* ------------------------------------------------------------ */

.list-featured { display: flex; flex-wrap: wrap; margin: 0 -25px; font-weight: 300; }
.list-featured > li { width: 33.33%; padding: 0 25px; }
.list-featured > li > div { position: relative; padding-bottom: 100px; height: 100%; }
.list-featured > li.no-button > div { padding-bottom: 0; }
.list-featured .icon { display: inline-block; height: 120px; margin-bottom: 30px; }
.list-featured h4 { font-size: 28px; }
.list-featured .icon img { width: auto; height: 100%; }
.list-featured .learn-more-container { position: absolute; bottom: 0; left: 0; width: 100%; }
.list-featured.two_col > li { width: 50%; }
.list-featured.two_col .icon { height: 100px; }
.list-featured.list_featured_secondary .icon { height: 100px; }
.list_featured_secondary h6 { text-transform: uppercase; }
.list_featured_secondary h4 { text-transform: uppercase; }

.list-featured.cols h4 { font-size: 18px; }

.list_featured_secondary > li > div { padding-bottom: 0px; }


@media (max-width: 2000px) {
	.list-featured { margin: 0 -15px; }
	.list-featured > li { padding: 0 15px; }
	.list-featured > li > div { padding-bottom: 60px; }
	.list-featured h6 { margin-bottom: 25px; }
	.list-featured .btn { padding: 12px 15px; }
	.list-featured .icon { height: 80px; margin-bottom: 30px; }
	.list-featured.two_col .icon { height: 70px; }
	.list-featured.list_featured_secondary .icon { height: 70px; margin-bottom: 20px; }
}

@media (max-width: 1200px) {
	.list-featured h4 { font-size: 24px; }
}

@media (max-width: 900px) {
	.list-featured h4 { font-size: 20px; }

	.list-featured.list_featured_secondary .icon { height: 50px; }
}

@media (max-width: 1024px) {
	.list-featured .icon { height: 100px; margin-bottom: 25px; }
	.list-featured .btn { font-size: 15px; }

	.list_featured_secondary > li { width: 50%; }

	.list_featured_secondary h4 { font-size: 30px; }
}

@media (max-width: 767px) {
	.list-featured > li { width: 100%; margin-bottom: 30px; }
	.list-featured.two_col > li { width: 100%; }
	.list-featured > li:last-child { margin-bottom: 0; }
	
	.list_featured_secondary > li > div { padding-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	list-work-remote
\* ------------------------------------------------------------ */

.list-work-remote { list-style: none; display: flex; flex-wrap: wrap; margin: 0 -30px; padding: 20px 0 0; position: relative; }
.list-work-remote > li { width: 33.33%; padding: 0 30px; position: relative; }
.list-work-remote > li img { width: 120px; height: auto; }
.list-work-remote > li:nth-child(2) img { position: relative; top: -20px; left: 20px; }
.list-work-remote > li:nth-child(3) img { position: relative; left: 20px; }
.list-work-remote .icon { display: block; margin-bottom: 50px; }
.list-work-remote h4 { color: #296CFB; text-transform: uppercase; font-size: 22px; max-width: 250px; }
.list-work-remote .mobile-end-to-end-arrow { display: none; }
/* -- */
.list-work-remote li:nth-child(2) .arrow { position: absolute; top: 105px; height: 3px;
	width: calc(200% - 150px); left: calc(-50% - 50px); background: #D8E0EC; }
.list-work-remote li:nth-child(2) .arrow:after{ content: ''; position: absolute; top: -5px; left: -10px; display: inline-block;
	width: 0; height: 0; border-style: solid; border-width: 7px 10px 7px 0; border-color: transparent #D8E0EC transparent transparent;
}
.list-work-remote li:nth-child(2) .arrow:before{ content: ''; position: absolute; top: -5px; right: -10px; display: inline-block;
	width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #D8E0EC;
} 
/* -- */
.list-work-remote li:nth-child(1) .arrow { position: absolute; top: 85px; height: 3px; width: calc(100% - 150px);
	left: calc( 176px); background: #D8E0EC; }
.list-work-remote li:nth-child(1) .arrow:after{ content: ''; position: absolute; top: -5px; left: -10px; display: inline-block;
	width: 0; height: 0; border-style: solid; border-width: 7px 10px 7px 0; border-color: transparent #D8E0EC transparent transparent; }
.list-work-remote li:nth-child(1) .arrow:before{ content: ''; position: absolute; top: -5px; right: -10px; display: inline-block;
	width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #D8E0EC; }

/* -- */
.list-work-remote li:nth-child(3) .arrow { position: absolute; top: 85px; height: 3px; width: calc(100% - 170px);
	right: calc( 100% - 25px); background: #D8E0EC; }
.list-work-remote li:nth-child(3) .arrow:after{ content: ''; position: absolute; top: -5px; left: -10px; display: inline-block;
	width: 0; height: 0; border-style: solid; border-width: 7px 10px 7px 0; border-color: transparent #D8E0EC transparent transparent; }
.list-work-remote li:nth-child(3) .arrow:before{ content: ''; position: absolute; top: -5px; right: -10px; display: inline-block;
	width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #D8E0EC; }

@media (max-width: 2000px) { 
	.list-work-remote li:nth-child(2) .arrow { position: absolute; top: 115px; height: 3px;
		width: 157%; left: calc(-78.5% + 100px); background: #D8E0EC; }
}

@media (max-width: 767px) {
	.list-work-remote > li { width: 100%; margin-bottom: 40px; }
	.list-work-remote > li > div { position: relative; padding-left: 110px; }
	.list-work-remote > li .icon { width: 70px; position: absolute; top: 0; left: 0; margin: 0; } 
	.list-work-remote > li:nth-child(2) img { top: 0px; left: 20px; }
	.list-work-remote > li:nth-child(3) img { top: 0px; left: 0px; }
	.list-work-remote .mobile-end-to-end-arrow { display: block; position: absolute; top: 110px; left: 35px; width: 3px; background: #D8E0EC; } 
	.list-work-remote .mobile-end-to-end-arrow:after { content: ''; position: absolute; top: -5px; left: -4px; display: inline-block;
		transform: rotate(90deg); width: 0; height: 0; border-style: solid; border-width: 7px 10px 7px 0;
		border-color: transparent #D8E0EC transparent transparent;
	}
	.list-work-remote .mobile-end-to-end-arrow:before { content: ''; position: absolute; bottom: -5px; right: -3px; display: inline-block;
		transform: rotate(90deg); width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 10px;
		border-color: transparent transparent transparent #D8E0EC;
	} 

	.list-work-remote li:nth-child(1) .arrow { position: absolute; top: 90px; width: 3px; height: calc(100% - 60px);
		left: 30px; background: #D8E0EC; }
	.list-work-remote li:nth-child(1) .arrow:after { top: -5px; left: -4px; transform: rotate(90deg); }
	.list-work-remote li:nth-child(1) .arrow:before { content: ''; position: absolute; bottom: -5px; right: -3px; display: inline-block;
			transform: rotate(90deg); top: auto; } 

	.list-work-remote li:nth-child(3) .arrow { display: none; } 

	.list-work-remote li:nth-child(2) .arrow { width: 3px; height: calc(100% - 68px); left: 30px; top: 90px; }
	.list-work-remote li:nth-child(2) .arrow:after { transform: rotate(90deg); left: -3px; }
	.list-work-remote li:nth-child(2) .arrow:before { transform: rotate(90deg); left: -3px; top: auto; bottom: -3px; }
}

@media (max-width: 480px) {
	.list-work-remote h4 { font-size: 19px; }
	.list-work-remote > li .icon { width: 50px; }
	.list-work-remote > li > div { padding-left: 90px; }
	.list-work-remote li:nth-child(1) .arrow { height: calc(100% - 70px); }
	.list-work-remote li:nth-child(2) .arrow { height: calc(100% - 53px); top: 75px; }
}

/* ------------------------------------------------------------ *\
	list-open-positions
\* ------------------------------------------------------------ */

.list-open-positions > li { margin-bottom: 20px; }
.list-open-positions > li:last-child { margin-bottom: 0px; }

.list-open-positions.more-than-9 li:nth-child(n+10) { display: none; }

@media (min-width: 768px) {
	.list_open_positions_second .slick-track { display: block; transform: translate3d(0, 0, 0) !important; }
	.list_open_positions_second .slick-list {overflow: visible; }
	.list_open_positions_second .slick-track .slick-slide { width: 100% !important; margin-bottom: 20px; float: none; }
}

@media (max-width: 767px) {
	.list_open_positions_second { margin: 0 -20px; }
	.list_open_positions_second .slick-track { display: flex; }
	.list_open_positions_second .slick-track:before { display: none; }
	.list_open_positions_second .slick-track:after { display: none; }
	.list_open_positions_second .slick-slide { height: auto; float: none; padding: 0 20px; }
	.list_open_positions_second .slick-slide > div { height: 100%; }
	.list_open_positions_second .slick-slide > div li { height: 100%; }
	.list_open_positions_second .slick-slide > div li a { height: 100%; }
	.list_open_positions_second a { display: block; }
	.list_open_positions_second .open-position { text-align: center; }
	.list_open_positions_second .open-position .icon-logo { padding: 15px; display: inline-block; }
	.list_open_positions_second .open-position .job-title { width: 100%; padding: 20px; }
	.list_open_positions_second .open-position .job-actions { display: block; padding: 0 20px 20px; }
	.list_open_positions_second .open-position .job-skills ul { justify-content: center; }
	.list_open_positions_second .icon-logo img { display: inline-block; }
	.list_open_positions_second .open-position .job-skills ul li { margin: 0 5px 10px; }
	.list_open_positions_second .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 40px; }
	.list_open_positions_second .slick-dots > li { margin: 0 7px; height: 16px; }
	.list_open_positions_second .slick-dots > li.slick-active button { background: #000; }
	.list_open_positions_second .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #000;
		border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }
}

/* ------------------------------------------------------------ *\
	list-text-and-image
\* ------------------------------------------------------------ */

.list-text-and-image > li > div { display: flex; align-items: center; }
.list-text-and-image > li { margin-bottom: 30px; }
.list-text-and-image > li:last-child { margin-bottom: 0; }
.list-text-and-image > li:nth-child(even) .list-text-text { order: 1; }
.list-text-and-image > li:nth-child(even) .list-image-image { order: 2; }
.list-text-and-image .list-text-text { width: 50%; padding: 20px 100px; }
.list-text-and-image .list-text-text h5 { font-size: 22px; }
.list-text-and-image .list-image-image { width: 50%; }
.list-text-and-image .list-image-image img { width: 100%; height: auto; }

@media (max-width: 1024px) {
	.list-text-and-image .list-text-text { padding: 50px; }
}

@media (max-width: 767px) {
	.list-text-and-image > li > div { flex-wrap: wrap; }
	.list-text-and-image .list-text-text { width: 100%; padding: 20px 20px; }
	.list-text-and-image .list-image-image { width: 100%; }
	.list-text-and-image > li:nth-child(even) .list-text-text { order: 2; }
	.list-text-and-image > li:nth-child(even) .list-image-image { order: 1; }
}

/* ------------------------------------------------------------ *\
	list-posts
\* ------------------------------------------------------------ */

.list-posts { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.list-posts > li { width: 33.33%; padding: 0 25px; margin-bottom: 50px; }
.list-posts > li a { display: block; text-decoration: none; }
.list-posts > li .post-image { padding-bottom: 64.5%; background-size: cover; background-position: center; display: block; margin-bottom: 30px; }
.list-posts > li strong { display: block; font-size: 25px; margin-bottom: 25px; }
.list-posts > li span { display: block; margin-bottom: 25px; }
.list-posts > li .link-more { display: inline-block; font-style: italic; position: relative; position: relative; padding-bottom: 5px; }
.list-posts > li .link-more:before { content: ''; position: absolute; bottom: -3px; left: 0; width: 100%; height: 3px; background: #296CFB; transition: all .3s; }
.list-posts > li a:hover .link-more:before { height: 5px; }

@media (max-width: 2000px) {
	.list-posts { margin: 0 -15px; }
	.list-posts > li { padding: 0 15px; margin-bottom: 30px; }
	.list-posts > li strong { font-size: 20px; }
}

@media (max-width: 1024px) {
	.list-posts > li { width: 50%; }
}

@media (max-width: 767px) {
	.list-posts > li { width: 100%; }
	.list-posts > li:last-child { margin-bottom: 0; }
	.list-posts > li .post-image { margin-bottom: 25px; }
}
 
.list-footer-links > li { margin-bottom: 7px; }
.list-footer-links a { display: inline-block; text-decoration: none; font-weight: 300; position: relative; }
.list-footer-links a:before { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 1px; background: #fff; transition: all .3s; }
.list-footer-links a:hover:before { width: 100%; }

.list-leadership { display: flex; margin: 0 -25px; flex-wrap: wrap; }
.list-leadership > li { width: 33.33%; padding: 0 25px; margin-bottom: 50px; }
.list-leadership > li:last-child { margin-bottom: 0; }
.list-leadership > li:nth-last-child(2) { margin-bottom: 0px; }
.list-leadership > li:nth-last-child(3) { margin-bottom: 0px; }

@media (max-width: 2000px) {
	.list-leadership { margin: 0 -15px; }
	.list-leadership > li { padding: 0 15px; margin-bottom: 30px; }
}


@media (max-width: 1200px) {
	.list-leadership { margin: 0 -25px; }
	.list-leadership > li { padding: 0 25px; margin-bottom: 50px; }
}

@media (max-width: 767px) { 
	.list-leadership > li { width: 50%; }
	.list-leadership.less-3 > li:nth-last-child(3) { margin-bottom: 50px; }
}

@media (max-width: 500px) { 
	.list-leadership > li { width: 100%; }
	.list-leadership > li:nth-last-child(2) { margin-bottom: 50px; }
	.list-leadership > li:nth-last-child(3) { margin-bottom: 50px; }
}

.list-goals { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.list-goals > li { width: 50%; padding: 0 25px; text-align: center; margin-bottom: 50px; }
.list-goals > li > div { background: #F7F9FF; padding: 40px; font-weight: 300; height: 100%; }
.list-goals .icon { display: flex; justify-content: flex-end; margin: 0 auto 20px; width: 100px; height: 100px; }
.list-goals .title { font-weight: 500; font-size: 25px; margin-bottom: 20px; }
.list-goals .icon svg { width: 100%; height: 100%; }

@media (max-width: 2000px) { 
	.list-goals { margin: 0 -15px; }
	.list-goals .icon { width: 80px; height: 80px; }
	.list-goals > li { padding: 0 15px; margin-bottom: 30px; }
}

@media (max-width: 2000px) { 
	.list-goals .icon { width: 75px; height: 75px; }
}

@media (max-width: 600px) { 
	.list-goals > li { width: 100%; }
	.list-goals > li:last-child { margin-bottom: 25px; }
}

.list-thunder-pins li { position: relative; padding-left: 27px; margin-right: 23px; margin-bottom: 11px; }
.list-thunder-pins li i { position: absolute; top: 0; left: 0; width: 20px; height: 28px; }
.list-thunder-pins li i svg { width: 100%; height: 100%; }
.list-thunder-pins.pin_blue li i svg path { fill: #296CFB; }
.list-thunder-pins.pin_white li i svg path { fill: #fff; }
.list_thunder_pins_second > li { margin-bottom: 30px; padding-left: 40px; }

.list-contacts { display: flex; flex-wrap: wrap; }
.list-contacts > li { margin-right: 30px; margin-bottom: 20px; }
.list-contacts > li a {display: inline-block; }
.list-contacts > li a svg path { fill: #296CFB; transition: all .3s; }
.list-contacts > li a:hover svg path { fill: #1951ca; }

@media(max-width: 480px) {
	.list-contacts > li { margin-right: 20px; margin-bottom: 10px; }
	.list-contacts > li a { width: 30px; }
	.list-contacts > li a svg { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; text-decoration: none; }
.logo img { width: 126px; height: 83px; display: inline-block; }
.logo svg { width: 110px; height: 60px; display: inline-block; }
.logo svg path { fill: #fff; }
.logo svg polygon { fill: #fff; }

@media (max-width: 767px) { 
	.logo svg { width: 90px; height: 46px; display: inline-block; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.navigation > ul { list-style: none; display: flex; align-items: center; }
.navigation > ul a { display: inline-block; text-decoration: none; }

.navigation > ul > li:not(.btn_login) a { display: inline-block; text-decoration: none; padding: 5px 10px; position: relative; }

.navigation > ul > li:not(.btn_login) a:before { content: ''; position: absolute; top: 100%; left: 10px; width: 0; height: 1px; background: #fff; transition: all .3s; }
.navigation > ul > li:not(.btn_login) a:hover:before { width: calc(100% - 20px); }
.navigation > ul > li.active:not(.btn_login) a:before { width: calc(100% - 20px); }
.navigation > ul > li.current-menu-item a:not(.btn_login):before { width: calc(100% - 20px); }

.navigation > ul > li { margin-left: 17px; }
.navigation > ul > li.btn_login { margin-left: 25px; }
.navigation > ul > li.active.btn_login a { background: #fff; color: #296CFB; }

@media (max-width: 2000px) { 
	.navigation > ul { font-size: 15px; }
	.navigation > ul > li { margin-left: 10px; }
}

@media (max-width: 1200px) { 
	.navigation { position: fixed; z-index: 2; background: rgba(37, 97, 224, 0.93); top: 0; left: 0; width: 100%; height: 100vh; padding: 50px 0; transition: all .4s; display: flex; justify-content: center; transform: scale(4); opacity: 0; visibility: hidden; user-select: none; align-items: center; }
	/* transform: scale(1); opacity: 1; visibility: visible; */
	.navigation.open { transform: scale(1); opacity: 1; visibility: visible; }
	.navigation > ul { overflow: auto; text-align: center; padding: 0 40px; display: block; }
	.navigation > ul > li { margin-left: 0px; margin-bottom: 2px; font-size: 28px; width: 100%; display: block; }
	.navigation > ul > li a { background: rgba(0, 0, 0, 0.1); display: block; width: 100%; }
	.navigation > ul > li a:hover { background: rgba(0, 0, 0, 0.2); }
	.navigation > ul > li a:before { display: none; }
	.navigation > ul > li:not(.btn_login) a { padding: 7px 10px; }
	.navigation > ul > li.btn_login { font-size: 16px; margin: 12px 0 0; border: 0; }
	.navigation > ul > li.btn_login { margin: 0; padding: 0; transform: skew( 0deg ); }
	.navigation > ul > li.btn_login a { padding: 7px 10px; font-weight: 300; font-size: 28px; text-transform: capitalize; background: rgba(255, 255, 255, 0.1); }
	.navigation > ul > li.btn_login a:hover { background: rgba(0, 0, 0, 0.2); }
	.navigation > ul > li.btn_login:hover { background: rgba(255, 255, 255, 0); color: inherit; }
	.navigation > ul > li.btn_login span { margin: 0; padding: 0; transform: skew( 0deg ); }
}

@media (max-width: 767px) { 
	.navigation > ul > li { font-size: 20px; }
	.navigation > ul > li.btn_login a { font-size: 20px; }
	.navigation { padding: 30px 0; }
}

@media (max-height: 600px) and (max-width: 1024px) { 
	.navigation > ul { display: block; }
}

@media (max-height: 400px) and (max-width: 767px) { 
	.navigation > ul > li { font-size: 16px; }
	.navigation > ul > li.btn_login a { font-size: 16px; }
}

@media (max-width: 767px) { 
	@supports (-webkit-touch-callout: none) {
		.navigation > ul { position: relative; top: -30px; }
	}	 
}

/* ------------------------------------------------------------ *\
	open-position
\* ------------------------------------------------------------ */

.open-position { background: #fff; border: 1px solid #D5D5D5; display: flex; align-items: center; text-decoration: none; position: relative; }
.open-position .icon-logo { width: 200px; padding: 20px 30px ; }
.open-position .job-title { display: flex; align-items: center; padding: 20px 20px 20px 0px; width: calc(100% - 400px); min-height: 200px; }
.open-position .job-title strong { display: block; color: #296CFB; font-size: 20px; margin-bottom: 15px; }
.open-position .job-title span { display: block; font-size: 16px; }
.open-position .job-skills { padding: 15px 0 0; display: flex; align-items: center; width: 100%; }
.open-position .job-skills ul { display: flex; list-style: none; width: 100%; margin-bottom: -15px; flex-wrap: wrap; }
.open-position .job-skills ul li { background: #F6F9FF; padding: 8px 13px; font-size: 14px; font-weight: 500; margin-right: 15px; }
a.open-position .job-skills ul:not([class]) li { margin-bottom: 15px; }

.open-position .job-actions { padding: 20px 30px; display: flex; justify-content: flex-end; align-items: center; width: 200px; }

.open-position .job-actions .btn { min-width: 50px; width: 100%; max-width: 150px; } 
a.open-position .label { position: absolute; width: 100%; margin-bottom: 0; display: flex; justify-content: flex-start; top: 0px; right: -13px; font-size: 13px; }
a.open-position .label em { background: #000; position: relative; color: #fff; display: flex; padding: 4px 10px;
	transform: skew(-15deg); align-items: center; justify-content: center; z-index: 2; font-style: normal;
}
a.open-position .label em:before { content: ''; position: absolute; top: 0; right: 100%; height: 100%; width: 18px;
	margin-right: -5px; background: #000; transform: skew(15deg);
}
a.open-position .label em i { position: relative; right: 8px; transform: skew( 15deg); font-weight: 400; text-transform: uppercase; font-style: normal; }
a.open-position .label span { position: absolute; bottom: 170%; left: -100px; background: #fff; color: #000;
	border: 0; width: calc(50%); padding: 7px; opacity: 0; visibility: hidden; transition: all .3s;
	margin: 0; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); border-radius: 2px;
}
a.open-position .label em:hover + span { opacity: 1; visibility: visible; }
a.open-position .label span small { display: block; padding-top: 4px; }

@media (max-width: 1200px) { 
	a.open-position .label em + span { width: 50%; left: -13px; }
}

@media (max-width: 1024px) { 
	 
}

@media (max-width: 767px) { 
	.open-position { flex-wrap: wrap; align-items: flex-start; }	
	.open-position .icon-logo { padding-top: 40px; width: 150px; }
	.open-position .job-title { width: calc(100% - 150px); }
	.open-position .job-actions { width: calc(100% ); justify-content: flex-start; padding: 0 20px 20px; padding-left: 160px; }	 
	a.open-position .label em + span { width: 70%; bottom: auto; top: 40px; left: 10px; }
}

@media (max-width: 480px) { 
	.open-position .icon-logo { padding-top: 40px; width: 100%; padding-bottom: 0px; }
	.open-position .icon-logo img { max-width: 130px; }
	.open-position .job-title { padding-left: 30px; width: 100%; }
	.open-position .job-actions { padding-left: 30px; padding-bottom: 30px; }
}

/* ------------------------------------------------------------ *\
	roadmap
\* ------------------------------------------------------------ */

.roadmap { position: relative; padding: 50px 0; }
.roadmap:before { content: ''; position: absolute; top: 0; left: calc(50% - 1px); width: 2px; background: #000; height: 100%; }
.roadmap .roadmap-row { display: flex; }
.roadmap .roadmap-content { width: 50%; text-align: right; padding-right: 100px; position: relative; }
.roadmap .roadmap-content .icon-flag { position: absolute; top: 5px; right: 0; width: 68px; height: 40px; }
.roadmap .roadmap-content .icon-flag svg { width: 100%; height: 100%; }
.roadmap .roadmap-content strong { display: block; color: #296CFB; font-size: 40px; font-weight: 500; }
.roadmap .roadmap-content p { margin-bottom: 20px; font-size: 22px; line-height: 1.6; }
.roadmap .roadmap-content p:last-child { margin-bottom: 0px; }
.roadmap .roadmap-row:nth-child(even) .roadmap-content { margin-left: 50%; text-align: left; padding-right: 0; padding-left: 100px; }
.roadmap .roadmap-row:nth-child(even) .icon-flag { right: auto; left: 0; transform: rotate(180deg); }

@media (max-width: 2000px) {
	.roadmap .roadmap-content .icon-flag { top: 6px; right: 0; width: 60px; height: 40px; }
	.roadmap .roadmap-content p { margin-bottom: 15px; font-size: 18px; line-height: 1.3; }
}

@media (max-width: 1024px) {
	.roadmap .roadmap-content .icon-flag { top: 1px; }
	.roadmap .roadmap-content strong { font-size: 30px; }
	.roadmap .roadmap-content p:last-child { margin-bottom: 0px; }
}

@media (max-width: 767px) {
	.roadmap .roadmap-content p { line-height: 1; font-size: 16px; }
	.roadmap .roadmap-content p:last-child { line-height: 1.3; margin-right: -40px; }
	.roadmap .roadmap-content .icon-flag { width: 45px; height: 29px; }
	.roadmap .roadmap-content { padding-right: 60px; }
	.roadmap .roadmap-row:nth-child(even) .roadmap-content { padding-right: 0; padding-left: 60px; }
	.roadmap .roadmap-row:nth-child(even) .roadmap-content p:last-child { margin-right: 0px; margin-left: -40px; }
}

@media (max-width: 480px) {
	.roadmap .roadmap-content strong { font-size: 16px; padding-top: 7px; }
	.roadmap .roadmap-content p { font-size: 14px; }
	 
}

.contact-item a[href^="mailto:"] { color: #296CFB; }

/* ------------------------------------------------------------ *\
	section-title
\* ------------------------------------------------------------ */

.section-title { margin-bottom: 80px; font-size: 40px; color: #296CFB; text-transform: uppercase; }
.section-title small { display: block; font-size: 25px; font-weight: 300; color: #000; }
.section-title:last-child { margin-bottom: 0px; }
.section-head { padding-bottom: 50px; }
.section-head .section-sub-title { margin-top: -50px; color: #296CFB; font-weight: 500; }

.section { padding: 50px 0; }
.section .section-body .p-aligncenter { text-align: center; }
.section .section-content .p-aligncenter { text-align: center; }
.section:last-child { margin-bottom: 50px; }
.section .section-body ul:not([class]) { list-style-position: inside; }
.section .section-body ul:not([class]) li { margin-bottom: 20px; }
.section .section-body .article { margin-bottom: 40px; }
.section .section-body .iframe iframe { width: 800px; height: 830px; margin: 0 auto; display: block; }

@media (max-width: 910px) { 
	.section .section-body .iframe iframe { width: 600px; height: 1300px; margin: 0 auto; display: block; }
}
@media (max-width: 480px) { 
	.section .section-body .iframe iframe { width: 600px; height: 1400px; margin: 0 auto; display: block; }
}

@media (max-width: 2000px) { 
	.section { padding: 40px 0; }
	.section-head { padding-bottom: 40px; }
	.section-title { margin-bottom: 40px; font-size: 34px; }
	.section-title small { font-size: 22px; }
}

@media (max-width: 767px) { 
	.section { padding: 25px 0; }
	.section:last-child { margin-bottom: 25px; }

	.section-head { padding-bottom: 40px; }
	.section-head .section-sub-title { margin-top: -25px; font-size: 20px; }
	.section-title { margin-bottom: 40px; font-size: 35px; }
	.section-title small { font-size: 20px; }
}

@media (max-width: 480px) { 
	.section-title { font-size: 28px; }
	.section-title small { font-size: 20px; }
}

.section_bg_grey { background: #F7F9FF; }

.section_image_content .section-inner { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.section_image_content .section-inner.revert .section-image { order: 2; }
.section_image_content .section-inner.revert .section-content { order: 1; }
.section_image_content .section-image { width: 50%; padding: 0 25px; }
.section_image_content .section-image .image { height: 100%; background-size: cover; background-position: center; }
.section_image_content .section-content { width: 50%; padding: 0 25px; }
.section_image_content .section-content-inner { padding: 100px 0; }

@media (max-width: 1024px) { 
	.section_image_content .section-content-inner { padding: 0px; }	 
}

@media (max-width: 900px) { 
	.section_image_content .section-title { font-size: 35px; margin-bottom: 30px; }	 
}

@media (max-width: 767px) { 
	.section_image_content .section-image { width: 100%; margin-bottom: 40px; }
	.section_image_content .section-inner.revert .section-image { margin-bottom: 0px; margin-top: 40px; }
	.section_image_content .section-image .image { padding-bottom: 60%; }
	.section_image_content .section-content { width: 100%; }
}

.section_single_post_content h1,
.section_single_post_content h2,
.section_single_post_content h3,
.section_single_post_content h4,
.section_single_post_content h5,
.section_single_post_content h6 { margin-bottom: 20px; padding-top: 20px; }
.section_single_post_content pre { font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Monaco", "Courier New", Courier, sans-serif; font-size: 15px; line-height: 1.5;
	margin-bottom: 20px; border: 1px solid #8f8f8f; padding: 20px; background: #262626; color: #fff; overflow: auto; }

.section_single_post_content h1:first-child, 
.section_single_post_content h2:first-child,
.section_single_post_content h3:first-child,
.section_single_post_content h4:first-child,
.section_single_post_content h5:first-child,
.section_single_post_content h6:first-child { padding-top: 0px; }

.section_single_post_content ul { list-style-position: inside; }
.section_single_post_content ul ul { padding-left: 20px; padding-top: 3px; }
.section_single_post_content ul li { margin-bottom: 3px; }
.section_single_post_content ol { list-style-position: inside; }
.section_single_post_content ol li { margin-bottom: 3px; }
.section_single_post_content .shell { max-width: 850px; }
.section_single_post_content .section-content p span[style*="font-weight: 400;"] { font-weight: 300 !important; }
.section_single_post_content .section-content li[style*="font-weight: 400;"] { font-weight: 300 !important; }

.section_job_describe { padding-bottom: 0; line-height: 1.45; }
.section_job_describe .section-inner { display: flex; flex-wrap: wrap; }

.section_job_describe .desktop_hidden { display: none; }
.section_job_describe .mobile-fixed-button { display: none; }

.section_job_describe .section-content { width: calc(100% - 180px); padding-right: 50px; }
.section_job_describe .section-aside { width: 180px; text-align: center; }
.section_job_describe .widget-button-wrap { padding: 0 6px; margin-bottom: 25px; }
.section_job_describe .section-aside .btn { min-width: 100%; font-size: 14px; }
.section_job_describe .section-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.section_job_describe .section-title { margin-bottom: 0; padding-right: 20px; }
.section_job_describe .section-head-logo { margin-bottom: 20px; }
.section_job_describe .cols { margin-bottom: 0px; }
.section_job_describe .cols:last-child { margin-bottom: -50px; }
.section_job_describe .section-body ul { list-style: none; }
.section_job_describe .section-body ul li { width: 100%; margin-bottom: 7px !important; }
.section_job_describe article { margin-bottom: 40px; }

.section_job_describe_second { margin-bottom: 0; padding: 0; }
.section_job_describe_second .section-top-title { padding-top: 40px; }
.section_job_describe_second .section-top-image { padding-bottom: 25%; background-size: cover; background-position: center; background-color: #1951ca; }
.section_job_describe_second .section-head  { height: 46px; padding: 0; position: relative; margin-bottom: 60px; }  
.section_job_describe_second .section-head-image { position: absolute;  left: 0; top: 50%; transform: translateY(-50%); }
.section_job_describe_second .section-head img { max-width: 120px; }
.section_job_describe_second .widget-qualifications { background: #F7FAFB; padding: 50px; }
.section_job_describe_second .section-inner { padding: 60px 0 30px; }
.section_job_describe_second .section-content { width: calc(100% - 300px);}
.section_job_describe_second .section-aside { width: 300px; }
.section_job_describe_second .widget-button-wrap { margin-bottom: 60px; }
.section_job_describe_second .desktop-hidden { display: none; } 

.section_job_describe article h3,
.section_job_describe article h4,
.section_job_describe article h5,
.section_job_describe article h6 { margin-bottom: 10px; font-size: 22px; font-weight: 400; }

.section_job_describe h4,
.section_job_describe h5 { text-transform: uppercase; font-weight: 400; color: #296CFB; }

body.page-template-page-jobs-ondemand-single .section_job_describe + .simple-section-container > .section { padding-top: 0; margin-bottom: 0; }
body.page-template-page-jobs-ondemand-single .section_job_describe + .simple-section-container > .section .section-title { font-size: 20px; font-weight: 400; }
body.page-template-page-jobs-ondemand-single .section_job_describe + .simple-section-container > .section .section-head { padding-bottom: 10px; }

body.page-template-page-jobs-dedicated-single .simple-section-container > .section { padding-bottom: 0; margin-bottom: 0; }
body.page-template-page-jobs-dedicated-single .simple-section-container > .section .section-head { padding-bottom: 0;}

@media (max-width: 767px) { 
	.section_job_describe .mobile_hidden { display: none; }
	.section_job_describe .desktop_hidden { display: block; }
	.section_job_describe .section-content { width: 100%; padding: 0; }
	.section_job_describe .section-title { font-size: 26px; }
	.section_job_describe .section-content .section-head-logo { margin-bottom: 30px; max-width: 200px; }
	.section_job_describe .section-head { padding-bottom: 30px; }

	.section_job_describe .mobile-fixed-button { display: block; position: fixed; bottom: 0; left: -5px; width: calc(100% + 10px); background: #fff; z-index: 10; text-align: center; padding: 12px; box-shadow: 0 -5px 5px -5px #333; }
	.section_job_describe .mobile-fixed-button .btn { font-size: 14px; padding: 6px 15px; }
}
 
@media (max-width: 767px) { 
	.section_job_describe_second { padding-bottom: 20px; }
	.section_job_describe_second .section-top-image { padding-bottom: 40%; }
	.section_job_describe_second .section-top-title { padding: 25px 0 0px; }
	.section_job_describe_second .desktop-hidden { display: block; } 
	.section_job_describe_second .section-content .widget-qualifications { padding: 40px 30px 0; }
	.section_job_describe_second .section-title { text-align: center; }
	.section_job_describe_second .section-head { height: auto; text-align: center; margin-bottom: 0; display: block; }
	.section_job_describe_second .section-head-image { position: static; transform: translateY(0%); display: inline-block;  }
	.section_job_describe_second .section-inner { padding-top: 30px; padding-bottom: 0; }
	.section_job_describe_second .article-bg { padding: 40px 30px; }
}

@media (max-width: 480px) {
	.section_job_describe .section-title { font-size: 22px; }
}

.section_open_position { padding-top: 0; }
.section_open_position .section-foot { display: none; }
.section_open_position .section-foot.more-than-9 { display: block; }
 
/* ------------------------------------------------------------ *\
	single-success_stories
\* ------------------------------------------------------------ */

body.single-success_stories .section-body blockquote { border: 1px solid #000; padding: 70px; margin: 50px 0 40px; position: relative; }
body.single-success_stories .section-body hr ~ ul { list-style: none; font-size: 24px; }
body.single-success_stories .section-body hr ~ ul li { padding-left: 40px; position: relative; margin-bottom: 1.2em !important; }
body.single-success_stories .section-body hr ~ ul li a { display: inline-block; transition: color .3s; }
body.single-success_stories .section-body hr ~ ul li:before { content: url(../images/svgs/thunder-blue.svg); width: 30px; height: 42px; display: inline-block; padding: 3px; position: absolute; top: -4px; left: 0; }
body.single-success_stories .section-body blockquote:before { content: url(../images/svgs/thunder-blue.svg); background: #fff; padding: 7px; width: 40px;
	height: 50px; display: block; position: absolute; top: -25px; left: 60px; }

@media (max-width: 767px) {
	body.single-success_stories .section-body blockquote { padding: 40px; }
	body.single-success_stories .section-body blockquote:before { left: 35px; }
}

@media (max-width: 480px) {
	.section_job_describe .section-title { font-size: 22px; }
}

/* ------------------------------------------------------------ *\
	section-hero
\* ------------------------------------------------------------ */

.section-hero { color: #fff; height: 100vh; background-color: rgba(10, 87, 249, 1); background-size: cover;
	background-position: center; display: flex; align-items: center; justify-content: center; position: relative;
	min-height: 700px;
}

.section-hero .text-under-title { text-transform: uppercase; font-size: 30px; font-weight: 500; font-style: italic; }

.section-hero .shell { width: 100%; position: relative; z-index: 3; }
.section-hero:before {
	content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;
	background: rgba(0,0,0,.2);
}
.section-hero .section-overlay { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#296cfb+0,296cfb+100&0.7+0,0+65,0+65,0+90 */ 
	background: linear-gradient(135deg, rgba(10, 87, 249,0.6) 0%,rgba(41,108,251,0) 65%,rgba(41,108,251,0) 90%,rgba(41,108,251,0) 100%); 
}
.section_hero_slider .slider-hero { min-height: 700px; }
.section_hero_slider:before { display: none; }
	
.section-hero .slider-hero { width: 100%; height: 100%; }
.section-hero .section-title { margin-bottom: 20px; font-style: italic; font-size: 65px; color: inherit; }
.section-hero .section-title small { display: block; font-size: 42px; color: inherit; }
.section-hero .section-title:last-child { margin-bottom: 0; }
.section-hero .section-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 700px; }
.section-hero .section-video video { -o-object-fit: cover; object-fit: cover;
	width: 100vw; height: 100%; position: absolute; top: 0; left: 0;
}

.section-hero-inner { display: flex; align-items: center; justify-content: center; text-align: center; }
.section-hero + .section { margin-top: 50px; }
.section-hero + .section-home-list-partners { margin-top: -146px; position: relative; z-index: 3; }

@media (max-width: 2000px) { 
	.section-hero .section-title { font-size: 50px; }
	.section-hero .section-title small { font-size: 34px; }
	.section-hero + .section { margin-top: 40px; }
	.section-hero + .section-home-list-partners { margin-top: -115px; }
	.section-hero { min-height: 600px; }
	.section_hero_slider .slider-hero { min-height: 600px; }
	.section-hero .section-video { min-height: 600px; }

	.section-hero .slider-hero .section-title { font-size: 45px; }
}

@media (max-width: 767px) { 
	.section-hero .section-title { font-size: 30px; }
	.section-hero { min-height: 500px; }
	.section_hero_slider .slider-hero { min-height: 500px; }
	.section-hero .section-video { min-height: 500px; }
	.section-hero .section-title small { font-size: 25px; }

	.section-hero .list-buttons li { width: 100%; margin-bottom: 20px; }
	.section-hero .list-buttons li .btn { min-width: 120px; }
	.section-hero .list-buttons li:last-child { margin-bottom: 0; }
	.section-hero + .section-home-list-partners { margin-top: -106px; }
	.section-hero + .section { margin-top: 25px; }

	.section-hero .slider-hero .section-title { font-size: 28px; }

	.section-hero .text-under-title { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	section-cta-work-remotely
\* ------------------------------------------------------------ */

.section-cta-work-remotely { background: #296CFB; color: #fff; padding: 130px 0; text-align: center; position: relative; overflow: hidden; margin: 20px 0 0; }
.section-cta-work-remotely .section-title { color: #fff; font-size: 40px; }
.section-cta-work-remotely .shell { position: relative; z-index: 1; }
.section-cta-work-remotely .icon-left { max-width: 320px; height: 110%; position: absolute; bottom: -100px; left: -100px; }
.section-cta-work-remotely .icon-left svg { width: 100%; height: 100%; }
.section-cta-work-remotely .icon-right { max-width: 250px; height: 100%; position: absolute; top: 0; right: 100px; }
.section-cta-work-remotely .icon-right svg { width: 100%; height: 100%; }
.section-cta-work-remotely > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.section-cta-work-remotely:hover .btn { background: rgba(255, 255, 255, 0); color: #fff; }

@media (max-width: 1024px) { 
	.section-cta-work-remotely .icon-left { display: none; }
	.section-cta-work-remotely .icon-right { right: calc(50% - 150px); }
}

@media (max-width: 767px) { 
	.section-cta-work-remotely { padding: 100px 0; margin-bottom: 10px; }
	.section-cta-work-remotely .section-title { font-size: 30px; }
	.section-cta-work-remotely .icon-right { max-width: 220px; right: calc(50% - 130px); }
}

/* ------------------------------------------------------------ *\
	section-home-list-partners
\* ------------------------------------------------------------ */

.section-home-list-partners { padding: 40px 0; margin-bottom: 40px; }

@media (max-width: 2000px) { 
	.section-home-list-partners { padding: 30px 0; }	 
}


@media (max-width: 767px) { 
	.section-home-list-partners { padding: 20px 0; }
}

/* ------------------------------------------------------------ *\
	section-about
\* ------------------------------------------------------------ */

.section-about { min-height: 60vh; margin: 50px 0; padding: 210px 0; color: #fff; background-color: #296CFB;
	background-size: cover; background-position: center; position: relative; }
.section-about .section-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#296cfb+0,296cfb+100&0.7+0,0+65,0+65,0+90 */ 
	background: linear-gradient(to right, rgba(10, 87, 249,0.6) 0%,rgba(41,108,251,0) 65%,rgba(41,108,251,0) 90%,rgba(41,108,251,0) 100%); 
}
.section-about:last-child { margin-bottom: 0; }

.section-about:after {
	content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; 
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); 
}
.section-about .section-title { color: inherit; margin-bottom: 40px; }
.section-about .section-title small { color: inherit; }
.section-about .section-text { margin-bottom: 40px; }
.section-about .section-content { max-width: 500px; position: relative; z-index: 3; }

@media (max-width: 2000px) { 
	.section-about { min-height: 50vh; margin: 40px 0; padding: 120px 0; }
}

@media (max-width: 767px) { 
	.section-about { margin: 25px 0; }
	.section-about { padding: 100px 0; min-height: 20vh; }
}

/* ------------------------------------------------------------ *\
	section_events
\* ------------------------------------------------------------ */
 
.section_events .section-sub-title { font-size: 22px; font-weight: 300; text-transform: uppercase; margin-bottom: 40px; }

@media (max-width: 767px) { 
	.section_events .section-sub-title { margin-bottom: 25px; }
}
 
.section_search_position .cols { margin: 0 -10px -10px; }
.section_search_position .col { padding: 0 10px; margin-bottom: 10px; }

@media(max-width: 767px) {
	.section_search_position .col { margin-bottom: 30px; }
	.section_search_position .col:last-child { margin-bottom: 0px; }
}

/* ------------------------------------------------------------ *\
	section-footer
\* ------------------------------------------------------------ */

.section-footer { margin-top: 50px; padding: 160px 0; color: #fff; background-color: #296CFB; background-size: cover; background-position: center; position: relative; }
.section-footer:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5;
	background: linear-gradient(100deg, rgba(10, 87, 249, 0.77) 0%, rgba(77, 133, 250, 0.55) 40%, rgba(162, 190, 252, 0.29) 80%, rgba(200, 219, 255, 0.17) 100%);
}

.section-footer .section-title { color: inherit; margin-bottom: 30px; text-transform: uppercase; }
.section-footer .section-entry { margin-bottom: 32px; max-width: 878px; }
.section-footer .section-title small { color: inherit; }
.section-footer .section-content { position: relative; z-index: 1; }

@media (max-width: 2000px) {
	.section-footer .section-title { margin-bottom: 25px; }
	.section-footer { margin-top: 40px; padding: 130px 0; }
}

@media (max-width: 767px) {
	.section-footer { margin-top: 25px; padding: 100px 0; }
}

.section_subscribe { padding: 90px 0; }
.section_subscribe .subscribe { padding: 30px 0 0; }

@media (max-width: 2000px) { 
	.section_subscribe { padding: 70px 0; }
}

/* ------------------------------------------------------------ *\
	section-banner
\* ------------------------------------------------------------ */ 

.section-banner { background: #296CFB; padding: 150px 0; color: #fff; text-align: center; position: relative; overflow: hidden; margin: 50px 0; }
.section-banner:last-child { margin-bottom: 0; }
.section-banner > .section-image { position: absolute; top: -20%; bottom: -20%; left: 0; right: 0; opacity: .1; }
.section-banner > .section-image svg { width: 100%; height: 100%; }
.section-banner .section-content { position: relative; z-index: 1; padding: 0 30px; }
.section-banner .section-content .btn { line-height: 1; }
.section-banner .section-content h5   { font-weight: 300; line-height: 1.45; letter-spacing: 0.02em; }
.section-banner .section-content h5 img { display: inline; position: relative; top: -2px;  }
.section-banner .section-title { color: #fff; font-weight: 300; }
.section-banner .section-title strong { color: #000; font-weight: 700; }

.section_banner_landing .section-content { display: flex; flex-wrap: wrap; align-items: center; }
.section_banner_landing .section-content h5 { font-weight: 600; margin: 0; width: calc(100% - 300px); text-align: left; }
.section_banner_landing .section-content p { width: 300px; }

@media (max-width: 1024px) { 
	.section-banner .section-title { font-size: 40px; }
	
}

@media (max-width: 767px) { 
	.section-banner .section-title { font-size: 30px; }
	.section-banner { padding: 90px 0; margin: 25px 0; }
	.section-banner:last-child { margin-bottom: 0; }
 
.section_banner_landing .section-content h5 { font-weight: 600; text-align: center; margin: 0 0 29px; width: calc(100%);  }
.section_banner_landing .section-content p { width: 100%; }
}

/* ------------------------------------------------------------ *\
	section-partnership
\* ------------------------------------------------------------ */

.section-partnership { padding: 70px 0 70px; }
.section-partnership .section-inner { display: flex; flex-wrap: wrap; align-items: center; }
.section-partnership .section-image { width: 27%; }
.section-partnership .section-content { width: 73%; }
.section-partnership .section-title { margin-bottom: 40px; }
.section-partnership .section-image img { width: 100%; height: auto; max-width: 225px; display: inline-block; }

/* body:not(.home) .slider-partners .slick-track { margin: 0 -30px !important; display: flex !important; align-items: center; }
body:not(.home) .slider-partners .slick-track .slick-slide { padding: 0 30px; }*/

@media (max-width: 2000px) { 
	.section-partnership .section-image img { max-width: 160px; }
}

@media (max-width: 1024px) { 
	.section-partnership { padding: 50px 0; }
	.section-partnership .section-title { font-size: 28px; }
	.section-partnership { font-size: 18px; }
	.section-partnership .section-image { width: 20%; padding-right: 30px; }
	.section-partnership .section-content { width: 80%; }
}

@media (max-width: 767px) { 
	.section-partnership { padding: 25px 0; }
	.section-partnership .section-image { width: 30%; padding-right: 40px; }
	.section-partnership .section-content { width: 70%; }
}

@media (max-width: 500px) { 
	.section-partnership { padding: 50px 0; }
	.section-partnership .section-image img { max-width: 150px; position: relative; left: -25px; }
	.section-partnership .section-image { width: 100%; padding-right: 0px; margin-bottom: 40px; }
	.section-partnership .section-content { width: 100%; }
}

/* ------------------------------------------------------------ *\
	section-partnership
\* ------------------------------------------------------------ */

.section-fullwidth { padding: 90px 0; margin: 50px 0; }

@media (max-width: 2000px) { 
	.section-fullwidth { padding: 70px 0; margin: 40px 0; }
}

@media (max-width: 767px) { 
	.section-fullwidth { padding: 50px 0; margin-bottom: 25px; }
	.section-fullwidth:last-child { margin-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	section-login
\* ------------------------------------------------------------ */

.section-login { padding: 200px 0; min-height: 100vh; position: relative; overflow: hidden; }

.section-login .shell { max-width: 600px; position: relative; z-index: 1; }
.section-login .section-image { position: absolute; width: 90%; height: 70%; bottom: 4%; right: -30%; }
.section-login .section-image svg { width: 100%; height: 100%; }
.section-login .section-image svg path { fill: #F7FAFB; }

@media (max-width: 1024px) { 
	.section-login .section-image { width: 120%; }
}

@media (max-width: 900px) { 
	.section-login .section-image { width: 130%; }
}

@media (max-width: 767px) { 
	.section-login { padding: 150px 0 100px; }
	.section-login .section-image { width: 150%; }
}

/* ------------------------------------------------------------ *\
	section-author-details
\* ------------------------------------------------------------ */

.section-author-details { padding: 50px 0 25px; }
.section-author-details .shell { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; max-width: 850px;}

.author-details { display: flex; align-items: center; }
.author-details .author-image { width: 100px; }
.author-details .author-image .image { height: 100px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
 
.author-details .author-name { font-size: 20px; color: #296CFB; margin-bottom: 7px; }
.author-details .author-data { color: #515151; font-size: 16px; font-weight: 300; width: calc(100% - 100px); padding-left: 15px; }
.author-details .author-data > ul { list-style: none; display: flex; flex-wrap: wrap; }
.author-details .author-data > ul li { margin-right: 15px; }
.author-details .author-data > ul li:last-child { text-transform: capitalize; }
.author-details .author-data > ul svg { width: 16px; height: 22px; display: inline-block; vertical-align: middle; margin-top: -1px; }
.author-details .author-data > ul svg path { fill: #296CFB; }
.author-details .author-data > ul a { display: inline-block; text-decoration: none; }
.author-details .author-data > ul a:hover { color: #296CFB; }

@media (max-width: 767px) {
	.section-author-details { padding: 50px 0 25px; }
	.section-author-details .author-details { width: calc(100% - 100px); }
	.author-details .author-data > ul li:first-child { width: 100%; margin-bottom: 8px; }
}

@media (max-width: 560px) { 
	.author-details .author-image { width: 70px; }
	.author-details .author-image .image { height: 70px; }
	.author-details .author-data { font-size: 14px; width: calc(100% - 70px); }
	.section-author-details .author-details { width: 100%; }
	.author-details .author-data > ul li:first-child { 	margin-bottom: 6px; }
	.author-details .author-name { font-size: 17px; margin-bottom: 3px; }
}
 

/* ----------------------------------------------
	section-about-author
---------------------------------------------- */

.section-about-author { background-color: #2A6DFB; color: #fff; position: relative; overflow: hidden; margin: 50px 0; }
.section-about-author .section-image { width: 50%; position: absolute; top: 0; left: 0; height: 100%; background-size: cover; background-position: center right; }
.section-about-author .shell { display: flex; justify-content: flex-end; }
.section-about-author .section-content-entry { width: 50%; padding: 80px 0; min-height: 330px; position: relative; }
.section-about-author .section-content-entry > * { position: relative; z-index: 1; }
.section-about-author .section-content-entry:before { content: ''; transform-origin: 0% 0%; background: #2A6DFB; position: absolute; transform: rotate(15deg); }
.section-about-author .section-content-entry:before { width: 200px; height: 150%; top: -25%; left: 0px; }

@media (max-width: 767px) { 
	.section-about-author { margin: 25px 0; }
	.section-about-author .section-content-entry:before { display: none; }
	.section-about-author .section-image { width: 30%; }
	.section-about-author .section-content-entry { width: 70%; }
	.section-about-author .section-image { width: 100%; position: relative; padding-bottom: 60%; }
	.section-about-author .section-content-entry { width: 100%; padding: 50px 0; }	 
}

.section-banner-request { padding: 50px 0; }
.section-banner-request .section-inner { background: #F7F9FF; text-align: center; padding: 50px 50px; }
.section-banner-request .section-inner-inner {max-width: 920px; margin: 0 auto; }
.section-banner-request .section-actions { padding-top: 50px; }
.section-banner-request .icon { width: 80px; height: 118px; display: block; margin: 0 auto 40px; }
.section-banner-request .section-title { color: inherit; }
.section-banner-request .icon svg { width: 100%; height: 100%; }
.section-banner-request .icon svg path { fill: #296CFB; }

@media (max-width: 2000px) {
	.section-banner-request .section-actions { padding-top: 40px; }
	.section-banner-request .icon { width: 70px; height: 85px; margin: 0 auto 30px; }
}

@media (max-width: 1024px) { 
	.section-banner-request .section-title { font-size: 40px; }
}

@media (max-width: 767px) { 
	.section-banner-request { padding: 25px 0; }
	.section-banner-request .icon { width: 60px; height: 50px; margin-bottom: 30px; }
	.section-banner-request .section-title { font-size: 30px; }
}

@media (max-width: 480px) { 
	.section-banner-request .section-inner { padding: 40px 20px; }
	.section-banner-request .icon { width: 60px; height: 50px; margin-bottom: 30px; }
	.section-banner-request .section-title { font-size: 22px; }
}

/* section-no-section */

.section-no-section { background: #000; color: #fff; padding: 200px 0 100px; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider-partners .slide { text-align: center; }
.slider-partners .slide img { display: inline-block; max-height: 55px; }
.section-body.large_images .slider-partners .slide img { display: inline-block; max-height: 140px; }
.section-body.large_images .slider-partners .slide { padding: 0 10px; }
.slider-partners .slick-track { display: flex !important; }
.slider-partners .slick-track:before { display: none; }
.slider-partners .slick-track:after { display: none; }
.slider-partners .slick-slide { float: none; height: auto; }
.slider-partners .slick-slide > div { height: 100%; display: flex; align-items: center; justify-content: center; }

.slider-events { margin: 0 -25px; display: none; }
.slider-events.slick-initialized {display: block; }
.slider-events .slide { padding: 0 25px; height: 100%; }
.slider-events .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 40px; }
.slider-events .event-box { height: 100%; }
.slider-events .slick-slide { float: none; height: auto; }
.slider-events .slick-slide > div { height: 100%; }
.slider-events .slick-track { margin: 0 !important; display: flex; }
.slider-events .slick-track:before { display: none; }
.slider-events .slick-track:after { display: none; }
.slider-events .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-events .slick-dots > li.slick-active button { background: #000; }
.slider-events .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #000;
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

.slider-section-partners { margin: 0 -25px 50px; }
.slider-section-partners .slide { padding: 0 25px; text-align: center; }
.slider-section-partners .slide img { display: inline-block;}

@media (max-width: 2000px) { 
	.slider-section-partners .slide img { max-height: 55px; }
}

@media (max-width: 767px) { 
	.slider-section-partners .slide img { width: auto; }
	.slider-partners .slide img { max-height: 45px; }
}

@media (max-width: 480px) { 
	.slider-partners .slide img { max-height: 35px; }	 
}

@media (max-width: 340px) { 
	.slider-partners .slide img { max-height: 30px; }	 
}

.slider-gallery { margin: 0 -25px; }
.slider-gallery .slide { padding: 0 25px; }
.slider-gallery .slide-image { background-size: cover; background-position: center; padding-bottom: 68%; }
.slider-gallery .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 40px; }
.slider-gallery .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-gallery .slick-dots > li.slick-active button { background: #000; }
.slider-gallery .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #000;
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

@media (max-width: 2000px) { 
	.slider-gallery { margin: 0 -15px; }
	.slider-gallery .slide { padding: 0 15px; }
}

.slider-leadership { margin: 0 -25px; height: 100px; opacity: 0; visibility: hidden; }
.slider-leadership.slick-initialized { height: auto; opacity: 1; visibility: visible; }
.slider-leadership .slide { padding: 0 25px; }
.slider-leadership .slide-image { background-size: cover; background-position: center; padding-bottom: 68%; }
.slider-leadership .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 40px; }
.slider-leadership .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-leadership .slick-dots > li.slick-active button { background: #000; }
.slider-leadership .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #000;
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

@media (max-width: 2000px) {
	.slider-leadership { margin: 0 -15px; }
	.slider-leadership .slide { padding: 0 15px; }
}

.slider-hero .slide { height: 100vh; position: relative; display: flex; align-items: center; text-align: center; }
.slider-hero .slick-slide { height: 100%; }
.slider-hero .slick-track { height: 100%; }
.slider-hero .slick-list { height: 100%; }
.slider-hero .slide .shell { width: 100%; position: relative; z-index: 3; }
.slider-hero .slide-image { background-size: cover; background-position: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.slider-hero .slide-image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;
	background: rgba(0,0,0,.2);
}
.slider-hero .slide-image:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
	background: linear-gradient(135deg, rgba(10, 87, 249,0.6) 0%,rgba(41,108,251,0) 65%,rgba(41,108,251,0) 90%,rgba(41,108,251,0) 100%); 
}
.slider-hero .slick-dots { display: flex; justify-content: center; list-style: none; position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px 0; }
.slider-hero .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-hero .slick-dots > li.slick-active button { background: #fff; }
.slider-hero .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #fff; 
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

.slider-testimonials .slick-dots { display: flex; justify-content: center; list-style: none; bottom: 0; left: 0; width: 100%; padding: 15px 0; }
.slider-testimonials .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-testimonials .slick-dots > li.slick-active button { background: #296CFB; }
.slider-testimonials .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #296CFB; 
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

.slider-testimonials-box { margin: 0 -20px; }
.slider-testimonials-box   .slick-track { display: flex !important; margin-bottom: 20px; }
.slider-testimonials-box .slick-track:before,
.slider-testimonials-box .slick-track:after { display: none; }
.slider-testimonials-box .slide { height: 100%; background: #F8F9FF; padding: 40px; }
.slider-testimonials-box .slick-slide { float: none;  height: auto; }
.slider-testimonials-box .slick-slide > div { height: 100%; padding: 0 20px; }
.slider-testimonials-box .slide .icon { width: 100px; height: 100px; background-size: cover; background-position: center; border-radius: 50%; margin-bottom: 20px; }
.slider-testimonials-box .slide .text { color: #000; text-align: left; max-width: 100%; font-size: 15px; line-height: 1.35; }
.slider-testimonials-box .slide .name { color: #000; font-size: 25px; text-align: left; max-width: 100%; font-size: 18px; font-weight: 500; }
.slider-testimonials-box .slide .position { color: #000; font-size: 25px; text-align: left; max-width: 100%; text-align: left; font-size: 16px; text-transform: uppercase; margin-bottom: 15px; }


@media (max-width: 767px) {
	.slider-testimonials-box .slide { padding: 20px; }
	.slider-testimonials-box .slide .icon { width: 70px; height: 70px; }
}

/* slider-testimonials-second */
.section-testimonial-slider-second { background: #F7FAFB; padding: 50px 0; }
.section-testimonial-slider-second + .section-cta-work-remotely { margin-top: 0; }
.slider-testimonials-second .slick-dots { display: flex; justify-content: center; list-style: none; bottom: 0; left: 0; width: 100%; padding: 15px 0; }
.slider-testimonials-second .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-testimonials-second .slick-dots > li.slick-active button { background: #296CFB; }
.slider-testimonials-second .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #296CFB; 
border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }
.slider-testimonials-second .testimonial { display: flex; align-items: center; }
.slider-testimonials-second .testimonial .image { width: 300px; height: 250px; background-size: cover; background-position: center; order: 2; }
.slider-testimonials-second  { margin: 0 -20px; }
.slider-testimonials-second .slide { padding: 0 20px; }
.slider-testimonials-second .testimonial .content { padding-right: 50px; width: calc(100% - 300px ); order: 1; }
.slider-testimonials-second .testimonial .text { color: #000; text-align: left; max-width: 100%; font-size: 15px; line-height: 1.35; }
.slider-testimonials-second .testimonial .name { text-transform: uppercase; color: #000; font-size: 28px; text-align: left; max-width: 100%; font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.slider-testimonials-second .testimonial .position { color: #000; text-transform: uppercase; font-weight: 300; font-size: 22px; text-align: left; max-width: 100%; text-align: left; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; }

@media (max-width: 767px) {
	.slider-testimonials-second .testimonial { flex-wrap: wrap; }
	.slider-testimonials-second .testimonial .image { order: 1; width: 100%; height: auto; padding-bottom: 50%; }
	.slider-testimonials-second .testimonial .content { order: 2; padding: 20px 0 0; width: 100%;  }
	.slider-testimonials-second .testimonial .position { text-align: center; }
	.slider-testimonials-second .testimonial .name { text-align: center; }
	.slider-testimonials-second .testimonial .text { text-align: center; }
}

/* slider-testimonials-v3 */

.slider-testimonials-v3 { margin: 0 -20px; }
.slider-testimonials-v3 .slide { padding: 20px 20px 0; }
.slider-testimonials-v3 .testimonial { position: relative; text-align: left; border: 4px solid #000; padding: 30px; }
.slider-testimonials-v3 .testimonial > i { position: absolute; top: -20px; left: 30px; background: #fff; padding: 0; width: 40px; height: 40px;  }
.slider-testimonials-v3 .content { display: flex; flex-wrap: wrap;  }
.slider-testimonials-v3 .content > * { width: 100%; }
.slider-testimonials-v3 .content .position { order: 2; font-size: 20px; font-weight: 500; text-align: right; }
.slider-testimonials-v3 .content .text { order: 1; font-style: italic; margin-bottom: 20px; }
.slider-testimonials-v3 .testimonial > i svg { width: 100%; height: 100%; }
.slider-testimonials-v3 .testimonial .text { max-width: 100%; }

.slider-testimonials-v3 .slick-dots { display: flex; justify-content: center; list-style: none; bottom: 0; left: 0; width: 100%; padding: 15px 0; }
.slider-testimonials-v3 .slick-dots > li { margin: 0 7px; height: 16px; }
.slider-testimonials-v3 .slick-dots > li.slick-active button { background: #296CFB; }
.slider-testimonials-v3 .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #296CFB; 
border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

/* ------------------------------------------------------------ *\
	subscribe 
\* ------------------------------------------------------------ */

.subscribe { max-width: 800px; }
.form-subscribe { display: flex; position: relative; }
.form-subscribe #mce-responses { position: absolute; top: 100%; left: 0; width: 100%; font-size: 14px; padding-top: 3px; }
.form-subscribe input { width: calc(100% - 280px); border: 1px solid #C6C7C8; border-radius: 0; height: 60px; background: #fff; color: #296CFB; padding: 0 50px 0 30px; font-weight: 300; }
.form-subscribe input:focus { border: 1px solid #296CFB; }
.form-subscribe button { width: 280px; border: 1px solid #296CFB; height: 60px; text-transform: uppercase; margin-left: -20px; padding: 10px; }

.field_keyword_container { position: relative; }
.field_keyword_container span { position: absolute; top: 100%; left: 0; width: 100%; font-size: 14px; display: block; padding: 3px 1px; opacity: 0; visibility: hidden; }
.field_keyword_container.loading span { opacity: 1; visibility: visible; }

.job_search:focus { border: 1px solid #8f8f8f; }
.field_keyword:focus { border: 1px solid #8f8f8f; }

@media (max-width: 2000px) {
	.subscribe { max-width: 600px; }
	.form-subscribe input { width: calc(100% - 200px); border: 1px solid #C6C7C8; height: 50px; background: #fff; color: #296CFB; padding: 0 50px 0 30px; font-weight: 300; }
	.form-subscribe button { width: 200px; height: 50px; }
}

@media (max-width: 1024px) {
	.form-subscribe { display: block; }
	.form-subscribe input { width: 100%; height: 50px; padding: 0 20px; }
	.form-subscribe button { width: 100%; transform: rotate(0); margin: 0; height: 48px; }
	.form-subscribe button span { transform: rotate(0); }
}

form.wpcf7-form .btn br { display: none; }

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs .tabs-nav { display: flex; justify-content: flex-start; list-style: none; margin-bottom: 30px; font-size: 18px; }
.tabs .tabs-nav > li { margin-right: 35px; margin-bottom: 30px; display: block; font-weight: 700; }
.tabs .tabs_nav_fullwidth { justify-content: space-between; margin: 0 -10px 30px; flex-wrap: wrap; }
.tabs .tabs_nav_fullwidth li { margin-right: 0; padding: 0 10px; }
.tabs .tabs-nav > li a { text-decoration: none; padding: 12px 0; text-transform: uppercase; position: relative; transition: all .3s; }
.tabs .tabs-nav > li a:hover { color: #2561e0; }
.tabs .tabs-nav > li.active a:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #2561e0; }
.tabs .tabs-content { position: relative; }
.tabs .tabs-content .tab { position: absolute; top: 50px; left: 0; width: 100%; opacity: 0; visibility: hidden; transition: all .3s; }
.tabs .tabs-content .tab.active { position: relative; top: 0; opacity: 1; visibility: visible; }

@media (max-width: 1200px) {
	.tabs .tabs_nav_fullwidth { justify-content: flex-start; }
	.tabs .tabs-nav > li { margin-bottom: 25px; }
}

@media (max-width: 480px) { 
	.tabs .tabs-nav { font-size: 16px; flex-wrap: wrap; }
	.tabs .tabs-nav > li { margin-right: 17px; margin-bottom: 17px; }
}

/* ------------------------------------------------------------ *\
	type-consultants
\* ------------------------------------------------------------ */
 
.type-consultants { height: 100%; position: relative; padding-bottom: 100px; }
.type-consultants .icon { display: inline-block; width: 117px; height: 127px; margin-bottom: 40px; }
.type-consultants .icon svg { width: 100%; height: 100%; }
.type-consultants .title { color: #2561e0; font-size: 35px; text-transform: uppercase; }
.type-consultants .actions { position: absolute; bottom: 0; left: 0; width: 100%; }
.type_consultants_second { padding-bottom: 0; }

@media (max-width: 2000px) {
	.type-consultants .title {font-size: 30px; }
	.type-consultants .icon { width: 80px; height: 90px; margin-bottom: 20px; }
}

@media (max-width: 767px) { 
	.type-consultants { padding-bottom: 0; }
	.type-consultants .actions { position: relative; }
	.type-consultants .icon { width: 90px; height: 87px; margin-bottom: 30px; }
}

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.pagination { display: flex; align-items: center; text-align: center; justify-content: center; }
.pagination .page-numbers { width: 30px; height: 30px; border: 2px solid #2561e0; display: inline-block; margin: 0 5px;
	text-decoration: none; font-size: 19px; display: flex; align-items: center; justify-content: center; }
.pagination .page-numbers.next { font-size: 0; }
.pagination .page-numbers.next:before { content: '\003E' ; font-size: 20px; text-indent: 0; display: inline-block; }
.pagination .page-numbers.prev { font-size: 0; }
.pagination .page-numbers.prev:before { content: '\003C' ; font-size: 20px; text-indent: 0; display: inline-block; }
.pagination a.page-numbers:hover { background: #2561e0; color: #fff; }
.pagination .page-numbers.current { background: #2561e0; color: #fff; }

/* ------------------------------------------------------------ *\
	cookiePopup
\* ------------------------------------------------------------ */

.cookiePopup { position: fixed; bottom: 0; display: none; left: 0; width: 100%; padding: 20px 30px; background: #000; color: #fff; font-size: 13px; z-index: 4; }
.cookiePopup.visible { display: block; }
.cookiePopup.hide { display: none; }
.cookiePopup .cookiePopup-inner { display: flex; align-items: center; }
.cookiePopup .cookiePopup-inner p { margin: 0; padding-right: 10px; }
.cookiePopup .btn-cookie { background: #2561e0; text-decoration: none; padding: 10px 15px; font-size: 14px; display: inline-block; text-transform: uppercase; font-weight: 400; }

.cookiePopup.orange { z-index: 3; background: #EE5100; font-size: 15px; font-weight: 500; text-align: center; padding-bottom: 10px; }
.cookiePopup.orange .cookiePopup-inner { flex-wrap: wrap; }
.cookiePopup.orange p { margin: 0; margin-bottom: 10px; }
.cookiePopup.orange .close { position: absolute; top: 0;right: 0; padding: 5px 10px; cursor: pointer; }
.cookiePopup.orange .btn-cookie { transform: skew(-15deg); border: 2px solid #fff; background: none; font-size: 14px; text-transform: capitalize; padding: 7px 17px; margin: 0 10px; margin: 0 auto 10px; }
.cookiePopup.orange .btn-cookie span { transform: skew(15deg); display: inline-block;  }

@media (max-width: 767px) { 
	.cookiePopup.orange { padding: 20px 20px 10px; }
	.cookiePopup.orange .shell { padding: 0; }
}

/* ------------------------------------------------------------ *\
	instafeed
\* ------------------------------------------------------------ */

#instafeed { display: flex; flex-wrap: wrap; margin: 0 -15px; }
#instafeed > * { width: 33.33%; padding: 0 15px; }
#instafeed > * a { display: block; text-decoration: none; }
#instafeed > * strong { background-size: cover; background-position: center; padding-bottom: 85%; display: block; position: relative; }
#instafeed > * strong svg { width: 20px; height: 20px; position: absolute; bottom: 10px; right: 10px; }
#instafeed > * a:hover strong svg { opacity: 0; }
#instafeed > * a { position: relative; }
#instafeed > * a span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; transition: all .3s; color: #fff; font-size: 20px; font-weight: 400; text-align: center; padding: 5px; }
#instafeed > * a span svg { width: 25px; height: 25px; }
#instafeed > * a span i { display: inline-block; }
#instafeed > * a span small {font-size: inherit; }
#instafeed > * a span small em { font-style: normal; display: block; margin-bottom: 10px; }
#instafeed > * a span small em:last-child { font-size: 13px; font-weight: 300; margin-bottom: 0; }
#instafeed > * a:hover span { opacity: 1; visibility: visible; }

@media (max-width: 990px) { 
	#instafeed > * { width: 50%; margin-bottom: 30px; }
}

@media (max-width: 767px) { 
	#instafeed > * { width: 100%; }
}

/* ------------------------------------------------------------ *\
	youtube iframe
\* ------------------------------------------------------------ */

.youtube-video-iframe { position: relative; padding-bottom: 56.5%; }
.youtube-video-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

iframe[title="YouTube video player"] { width: 100%; }

/* ------------------------------------------------------------ *\
	testimonials
\* ------------------------------------------------------------ */

.testimonial { text-align: center; }
.testimonial .icon { margin-bottom: 31px; height: 50px; display: flex; align-items: center; justify-content: center; }
.testimonial .icon img { width: 100%; height: auto; max-width: 140px; }
.testimonial .text { max-width: 280px; margin: 0 auto 10px; font-size: 18px; }
.testimonial .name { color: #777; font-size: 14px; }
.testimonial .name a { color: #2561e0; display: inline-block; text-decoration: none; }

/* ------------------------------------------------------------ *\
	section-prev-next-nav
\* ------------------------------------------------------------ */

.section-prev-next-nav { display: flex; align-items: center; justify-content: space-between; }
.section-prev-next-nav a { display: inline-block; text-decoration: none; position: relative; transition: color .3s; }
.section-prev-next-nav a span { display: block; }
.section-prev-next-nav a strong { display: block; }
.section-prev-next-nav .prev { padding-left: 30px; padding-right: 10px; }
.section-prev-next-nav .prev:before { content: '\f104'; position: absolute; top: 50%; transform: translateY(-50%); font-size: 35px; margin-top: -2px; left: 2px; font-family: FontAwesome; }
.section-prev-next-nav .next { margin-left: auto; text-align: right; padding-right: 30px; padding-left: 10px; }
.section-prev-next-nav .next:before { content: '\f105'; position: absolute; top: 50%; transform: translateY(-50%); font-size: 35px; margin-top: -2px; right: 2px; font-family: FontAwesome; }
.section-prev-next-nav a:hover { color: #296CFB; }

@media (max-width: 1024px) { 
	.section-prev-next-nav a { width: 50%; }
}

@media (max-width: 767px) { 
	.section-prev-next-nav a span { display: none; }
}

/* ------------------------------------------------------------ *\
	nav-category
\* ------------------------------------------------------------ */

.nav-category { display: flex; align-items: center; justify-content: space-between; list-style: none; margin: 0 -15px -10px; flex-wrap: wrap; }
.nav-category li { padding: 0 15px; margin-bottom: 10px; }
.nav-category li a { text-decoration: none; display: block; font-weight: 700; text-transform: uppercase; position: relative; transition: all .3s; }
.nav-category li a:hover {color: #296CFB; }

.section_nav_category { padding-bottom: 0; }

@media (max-width: 767px) { 
	.nav-category { justify-content: flex-start; }
}

.industries-item h4 { font-size: 28px; text-transform: uppercase; }
.industries-item .icon { height: 80px; margin-bottom: 30px; display: inline-block; }
.industries-item .icon img { height: 100%; width: auto; }

/* ------------------------------------------------------------ *\
	trusted-by-item
\* ------------------------------------------------------------ */

.trusted-by-item > strong { height: 88px; margin-bottom: 30px; display: flex; align-items: center; justify-content: flex-start; }
.trusted-by-item > strong img { max-height: 100%; width: auto; height: auto; max-width: 80%; }

.widget-qualifications h5 { color: #2561e0; font-size: 18px; text-transform: capitalize; text-align: left; }
.widget-qualifications ul { display: flex; list-style: none; width: 100%; margin-bottom: -15px; flex-wrap: wrap; }
.widget-qualifications ul li { background: #E9F0FF; padding: 7px 12px; font-size: 14px; font-weight: 500; margin-right: 10px; margin-bottom: 10px; text-align: left; }
.widget-qualifications-secondary { margin-bottom: 30px; }
.widget-qualifications-secondary h5 { text-transform: uppercase; font-size: 20px; }

.section-christmas-gift { min-height: 100vh; color: #fff; padding-top: 160px; position: relative; }
.section-christmas-gift .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.section-christmas-gift .bg-image-mobile { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.section-christmas-gift .cols { margin: 0 -25px; }
.section-christmas-gift .col { padding: 0 25px; }
.section-christmas-gift p { margin-bottom: 10px; }
.section-christmas-gift .list-contacts { padding-top: 30px; }
.section-christmas-gift .section-inner { position: relative; }
.section-christmas-gift .wpcf7-response-output { margin: -10px 0 0 !important; position: absolute; top: 100%; left: 0; width: 100%; padding-top: 0px !important; }
.section-christmas-gift .list-contacts > li a svg path{fill: #fff; }
.section-christmas-gift .form-row { margin-bottom: 25px; }
.section-christmas-gift .btn { padding: 17px 30px; }
.section-christmas-gift .field { color: #000; }
.section-christmas-gift .textarea { color: #000; }
body.page-template-page-christmas-gift .navigation { display: none; }
body.page-template-page-christmas-gift .btn-burger { display: none; }
body.page-template-page-christmas-gift .footer { display: none; }

@media (max-width: 767px) {
	.section-christmas-gift { padding-top: 110px; }
	/* .section-christmas-gift .bg-image-mobile { display: block; }
	*/
	.section-christmas-gift .bg-image { background-position: center right; }
	.section-christmas-gift .bg-image:before { content: '' ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .16); }
}

.motion-in-numbers { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.motion-in-numbers > .item { width: 33.33%; padding: 0 20px; margin-bottom: 40px; }
.motion-in-numbers > .item .icon { width: 100px; height: 100px; padding: 15px; display: flex;
	align-items: center; justify-content: center; background: #F6F9FF; margin-bottom: 30px; } 
.motion-in-numbers > .item .number { color: #296CFB; font-size: 30px; font-weight: 700; margin-bottom: 20px; }

@media (max-width: 900px) {
	.motion-in-numbers > .item { width: 50%; }
}

@media (max-width: 767px) {
	.motion-in-numbers > .item { width: 100%; }
}

.form-section { background: #F5F8FA; padding: 50px; display: flex; flex-wrap: wrap; }
.form-section .form-section-aside { width: 60%; }
.form-section .form-section-image { width: 40%; padding-left: 50px; }
.form-section .form-section-image .image { background-size: cover; background-position: center;
	width: 100%; height: 100%; }
.form-section .form-section-image img { width: 100%; }
.form-section .form-section-aside input { width: 100%; }
.form-section .form-section-aside textarea { width: 100%; }

@media (max-width: 900px) {
	.form-section .form-section-aside { width: 50%; }
	.form-section .form-section-image { width: 50%; }
}

@media (max-width: 767px) {
	.form-section {padding: 20px;  }
	.form-section .form-section-aside { width: 100%; }
	.form-section .form-section-image { display: none; }
}

/* section-landing-hire */

.header-landing { position: absolute; top: 0; left: 0; width: 100%; padding: 38px 0; z-index: 2; }
.header-landing .logo img { max-width: 88px; width: 100%; height: auto; }
.header-landing  .logo svg polygon { fill: #000; }
.header-landing  .logo svg path { fill: #000; }
.header-landing .shell { max-width: 1300px; } 
.section-landing-hire { background: rgba(41, 108, 251, 0.03); position: relative; height: 100vh; display: flex;  align-items: center;  font-size: 24px;  }
 
.section-landing-hire .landing-form { max-width: 600px; position: relative; }
.section-landing-hire .landing-form .wpcf7-response-output { position: absolute; top: 100%; left: 0; width: 100%; margin: 0; padding: 20px 0; border: 0; font-size: 16px; }
.section-landing-hire .landing-form .label { font-size: 18px; margin-bottom: 7px; }
.section-landing-hire .landing-form .wpcf7-form-control-wrap { display: inline-block; }
.section-landing-hire .landing-form .form-row { position: relative; margin-bottom: 30px; }
.section-landing-hire .landing-form .wpcf7-not-valid-tip {  position: absolute; top: 100%; left: 0; width: 100%; font-size: 14px; }
.section-landing-hire .landing-form .field { font-size: 18px; height: 50px; color: #000; }
.section-landing-hire .landing-form  p { margin-bottom: 0; } 
.section-landing-hire .shell { width: 100%; position: relative; display: flex; align-items: center; }
.section-landing-hire .section-title {  font-size: 34px; }
.section-landing-hire .section-content { width: 55%; padding-right: 30px; }
.section-landing-hire .section-image { width: 45%; padding-left: 30px; }
.section-landing-hire .section-image svg  { width: 100%; height: 100%; }
[class^='section-landing'] .shell { max-width: 1300px; }
[class^='section-landing'] .section-title { color: #000; } 

@media (max-width: 1024px) {
	.header-landing { padding: 20px 0; } 
}

@media (max-width: 1440px) {
	.section-landing-hire { height: auto; padding: 150px 0 100px; } 
}

@media (max-width: 900px) {
	.section-landing-hire { font-size: 18px; }
	.section-landing-hire .section-title { font-size: 28px; } 
}

@media (max-width: 660px) {
	.section-landing-hire { font-size: 16px; height: auto; padding: 120px 0 50px; }
	.section-landing-hire .section-title { font-size: 24px; line-height: 1.25; margin-bottom: 20px; }
	.section-landing-hire .section-content { width: 100%; line-height: 1.4; padding: 0; order: 2; }
	.section-landing-hire .section-image { display: none; width: 100%; order: 1; padding: 0; } 
	.section-landing-hire .section-image .image { max-width: 300px; margin: 0 auto 30px; }
	.section-landing-hire .shell { flex-wrap: wrap; }  
	
}

.section-landing-why { padding: 100px 0; position: relative; }
.section-landing-why .section-image { width: 50%; text-align: center; }
.section-landing-why .shell { display: flex; flex-wrap: wrap; align-items: center; }
.section-landing-why .section-image img { width: 100%; height: auto; max-width: 450px; } 
.section-landing-why .section-content { width: 50%; }

.list-landing-why li { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 25px; }
.list-landing-why li .icon { width: 90px; height: 90px; padding: 0; background: #F7FAFB;  display: flex;
	align-items: center; justify-content: center; }
.list-landing-why li > div { width: calc(100% - 90px); padding-left: 20px; }
.list-landing-why li > div strong { display: block; font-size: 20px; font-weight: 400; text-transform: uppercase; margin-bottom: 5px; }
.list-landing-why li .icon svg { width: 100%; height: 100%; }

@media (max-width: 767px) {
	.section-landing-why { padding: 50px 0; }
	.section-landing-why .section-image { display: none; }
	.section-landing-why .section-content { width: 100%; }

	.list-landing-why li  { align-items: flex-start; }
	.list-landing-why li .icon { width: 70px; height: 70px; }
	.list-landing-why li > div {   width: calc(100% - 70px); }
	.list-landing-why li > div strong { font-size: 18px; } 
}

body.page-template-landing-hire-dev .section-banner { margin-bottom: 0; }

/* section-landing-trusted */

.section-landing-trusted { background: #F8F9FF; padding: 100px 0; }
.section-landing-trusted .section-title { text-align: center; }

@media (max-width: 767px) {
	 
	.section-landing-trusted { padding: 50px 0; }
}

.section-landing-testimonials { padding: 50px 0 50px; } 

.footer-landing { background: #000; color: #fff; padding: 100px 0; }
.footer-landing .footer-landing-inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-landing .list-soc li { margin-bottom: 20px; }
.footer-landing .list-soc li:last-child { margin-bottom: 0px; }
.footer-landing .list-soc li svg { width: 25px; height: 25px; margin-right: 10px; }
.footer-landing .list-soc li a { text-decoration: none; display: flex; align-items: center; }
.footer-landing .bottom { width: 100%; margin-top: 20px; }

@media (max-width: 767px) {
	.footer-landing { padding: 50px 0; }
	.footer-landing .left { width: 100%; margin-bottom: 20px; order: 2; }
	.footer-landing .left p br { display: none; }
	.footer-landing .right { width: 100%; order: 1; margin-bottom: 25px; }
	.footer-landing .bottom {   order: 3; margin-top: 10px; }
}

.list-lading-partners .slide { height: 35px; text-align: center; padding: 0 25px; }
.list-lading-partners .slide img { height: 100%; width: auto; max-width: 120px; display: inline-block; }
.list-lading-partners .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 40px; }
.list-lading-partners .slick-dots > li { margin: 0 7px; height: 16px; }
.list-lading-partners .slick-dots > li.slick-active button { background: #000; }
.list-lading-partners .slick-dots button { width: 16px; height: 16px; display: block; border: 2px solid #000;
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

	.list-lading-partners { display: flex; flex-wrap: wrap; margin-bottom: -40px; justify-content: center; }
	.list-lading-partners li {  margin-bottom: 40px; }
@media (max-width: 480px) {
	.list-lading-partners .slide { padding: 0 10px; }
}

/* section-hire-dev-landing-form */

.section-hire-dev-landing-form { padding: 200px 0; position: relative; }
.section-hire-dev-landing-form .section-image { position: absolute; top: 50%; transform: translateY(-50%); right: -40%; width: 70%; z-index: 1; }
.section-hire-dev-landing-form .shell { max-width: 1300px; } 

.section-hire-dev-landing-form .section-inner { width: 90%; }

.landing-checkbox-skills { display: flex; flex-wrap: wrap; margin: 0 -10px; margin-bottom: -10px; } 
.landing-checkbox-skills > .wpcf7-list-item { padding: 10px; margin: 0; margin-bottom: 0px; text-align: center; }
.landing-checkbox-skills > .wpcf7-list-item > label { z-index: 1; min-width: 150px; user-select: none; cursor: pointer; position: relative; border-radius: 2px; box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3); display: block; padding: 20px; border-radius: 2px; font-weight: 400; }
.landing-checkbox-skills > .wpcf7-list-item > label input { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.landing-checkbox-skills > .wpcf7-list-item > label input + span:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: -1; border: 1px solid #fff; } 
.landing-checkbox-skills > .wpcf7-list-item > label input:checked + span:after {background: #F7F9FF; border: 1px solid #296CFB; } 


.form-landing-remote-dev-step-two { position: relative; } 
.form-landing-remote-dev-step-two p { margin-bottom: 0; }
.form-landing-remote-dev-step-two .form-section:nth-child(2) .form-title { max-width: 700px; }
.form-landing-remote-dev-step-two .field { max-width: 400px; }
.form-landing-remote-dev-step-two .form-section { position: absolute; top: 0; left: 0; width: 100%;
	opacity: 0; visibility: hidden; background: #fff; display: block; padding: 0; }
.form-landing-remote-dev-step-two .form-section.active { position: relative; opacity: 1; visibility: visible; }
.form-landing-remote-dev-step-two .form-title { text-transform: uppercase; margin-bottom: 20px; }
.form-landing-remote-dev-step-two .form-head  { padding-bottom: 30px; }
.form-landing-remote-dev-step-two .form-row { position: relative; margin-bottom: 40px; }  
.form-landing-remote-dev-step-two .form-next { margin-left: 10px; }
.form-landing-remote-dev-step-two .wpcf7-form-control-wrap { display: block; }
.form-landing-remote-dev-step-two .form-next:disabled { opacity: 0.7;  }
.form-landing-remote-dev-step-two .form-next:hover:disabled { background: #296CFB;  }

.section-hire-dev-landing-form .wpcf7-response-output { border: 1px solid #2561e0 !important; display: inline-block; } 
.form-landing-remote-dev-step-two .radios { display: flex; align-items: center; }
.form-landing-remote-dev-step-two .radios > span { font-weight: 500; }
.form-landing-remote-dev-step-two .radios .wpcf7-list-item { position: relative; }
.form-landing-remote-dev-step-two .radios .wpcf7-list-item label { cursor: pointer; padding: 10px; }
.landing-checkbox-skills > .wpcf7-list-item > label:hover  {  background: rgba(41, 108, 251, .25); }
.form-landing-remote-dev-step-two .radios .wpcf7-list-item input { position: absolute; top: 0; left: 0;
	opacity: 0; visibility: hidden; }
.form-landing-remote-dev-step-two .radios .wpcf7-list-item input:checked + span { position: relative; }
.form-landing-remote-dev-step-two .radios .wpcf7-list-item input:checked + span:before { position: absolute; top: 100%; left: 0; width: 100%; height: 2px; background: #296CFB; }

.form-landing-remote-dev-step-two .form-row .wpcf7-not-valid-tip { position: absolute; top: 100%; left: 0;
	width: 100%; font-size: 14px; font-weight: 300;
}
.form-landing-remote-dev-step-two span[data-name="your-email"] { display: none; } 
.form-landing-remote-dev-step-two span[data-name="your-name"] { display: none; } 

.form-landing-remote-dev-step-two input[value="DEVELOPERS"] + .wpcf7-list-item-label:before {
	content: ''; width: 60px; height: 60px; display: block; margin: 0 auto 10px; background-size: contain;
	background-image: url(../../../../uploads/2022/03/Group-21146.svg);
}
.form-landing-remote-dev-step-two input[value="DESIGNERS"] + .wpcf7-list-item-label:before {
	content: ''; width: 40px; height: 50px; display: block; margin: 5px auto 15px; background-size: contain;
	background-image: url(../../../../uploads/2022/03/Group-21150.svg);
}
.form-landing-remote-dev-step-two input[value="PRODUCT"] + .wpcf7-list-item-label:before {
	content: ''; width: 55px; background-repeat: no-repeat; height: 60px;
	background-image: url(../../../../uploads/2022/03/Group-21151.svg);
	display: block; margin: 0 auto 10px; background-size: contain;
}
.form-landing-remote-dev-step-two input[value="QA"] + .wpcf7-list-item-label:before {
	content: ''; width: 60px; height: 53px; display: block; margin: 5px auto 10px;
	background-image: url(../../../../uploads/2022/03/QA.svg);
	background-size: contain; background-repeat: no-repeat;
}
.form-landing-remote-dev-step-two input[value="DEVOPS"] + .wpcf7-list-item-label:before {
	content: ''; width: 60px; height: 60px;
	background-image: url(../../../../uploads/2022/03/Group-21812.svg);
	display: block; margin: 0 auto 10px; background-size: contain; background-repeat: no-repeat;
}
.form-landing-remote-dev-step-two input[value="SECURITY"] + .wpcf7-list-item-label:before {
	content: ''; width: 45px; height: 60px;
	background-image: url(../../../../uploads/2022/03/Group-21665.svg);
	display: block; margin: 0 auto 10px; background-size: contain; background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.section-hire-dev-landing-form .section-image { display: none; }
	.section-hire-dev-landing-form .section-inner { width: 100%; }
	.section-hire-dev-landing-form { padding: 150px 0; }
	.form-landing-remote-dev-step-two .radios { display: block; }
	.form-landing-remote-dev-step-two .radios > span { display: block; }
	.form-landing-remote-dev-step-two .radios .wpcf7-list-item:first-child { margin-left: 0px; }
	.form-landing-remote-dev-step-two .radios .wpcf7-form-control-wrap { margin-left: -5px; }
	.landing-checkbox-skills > .wpcf7-list-item > label { font-size: 13px; }
	
	.form-landing-remote-dev-step-two input[value="DEVELOPERS"] + .wpcf7-list-item-label:before {
		 width: 40px; height: 40px; margin: 0 auto 10px;  
	}
	.form-landing-remote-dev-step-two input[value="DESIGNERS"] + .wpcf7-list-item-label:before {
		 width: 30px; height: 40px; display: block; margin: 0px auto 10px; background-size: contain; 
	}
	.form-landing-remote-dev-step-two input[value="PRODUCT"] + .wpcf7-list-item-label:before {
		 width: 45px; height: 50px; margin: 0 auto ; 
	}
	.form-landing-remote-dev-step-two input[value="QA"] + .wpcf7-list-item-label:before {
		 width: 45px; height: 45px; display: block; margin: 0px auto 5px; 
	}
	.form-landing-remote-dev-step-two input[value="DEVOPS"] + .wpcf7-list-item-label:before {
		 width: 40px; height: 40px; 
	}
	.form-landing-remote-dev-step-two input[value="SECURITY"] + .wpcf7-list-item-label:before {
		 width: 35px; height: 50px; margin: 0 auto 0px; 
	}
}

@media (max-width: 600px) {
	.landing-checkbox-skills > .wpcf7-list-item { width: 50%; } 
	.landing-checkbox-skills > .wpcf7-list-item > label { min-width: 100px; }
	.form-landing-remote-dev-step-two .form-title { font-size: 24px; }
	.form-landing-remote-dev-step-two .field { height: 50px; }
}

/* section-hire-dev-landing-calendar */

.section-hire-dev-landing-calendar { min-height: 100vh; padding: 100px 0; display: flex; align-items: center; position: relative; z-index: 10; }
.section-hire-dev-landing-calendar .shell { width: 100%; }
.section-hire-dev-landing-calendar .calendly-inline-widget { height: 700px; margin-top: -50px; }


/* header-landing-remote */

body.page-template-remote-work-platform { background: #FAFAFA; }
body.page-template-remote-work-platform .shell { max-width: 1600px; }
body.page-template-remote-work-platform .btn-second { background: #0D37C9; transform: skew(0deg); font-weight: 400; font-size: 16px; color: #fff; border-radius: 3px; }
body.page-template-remote-work-platform .btn-second:hover { background: #1951ca; }

.header-landing-remote { padding: 30px 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 1; }
.header-landing-remote .shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.header-landing-remote .list-header-links { display: flex; flex-wrap: wrap; align-items: center; }
.header-landing-remote .list-header-links li { margin-left: 30px; }
.header-landing-remote .list-header-links a { display: inline-block; text-decoration: none; padding: 5px 0; font-weight: 500; position: relative; color: #7E7E7E; transition: all .3s; }
.header-landing-remote .list-header-links a:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 2px; background: #0D37C9; opacity: 0; transition: all .3s; }
.header-landing-remote .list-header-links a:hover { color: #0D37C9; }
.header-landing-remote .list-header-links a:hover:before { opacity: 1; }

@media (max-width: 1200px) {
	.header-landing-remote .logo img { width: 100px; height: auto; } 
}

@media (max-width: 1200px) {
	.section-hire-dev-landing-calendar .calendly-inline-widget { height: 900px; }
}


@media (max-width: 767px) {
	.section-hire-dev-landing-calendar .calendly-inline-widget { height: 700px; }
	.header-landing-remote .logo img { width: 80px; height: auto; } 
	
	.header-landing-remote .list-header-links a { font-size: 15px; }
	.header-landing-remote .list-header-links li { margin-left: 15px; }
}

@media (max-width: 580px) {
	.header-landing-remote .logo img { width: 80px; height: auto; } 
	
	.header-landing-remote .list-header-links  { display: block; text-align: right; }
	.header-landing-remote .list-header-links li { margin-left: 0px;   }
	.header-landing-remote .list-header-links li a:before { display: none; }
}

/* section-hero-landing-remote */

.section-hero-landing-remote { background: #EEEFFC; margin-bottom: 100px; }
.section-hero-landing-remote .section-content {
	height: 100vh; min-height: 700px; display: flex; flex-wrap: wrap; align-items: center; margin: 0 -40px; }
.section-hero-landing-remote .section-aside { width: 50%; padding: 0 40px;  }
.section-hero-landing-remote .section-title {  font-size: 40px;  }
.section-hero-landing-remote .section-logos { padding-bottom: 100px; }
.section-hero-landing-remote .section-image { width: 50%; padding: 0 40px; }
.section-hero-landing-remote .list-logos li { height: 65px;  text-align: center; padding: 10px; }
.section-hero-landing-remote .list-logos li img { height: 100%; width: auto; display: inline-block; }
.section-hero-landing-remote .list-logos li img.deloitte { height: 35px; position: relative; top: 7px; }
.section-hero-landing-remote .list-logos li img.google {   position: relative; top: 7px; }
.section-hero-landing-remote .list-logos li img.kindred {   position: relative; top: -4px; }

.section-hero-landing-remote .list-logos .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 20px; }
.section-hero-landing-remote .list-logos .slick-dots > li { margin: 0 5px; height: 16px; padding: 0; }
.section-hero-landing-remote .list-logos .slick-dots > li.slick-active button { background: #000; }
.section-hero-landing-remote .list-logos .slick-dots button { width: 14px; height: 14px; display: block; border: 2px solid #000;
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

@media (max-width: 1024px) {
	.section-hero-landing-remote .section-title {  font-size: 35px;  }
	
}

@media (max-width: 767px) {
	.section-hero-landing-remote {  margin-bottom: 50px; }
	.section-hero-landing-remote .section-logos { padding-bottom: 50px; }

	.section-hero-landing-remote .section-aside { width: 100%; position: relative; z-index: 1;  }
	.section-hero-landing-remote .section-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0.4; }
	.section-hero-landing-remote .section-content { position: relative; height: auto; min-height: 100px; padding: 200px 0 100px; }
}

/* section-lading-remote-image-text */

.section-lading-remote-image-text { padding: 0px 0 100px; }
.section-lading-remote-image-text .shell { display: flex; flex-wrap: wrap; align-items: center; }
.section-lading-remote-image-text .section-content { width: 50%; padding-right: 20px; }
.section-lading-remote-image-text .section-content > * { max-width: 500px; }
.section-lading-remote-image-text .section-image { width: 50%; padding-left: 20px; }
.section-lading-remote-image-text .list-steps li { padding-left: 30px; margin-bottom: 50px; position: relative; }
.section-lading-remote-image-text .list-steps li:before { content: ''; width: 18px;height: 18px; background: #16D696; position: absolute; top: 2px; left: 0; border-radius: 3px; }
.section-lading-remote-image-text .list-steps li:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
	.section-lading-remote-image-text .section-title { font-size: 30px; }
	.section-landing-remote-slider-testimoanials .section-title { font-size: 30px; }
	.section-lading-remote-position .section-title { font-size: 30px; }
	.section-lading-remote-image-text { padding:  0 0 50px; }
	.section-lading-remote-image-text .section-content { width: 100%; padding-right: 0px; margin-bottom: 40px; } 
	.section-lading-remote-image-text .section-image { width: 100%; padding-left: 0px; } 
}


/* section-landing-remote-banner */

.section-landing-remote-banner { background-size: cover; background-repeat: no-repeat; background-position: center; padding: 100px 0; text-align: center; color: #fff; background-color: #29325B; }
.section-landing-remote-banner .section-title { color: #fff; }

/* section-landing-remote-slider-testimoanials */

.section-landing-remote-slider-testimoanials { padding: 100px 0; }

@media (max-width: 767px) { 
	.section-landing-remote-slider-testimoanials { padding: 50px 0; }
}

 
.slider-landing-remote-testimonials  { margin: 0 -20px; }
.slider-landing-remote-testimonials .slide  { padding: 0 20px; height: 100%; } 
.slider-landing-remote-testimonials .slick-track { display: flex;  }
.slider-landing-remote-testimonials .slick-slide { height: auto; }
.slider-landing-remote-testimonials .slick-slide > div  { height: 100%; }
.slider-landing-remote-testimonials .slick-track::before { display: none; }
.slider-landing-remote-testimonials .slick-track::after { display: none; }
.slider-landing-remote-testimonials .slide > div { position: relative; background: #EEEFFC; height: 100%; padding: 40px; }
.slider-landing-remote-testimonials .slide .image { width: 80px; height: 80px; border-radius: 50%; display: block; background-color: #333; margin-bottom: 20px; background-size: cover; background-position: center; } 
.slider-landing-remote-testimonials .slide .name { font-size: 25px; font-weight: 600; margin-bottom: 0; }
.slider-landing-remote-testimonials .slide .icon-location { position: absolute; top: 30px; right: 30px; }
.slider-landing-remote-testimonials .slide .position { font-size: 15px; text-transform: uppercase; margin-bottom: 20px; }
.slider-landing-remote-testimonials .slide .text { font-size: 18px; }
.slider-landing-remote-testimonials .slick-dots { display: flex; justify-content: center; list-style: none; padding-top: 20px; }
.slider-landing-remote-testimonials .slick-dots > li { margin: 0 5px; height: 16px; padding: 0; }
.slider-landing-remote-testimonials .slick-dots > li.slick-active button { background: #000; }
.slider-landing-remote-testimonials .slick-dots button { width: 14px; height: 14px; display: block; border: 2px solid #000;
	border-radius: 50%; background: rgba(0, 0, 0, 0); font-size: 0; line-height: 0; }

/* section-lading-remote-position */

.section-lading-remote-position { padding: 100px 0; }
.section-lading-remote-position .open-position .icon-logo { padding: 10px; width: 150px; display: flex; align-items: center; justify-content: center; }
.section-lading-remote-position .open-position .icon-logo img  { max-width: 80px; }
.section-lading-remote-position .open-position .job-title {  padding: 10px; min-height: 150px; }

@media (max-width: 767px) { 
	.section-lading-remote-position{ padding: 50px 0; }
}