#navmain{
	background: #fff;
}
#sec1{
	margin-top: 81px;
	padding: 65px 0 45px;
	border-bottom: 2px solid #807a79;
}
#sec1 h2{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 3px;
}
#sec1 .note{
	padding-top: 33px;
	font-size: 20px;
	font-weight: bold;
}
#sec1 .text{
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
}
#sec1 .text1{
	font-size: 16px;
	font-weight: bold;
	padding-top: 45px;
}
#sec1 .text2{
	font-weight: bold;
	padding-top: 27px;
}
#sec1 .row1{
	display: table;
}
#sec1 .row1 > *{
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}
#sec2{
	padding: 64px 0 60px;
}
#sec2 h2{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
#sec2 .note{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 45px;
}
#sec2 .text{
	text-align: center;
	font-weight: bold;
	padding-bottom: 66px;
}
#sec2 .text_container{
	max-width: 800px;
	margin: auto;
}
#sec2 .text_container .text2 span{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-right: 20px;
}
#sec2 .text_container .text2 span:after{
	content: '';
	position: absolute;
	top: 11px;
	right: -100%;
	width: 100%;
	height: 2px;
	background: #807a79;
}
#sec2 .text_container .list{
	margin-top: 30px;
	margin-left: 20px;
}
#sec2 .text_container .list li{
	list-style-type: decimal;
	font-size: 14px;
	font-weight: bold;
}
#sec2 .text_container .unorderedlist{
	margin-top: 35px;
	margin-left: 20px;
}
#sec2 .text_container .unorderedlist li{
	list-style-type: disc;
	font-weight: bold;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#sec1{
		padding: 58px 0;
	}
	#sec1 .note{
		padding-top: 15px;
		padding-bottom: 25px;
	}
	#sec1 .text{
		font-size: 16px;
	}
	#sec1 .text1{
		padding-top: 33px;
	}
	#sec1 .text2{
		padding-top: 33px;
		padding-bottom: 40px;
	}
	#sec1 .row1 {
		display: block;
	}
	#sec1 .row1 > *{
		display: block;
	}
	#sec1 h2{
		font-size: 30px;
	}
	#sec2{

	}
	#sec2 .note{
		padding-top: 15px;
		padding-bottom: 25px;
	}
	#sec2 .text{
		padding-bottom: 30px;
		text-align: left;
	}
	#sec2 .text2{
		text-align: center;
	}
	#sec2 .text2 span{
		padding-right: 0 !important;
	}
	#sec2 .text_container .text2 span:after{
		content: initial;
	}
	#sec2 .text_container .list{
		margin-top: 20px;
		margin-left: 30px;
	}
}
/*new css*/
@media (max-width: 1199px) and (min-width: 857px){
	#sec1{
		padding-top: 115px;
	}
}