body{
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
	padding-top: 0px;
}

a,input{
	outline: none;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

a:hover,a:focus{
	text-decoration: none;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

.header{
	padding: 0px 30px;
	background: #ffffff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}

.header-cont{
	max-width: 1600px;
	margin: auto;
}

.logo{
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

.menu_area{
	float: right;
}



.menu-bar{
	text-align: center;
	margin-top: 0px;
	float: left;
}

.menu-bar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-bar ul li{
	display: inline-block;
	text-align: center;
	margin-left: -4px;
}

.menu-bar ul li:first-child{
	margin-left: 0;
}

.menu-bar ul li:last-child{
	margin-right: 0;
}

.menu-bar ul li a{
	color: #948d85;
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 30px 12px;
}

.menu-bar ul li a:hover,.menu-bar ul li a.active{
	color: #3b5999;
	background: #eee;
	text-decoration: none;
}

.login-btn{
	margin-top: 20px;
	float: left;
	margin-left: 30px;
}

.mob_nav{
	display: none;
}

.login-btn a{
	display: block;
	padding: 10px 20px;
	border-radius: 3px;
	background: #fafafa;
	color: #394c5b;
	border:1px solid #c8c8c8;
	text-align: center;
	font-weight: 500;
}

.login-btn a i{
	margin-right: 5px;
}

.login-btn a:hover,.login-btn a:focus{
	background: #f6f6f6;
	text-decoration: none;
}

.top-banner{
	background: url(../images/banner-2.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
	padding: 0 30px;
}

.tb_container{
	max-width: 1580px;
	margin: auto;
	position: relative;
	height: 100vh;
}

#survey{
	height: 100% !important;
}

.tb_servey{
	position: absolute;
	width:350px;
	height: 100%;
	top: 65px;
	left: 0;
	background: transparent;
}

.tb_caption{
	position: absolute;
	top: 20px;
	left: 10px;
	text-align: left;
	display: none;
}

.tb_caption span.color{
	color: #f5bf01;
}

.tb_caption h1{
	font-size: 36px;
	color: #104974;
	font-weight: 800;
}

.tb_slider_holder{
	position: absolute;
	width: 39vw;
	height: 33vh;
	left: 4vw;
	top: 31vh;
}

.bx-wrapper{
	border:none;
	box-shadow: none;
	background: transparent;
	margin-bottom: 0;
}

.tb_slider_holder .bx-wrapper .bx-pager{
	bottom: -50px;
	text-align: left;
}

.tb_slider_holder .bx-wrapper .bx-pager.bx-default-pager a{
	background: #23262d;
	border:2px solid #ffffff;
	width: 18px;
	height: 18px;
	border-radius: 50%;	
	margin-left: 3px;
	margin-right: 3px;
}

.tb_slider_holder .bx-wrapper .bx-pager.bx-default-pager a:hover,.tb_slider_holder .bx-wrapper .bx-pager.bx-default-pager a.active,.tb_slider_holder .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #ffffff;
}

.tb_social_holder{
	position: absolute;
	height: 70px;
	right: 0px;
	bottom: 30px;
}

.tb_social_holder a{
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center center;
}

.tb_social_holder a.tb_s1{
	background-image: url(../images/social-1.png);
}

.tb_social_holder a.tb_s2{
	background-image: url(../images/social-2.png);
}

.tb_social_holder a.tb_s3{
	background-image: url(../images/social-3.png);
}

.page_break{
	height: 70px;
	background: #3b5999;
	width: 100%;
	position: relative;
}

.page_break h2{
	text-align: center;
	margin: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	padding-top: 25px;
	font-family: 'Raleway',sans-serif;
	text-transform: uppercase;
}

.pb_text{
	text-align: center;
	position: relative;
	height: 100%;
}

.pb_text img{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	top:auto;
	margin: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .pb_text img{
 	bottom: -100px;
 }
}

@supports (-ms-ime-align: auto) {
  .pb_text img{
 	bottom: -100px;
 }
}

.page_break img.right{
	position: absolute;
	bottom: -24px;
	right: 300px;
}

.page_break img.left{
	position: absolute;
	bottom: -24px;
	left: 300px;
}

.sec_2{
	padding: 0px 0 0;
	background: #fafafa;
}

.sec_2_img{
}

.sec_2_img img{
	max-width: 90%;
}

.sec_2_holder{
	margin-top:80px;
	position: relative;
}

.s2Slide h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
}

.s2Slide h2 span{
	color: #ffffff;
	text-shadow:1px 1px 5px rgba(0,0,0,0.4);
}

.s2Slide strong{
	display: block;
	font-size: 30px;
	color: #000000;
	line-height:35px;
	margin-bottom: 20px;
	font-weight: normal;
}

.slide_text{
	height: 450px;
	padding-bottom: 100px;
}

.slide_text_2{
	height: 350px;
}

.slide_text_3{
	height: 200px;
}

.slide_fix{
	height: auto;
	min-height: 200px;
}

.s2Abs{
	float: none;
}

.bx-wrapper img{
	width: 100%;
}

.s2Slide p{
	font-size: 16px;
	margin-bottom: 20px;
}

.s2Btn a{
	color: #3b579a;
	border:1px solid #3b579a;
	display: inline-block;
	text-align: center;
	padding: 8px 15px;
}

.s2Btn a:hover,.s2Btn a:focus{
	background: #3b579a;
	color: #ffffff;
}

.s2Btn{
	float: left;
	margin-left: 40px;
	margin-top:10px;
}

.s2Social {
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.s2Social a{
	display: inline-block;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center center;
}

.s2Social a.facebook{
	background-image: url(../images/facebook.svg);
}

.s2Social a.linked-in{
	background-image: url(../images/linked-in.svg);
}

.s2Social p{
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}

.sec_2_holder .bx-wrapper .bx-controls-direction a{
	top: auto;
	bottom: 0px;
}

.sec_2_holder .bx-wrapper .bx-controls-direction{
	width: 210px;
	position: relative;
}

.sec_2_holder .bx-wrapper .bx-prev{
	background: url(../images/arrow-left.png)  no-repeat;
}

.sec_2_holder .bx-wrapper .bx-next{
	background: url(../images/arrow-right.png) no-repeat;
}

.sec_dark{
	background: #f7f7f7;
	padding: 41.5px 0 24.5px;
}

.s3Slider{
	margin-top: 0;
}

.sec_2_holder.s3Slider .bx-wrapper .bx-controls-direction a{
	bottom: 20px;
}

.sec_2_holder.s3Slider .bx-wrapper .bx-controls-direction{
	left: -10px;
}

.sec_2_holder.s3Slider .s2Btn{
	margin-left: 30px;
	margin-bottom: 20px;
}

.sec_2_holder.s3Slider h2{
	color: #3d4341;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 36px;
}

.sec_2_holder.s3Slider p{
	font-size: 16px;
	line-height: 24px;
}

.s3ImgSlider_holder .bx-wrapper .bx-pager{
	right: 20px;
	bottom: 0px;
	left: auto;
	width: 120px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

.s3ImgSlider_holder .bx-wrapper .bx-pager.bx-default-pager a{
	background: #3b5999;
	border:2px solid #444;
	width: 18px;
	height: 18px;
	border-radius: 50%;	
	margin-left: 3px;
	margin-right: 3px;
}

.s3ImgSlider_holder .bx-wrapper .bx-pager.bx-default-pager a:hover,.s3ImgSlider_holder .bx-wrapper .bx-pager.bx-default-pager a.active,.s3ImgSlider_holder .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #ffffff;
}

.sec_2_holder.s3Slide .s2Btn_area{
	margin-top: 50px;
}

.sec_light{
	padding: 41.5px 0 24.5px;
	background: #ffffff;
}

.s4Slider.s3ImgSlider_holder .bx-wrapper .bx-pager{
	left: 0px;
	right: auto;
}

.sec_steps{
	padding: 41.5px 0 24.5px;
}



.step_data h2{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.step_data h3{
	font-size: 34px;
	font-weight: 600;
	color: #364b60;
	text-align: center;
	margin-bottom: 20px;
}

.step_data p{
	font-size: 16px;
	color: #555;
}

.step_data p a{
	color: #555;
	text-decoration: underline;
}

.sec_sPad{
	margin-bottom: 0px;
}

.sec_white{
	background: #ffffff;
}

.sec_gray_2{
	background: #f7f7f7;
}

.s5Text h2 small{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.bot_sec{
	background: #ffffff;
	padding: 50px 0 0;
}

.bot_img img{
	left: 0;
	right: 0;
	margin: auto;
}

.bot_text{
	color: #384a62;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}

.bot_text p a{
	text-decoration: underline;
	color: #384a62;
}

.bt_btn > a{
	background:#50b150;
	display: inline-block;
	padding: 8px 20px;
	color: #ffffff;
	border-radius: 2px;

}
.bt_btn > a:hover,.bt_btn > a:focus{
	background: #167216;
}


.bt_btn{
	margin-top: 20px;
}

.bt_btn span{
	color: #000000;
	font-weight: bold;
	font-size: 25px;
	margin-left: 10px;
}

.bt_btn img{
	position: relative;
	top: 25px;
}

.footer{
	padding: 50px 0;
	background: #2c2b29;
}

.youTubeVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youTubeVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer_menu h3,.footer_contact h3{
	font-weight: 600;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;
}

.footer_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_menu ul li{
	margin-bottom: 10px;
}

.footer_menu ul li a{
	color: #b3b3b1;
	font-size: 15px;
}

.footer_menu ul li  img{
	margin-right: 15px;
	position: relative;
	top: -2px;
}

.footer_contact p{
	color: #b3b3b1;
	margin-bottom: 20px;

	font-size: 16px;
}

.footer-bottom{
	padding: 20px 0;
	background: #f8f8f8;
}

.footer-bottom p{
	text-align: left;
	margin-bottom: 0;
}

.footer-bottom a{
	color: #395996;
}

.page_body{
	padding: 100px 0;
}

.page_body h2{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.page_body p{
	font-size: 16px;
	line-height: 24px;
}