*{
	font-family: 'Raleway';
	outline: none;
}
a:hover,a:active,a:focus,a:link{
	text-decoration:none;
}
ul,ol{
	margin: 0;
	padding:0;
}
body{
	position: relative;
}
.leftBar,.rightBar{
	height: 100%;
	width: 1px;
	border-left: 1px solid #e1e5e8;
	position: absolute;
	z-index: 5000;
}
.leftBar{
	left: 4%;
}
.rightBar{
	right: 4%;
}
.fixSocial{
	position: fixed;
	left: calc( 4% - 17px);
	z-index:55555;
	background: #fff;
	border: 1px solid #e1e5e8;
	border-radius: 100px;
	color: #000;
	font-size:20px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 2px;
}
.fixSocial:nth-child(3){
	bottom: 5%;
}
.fixSocial:nth-child(4){
	bottom: 11%;
}
.fixSocial:nth-child(5){
	bottom: 17%;
}
.fixSocial:nth-child(6){
	bottom: 23%;
}
.fixSocial:nth-child(7){
	bottom: 29%;
}
.fixSocial:nth-child(8){
	bottom: 35%;
}
.toUp{
	position:fixed;
	right:calc(4% - 16px);
	bottom: 5%;
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	z-index: 55555;
	border: 1px solid #e1e5e8;
}
.toUp i{
	display: block;
	text-align: center;
	margin: 5px auto;
	font-size: 20px;
	color: #505a63;
}
.toUp i:hover{
	color: #000;
}
.sideMenu{
	position: fixed;
	right: calc( 4% - 4.5px);
	top: 30%;
	list-style-type: none;
	z-index: 55555;
}
.sideMenu a{
	width: 9px;
	height: 9px;
	background: #505a63;
	border-radius: 100px;
	margin: 25px 0;
	display: block;
	position: relative;
}
.sideMenu a:hover{
	background: #03a9f4;
}
.sideMenu a li{
	position: absolute;
	top: -6px;
	left: -100px;
	display: none;
	transition: 0.5s;
	color: #03a9f4;
}
.modalForm .form{
	background: #fff;
	width: 80%;
	margin: auto;
}
.modalForm .form input[type="text"]{
	line-height: 30px;
	margin-top: 35px;
	border:none;
	padding-left: 30px;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #bdc5cc;
}
.modalForm .formBtn{
	border:none;
	line-height: 50px;
	width: 100%;
	background: #ffc400;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	transition: 0.5s;
	margin: 35px 0 20px 0;
}
.modalForm .formBtn:hover{
	font-weight:700;
	transition: 0.5s;
	font-size: 16px;
}
.modalForm h4{
	margin: 30px 0 0 0;
}
.button{
	height: 100px;
	border-radius: 7px;
	display: block;
	text-align:center;
	line-height: 100px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	transition: 0.5s;
}
.button:hover{
	-webkit-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.5);
	color: #fff;
	transition:0.5s;
}
.menu{
	padding:0;
	line-height:75px;
}
.menu li{
	display: table-cell;
	width: 1%; 
}
.menu a{
	font-size: 14px;
	font-weight: 600;
	color: #8796a3;
}
.menu a:hover{
	color: #4f6376;
}
.head *{
	z-index: 5;
	position: relative;
}
.head{
	position: relative;
}
.topBar{
	margin-top: 20px;
	margin-bottom: 100px;
}
.tel{
	font-family: "Roboto";
	color: #374e63;
	font-size: 20px;
	line-height: 75px;
}
.tel i{
	font-size: 25px;
	margin: 0 10px;
}
.tel:hover{
	color: #03a9f4;;
}
.fbBtn img{
	margin-top: 10px;
	transition: 0.5s;
}
.fbBtn img:hover{
	transform: scale(1.03);
	transition: 0.5s;
}
.topGrad{
	width:100%;
	height: 250px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	z-index: 2;
}
.botGrad{
	width:100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(79%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.headSlick{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.headSlick img{
	filter: opacity(0.4);
	height: 900px;
}
.title h1{
	font-size: 56px;
	color: #215e95;
	font-weight: 500;
	text-align: center;
}
.title h1 span{
	color: #03a9f4;
}
.title h4{
	font-size: 20px;
	color: #374e63;
	text-align: center; 
	margin-top: 45px;
	line-height: 25px;
}
.title h4 span{
	font-weight: 700;
}
.head .form{
	background: #fff;
	height: 100px;
	width: 80%;
	margin:80px auto 200px auto;
	-webkit-box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.head .form input[type="text"]{
	line-height: 30px;
	margin-top: 35px;
	border:none;
	padding-left: 30px;
	width: 25%;
}
.head .form input:first-child{
	border-right:2px solid #bdc5cc;
}
.head .form input:nth-child(3){
	border-left:2px solid #bdc5cc;
}
.head .formBtn{
	border:none;
	line-height: 99px;
	width: 24%;
	float: right;
	background: #ffc400;
	font-weight: 600;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius:5px;
	font-size: 15px;
	transition: 0.5s;
}
.head .formBtn:hover{
	font-weight:700;
	transition: 0.5s;
	font-size: 16px;
}
.scrArrow{
	color: #03a9f4;
	background: #fff;
	display: block;
	margin: auto;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	-webkit-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.3);
	margin-bottom: 150px;
	transition:0.5s;
}
.scrArrow:hover{
	transition: 0.5s;
	transform: scale(1.1);
}
.numBlock{
	margin: 50px 0 150px 0;
}
.numItem h3{
	font-family: "Roboto";
	font-size: 56px;
	font-weight: 300;
	color: #03a9f4;
	text-align: center;
}
.numItem h3 span{
	font-family: "Roboto";
	font-size: 56px;
	font-weight: 300;
	color: #03a9f4;
	text-align: center;
}
.numItem h5{
	font-size: 15px;
	color: #374e63;
	text-align:center;
}
.numItem{
	transition: box-shadow 0.2s;
	padding:60px 5px 40px 5px;
	margin-top: 5px;
}
.numItem:hover{
	border-top: 5px solid #ffc400;
	border-left: 1px solid #afc6d9;
	border-right : 1px solid #afc6d9;
	border-bottom: 1px solid #ccd8e2; 
	margin-top: 0;
	-webkit-box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
	-moz-box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
	box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
	transition: box-shadow 0.2s;
}
.whyBlock{
	margin: 60px 0 90px 0;
}
.wiconbg{
	background: #49b6e6;
	border-radius: 100px;
	width:84px;
	height:84px;
	margin: auto;
	transition: 0.5s;
	padding-top: 15px;
}
.wiconbg:hover{
	-webkit-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.6);
	background: #03a9f4;
	transition: 0.5s;
}
.wiconbg img{
	margin: auto;
}
.whyItem{
	display: table-cell;
	padding: 0 10px 0 10px;
}
.whyItem h3{
	font-weight: 600;
	font-size: 20px;
	color: #374e63;
	text-align: center;
}
.whyItem h5{
	font-size: 15px;
	color: #374e63;
	text-align:center;
}
.smallOne .button{
	background: #ffc400;
	width: 340px;
	margin: 50px auto 100px auto;
}
.ceoItemTop{
	position: relative;
}
.ceoGrad{
	width:100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(64,91,116,0);
	background: -moz-linear-gradient(top, rgba(64,91,116,0) 0%, rgba(64,91,116,0) 40%, rgba(64,91,116,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,91,116,0)), color-stop(40%, rgba(64,91,116,0)), color-stop(100%, rgba(64,91,116,1)));
	background: -webkit-linear-gradient(top, rgba(64,91,116,0) 0%, rgba(64,91,116,0) 40%, rgba(64,91,116,1) 100%);
	background: -o-linear-gradient(top, rgba(64,91,116,0) 0%, rgba(64,91,116,0) 40%, rgba(64,91,116,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,91,116,0) 0%, rgba(64,91,116,0) 40%, rgba(64,91,116,1) 100%);
	background: linear-gradient(to bottom, rgba(64,91,116,0) 0%, rgba(64,91,116,0) 40%, rgba(64,91,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405b74', endColorstr='#405b74', GradientType=0 );
}
.ceoSlick .slick-dots{
	bottom: 50px;
}
.ceoItemTop h6{
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	bottom:30px;

}
.ceoItemTop h5{
	font-size:20px;
	font-weight: 600;
	color: #fff;
	bottom:0px;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ceoItemTop h5, .ceoItemTop h6{
	z-index: 5;
	position: absolute;
	left: 20px;
}
.ceoItemTop{
	height: 350px;
}
.ceoItemBot span{
	width: 57px;
	height: 57px;
	background: #ffc400;
	font-size: 30px;
	font-family: "Roboto";
	text-align: center;
	line-height: 57px;
	color: #fff;
	position: absolute;
	top: -29px;
	right: 15px;
	border-radius: 100px;
	z-index: 5;
}
.ceoItemBot{
	position: relative;
	height: 220px;
	padding:40px 20px 25px 20px;
}
.ceoItemBot p{
	font-size: 15px;
	color:#374e63;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 30px;
}
.ceoItemBot a:nth-child(3){
	font-size: 20px;
	font-weight: 600;
	color: #03a9f4;
	float: left;
}
.ceoItem{
	border:1px solid #eaebeb;
	transition:0.5s;
	margin: 55px 0 170px 0;
}
.ceoItem:hover{
	transform: translateY(-10px);
	transition: 0.5s;
	-webkit-box-shadow: 0px 10px 44px -10px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 10px 44px -10px rgba(0,0,0,0.45);
	box-shadow: 0px 10px 44px -10px rgba(0,0,0,0.45);
}
.ceoItemBot a:nth-child(4),abbr{
	float: right;
	margin: 0 10px 0 10px;
}
.recent{
	padding: 180px 0 200px 0;
	background: url(/assets/images/recentBg.jpg) no-repeat center center;
	background-size: cover;
}
.recent .title h1{
	color: #fff;
}
.recent .title h1 span{
	color:#00e3ff;
}
.recent .title h4{
	color: #fff;
}
.recentTabs{
	margin-top: 180px;
	width:40%;
	position: relative;
	float: left;
	z-index: 5;
}
.reTab{
	height: 135px;
	background: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 22px 5%;
	border: 1px solid rgba(144,160,174,.3);
	margin-top: -1px;
	transition: 0.5s;
}
.reTab:hover{
	width:115%;
	padding-right: 20%;
	transform: scale(1.05);
	z-index: 5;
}
.reTab h4{
	font-weight: 600;
	font-size: 20px;
	color: #21415e;
	display: inline-block;
	margin: 5px 0; 
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.reTab h5{
	font-size: 15px;
	color: #374e63;
	margin: 5px 0; 
	overflow:hidden;
	height: 35%;
}
.reTab h6{
	font-size: 13px;
	font-weight: 500;
	color: #90a0ae;
	display: inline-block;
	float: right;
	margin: 5px 0; 
}
.reTab>img{
	float: left;
	padding: 23px 22px 23px 0; 
	border-right: 1px solid rgba(144,160,174,.3);
	margin-right: 30px;
	filter: saturate(0);
	transition: 0.5s;
}
.reTab .noScroll img{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.reTab .noScroll{
	position: absolute;
	right: 0;
	height: 100%;
	width: 15%;
	top: 0;
	background: #00aeef;
	opacity: 0;
	transition:0.5s;
}
.tabContent{
	float: left;
	width:50%;
	height: 1px;
	margin-top: 70px;
	position: relative;
}
.recentDefault{
	position: absolute;
	width: 100%;
	height: 100%;
}
.mTabContent .tab-content>div{
	position: relative;
}
.mTabContent .recentDefault{
	height: auto;
	width: 90%;
	margin: auto;
	position: static;
}
.dropdown-toggle{
    border-radius: 7px;
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    border: 2px solid #49c1f7;
    color: #374e63;
    width: 250px;
    background: #fff;
}
.dropdown{
	margin-left: 5%;
}
.recentMob ul a{
	height: 50px;
	border-bottom: 1px solid #eaebeb;
	line-height: 50px !important;
	display: list-item;
	text-align: center;
	color:#000;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.dropdown-menu{
		right: 0;
		margin: auto;
		width: 250px;
}
.recent .tab-content{
	width: 850px;
	height: 850px;
	position: absolute;
	left: -5%;
	-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
}
.tabContent .slick-track  img{
	height: 850px;
}
.recent .tab-content > .tab-pane, .recentMob .tab-content>.tab-pane{
	display: block;
	height: 0;
/*	overflow-y: hidden;*/
}
.recent .tab-content>.active, .recentMob .tab-content>.active{
	height: auto;
}
.tabContent .slick-list{
	padding: 0 !important;
}
.tabContent .slick-prev, .tabContent .slick-next{
	position: absolute;
	bottom: -60px;
	z-index: 50;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	border: 2px solid #fff;
}
.tabContent .slick-prev{
	right: 55%;
}
.tabContent .slick-next{
	right: 45%;
}
.tabContent i{
	display: block;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.speakers{
	padding-top: 150px;
}
.speakText h5{
	font-size: 20px;
	font-weight: 600;
	color: #374e63;
}
.speakText h6{
	font-size: 13px;
	font-weight: 500;
	color: #374e63;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.speakText{
	position: absolute;
	bottom: 0;
	width: 100%;
	background:#fff;
	padding-left: 25px;
}
.speakItem{
	position: relative;
	height: 350px;
	filter: saturate(0);
	transition: 0.5s;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(219,219,220,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(219,219,220,1);
	box-shadow: 0px 0px 0px 1px rgba(219,219,220,1); 
}
.speakItem:hover{
	filter: saturate(1);
	transform: translateY(-10px);
	transition: 0.5s;
	-webkit-box-shadow: 0px 10px 64px -20px rgba(3,169,244,0.7);
	-moz-box-shadow: 0px 10px 64px -20px rgba(3,169,244,0.7);
	box-shadow: 0px 10px 64px -20px rgba(3,169,244,0.7);
	border:none;
}
.speakSlick{
	padding-top:55px;
}
.slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	margin:50px auto;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	background: transparent;
	border:2px solid #3c5367;
	width: 15px;
	height: 15px;
	font-size: 0px;
	border-radius: 100%;
	margin:0 5px;
}
.slick-dots li button:hover{
	border-color: #ffc400;
}
.slick-active button{
	background: #ffc400 !important;
	border-color: #ffc400 !important;
}
.slick-list{
	padding:15px 0;
}
.testimonials{
	margin-top: 110px;
}
.temoItem p{
	font-size: 15px;
	color: #374e63;
	text-align:center;
}
.temoItem h4{
	font-size: 20px;
	font-weight: 600;
	color:#374e63;
	text-align:center;
}
.temoItem h6{
	font-size: 11;
	color: #374e63; 
	text-align:center;
	opacity: 0.7;
	font-weight: 600;
}
.temoItem img{
	margin:40px auto;
}
.temoSlick{
	margin-top: 60px;
}
.howto{
	background:linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.85)),  url(/assets/images/bg2.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 160px;
}
.howto .row{
	padding-top: 220px;
}
.howto .first.title h1, .howto .first.title h4{
	text-align: left;
}
.howto .first.title{
	margin:20% 10%;
}
.howto ul{
	list-style-type: none;
}
.howto ul li img{
	display: inline-block;
}
.howto ul li{
	line-height: 94px;
	margin:50px;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	text-overflow: ellipsis;
	border-radius: 100px;
	font-size: 16px;
}
.howto .button{
	background:#03a9f4;
	margin:30px auto 140px auto;
	width: 320px;
}
.howto .col-lg-12{
	margin-top: 80px;
}
.howto a{
	margin:30px 0 140px 0;	
}
.leftGrad{
	width:30%;
	height: 100%;
	position: absolute !important;
	left: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	z-index: 2 !important;
}
.rightGrad{
	width:30%;
	height: 100%;
	position: absolute !important;
	right: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	z-index: 2 !important;
}
.howto .container-fluid{
	position: relative;
}
.howto .container-fluid *{
	position: relative;
	z-index: 5;
}
#map{
	width: 90%;
	height: 700px;
	margin: auto;
	display: block;
}
.map .dropdown{
	margin: 0;
}
.map .dropdown-menu{
	width: 300px;
	text-align: center;
}
.map .dropdown-menu li{
	font-size: 16px;
	margin: 10px 0;	
}
.caret.caret-up{
	border-top-width: 0;
    border-bottom: 4px solid #fff;
}
.map button{
	margin: 0 auto 40px auto;
	display: block;
	border: none;
	background: #03a9f4;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 7px;
}
.map .title{
	margin-bottom: 70px;
}
.partners{
	margin-top: 150px;
}
.partners .slickItem img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.partners .slickItem{
	position: relative;
	height: 150px;
}
.partners .leftGrad,.partners .rightGrad{
	width: 40%;
	pointer-events: none;
}
.grad{
	position: relative;
}
.partners .button{
	margin:30px auto 140px auto;
	width: 345px;
	border:2px solid #49c1f7;
	color: #374e63;
}
.endForm .form{
	width: 80%;
	margin: 60px auto 170px auto;
	-webkit-box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.3);
	background: #fff;
	border-radius: 7px;
	border:1px solid #d4e3ee;
	padding:0 20px 30px 20px; 
}
.endForm .form input[type="text"]{
	line-height: 30px;
	margin: 35px 0;
	border:none;
	padding-left: 30px;
	width: 33%;
}
.endForm .form textarea{
	height: 200px;
	width: 100%;
	border:none;
	border-top: 2px solid #bdc5cc;
	padding-top: 40px;
	resize: none;
}
.endForm .form input:first-child{
	border-right:2px solid #bdc5cc;
}
.endForm .form input:nth-child(3){
	border-left:2px solid #bdc5cc;
}
.endForm .formBtn{
	border:none;
	line-height: 99px;
	width: 260px;
	margin:20px 0 0 auto;
	background: #ffc400;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	transition: 0.5s;
	display: block;
}
.endForm .formBtn:hover{
	-webkit-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 50px -5px rgba(0,0,0,0.5);
	transition: 0.5s;
}

.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{
	color: #bdc5cc;
	font-size: 15px;
}
.form input::-moz-placeholder,.form textarea::-moz-placeholder {
	color: #bdc5cc;
	font-size: 15px;
}
.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder {
	color: #bdc5cc;
	font-size: 15px;
}
.form input:-moz-placeholder,.form textarea:-moz-placeholder {
	color: #bdc5cc;
	font-size: 15px;
}
footer{
	background: url(/assets/images/footerBg.png) no-repeat center center;
	background-size: cover;
	padding-top: 140px;
	position: relative;
}
footer p{
	font-size: 18px;
	color: #fff;
	margin-top: 10%;
	line-height: 25px;
}
footer h4{
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	margin: 0;
}
footer h4:first-child{
	margin-top: 10%;
}
footer h4 span{
	color: #fff;
}
.footContent i{
	color: #03a9f4;
	font-size: 20px !important;
	margin-right: 15px;
}
footer ul{
	list-style: none;
	margin-top: 20%;
}
footer li a{
	font-size: 15px;
	color: #fff;
}
footer h4 a{
	font-size: 15px;
	color: #fff;
}
footer h4 a:hover{
	color: #ffc400;
}
footer li{
	margin: 10px 0;
}
footer li a:hover{
	color: #ffc400;
}
footer hr{
	margin-top: 80px;
}
footer h5{
	font-size: 15px;
	color: #fff;
	float: right;
	margin: 20px 40px 40px 0;
}
footer h6 img{
	display: inline-block !important;
	margin-left: 10px;
	width: 140px;
}
footer h6{
	font-size: 15px;
	color: #fff;
	float: left;
	margin-top: 10px;
}
.Social{
	background: #fff;
	border: 1px solid #e1e5e8;
	border-radius: 100px;
	width: 35px;
	height: 35px;
	padding-top: 6px;
	display: block;
	text-align: center;
	margin: 0 5px;
}
.Social i{
	color: #000;
	margin: 0;
}
.footerSocial{
	display: inline-block;
}
.thanks .container>a{
	display: block;
	width: 15%;
}
.thanks *{
	z-index: 5;
	position: relative;
}
.thanksFooter{
	padding-top: 0;
	height: 10vh;
}
.thanksFooter h5{
	margin: 4vh 40px;
}
.thanks{
	background: url(/assets/images/bg1.1.png) no-repeat center center;
	background-size: cover;
	padding-top: 5vh;
	height: 90vh;
}
.thanks h1{
	padding: 150px 0 50px 0;
	margin: 0;
}
.thanks h4{
	margin: 0;
}
.thanks ul{
	text-align: center;
}
.thanks h4:nth-child(3){
	padding: 100px 0 20px 0;
}
.thanks .Social{
	border:1px solid #03a9f4;
}
.thanks i{
	font-size: 20px;
}
@media screen and (min-width: 1600px){
	.container{
		width: 80%;
	}
	.whyItem{
		width: 1%;
		float:none;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
	.container{
		width: 85%;
	}
	.headSlick .slick-list{
		padding: 0
	}
	.scrArrow{
		margin: 0 auto 120px auto;
	}
	.head .form{
		margin:80px auto 150px auto;
	}
	.recent .tab-content{
		width: 600px;
		height: 600px;
	}
	.tabContent .slick-track  img{
		height: 600px;
	}
	.recentTabs{
		margin-top: 150px;
	}
	.reTab:hover{
		width:115%;
		padding-right: 18%;
	}
	.reTab>img{
		padding: 23px 15px 23px 0; 
		margin-right: 20px;
	}
	.reTab{
		height: 110px;
		padding: 10px 3%;
	}
	.reTab h4{
		font-size: 18px;
	}
	.title h1{
		font-size: 46px;
	}
	.title h4{
		font-size: 18px;
	}
	.headSlick img{
		height: 850px;
	}
	.whyItem h3{
		font-size: 16px;
	}
	.whyItem h5{
		font-size: 14px;
	}
	.ceoItemTop{
		height: 250px;
	}
	.ceoItemBot span{
		width: 50px;
		height: 50px;
		font-size: 26px;
		right: 10px;
		top: -25px;
	}
	.ceoItemTop h5, .ceoItemTop h6{
		left: 15px;
	}
	.ceoItemTop h5{
		font-size: 18px;
	}
	.ceoItemTop h6{
		bottom: 25px;
	}
	.speakItem{
		height: 300px;
	}
	.howto .row{
		padding-top: 180px;
	}
	footer{
		padding-top: 80px;
	}
	footer hr{
		margin-top: 50px;
	}
	#map{
		height: 500px;
	}
	.whyItem{
		width: 1%;
		float: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.fixSocial:nth-child(3){
		bottom: 5%;
	}
	.fixSocial:nth-child(4){
		bottom: 12%;
	}
	.fixSocial:nth-child(5){
		bottom: 19%;
	}
	.fixSocial:nth-child(6){
		bottom: 26%;
	}
	.fixSocial:nth-child(7){
		bottom: 33%;
	}
	.fixSocial:nth-child(8){
		bottom: 40%;
	}
	.ceoSlick .slick-dots{
		bottom: 20px;
	}
	.headSlick .slick-list{
		padding: 0
	}
	.scrArrow{
		margin: 0 auto 120px auto;
	}
	.head .form{
		margin:80px auto 150px auto;
		height: 80px;
	}
	.head .formBtn{
		line-height: 78px;
	}
	.head .form input[type="text"]{
		margin-top: 24px;
	}
	.recent .tab-content{
		width: 550px;
		height: 550px;
		left: -15%;
	}
	.sideMenu{
		right: calc(4% - 1px);
	}
	.toUp{
		right: calc(4% - 12px);
	}
	.tabContent .slick-track img{
		height: 550px;
	}
	.tabContent{
		margin-top: 50px;
	}
	.recentTabs{
		margin: 100px 0 0 60px;
		width: 40%;
	}
	.reTab:hover{
		width:115%;
		padding-right: 18%;
	}
	.reTab>img{
		padding: 23px 10px 23px 0; 
		margin-right: 15px;
	}
	.reTab{
		height: 110px;
		padding: 10px 2%;
	}
	.reTab h4{
		font-size: 16px;
	}
	.reTab h6{
		font-size: 12px;
	}
	.title h1{
		font-size: 46px;
	}
	.title h4{
		font-size: 18px;
	}
	.headSlick img{
		height: 850px;
	}
	.whyItem h3{
		font-size: 16px;
	}
	.whyItem h5{
		font-size: 14px;
	}
	.ceoItem{
		margin: 55px 0 100px 0;
	}
	.ceoItemTop{
		height: 230px;
	}
	.ceoItemBot{
		height: 190px;
		padding: 25px 20px 15px 20px;
	}
	.ceoItemBot span{
		width: 45px;
		height: 45px;
		font-size: 26px;
		right: 5px;
		top: -22px;
		line-height:45px;
	}
	.ceoItemTop h5, .ceoItemTop h6{
		left: 15px;
	}
	.ceoItemTop h5{
		font-size: 18px;
		bottom: 10px;
	}
	.ceoItemTop h6{
		bottom: 30px;
	}
	.ceoItemBot p{
		margin-bottom: 15px;
	}
	.speakItem{
		height: 300px;
	}
	.howto .row{
		padding-top: 100px;
	}
	footer{
		padding-top: 80px;
	}
	footer hr{
		margin-top: 50px;
	}
	.numItem{
		padding: 40px 5px 30px 5px;
	}
	.recent{
	    padding: 130px 0 120px 0;
	}
	.howto .first.title{
		margin: 30% 10%;
	}
	.howto ul li{
		font-size: 14px;
	}
	#map{
		height: 500px;
	}
	.endForm .form input[type="text"]{
		width: 32%;
		margin: 25px 0;
	}
	.endForm .form textarea{
		padding-top: 20px;
		height: 150px;
	}
	.endForm .formBtn{
		line-height: 70px;
	}
	.footer p{
		font-size: 14px;
	}
	footer h4:first-child{
		margin-top: 5%;
	}
	.whyItem{
		width: 1%;
		float: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.fixSocial:nth-child(3){
		bottom: 5%;
	}
	.fixSocial:nth-child(4){
		bottom: 13%;
	}
	.fixSocial:nth-child(5){
		bottom: 21%;
	}
	.fixSocial:nth-child(6){
		bottom: 29%;
	}
	.fixSocial:nth-child(7){
		bottom: 37%;
	}
	.fixSocial:nth-child(8){
		bottom: 45%;
	}
	.ceoSlick .slick-dots{
		bottom: -20px;
	}
	.recentMob{
		padding: 80px 0 120px 0;
		background: url(/assets/images/recentBg.jpg) no-repeat center center;
		background-size: cover;
	}
	.recentMob .title h1{
		color: #fff;
	}
	.recentMob .title h1 span{
		color:#00e3ff;
	}
	.recentMob .title h4{
		color: #fff;
	}
	.recentMob .tab-content > .tab-pane{
	display: block;
	height: 0;
	/*overflow-y: hidden;*/
	}
	.recentMob .tab-content>.active{
		height: 600px;
		width: 600px;
		margin: auto;
	}
	.mTabContent .slick-prev, .mTabContent .slick-next{
		position: absolute;
		bottom: -60px;
		z-index: 50;
		height: 40px;
		width: 40px;
		border-radius: 100px;
		border: 2px solid #fff;
	}
	.toFb{
		position: absolute;
		bottom: -90px;
		z-index: 50;
		height: 40px;
		width: 40px;
		right: 45%;
		border-radius: 100px;
		border: 2px solid #fff;
	}
	.toFb:hover{
		border: 2px solid #3b5998;
	}
	.toFb:hover i{
		color: #3b5998;
	}
	.toFb i{
		line-height: 40px !important;
	}
	.mTabContent .slick-track img{
		height: 600px;		
	}
	.mTabContent .slick-prev{
		right: 55%;
	}
	.mTabContent .slick-next{
		right: 35%;
	}
	.mTabContent i{
		display: block;
		font-size: 25px;
		color: #fff;
		text-align: center;
		line-height: 35px;
	}
	.headSlick .slick-list{
		padding: 0
	}
	.scrArrow{
		margin: 0 auto 120px auto;
	}
	.head .form{
		margin:80px auto 110px auto;
		height: 70px;
	}
	.head .formBtn{
		line-height: 68px;
	}
	.head .form input[type="text"]{
		margin-top: 19px;
		width: 24%;
		padding-left: 10px;
	}
	.title h1{
		font-size: 36px;
	}
	.title h4{
		font-size: 16px;
	}
	.headSlick img{
		height: 750px;
	}
	.whyItem h3{
		font-size: 16px;
	}
	.whyItem h5{
		font-size: 14px;
	}
	.ceoItem{
		margin: 55px 0 60px 0;
	}
	.speakItem{
		height: 300px;
	}
	.howto .row{
		padding-top: 100px;
	}
	footer{
		padding-top: 30px;
	}
	footer hr{
		margin-top: 50px;
	}
	.numItem{
		padding: 40px 5px 30px 5px;
	}
	.howto .first.title{
		margin: 0;
	}
	#map{
		height: 500px;
	}
	.endForm .form input[type="text"]{
		width: 32%;
		margin: 25px 0;
	}
	.endForm .form textarea{
		padding-top: 20px;
		height: 150px;
	}
	.endForm .formBtn{
		line-height: 70px;
	}
	.footer p{
		font-size: 14px;
	}
	footer h4:first-child{
		margin-top: 5%;
	}
	.topBar{
		margin-bottom: 80px;
	}
	.numItem:hover{
		border-top: 0;
		border-left: 0;
		border-right : 0;
		border-bottom: 0; 
		margin-top: 5px;
		-webkit-box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
		-moz-box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
		box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
		transition: box-shadow 0.2s;
	}
	.whyItem{
		display: block;
		padding: 0 5px;
		margin-bottom: 50px;
	}
	.speakers{
		padding-top: 50px;
	}
	.howto .first.title h1, .howto .first.title h4{
		text-align: center;
	}
	footer p{
		margin-bottom: 100px;
	}
	footer ul{
		margin-top: 10%;
	}
}
@media screen and (max-width: 767px){
	.topGrad{
		height: 250px;
		top: 0;
	}
	.botGrad{
		height: 200px;
		bottom: 300px;
	}
	.ceoSlick .slick-dots{
		bottom: -20px;
	}
	.headSlick .slick-list{
		padding: 0
	}
	.scrArrow{
		margin: 0 auto 50px auto;
	}
	.head .form{
		margin:50px auto 50px auto;
		height: auto;
		padding:5px;
	}
	.head .formBtn{
		line-height: 50px;
		float: none;
		width: 80%;
		margin: 20px  auto;
		display: block;
		border-radius: 5px;
	}
	.head .form input[type="text"]{
		margin-top: 0;
		width: 100%;
		padding-left: 10px;
		display: block;
		height: 50px;
		border-bottom: 1px solid #bdc5cc;
		border-right: none;
		border-left: none;
	}
	.recent .tab-content{
		width: 130%;
		height: 600px;
		left: -20%;
	}
	.tabContent .slick-track  img{
		height: 600px;
	}
	.tabContent{
		margin-top: 50px;
	}
	.recentTabs{
		margin-top: 100px;
		width: 40%;
	}
	.reTab:hover{
		width:115%;
		padding-right: 18%;
	}
	.reTab>img{
		padding: 23px 10px 23px 0; 
		margin-right: 15px;
	}
	.reTab{
		height: 110px;
		padding: 10px 2%;
	}
	.reTab h4{
		font-size: 16px;
	}
	.reTab h6{
		font-size: 12px;
	}
	.recentMob .tab-content > .tab-pane{
		display: block;
		height: 0;
		/*overflow-y: hidden;*/
	}
	.recentMob .tab-content>.active{
		height: 300px;
		width: 300px;
		margin: auto;
	}
	.mTabContent .slick-prev, .mTabContent .slick-next{
		position: absolute;
		bottom: -60px;
		z-index: 50;
		height: 40px;
		width: 40px;
		border-radius: 100px;
		border: 2px solid #49c1f7;
	}
	.toFb{
		position: absolute;
		bottom: -90px;
		z-index: 50;
		height: 40px;
		width: 40px;
		border-radius: 100px;
		border: 2px solid #3b5998;
		right: 45%;
	}
	.toFb i{
		color:#3b5998 !important;
	}
	.mTabContent .slick-track img{
		height: 300px;		
	}
	.mTabContent .slick-prev{
		right: 65%;
	}
	.mTabContent .slick-next{
		right: 25%;
	}
	.mTabContent i{
		display: block;
		font-size: 25px;
		color: #49c1f7;;
		text-align: center;
		line-height: 35px;
	}
	.title h1{
		font-size: 25px;
	}
	.title h4{
		font-size: 16px;
		margin-top: 15px;
	}
	.headSlick img{
		height: 300px;
	}
	.whyItem h3{
		font-size: 16px;
	}
	.whyItem h5{
		font-size: 14px;
	}
	.ceoItem{
		margin: 55px 0 60px 0;
	}
	.speakItem{
		height: 300px;
	}
	.howto .row{
		padding-top: 0;
	}
	footer{
		padding-top: 30px;
	}
	footer hr{
		margin-top: 50px;
	}
	.numItem{
		padding: 15px 5px 15px 5px;
	}
	.recent{
	    padding: 80px 0 120px 0;
	}
	.howto .first.title{
		margin: 0;
	}
	#map{
		height: 200px;
	}
	.endForm .form input[type="text"]{
		margin: 10px 0;
		width: 100%;
		padding-left: 10px;
		display: block;
		height: 50px;
		border-bottom: 1px solid #bdc5cc;
		border-right: none;
		border-left: none;
	}
	.endForm .form textarea{
		padding-top: 20px;
		height: 100px;
		border-top: none;
	}
	.endForm .formBtn{
		line-height: 50px;
		float: none;
		width: 80%;
		margin: 20px  auto;
		display: block;
		border-radius: 5px;
	}
	.footer p{
		font-size: 14px;
	}
	footer h4:first-child{
		margin-top: 5%;
	}
	.topBar{
		margin-bottom: 30px;
	}
	.numItem:hover{
		border-top: 0;
		border-left: 0;
		border-right : 0;
		border-bottom: 0; 
		margin-top: 5px;
		-webkit-box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
		-moz-box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
		box-shadow: 0px 10px 80px 5px rgba(175,198,217,0.5);
		transition: box-shadow 0.2s;
	}
	.whyItem{
		display: block;
		padding: 0 5px;
		margin-bottom: 50px;
	}
	.speakers{
		padding-top: 140px;
	}
	.howto .first.title h1, .howto .first.title h4{
		text-align: center;
	}
	footer p{
		margin-bottom: 75px;
	}
	footer ul{
		margin-top: 10%;
	}
	.smallOne .button{
		width: 250px;
		margin: 50px auto 50px auto;
	}
	.button{
		height: 50px;
		line-height: 50px;
	}
	.howto .button{
		width: 250px;
		margin: 30px auto 50px auto;
	}
	.partners .button{
		width: 250px;
	}
	.numBlock{
		margin: 50px 0 100px 0;
	}
	.whyBlock{
		margin: 60px 0 50px 0;
	}
	.ceoItemTop{
		height: 250px;
	}
	.howto ul li{
		margin:20px 0;
		line-height: inherit;
		overflow: visible;
		white-space: normal;
	}
	.howto ul li img{
		height: 50px;
	}
	.partners{
		margin-top: 100px;
	}
	.partners .leftGrad, .partners .rightGrad{
		width: 30%;
	}
	.thanksFooter h5{
		font-size: 8px;
	}
	.thanks h4:nth-child(3){
		padding: 40px 0 10px 0;
	}
	.thanks h1{
		padding: 40px 0 20px 0;
	}
	.thanks .container>a{
		width: 20%;
	}
}