body{
	margin: 0;
	color: #000;
	font: 16px/26px 'proxima-soft', sans-serif;
	background: #fff;
	min-width: 320px;
}
img{border-style: none;}
a{
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover{text-decoration: underline;}
input,
textarea,
select{
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}
input[type="search"]{-webkit-appearance: textfield;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline: none;}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
q{quotes: none;}
q:before{content: ''}
q:after{content: ''}
article,
aside,
footer,
header,
nav,
section{display: block;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.visible-xs{display:none !important;}
.visible-xs-inline-block{display:none !important;}
.visible-sm{display:none !important;}
.visible-sm-inline-block{display:none !important;}
/* headings */
h1{
	font-size: 33px;
	line-height: 28px;
	margin: 0 0 15px;
}
h2{
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 15px;
}
h3{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px;
}
h4{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}
h5{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
h6{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px;
}
/* headings */
/* wrapper */
#wrapper{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
/* end wrapper */
/* container */
.container{
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}
.container:after{
	content: '';
	display: block;
	clear: both;
}
/* container */
/* buttons */
.btn{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	position: relative;
	font: 500 18px/29px 'proxima-soft';
	text-transform: uppercase;
	padding: 13px 20px;
	border: 0;
	border-radius: 500px;
	text-decoration: none;
	min-width: 252px;
	/*! -webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, .18); */
	/*! box-shadow: 2px 2px 11px rgba(0, 0, 0, .18); */
}
.btn:hover{text-decoration: none;}
.btn-primary{
	background: #fc7856;
	color: #fff;
}
.btn-primary:hover{
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 11px rgba(0, 0, 0, .3);
}
.btn-info{
	background: #4388cc;
	color: #fff;
	font: 16px/20px 'Open Sans', sans-serif;
	padding: 14px 20px 15px;
	text-transform: none;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.btn-info:hover{background: #356ca4;}
/* end buttons */
/* header */
#header{
	position: relative;
	z-index: 100;
	/* padding: 25px 0; */
	transition: all .3s;
	height: 0;
}
.flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	overflow: visible;
	-webkit-justify-content: center;
	justify-content: center;
}

#header .holder {
	width: 1260px;
	margin: 0 auto;
	padding: 15px 0 0;
}
#header .flex {
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}
#header .logo {
	background: url(../images/rosen_logo_mobile_white.png);
	background-repeat: no-repeat;
	background-position: -300px;
	background-size: contain;
}
#header .logo img {
	display: block;
	opacity: 1;
	transition: opacity .3s;
	height:	45px;
}
#header .former-name {
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 15px;
	line-height: 1;
	align-self: flex-end;
	-webkit-align-self: flex-end;
	flex: 1 1 auto;
	margin-left: 20px;
}
/*Language switcher */
#top-lang-nav {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	position: relative;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
}
#top-lang-nav-iibs a {
	background: none !important;
}
#top-lang-nav > a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 6px;
	margin-bottom: 2px;
	margin-left: 10px;
	background: url(../images/iibs-eteacher-sprite.png) no-repeat 0 -30px;
}
#top-lang-nav.opened > a::after {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
#top-lang-nav .lang-list {
	display: none;
	position: absolute;
	right: 0;
	width: 175px;
	box-sizing: border-box;
	padding: 24px 30px;
	background: #fff;
	margin-top:30px;
}
#top-lang-nav .lang-list ul {
	padding: 0;
	margin: 0;
	position: static;
	box-shadow: none;
	width: auto;
	list-style: none;
	text-align: center;
}
#top-lang-nav .lang-list::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 17px;
	top: -9px;
	opacity: 1;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	transition: top .25s, opacity .05s .25s;
}
#top-lang-nav .lang-list ul li{
	padding: 0;
	margin:0;
}
#top-lang-nav .lang-list li a {
	font-size: 15px !important;
	text-decoration: none !important;
	color: #030303 !important;
	background: none !important;
	display: inline-block;
	padding:0;
}
#top-lang-nav .lang-list li.active-lang a, #top-lang-nav .lang-list li a:hover{
	font-weight: 600;
}
#top-lang-nav ul li:hover {
	background-color: transparent !important;
}
#top-lang-nav .lang-list li a .flag {
	margin-right: 8px;
}
#top-lang-nav .lang-list li a .flag + span {
	display: inline-block;
	width: 90px;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
#statistic-header-wrap {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 30px;
	text-align: right;
	display: none;
}
.statistic-info{
	list-style: none;
	margin: 0;
	padding: 0;
}
.statistic-info > li{
	display: inline-block;
	vertical-align: top;
}
.statistic-info > li + li{padding: 0 0 0 11px;}
.statistic-info .number{
	display: inline-block;
	vertical-align: top;
	color: #ff7609;
	font: 24px/41px "Open Sans", sans-serif;
	padding: 0 6px 0 0;
	margin: -10px 0 0;
	letter-spacing: -2px;
}
.statistic-info .box{
	display: inline-block;
	vertical-align: top;
	color: #949393;
	font: 8px/13px 'VistaSlabOTRegular', 'Times New Roman', Times, serif;
}
.statistic-info .title{
	display: block;
	color: #000;
	margin: 0 0 -2px;
	text-transform: uppercase;
	font: 9px/13px 'VistaSlabOTBold', 'Times New Roman', Times, serif;
}
.statistic-info p{margin: 0;}

/* end header */
/* intro-section */
.intro-section {
	position: relative;
	z-index: 20;
	background: #f4f2e6 url(../images/BIB_angel_4.jpg) no-repeat 100% 0;
	min-height: 440px;
}
.intro-section .mobile-image {
	display: none;
}
.intro-section .container {
	max-width: unset;
	width: 50%;
	text-align: right;
	padding: 15px 90px 15px 0;
	position: absolute;
	left: 0;
	bottom: 20px;
	background: rgba(28, 131, 233, 0.8);	
}
.intro-section .block {
	text-align: left;
	display: inline-block;
}
.intro-section .block .holder-text {
	color: #fff;
	font-size: 26px;
	line-height: 1.2;
	z-index: 30;
}

.intro-section .block h1 {
	font: 33px/38px 'Suez One';
	margin: 0 0 5px;
}
.intro-section .block p {
	margin: 0;
	word-spacing: -2px;
	font-size: 23px;
	line-height: 30px;
}
/* request-form */
.request-form {
	position: static;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	margin-top: -40px;
	width: 331px;
	color: #242424;
	/*! font: 18px/22px 'VistaSlabOTRegular', 'Times New Roman', Times, serif; */
	z-index: 1010;
}
.request-form.bottom {
	position: static;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
.request-form {
	z-index: 20;
	padding: 23px 24px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3.92px 0.08px rgba(58, 58, 58, 0.39);
	box-shadow: 0px 1px 3.92px 0.08px rgba(58, 58, 58, 0.39);
	border-top: 5px solid #fc7856;
}

.request-form h2{
    color: #1c3657;
    font: 24px/30px 'Suez One';
    text-align: center;
    margin: 0px 0 40px;
}
.request-form p{
	margin: 0 0 17px;
	text-align: center;
}
.request-form .cols{position: relative;}
.request-form .cols > .col{position: relative;}
.request-form .form-control{
	width: 100%;
	height: 37px;
	display: block;
	font: 14px 'Open Sans', sans-serif;
	border: solid 1px #d7d7d7;
	background: #fff;
	text-transform: capitalize;
	color: #555;
	padding: 2px 17px;
	margin: 0 0 19px;
	border-radius: 0 !important;
	-webkit-appearance: none;
}
.request-form .input-box:before{
	content: '*';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	margin: 12px 0 0 5px;
	font: 700 14px/18px 'Open Sans', sans-serif;
	color: #b60906;
}
.request-form .form-control::-moz-placeholder{
	color: #555;
	opacity: 1;
}
.request-form .form-control:-ms-input-placeholder{color: #555;}
.request-form .form-control::-webkit-input-placeholder{color: #555;}
.request-form .phone-input{
	border: solid 1px #d7d7d7;
	background: #fff;
	height: 37px;
	padding: 2px 17px;
}

.request-form .phone-input .selectedCountry {
	overflow: hidden;
	width: 20px;
	margin: 0px 5px 0 0;
	display: inline-block;
}
.request-form .country_list {
	float: left;
	position: relative;
	/*! border: none !important; */
	background-color: transparent !important;
	margin: 6px 6px 0 0;
}
.country_list input::after {
	content: '';
	display: block;
	clear: both;
}
.request-form .phone-input .showAllCountries {
	display: block;
}
.request-form .phone-input .showAllCountries .triple {
	width: 40px;
	color: #ffa23f;
	font: italic 600 16px 'Open Sans', sans-serif;
	padding: 0;
	background: none;
	border: 0;
	line-height: 1;
}
.request-form .phone-input .phone-number {
	overflow: hidden;
}
.request-form .phone-input .form-control{
	height: 31px;
	padding: 0;
	background: none;
	border: 0;
	margin: 0;
}
.request-form .input-box,
.request-form .phone-box {
	position: relative;
}
.request-form .input-box + .input-box{margin-top: 19px;}
.request-form .countrySelection {
   background: #fff;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 36px;
	border: solid 1px #d7d7d7;
	border-top:none;
	display: none;
	z-index: 3000;
}
.request-form .countrySelection input {
	border: none
}
.request-form .countrySelection ul {
  padding:0;
  margin: 0;
  list-style: none;
  height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.request-form .countrySelection hr {
	border: 1 solid #fff;
	margin-top: 0;
}
.request-form .countrySelection li {
  padding-bottom: 10px;
  color: #555;
  font-size: 16px !important;
  line-height: 1em !important;
  padding: 10px;
  position: relative;
}
.request-form .countrySelection li span {
	display: inline-block;
	margin-right: 10px;
}
.request-form .tooltip {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 12px;
	color: #990000;
	padding-left: 20px;
	text-align: right;
	display: block;
}
.request-form .btn-row{
	text-align: center;
	z-index: 20;
	padding-top: 30px;
	width: 100%;
}

#form-section {
	/*! background: #2c614c; */
	/*! padding: 40px 0 60px; */
	display: none;
	border: 0px solid transparent;
}
#form-section .request-form {
	margin: 0 auto;
	width: 920px;
	text-align: center;
	background: transparent;
	border-top: 0;
	box-shadow: none;
	padding: 0;
}
#form-section .request-form .holder {
	border-top: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	width: 636px;
	margin: 0 auto;
	display: block;
}
#form-section .request-form h2 {
    color: #fff;
	font-weight: 400;
	font-size: 30px;
    text-align: center;
    margin: 50px 0 40px;
    text-transform: unset;
}
#form-section .request-form .cols {
	display: flex;
	display: -webkit-flex;
	justify-content: space-evenly;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}
#form-section .request-form .cols .col {
	width: 310px;
}
#form-section .request-form .form-control,
#form-section .request-form .phone-input{
	padding-left: 23px;
}
#form-section .request-form .input-box:before{
	content: '*';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	font: 700 14px/18px 'Open Sans', sans-serif;
	color: #b60906;
}
#form-section .request-form .tooltip {
	color: #fff;
}
#form-section .request-form .btn-row {
	padding-top: 0;
}
#form-section .request-form .btn-row .btn-primary {
	font: 600 20px/1 'Open Sans';
	padding: 20px;
	min-width: 309px !important;
	width: auto !important;
}
#form-section .request-form .formClose_btn {
	display: block;
	color: #fff;
	text-align: right;
	/*! margin-top: 10px; */
	font-size: 40px;
	font-family: 'Open Sans';
	font-weight: 400;
	cursor: pointer;
}
#form-section .request-form .formClose_btn span {
	display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end intro-section */
/* base-info */
.base-info {
	padding-top: 34px;
	padding-bottom: 7px;
	/* margin-top: -590px; */
}
.base-info .container {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1126px;
}
.base-info .col-01 {
	-webkit-flex: 0 1 60%;
	flex: 0 1 60%;
}
.base-info .col-02 {
	float: right;
	width: 330px;
	padding-top: 190px;
	margin: 0 -445px 0 115px;
}
/* descr-list */
.descr-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.descr-list > li {
	padding: 0 0 50px 110px;
}
.descr-list > li:after {
	content: '';
	display: block;
	clear: both;
}
.descr-list .img {
	float: left;
	margin: 0 10px 0 -110px;
	padding-top: 4px;
	width: 100px;
}
.descr-list .img img {
	vertical-align: top;
	max-width: 85%;
}
.descr-list h3 {
	/*! font: 18px/19px 'VistaSlabOTMedium', 'Times New Roman', serif; */
	/*! text-transform: uppercase; */
	margin: 0 0 10px;
}
.descr-list p {margin: 0 0 10px;}
/* industry-box */
.industry-box {
	padding: 20px 24px 17px;
	margin-bottom: 20px;
	background: #fff;
	color: #696969;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0, .12);
	box-shadow: 0 1px 15px 0 rgba(0,0,0, .12);
}
.industry-box p {margin: 0 0 10px;}
.industry-box h3 {
	font: 24px/27px 'VistaSlabOTBold', 'Times New Roman', serif;
	color: #000;
	margin: 0 0 8px;
}
.industry-box h2 {
	font: 25px/23px 'VistaSlabOTLight', 'Times New Roman', serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.industry-box h2 strong {
	/* color: #ff7b20; */
	font-weight: 400;
	font-family: 'VistaSlabOTBlack', 'Times New Roman', serif;
}
.industry-box .str {display: block;}
.industry-box .head {
	position: relative;
	padding-bottom: 19px;
	margin: 0 -10px 29px;
	color: #262626;
}
.industry-box .head:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	height: 2px;
	background: #ccc;
}
.industry-box .head h2 {margin-bottom: 0;}
/* testimonials-section */
.testimonials-section{background: #fff url(../images/bg-block-03.png) repeat;}
.testimonials-section .container{
	max-width: 742px;
	padding-top: 49px;
	padding-bottom: 58px;
}
.testimonials-slideshow{position: relative;}
.testimonials-slideshow .slick-slide:focus{outline: none;}
.testimonial{
	position: relative;
	padding: 22px 0 51px 203px;
}
.testimonial .photo{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 168px;
	overflow: hidden;
}
.testimonial .photo img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.testimonial blockquote{
	margin: 0;
	color: #000;
}
.testimonial blockquote q{
	display: block;
	font-size: 19px;
	line-height: 29px;
	padding: 0 0 7px;
}
.testimonial blockquote q:before{content: '“'}
.testimonial blockquote q:after{content: '”'}
.testimonial blockquote cite{
	display: block;
	font: 16px/20px 'VistaSlabOTBold', 'Times New Roman', Times, serif;
}
.slick-dots{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 0 4px;
}
.slick-dots button{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #1c83e9;
	background: #1c83e9;
	box-shadow: 0px 0px 4.75px 0.25px rgba(58, 58, 58, 0.71);
}
.slick-dots button:hover,
.slick-dots .slick-active button{background: #fff;}
.slick-dots button:focus{outline: none;}
/* end testimonials-section */
/* how-works */
.how-works{
	text-align: center;
	background: url(../images/rosen_big_wave_background.png);
	background-size: cover;
}
.how-works .container{
	padding-top: 90px;
	padding-bottom: 110px;
	max-width: 1114px;
}
.info-box {
	position: relative;
	font-size: 0;
	line-height: 0;
	box-shadow: 1px -4px 24px 0px rgba(86, 64, 23, 0.14);
	padding: 10px;
	background: #fff;
}
.about-list div{
	padding: 0 30px;
}
.info-box .about-list{
	border: 1px solid #0081ff;
	padding: 20px;
	margin: 0;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.about-list .img{
	position: relative;
	margin: 0 0 10px;
	text-align: center;
}
.about-list .img img{
	margin: 0 auto;
}
.about-list h3{
	color: #000;
	margin: 0 0 1px;
	font: 18px/22px 'Suez One';
}
.about-list h3 a{color: #000;}
.about-list h3 a:hover{
	text-decoration: none;
	color: #ff770a;
}
.about-list p{margin: 0;font-size: 15px;line-height: 22px;}
/* end how-works */

/* footer */
#footer{
	text-align: center;
	background: #001932;
	color: #959595;
	/*! font-size: 14px; */
	line-height: 30px;
}
#footer .container{
	padding-top: 40px;
	padding-bottom: 130px;
	max-width: 1310px;
	position: relative;
}
#footer .container {
	border-top: 1px solid rgba(255,255,255,0.5);
}
#footer p{margin: 0 0 6px;}
#footer nav{
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
}
#footer nav > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer nav > ul > li{
	display: inline-block;
	vertical-align: top;
	font: 14px/18px 'Open Sans', sans-serif;
	position: relative;
}
#footer nav > ul > li + li{padding: 0 0 0 14px;}
#footer nav > ul > li + li:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 1px;
	height: 14px;
	background: #d2d2d3;
	margin: 2px 0 0 6px;
}
#footer nav > ul > li > a{color: #fff;}
#footer nav > ul > li > a:hover{
	text-decoration: none;
	color: #ff8715;
}

#footer .services {
	padding-top: 40px;
}
#footer .services h3 {
	font: 500 20px/30px "proxima-soft", sans-serif;
	color: #ffffff;
}
#footer .services ul, #footer .services li {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-left: 0;
}

#footer .services li {
	margin: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	width: 160px;
	color: #ffffff;
}
#footer .services .ed-image {
	margin-right: 10px;
}
#footer .services .ime-title, #footer .services .imfa-title {
	display: block;
}

#footer .services .ime-title, #footer .services .imfa-title {
	display: block;
	margin-top: -10px;
}
#footer .copyright a {
	color: #959595;
}
/* end footer */
/* btn-totop */
.btn-totop{
	position: fixed;
	z-index: 90;
	top: 50%;
	right: 0;
	margin: -38px 0 0;
	width: 62px;
	height: 75px;
	border: solid #989798;
	border-width: 3px 0 3px 3px;
	border-radius: 7px 0 0 7px;
	background: #d7d7d7;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0;
}
.scrolled .btn-totop{opacity: 1;}
.btn-totop:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 26px;
	background: url(../images/arrow-up-gray-01.png) no-repeat;
	background-size: 30px 26px;
	margin: -13px 0 0 -15px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.btn-totop:hover:before{margin-top: -15px;}
.visible-md{display:none !important;}
/* end btn-totop */

/*----------------------------------------------------------------*/
/*-------- SLIDER SECTION --------*/
#slider {
	padding: 60px 0;
}
#slider .slider-container {
	width: 1064px;
	margin: 0 auto;
}
#slider .slick-track {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#slider h2 {
	text-align: center;
	font: 400 33px/1 'Suez One';
	margin: 0px 15px 15px;
	
}
#slider blockquote p {
	font-size: 18px;
	color: #000;
	padding: 20px 20px 10px;
	text-align: left;
}
#slider blockquote footer {
	text-align: right;
	padding-right: 20px;
}
#slider .item-wrap img {
		max-width:126px;
}

#slider .slider-container .item-wrap {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: ;
	-webkit-align-items: center;
	flex-direction: row;
	align-items: center;
}

/*---------HUJI UNI STRIP--------*/
#huji-strip .site-width-1024 {
    width: 1180px;
}

#huji-strip {
	padding: 30px 0;
}

#huji-strip .holder {
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    overflow: visible;
	margin: 0 auto;
	box-shadow: 0px 2px 7.7px 2.3px rgba(179, 179, 179, 0.4);
	padding: 20px 30px;
}
.huji-text,
.huji-image {
	flex: 0 1 auto;
}
.huji-image img {
	width: auto;
}

.huji-text, .cta-text { 
	display: block !important; 
	font-size: 18px;
}
.huji-text h3 {
	font:600 32px/37px 'proxima-soft';
	color: #040504;
	margin: 30px 0 20px
}
.huji-text h3 strong {
	display: block;
	font: 400 32px/37px 'Suez One';
	color: #1c83e9;
}

	
/*---------END UNI HUJI--------*/ 


/* Section Test CTA  */

#cta-strip {
	background: #1c3657;
	color: #fff;
	margin: 0px auto;
	padding: 0;
}

#cta-strip .holder {
	max-width: 650px;
	border: 0px solid transparent;
}

#cta-strip .holder {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: visible;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

#cta-strip h3 {
	font: 600 40px/1 'proxima-soft';
	padding-bottom: 20px;
	max-width: 500px;
	margin: 10px auto 0;
}
#cta-strip h3 strong {
	display: block;
	font: 400 40px/46px 'Suez One';
}

#cta-strip p {
	max-width: 600px;
	margin: 10px auto 20px;
	line-height: 1.3;
}
#cta-strip .cta-text {
	border: 0px solid transparent;
	margin-bottom: 0;
}

#last-cta,
#form-section .request-form .btn-row .btn-primary {
	border-radius: 0;
	/*! box-shadow: 0 4px 0 #860202; */
	font-size: 20px;
	/*! font-weight: 600; */
	/*! letter-spacing: 1px; */
	margin: 40px auto 0;
	max-width: 309px;
	padding-bottom: 14px;
	padding-top: 14px;
	background: #fc7856 none repeat scroll 0 0 !important;
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	border-radius: 500px;
}

.huji-box {
	padding: 30px 0 30px !important;
	font-size: 15px;
	line-height: 1.2;
}


/*----------------------------------------------------------------*/
/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	margin: 0 0 19px;
	height: 37px;
	width: auto !important;
	background: #fff;
	border: solid 1px #d7d7d7;
	cursor: pointer;
	text-align: left;
}
.select-area.select-active{border-bottom: 0;}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
.select-area .select-opener:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin: -4px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4.5px 0;
	border-color: #ff9019 transparent transparent transparent;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-active .select-opener:before{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	display: block;
	color: #555;
	padding: 8px 0 8px 17px;
	z-index: 2;
	font: 14px/19px 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 45px 0 0;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-active .center{
	color: #9f9f9f;
	padding-left: 23px;
}
.select-area .center:before{
	content: '*';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	color: #ffa23f;
	-webkit-transition: all .3s;
			transition: all .3s;
	font-weight: 700;
	margin: 6px 0 0 12px;
	opacity: 0;
}
.select-area.select-active .center:before{opacity: 1;}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	position: absolute;
}
.select-options .drop-holder {
	background: rgba(255, 255, 255, .9);
	overflow:hidden;
	position:relative;
	border: solid #d7d7d7;
	border-width: 0 1px 1px;
}
.select-options div.drop-list {width: 100%;}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0 5px 6px;
	margin: 0;
	position:relative;
	z-index:2;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
	font: 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.select-options ul a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 1px 15px 1px 38px;
	color: #565656;
}
.select-options .item-selected a {
	text-decoration: none;
	color: #ffa23f;
}
.select-options ul a:hover {text-decoration: none;}
.select-options ul a:focus {outline: none;}

.btn-holder {
	display: none;
}
@media only screen and (max-width: 1400px) {
	.intro-section .container {
	max-width: unset;
	width: auto;
	padding-left: 15px;
  }
}
@media only screen and (max-width: 1259px) {
	/* buttons */
	.btn{
		font-size: 24px;
		line-height: 30px;
		padding: 11px 20px;
		min-width: 250px;
	}
	/* end buttons */
	/* header */
	#header .holder {
		max-width: 100%;
		width: auto;
	}
	#header .container{padding: 11px 23px 10px;}
	#header .logo{
		/* width: 45px; */
		/* height: 41px; */
		/* background-size: 45px 41px; */
		margin: 5px 0px 0 20px;
	}
	#header .block{padding: 11px 5px 0 15px;}
	#top-lang-nav {
		margin-right: 20px;
	}
	/* end header */

	.visible-md{display: block !important;}
	/* testimonials-section */
	.testimonials-section .container{
		max-width: 742px;
		padding-top: 49px;
		padding-bottom: 60px;
	}
	.testimonial{padding: 22px 0 51px 203px;}
	/* end testimonials-section */
	/* how-works */
	
	.about-list{margin: 0 -25px;}
	.about-list > li{
		padding: 20px 25px 37px;
		width: 50%;
		font-size: 13px;
		line-height: 18px;
	}
	.about-list .img{
		margin: 0 0 13px;
		/*! height: 66px; */
	}
	.about-list .img img{max-height: 86%;}
	.about-list h3{
		margin: 0;
		font-size: 16px;
		line-height: 20px;
	}
	/* end how-works */
	/* learning-info */
	.learning-info{
		border-top: solid 1px #d9d9d9;
		font-size: 26px;
		line-height: 31px;
		position: relative;
	}
	.learning-info:before{
		content: '';
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: rgb(245,245,245);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
	}
	.learning-info .container{
		padding-top: 59px;
		padding-bottom: 69px;
		max-width: 660px;
		position: relative;
		z-index: 20;
	}
	.learning-info h2{
		margin: 0 0 10px;
		font-size: 44px;
		line-height: 48px;
		padding: 0;
	}
	.learning-info h2::before{display: none;}
	.learning-info h3{
		margin: 0 0 13px;
		font-size: 12px;
		line-height: 16px;
	}
	.customers-logos{padding: 0 0 21px;}
	.customers-logos li + li{margin: 0 0 0 28px;}
	.customers-logos .logo-intel{width: 85px;}
	.customers-logos .logo-microsoft{width: 167px;}
	.customers-logos .logo-ibm{width: 93px;}
	/* end learning-info */
	/* countdown-section */
	.countdown-section{display: none;}
	/* end countdown-section */
	/* footer */
	#footer{
		font-size: 15px;
		line-height: 19px;
	}
	#footer .container{
		padding-top: 36px;
		padding-bottom: 45px;
	}
	#footer .container:before{display: none;}
	#footer p{margin: 0 0 25px;}
	#footer nav > ul > li{
		font-size: 14px;
		line-height: 18px;
	}
	#footer nav > ul > li + li{padding: 0 0 0 48px;}
	#footer nav > ul > li + li:before{margin: 3px 0 0 24px;}
	/* end footer */
}
@media only screen and (max-width: 1199px) {
	/* intro-section */
	.intro-section {
		min-height: 440px;
		/* -webkit-background-size: auto 341px; */
		/* background-size: auto 389px; */
	}
	.intro-section .block {font-size: 20px;}
	.intro-section .block h1 {
		font-size: 30px;
		margin-bottom: 9px;
	}
	.intro-section .block .holder {
		display: table-cell;
		vertical-align: middle;
		width: 1%;
		height: 120px;
		min-height: 1px;
		padding-left: 18px;
		padding-bottom: 20px;
		padding-right: 380px;
	}
	.request-form {
		top: 34px;
		left: auto;
		right: 34px;
		bottom: auto;
		margin-left: 0;
		font-size: 16px;
		line-height: 24px;
		margin-top: -63px;
	}
	.request-form .holder {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.request-form h2 {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.request-form p {margin-bottom: 34px;}
	.request-form .form-control,
	.request-form .phone-input,
	.select-area {
		height: 40px;
		margin-bottom: 23px;
	}
	.request-form .form-control,
	.select-area .center {
		/*! padding-left: 10px; */
		text-transform: capitalize;
	}
	.request-form .form-control {padding-right: 10px;}
	.select-area .center {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.request-form .phone-input {
		padding-top: 3px;
	}
	.request-form .btn-row {
		position: static;
	}
	.request-form .btn-row .btn {
		display: block;
		width: 100%;
		min-width: 1px;
	}
	.request-form .graphic-element.el-06 {display: none;}
	/* base-info */
	.base-info {padding-top: 58px;}
	.base-info .container {
		padding-left: 0;
		padding-right: 0;
	}
	.base-info .col-01 {
		float: none;
		max-width: 714px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.base-info .col-02 {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}
	.descr-list {padding-bottom: 24px;}
	.descr-list > li {
		padding-left: 100px;
		padding-right: 30px;
		padding-bottom: 37px;
	}
	.descr-list .img {
		margin-left: -100px;
		width: 80px;
	}
	.descr-list h3 {
		font-size: 19px;
		line-height: 22px;
		text-transform: none;
	}
	/* insdustry-box */
	.industry-box {
		position: relative;
		padding: 0;
		border-top: 1px solid #d9d9d9;
		background: #fff;
		line-height: 23px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.industry-box:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 61px;
		background: #f5f5f5;
		background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
	}
	.industry-box .holder {
		margin-left: auto;
		margin-right: auto;
		max-width: 564px;
		padding: 68px 15px 35px;
	}
	.industry-box .head {
		padding-bottom: 0;
		margin-bottom: 18px;
	}
	.industry-box .head:after {display: none;}
	.industry-box h3 {margin-bottom: 15px;}
}

@media only screen and (max-width: 991px) {
	.visible-xs{display:none !important;}
	.visible-xs-inline-block{display:none !important;}
	.visible-sm{display: block !important;}
	.visible-sm-inline-block{display: inline-block !important;}
	.hidden-sm{display: none !important;}
	/* header */
	.languages:before {display: none;}
	/* intro-section */

	.intro-section:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/* removed tablet black opac background: rgba(0,0,0, .5); */
	}
	.intro-section .block {
		/*! position: relative; */
		/*! background: none; */
		/*! font-size: 25px; */
		/*! line-height: 34px; */
	}
	.intro-section .block .holder {
		display: block;
		width: auto;
		height: auto;
		padding-top: 43px;
		padding-left: 0px;
		padding-right: 325px;
	}
	.intro-section .block h1 {
		font-size: 37px;
		line-height: 47px;
		margin-bottom: 5px;
	}
	.request-form {
		right: 0;
			margin-top: -31px;
	}
	.request-form .holder {
		padding-top: 19px;
	}
	.request-form p {
		margin-bottom: 12px;
	}
	/* base-info */
	.base-info {padding-top: 26px;}
	.base-info .col-01 {
		max-width: 670px;
	}
	.descr-list {padding-bottom: 17px;}
	..descr-list img {display: none;}
	.descr-list > li {padding-bottom: 35px;padding-left: 10px;}
	.testimonials-section .container{
		max-width: 760px;
		padding-top: 50px;
		padding-bottom: 58px;
	}
	.testimonial{padding: 22px 0 51px 214px;}
	.testimonial .photo{margin: 0 0 0 12px;}
	#slider h2 {
		margin: 20px 15px 30px;
		font-size: 41px;
	}
	
	.learning-info .container{
		padding-top: 59px;
		padding-bottom: 65px;
	}
	#footer{
		font-size: 14px;
		line-height: 18px;
	}
	#footer .container{
		padding-top: 37px;
		padding-bottom: 60px;
	}
	.visible-md{display:none !important;}
}

@media only screen and (min-width: 1260px) {
	.info-carousel .slide{
		width: 50% !important;
		display: inline-block !important;
	}
}

@media only screen and (max-width: 1024px) {
	.btn {
		font-size: 20px;
	}
	.intro-section .graphic-element {display: none;} /* hidden all graphical elements  */

	.intro-section .block .holder {
	    width: 53%;
	    height: auto;
	}
	.intro-section {
	    background-position: 60% 79%;
	}
	.request-form .btn-row {
    	padding-top: 0;
	}
	#huji-strip .site-width-1024 {
		width: 980px;
	}
	.site-width-1024, #slider .site-width-1024 {width: 84%;}
	#slider .slider-container .item-wrap {
	    padding: 0 30px;
	}
	.how-works {
	    /*! background: none; */
	    padding: 20px;
	}
	.info-box .about-list.flex {
		-webkit-flex-wrap: wrap;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.about-list div {
		flex: 0 1 50%;
		-webkit-flex: 0 1 50%;
		padding: 10px 30px 25px;
		min-height: 133px;
	}
	.btn-holder { display:none; }	
}

@media only screen and (max-width: 768px) {
	.btn {
		font-size: 20px;
	}
	.intro-section {
		/*! background-image: url(../images/768_laptop_brain.jpg); */
	}
	.intro-section .container {
		width: unset;
		padding-left: 15px;
	}
	.intro-section .block .holder-text {
		font-size: 25px;
	}
	.intro-section .graphic-element {display: none;} /* hidden all graphical elements  */
	#slider h2 {
		font-size: 35px;
		margin: 0px 15px 30px;
	}
	#slider .slider-container {
    	width: 100%;
    	padding: 0 20px;
    	text-align: center;
    }
	#slider .slider-container .item-wrap {
		margin: 0 auto;
	}
	#slider blockquote p { font-size:20px; }
	#slider blockquote footer { font-size:18px; padding-bottom: 40px; }
	#huji-strip .holder{
		border-top: 5px solid #1c83e9;
	}
	#huji-strip .holder,
	#cta-strip .holder {
		max-width: 90%;
		display: block;
	}
	.huji-image {display:none; }
	.huji-text h3 { background-repeat: no-repeat; background-position: center 100px; /*! height: 212px; */ background-size: 350px;}
	#cta-strip h3 {
		font-size: 40px;
		line-height: 1;
	}
	#cta-strip h3 strong {
		font-size: 40px;
		line-height: 46px;
	}
	#cta-strip p {
		margin: 15px auto 20px;
	}
	.cta-text { margin-left: 0 !important; }
	#last-cta {margin: 50px auto 0; }
	#countdown .num-holder { width:81px; height:81px; } 
	#countdown .num-holder span { font-weight: 37px; }
	.huji-text { /*! text-align:center; */ padding: 0;}
	
	#form-section .request-form {width: 100%;border-bottom: 0;}
	#form-section .request-form .formClose_btn {padding-right:20px;}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	body{-webkit-text-size-adjust: none;}
	.visible-sm{display: none !important;}
	.visible-sm-inline-block{display: none !important;}
	.hidden-sm{display: block !important;}
	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}
	.visible-xs-inline-block{display: inline-block !important;}
	/* buttons */
	.btn{
		font-size: 20px;
		line-height: 30px;
		padding: 7px 20px;
		min-width: 252px;
	}
	.btn-info{
		font-size: 18px;
		line-height: 10px;
		padding: 14px 20px 15px;
	}
	/* end buttons */
	/* header */
	#header .block {margin-right: -22px;}
	#header .container{padding: 4px 23px 7px;}
	#header .logo {
		height: 34px;
		flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		background-position: top left;
	}
	#header .logo img,
	#header .former-name {
		display: none;
	}
	/* end header */
	/* intro-section */
	.intro-section {
		background-image: none;
		min-height: unset;
		background-color: #fff;
		position: relative;
		text-align: center;
	}
	.intro-section:before {display: none;}
	.intro-section .container {
		padding: 20px 0;
		position: static;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	.intro-section .mobile-image {
		display: block;
		width: 100%;
	}
	.intro-section .block {
		text-align: center;
	}
	.intro-section .block h1 {
		font-size: 33px;
		line-height: 38px;
		min-height: unset;
		color: #fff;
		margin-bottom: 0;
	}
	.intro-section .block p {
		color: #fff;
		font-size: 23px;
		line-height: 28px;
		margin: 0 20px;
	}
	/* REQUEST FORM DEFAULT */
	.request-form {
		position: relative;
		top: 0;
		width: 100%;
		background: #fff;
		border-top: 0;
		box-shadow: none;
		margin-top: 0;
	}
	.request-form .holder {
		position: static;
		/*! max-width: 320px; */
		margin-left: auto;
		margin-right: auto;
		padding-top: 14px;
		padding-bottom: 39px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.request-form h2 {
		/*! font-size: 28px; */
	}
	.request-form p {margin-bottom: 35px;}
	.request-form .btn-row .btn {
		padding-top: 12px;
		padding-bottom: 12px;
		width: 86%;
		margin: auto;
	}
	#form-section .request-form h2 {
		font-size: 27px;
		width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}	
	#form-section .request-form .cols {
	 display: block;
  }
	#form-section .request-form .formClose_btn {
		padding: 0 20px;
	}
	#form-section .request-form .cols .col {
		width: 100%;
	}
	#form-section .request-form .btn-row .btn-primary {
		min-width: 260px !important;
	}
	/* REQUEST FORM MODERN */
	.request-form.modern .phone-input {
		border: 0;
		padding: 4px 0 4px 17px;
	}
	.request-form.modern .form-control,
  .request-form.modern .country_list {
		border: 0;
		border-bottom: 1px solid #d7d7d7;
	}
	#form-section .request-form.modern .form-control, 
	#form-section .request-form.modern .country_list {
		border: 0;
	}
	.request-form.modern .form-control, .modern .select-area .center {
		text-transform: uppercase;
	}
	/* end intro-section */
	#cta-strip {
		padding-bottom: 40px !important;
		margin-bottom: 0;
	}
	#cta-strip h3 {
    	font-size: 30px;
    	padding: 20px 0px 20px;
	}
	#cta-strip h3 strong {
		font-size: 30px;
	}
	#cta-strip p {
		margin: 10px 0;
	}
	/* base-info */
	.base-info {
		padding-top: 0;
		padding-bottom: 0;
	}
	.base-info .container {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	/* descr-list */
	.descr-list {
		line-height: 23px;
		padding-bottom: 21px;
	}
	.descr-list > li {
		position: relative;
		padding: 25px 10px 40px;
	}
	.descr-list li:before {
		content: '';
		position: absolute;
		top: 0;
		left: -15px;
		right: -15px;
		z-index: -1;
		height: 58px;
		background: #f5f5f5;
		background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
	}
	.descr-list .img {display: none;}
	.descr-list h3 {
		line-height: 21px;
		margin-bottom: 7px;
	}
	/* industry-box */
	.industry-box {
		line-height: 27px;
		margin-bottom: 0;
	}
	.industry-box .holder {
		padding-top: 73px;
		padding-bottom: 3px;
	}
	.industry-box .head {
		padding-bottom: 19px;
		margin-bottom: 30px;
	}
	.industry-box .head:after {
		display: block;
	}
	.industry-box h3 {margin-bottom: 8px;}
	/* testimonials-section */
	.testimonials-section .container{
		padding-top: 46px;
		padding-bottom: 37px;
	}
	.testimonials-section h2{
		text-align: center;
		max-width: 212px;
		margin: 0 auto 43px;
		padding: 0 0 26px;
		text-transform: uppercase;
		color: #000;
		font: 20px/24px 'VistaSlabOTBold', 'Times New Roman', Times, serif;
		border-bottom: solid 1px #dce1e6;
	}
	.testimonial{
		text-align: center;
		padding: 0 0 29px;
	}
	.testimonial .photo{
		position: relative;
		top: auto;
		left: auto;
		width: 169px;
		margin: 0 auto 26px;
	}
	.testimonial blockquote q{
		font-size: 14px;
		line-height: 24px;
		padding: 0 0 20px;
	}
	.testimonial blockquote cite{
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.slick-dots li{padding: 0 6px;}
	/* end testimonials-section */

	/* Slider Section */
	#slider {
		padding: 15px 0;
	}
	#slider .slider-container { 
		width: 100%;
		padding: 0;
	}
	#slider h2 {
		font-size: 27px;
		line-height: 1;
		margin: 0px 15px 30px;
	}
	#slider .item-wrap img {
		max-width: 218px;
		margin: 30px auto 0;
	}
	#slider blockquote {
		margin: 0;
	}
	#slider .slider-container .item-wrap {
		display: block;
		padding: 0;
	}
	#slider blockquote p {
		text-align: center;
		font-size: 19px;
	}
	#slider blockquote footer {
    	font-size: 16px;
    	padding-left: 20px;
    	text-align: center;
	}
	#slider ul.slick-dots {
		padding: 30px 0;
	}
	.huji-box {
		padding: 20px 0px !important;
	}

  .huji-text h3 {
    	background-repeat: no-repeat;
    	background-position: 98px 100px;
    	/*! height: 150px; */
    	background-size: contain;
    	background-position: bottom center;
		font-size: 24px;
  	}
  	#huji-strip img {
  		width: 100%;
  	}

	/* how-works */
	.how-works .container{
		padding: 0px;
		/*! margin: 20px; */
		background: #fff;
	}
	.info-box {
		box-shadow: 0px 1px 20px 0px rgba(0, 10, 20, 0.15);
	}
	.info-box .about-list.flex {
	   display: block;
	   text-align: center;
	}
	.info-box .about-list.flex > div {
		 margin-bottom: 20px;
	}
	.info-box .about-list .img {
		padding: 0
	}

	/* end how-works */
	/* learning-info */
	.learning-info{
		border-top: 0;
		font-size: 14px;
		line-height: 19px;
	}
	.learning-info:before{height: 130px;}
	.learning-info .container{
		padding-top: 37px;
		padding-bottom: 19px;
	}
	.learning-info h2{
		margin: 0 0 15px;
		font-size: 27px;
		line-height: 31px;
	}
	.learning-info h3{
		margin: 0 0 15px;
		font-size: 11px;
		line-height: 15px;
	}
	.customers-logos{padding: 0 0 27px;}
	.customers-logos li + li{margin: 0 0 0 20px;}
	.customers-logos .logo-intel{width: 58px;}
	.customers-logos .logo-microsoft{width: 114px;}
	.customers-logos .logo-ibm{width: 63px;}
	/* end learning-info */
	/* footer */
	#footer{
		font-size: 14px;
		line-height: 19px;
		color: #fff;
	}
	#footer .container{
		padding-top: 43px;
		padding-bottom: 75px;
		border-top: 0;
	}
	#footer p{margin: 0 0 13px;}
	#footer p span{
		display: block;
		color: #ccc;
		padding: 0 0 7px;
	}
	#footer nav > ul > li{
		font-size: 14px;
		line-height: 18px;
	}
	#footer nav > ul > li + li:before{margin: 3px 0 0 24px;}
	/* end footer */
	/* mobile-cta */
	.mobile-cta-slider{
		position: fixed;
		z-index: 90;
		bottom: 0;
		left: 0;
		right: 0;
		background: #4388cc;
	}
	.mobile-cta-slider .btn-info{
		display: block;
		min-width: 1px;
		border: 1px solid #fff;
		margin: 5px;
	}
	/* end mobile-cta */
	.visible-md{display:none !important;}
}
/* FORM POPUP */
#popup.request-form {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 2010;
}

