.section-1{
	padding: 30px 0px;	
}
.section-1 .box-1{
	display: flex;
	align-items: center;
	padding: 0px 20px;
}
.section-1 .box-1 input{
	height: 46px;
	width: 100%;
	padding-left: 10px;
	background-color: #f4fefa;
	border: 1px solid #f4f4f4;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.section-1 .box-1 button{
	background: transparent;
	border: none;
	height: 46px;
	display: block;
	align-items: center;
	justify-content: center;
	background-color: #2e7a7a;
	width: 80px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.section-2{
	padding: 30px 0px;
	padding-top: 0px;
}
.section-2 .main-title h3{
	padding: 0px 10px;
}
.section-2 .main-title h3{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-2 .box-1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 8px;
	margin-top: 20px;
}
.section-2 .box-1 > div{
	width: calc(33.33% - 4px);
	margin-bottom: 4px;
	border: 1px solid #2e7a7a;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	border-radius: 3px;
}
.section-2 .box-1 > div img{
	height: 50px;
	width: auto;
	display: block;
}
.section-2 .box-1 > div p{
	text-align: center;
	color: #2e7a7a;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	height: 36px;
}
.section-2 .box-1 > div p::first-letter {
  text-transform: uppercase;
}


.section-3{
	padding: 30px 0px;
	padding-top: 0px;
}
.section-3 .main-title h3{
	padding: 0px 10px;
}
.section-3 .main-title h3{
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-3 .main-title p{
	font-family: lobster;
	text-align: center;
	font-size: 20px;
	padding-top: 0px 10px;
	color: #2e7a7a;
}
.section-3 .box-1{
	border-radius: 10px;
	background-color: #2e7a7a;
	padding: 0px 0px;
	padding-top: 20px;
	width: calc(100% - 20px);
	margin: auto;
	margin-top: 20px;
}
.section-3 .box-1 > p:nth-child(1){
	color: #fff;
	text-align: justify;
	font-size: 14px;
	padding: 0px 15px;
}
.section-3 .box-1 > div.list{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0px 10px;
}
.section-3 .box-1 > div.list > div{
	width: calc(33.33% - 7px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-3 .box-1 > div.list > div > img{
	height: 50px;
	width: auto;
	display: block;
}
.section-3 .box-1 > div.list > div > p:nth-child(2){
	font-size: 20px;
	font-family: UTMHelvetIns;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.section-3 .box-1 > div.list > div > p:nth-child(3){
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}



.section-4{
	padding: 30px 0px;
	background-color: #e5f3eb;
}
.section-4 .main-title h3{
	padding: 0px 10px;
}
.section-4 .main-title h3{
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-4 .main-title p{
	font-family: lobster;
	text-align: center;
	font-size: 20px;
	padding-top: 0px 10px;
	color: #2e7a7a;
}
.section-4  .box-1{
	padding: 0px 10px;
}
.section-4 #slide-1{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
}
.section-4 #slide-1 .slick-slide > div{
	margin-top: 0px;
}
.section-4 #slide-1 .slick-slide > div p:nth-child(1){
	color: #2e7a7a;
	font-family: UTMHelvetIns;
	font-size: 20px;
	text-align: center;
}
.section-4 #slide-1 .slick-slide > img{
	height: 368px;
	width: auto;
	display: block;
	margin: auto;
}
.section-4 #slide-1 .slick-slide > div p:nth-child(2){
	color: #2e7a7a;
	font-family: UTMHelvetIns;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	position: relative;
}
.section-4 #slide-1 .slick-slide > div p:nth-child(2):after{
	content: '';
	display: block;
	position: absolute;
	width: 120px;
	height: 3px;
	background-color: #2e7a7a;
	bottom: -10px;
	left: calc(50% - 60px);
}
.section-4 #slide-1 .slick-slide > div p:nth-child(3){
	text-align: center;
	margin-top: 20px;
}



.section-5{
	padding: 30px 0px;
}
.section-5 .main-title h3{
	padding: 0px 10px;
}
.section-5 .main-title h3{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-5 .box-1{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 5px;
}
.section-5 .box-1 > div{
	width: calc(50% - 2px);
	margin-bottom: 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-bottom: 10px;
}
.section-5 .box-1 > div > p:nth-child(2){
	font-family: UTMHelvetIns;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 6px;
}
.section-5 .box-1 > div > p:nth-child(3){
	font-size: 14px;
	text-align: justify;
	padding: 0px 6px;
	line-height: 20px;
	margin-top: 10px;
}


.section-6{
	padding: 30px 0px;
	padding-top: 0px;
}
.section-6 .main-title h3{
	padding: 0px 10px;
}
.section-6 .main-title h3{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-6 #slide-2{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.section-6 #slide-2 .slick-slide > p{
	text-align: center;
	font-family: UTMHelvetIns;
	font-size: 16px;
	line-height: 22px;
	padding: 0px 10px;
	margin-top: 10px;
	text-align: center;
}


.section-7{
	padding: 30px 0px;
	background-color: #e5f3eb;
}
.section-7 .main-title h3{
	padding: 0px 10px;
}
.section-7 .main-title h3{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-7 .box-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 10px;
	margin-top: 20px;
}
.section-7 .box-1 > div{
	width: calc(50% - 5px);
	margin-bottom: 10px;
}


.section-8{
	padding: 30px 0px;
}
.section-8 .main-title h3{
	padding: 0px 10px;
}
.section-8 .main-title h3{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-8 #slide-3{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 30px;
}

.section-9{
	padding: 30px 0px;
	padding-top: 0px;
}
.section-9 .main-title h3{
	padding: 0px 10px;
}
.section-9 .main-title h3{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: UTMHelvetIns;
	color: #444;
}
.section-9 #slide-4{
	width: calc(100% - 30px);
	margin: auto;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.section-9 #slide-4 .slick-slide > a:nth-child(2) h3{
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	font-family: UTMHelvetIns;
	color: #444;	
}
.section-9 #slide-4 .slick-slide > p:nth-child(3){
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
}

