body{
	font-family: 'Montserrat', sans-serif;
}
/* =============== > Menu < =============== */
.menu{
	height: 100px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 999;
}

.ht{
	height: 100px;
}
.navbar, .dropdown-menu{
	background:rgba(255,255,255,0.25);
	border: none;
}
#navbar{
	z-index: 9;
	position: relative;
}
#navbar > ul > li > a{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

@media all and (max-width: 767px){
	#navbar{
		background-color: yellow;
	}
	.navbar{
		margin-top: 0 !important;
	}
	.menu{
		height: 50px;
	}
}
/* =============== > / Menu < =============== */

/* =============== > all sec < =============== */
.sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9,{
	height: auto;
	width: 100%;
}
/* =============== > / all sec < =============== */

/* =============== > sec1 < =============== */
.sec1{
	background-color: #0096ff;
}

.sec1_l{
	font-size: 27px;
	color: #fff;
	margin-top: 50%;
	padding-left: 22px;
	float: right;
}
.sec1_l p{
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	float: left;
}

@media all and (min-width: 768px) and (max-width: 991px){
	.sec1_l{
		margin-top: 10%;
		padding-left: 38px;
	}
}

@media all and (max-width: 767px){
	.sec1_l{
		font-size: 7vw;
		color: #fff;
		margin-top: 18px;
		font-family: 'Roboto', sans-serif;
		float: unset;
		text-align: center;
		margin-top: 10%;
		padding-left: 0px;
	}
	.sec1_l p{
		font-size: 13px;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		float: unset;
		text-align: center;
	}
}

#seo {
	background: #0096ff url(../img/sec1/select.png) no-repeat scroll;
	border: 1px solid #fff;
	height: 45px;
	overflow: hidden;
	width: 91% !important;
	border-radius: 7px 7px 0px 0px;
	background-position:  right 10px center !important;
	color: #fff !important;
	font-size: 20px !important;
	padding-top: 8px;
	padding-left: 18px;
	text-align: left;
}
#seo-c {
	background-color: #fff;
	border: 1px solid #fff;
	min-height: 45px;
	overflow: hidden;
	width: 91% !important;
	border-radius: 0px 0px 7px 7px;
	background-position:  right 10px center !important;
	color: #000 !important;
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}

/* =============== > / sec1 < =============== */

/* =============== > sec2 < =============== */
.sec2{
	background-color: #fff;
	background-image: url(../img/sec2/Ellipse_1.png),url(../img/sec2/Ellipse_2.png); 
	background-size: 249px,420px;
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
}
.media{
	margin-bottom: 50px;
}
.media img{
	padding-right: 20px;	
}
.re_pad_l{
	padding-left: 140px;
}
.re_pad_r{
	padding-right: 140px;
}
@media all and (max-width: 991px){
	.re_pad_l, .re_pad_r{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/* =============== > / sec2 < =============== */

/* =============== > sec3 < =============== */
.sec3{
	background-color: #55b8b3;
	color: #fff;
}
.sec3_op{
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
}
.sec3_title{
	font-size: 30px; 
	padding-top: 50px; 
}
.sec3_item{
	text-align: center;
	width: 120px;
}
.sec3_item_title{
	margin-top: -9px; 
	margin-bottom: 30px;
}
@media all and (max-width: 767px){
	.sec3_op{
		margin-left: 0px;
		margin-right: 0px;
	}
}
/* =============== > / sec3 < =============== */

/* =============== > sec4 < =============== */
.sec4{
	background-color: #fff;
}
.media{
	margin-bottom: 50px;
}
.media img{
	padding-right: 20px;	
}
.re_pad_s4_l{
	padding-left: 85px;
}
.re_pad_s4_r{
	padding-right: 85px;
}
.sec4_title{
	font-size: 15px;
	padding-bottom: 12px;
	font-weight: bold;
}
@media all and (max-width: 991px){
	.re_pad_s4_l, .re_pad_s4_r{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/* =============== > / sec4 < =============== */

/* =============== > sec5 < =============== */
.sec5{
	background-color: #ffe400;
	color: #000;
}
.sec5_title{
	padding-top: 50px; 
	margin-left: 55px;
	margin-right: 55px;
}
/* =============== > / sec5 < =============== */

/* =============== > sec6 < =============== */
.sec6{
	background-color: #fff;
}
.sec6_limit{
	padding-top: 50px; 
	margin-left: 55px;
	margin-right: 55px;	
}

.wrap_item{
	position: relative;
	margin: 0 auto 30px;
	max-width: 350px;
	overflow: hidden;
}

.wrap_item .wrap_img img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.wrap_img, .wrap_title{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrap_img a{
	text-decoration: none;
	color: #fff;	
	text-transform: uppercase;
	font-weight: bold;
}

.link_of_img{
	position: absolute;
	left: 14px;
	bottom: 10px;
	display: block;
	width: 130px;
	padding: 0;
	margin: 0;
}

.sec6_bt_l{
	width: 100px;
	height: 28px;
	background-color: #0080ff;
	border-radius: 7px 0px 0px 7px;
	border-right: 1px solid #94c6ea;
	padding-top: 5px;
	padding-left: 12px;
}

.sec6_bt_r{
	width: 30px;
	height: 28px;
	background-color: #0080ff;
	border-radius: 0px 7px 7px 0px;
}

.link_none a{
	text-decoration: none;
	color: #0080ff;
}

.sec6_carousel{
	margin: 22px 202px 42px;
}

@media all and (max-width: 767px){
	.sec6_carousel{
		margin: 22px 30px;
	}
}
.prev{
	margin-top: 23px;
	margin-left: -15px;
	height: 22px;
	width: 12px;
	float: left;
	background-image: url(../img/sec6/arrows_l.png);
}
.prev:hover{
	background-image: url(../img/sec6/arrows_l_hover.png);
}
.next{
	margin-top: -36px;
	margin-right: -15px;
	height: 22px;
	width: 12px;
	float: right;
	background-image: url(../img/sec6/arrows_r.png);
}
.next:hover{
	background-image: url(../img/sec6/arrows_r_hover.png);
}
.compact{
	margin: 0 0 10px;
	width: 100%;
	height: 117px;
	overflow: hidden;
	margin-bottom: 15px;
}
/* =============== > / sec6 < =============== */

/* =============== > sec7 < =============== */
.sec7{
	background-color: #0096ff;
	color: #fff;
}
.space{
	height: 60px;
}
.sec7_limit{
	padding-top: 30px; 
	margin-left: 67px;
	margin-right: 67px;	
	position: relative;
}

@media all and (max-width: 767px){
	.sec7_limit{
		margin-left: 15px;
		margin-right: 15px;	
	}
}

.sec7_limit h4{
	text-transform: uppercase;
	font-weight: bold;
}
.sec7_content{
	padding: 0 50px;
	margin-bottom: 50px;
}
.block_ct{
	margin-bottom: 22px;
}
.Social{
	margin-right: 11px;
	width: 36px;
}
.ip{
	border: 1px solid #fff;
	border-bottom: none;
}
.input1{
	height: 42px;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.input2{
	height: 42px;
	width: 100%;
}
.input3{
	height: 69px;
	width: 100%;
}
.submit_info{
	height: 42px;
	width: 100%;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
	color:#0096ff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 8px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.submit_info:hover{
	background-color: #55b8b3;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.my-form-control{
	border-radius: 0px !important;
	display: block;
	margin-top: 5px;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
	border: 0px;
	border-radius: 0px;
	outline: none;
}
.my-form-control::-webkit-input-placeholder { color: #fff; }
.my-form-control::-moz-placeholder { color: #fff; }
.my-form-control:-ms-input-placeholder { color: #fff; }
.my-form-control input:-moz-placeholder { color: #fff; }


input[type=submit] {
	border: none;
	background-color: rgba(0,0,0,0); 
	width: 100%;
}

/* =============== > / sec7 < =============== */

/* =============== > sec8 < =============== */
.sec8{
	background-color: #fff;
}
/* =============== > / sec8 < =============== */
