:root{
	--primary-color: rgb(255, 192, 0);;
	--secondry-color: #6067b7;
	--light-blue: #f2fdf7;
}
@import url('https://fonts.googleapis.com/css?family=Ceviche+One|Oswald|Sarabun');
*{
	padding: 0;
	margin:0;
	box-sizing: border-box; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
a{
	font-family: 'Oswald', sans-serif;
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #333;
}
h1,h3,h4,h5,h6,a{
	font-family: 'Ceviche One', cursive;
	color: var(--secondry-color);
}
body{
	overflow-x: hidden;
	font-family: 'Sarabun', sans-serif;
}
p{
	font-family: 'Sarabun', sans-serif;
}
.top-header{
	background: var(--secondry-color);
}
.top-header i{
	color: var(--primary-color);
}
.header-line,.header-icons{
	margin-bottom: 0px; 
	color: #eee;
	padding:10px;
	font-size: 0.8em; 
}
.capital{
	text-transform: uppercase;
}
.header-line span{
	color: var(--light-blue);
}
.header-Contact{
	color: #eee;
	margin-top: 10px;
	padding:10px;
	font-size: 1em; 	 
}
.header-Contact:hover{
	color: #fff;
}
.phone-icon {
	transform: rotate(110deg);
}
.header-icon-list{
	list-style: none;
	margin-bottom: 0px; 
}
.header-icon-item{
	display: inline-block;
	padding: 0px 10px;
}
.header-icon-item a{
	color: #eee;
}
.header-icon-item a:hover{
	color: #fff;
}
.nav-section li{
	padding: 5px;
}

.nav-section li a{
	padding: 1rem;
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
	color: #111 !important;
	font-weight: 600;
	border: 2px solid #fff;
	transition: 0.8s;
}
.nav-section li a:hover{
	border: 2px solid #c3c3c3;
}
.carousel-caption h5{
	display: inline-block;
	padding: 10px 30px;
	font-size: 26px;
	font-weight: 600;
	background: rgba(242,253,247,0.7);
}
.main-section{
	padding: 50px 0;
}
.main-sec-col{
	background-color:#f8f8f8;
	
}
.main-sec-col-div{
	padding: 15px 15px;
}
.section-head{
	font-weight: 600;
	margin: 0;
	font-size: 28px;
	color: #111;
}
.main-sec-col-div p{
	padding-top: 19px;
	text-align: justify;
	font-weight: 400;
	font-size: 16px;
	color:  #111;
}
.read-more{
	background: var(--primary-color);
	color: #111;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 20px;
	transition: 0.8s; 
}
.read-more:hover{
	color: var(--primary-color);
	background-color: #111;
	
}
.quote-message{
	font-weight: 600;
	color: #111;
}
.head-div{
	border-bottom: 1px solid #9b9b9b;
	padding-top: 10px;
	margin-bottom: 30px; 
}
.head-div .section-head{
	font-weight: 600;
	font-size: 46px;
	color: #111;
}
.img-box{
	overflow: hidden;
}
.img-box img{
	transition: 0.8s;

}
.img-box img:hover{
	transform: scale(1.1);
}
.second-section{
	margin-top: 30px;
}
.work-column{
	
	padding: 0px;
	border: 1px solid #333;
	border-radius: 5px;
}
.work-column .img-box img{
	height: 203px;
	border-radius:5px 5px 0 0; 
}
.work-column .details-col{
	padding: 15px;
}
.details-col h4{
	text-align: center;
}
.details-col p{
	font-size: 14px;
	text-align: justify;
}
.details-col ul{
	padding: 0px 10px;
	list-style: none;
}
.details-col ul li{
	font-size: 15px;
}
.details-col ul li i{
	padding-right: 5px;
}
.president-speech{
	padding: 10px 0px 0 0px;
	background-color: var(--light-blue);
}
.president-speech-head{
	background:var(--secondry-color); 
	margin-top: -15px; 
	padding: 5px 15px;
}
.president-speech-head h3{
	color: var(--light-blue);
} 
.footer{
	margin: 0;
	background: var(--secondry-color);
	padding: 50px 0px 0px 0px;
}
.footer-head{
	font-size: 30px;
	font-weight: 600;
	color: var(--primary-color);
	padding: 10px 5px 20px 5px;
}
.footer p{
	text-align: justify;
	font-size: 13px;
	padding: 5px;
	color: var(--light-blue);
}
.footer a{
	padding: 0px 5px;
	color: #eee;
	transition: 0.5s;
}
.footer a:hover{
	color: #fff;
}
.footer i{
	color: var(--primary-color);
}
.footer-bottam{
	padding: 10px 0;
	background: #000;
}
.footer-bottam p{
	font-size: 15px;
} 
.footer-bottam a{
	color: var(--secondry-color);		

}
.footer-bottam a:hover{
	color: var(--primary-color);	
}  
