@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}
.container-large {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
a {
	font-family: 'Poppins', sans-serif;
	color: #818181; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #818181; 
	text-decoration: none;
}
a:visited {
	color: #818181; 
	text-decoration: none;
}
a:hover {
	color:#4ab848 !important; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif !important;
	font-weight:700; 
}

h3.kanit {
	font-family: 'Kanit', sans-serif !important;
	font-weight:500; 
}
h2.kanit {
	font-family: 'kanit', sans-serif !important;
	font-weight:500; 
}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.bold {
	font-weight:bold;
}
ul {
	margin-left: 30px;
}

li {
	line-height: 1.7em;
	font-family: 'Poppins', sans-serif !important;
}

.btn-green {
	background-color: #97ca3d;
	color: #fff;
	border-radius: 0px;
	padding: 16px;
	border: transparent;
}

a.btn-green {
	color: #fff;
	text-decoration: none;
}
.btn-green:hover {
	color: #fff !important;
	background-color: #4ab848 !important;
	text-decoration: none;
}

.huge {
	font-size: 2em;
	font-weight: 700;
}

@media (min-width: 1200px) { 
.huge {
	font-size: 5em;
	font-weight: 700;
}
}
.white {
	color: #fff;
}
.grey {
	color:#999;
}
.darkgrey {
	color: #333;
}

.text-justify {
	text-align: justify;
}

.green {
	color: #79c143;
}


a.white {
	color: #fff;
}

a.white:hover {
	color: #183d5b;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/

.topbar {
	background-color: #97ca3d; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #97ca3d, #4ab848);
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 1px;
}

.navbar-default {
	background-color:#333;
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
.navbar {	
	background-color:#333;
	min-height: 100px;
}
a.navbar-brand {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff !important;
	padding: 25px;
	font-family: 'kanit', sans-serif !important;
	
}

a.nav-link {
	font-size:18px; 
	font-family: 'kanit', sans-serif !important;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
   color:#ffffff; 
    border-bottom: 1px solid transparent;
}


a.nav-link:hover {
    color: #79c143 !important;
    border-bottom: 1px solid #79c143;
}


.navbar-toggle {
      margin:10px 0; 
      background:#36C; 
      color:#FFF;
}

li.nav-item {
	padding-left: 32px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/

section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.container-large {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.banner {
  background-color: #FFFFFF;
  background: url(/images/banner-1.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 510px;
  position: relative;
}	

.services {
	background-color: #fafafa;
}

.darkgrey-bg {
    padding-top: 75px ;
	padding-left: 55px !important;	
	background-image: linear-gradient(to bottom right, #58595b, #333);
	border-radius: 0px;
	min-height: 300px;
	position: absolute;
	bottom: 0;
}

.light-grey {
	background-color: #eee;
	padding-top: 75px;
	padding-bottom: 50px;
}

.greenshape-bg {
  background-color: #79c143;
  background-image: url(/images/green-shapes.png);
  background-position: bottom left;
  background-repeat: repeat;
  padding-top: 75px ; 
}

#contact {
  background-color: #222;
}

hr.grey-line  {
        border: 0;
        height: 2px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        background: #aaa;
    }

/*-----------------------------------------------------------------------------------*/
/*	5.	Carousel
/*-----------------------------------------------------------------------------------*/


.carousel-control {
  font-size: 20px;
  color: #173f67;
  text-align: center;
  text-shadow: none;
}
.carousel-control:hover {
  color: #173f67;
}
.carousel-control.right {background: none !important;}
.carousel-control.left {background: none !important;}

/*-----------------------------------------------------------------------------------*/
/*	6.	Contact Form
/*-----------------------------------------------------------------------------------*/

.helloform {
	width: 100% !important;
	font-family: 'Poppins', sans-serif !important;
}


/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	background-color: #000;
	padding-top: 50px;
}

.copyright {
	background-color: #222;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	}

footer .copyright a {
	font-family: 'Poppins', sans-serif; 
	font-size:13px; 
	color: #ddd; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #409abc;
  font-size:13px;
}

footer .copyright small {
  font-family: 'Poppins', sans-serif; 
  color: #ddd;
  font-size: 13px;
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}

