/* COMMON */ 
.close {
	color:white;
	opacity:1;
    text-shadow: none;
    transition:all 0.5s linear; 
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color:white;
    text-shadow: none;
	opacity:1;
}
.close:hover {
	transform:rotate(360deg);
}
.mobile_br {
	display:none;
}
.keats {
	font-weight: 900;
	color: #0fa249;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
}
.keats2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	line-height: 0.5;
}
.font_underline {
	text-decoration: underline;
}
.text_type2 {
	font-family: 'Open Sans', sans-serif;
	line-height: 2;
	padding-top: 20px;
}
.cover_photo_buttons {
	width: 100%;
	border-radius: 4px;
	border: none;
	padding-top: 10px;
	/* transition:all 0.5s linear; */
	padding-bottom: 10px;
	line-height: 1.5;
	height: 90px;
	background: rgba(26, 26, 26, 0.9);
	text-align: left;
	padding-left: 30px;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.cover_photo_buttons_text {
	padding-left: 10%;
}
.cover_photo_buttons:hover {
	background-color: #222322;
}
.cover_photo_button_more {
	font-weight: 400;
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
}
#cover_photo_wrapper {
	margin-bottom: 40px;
	background-color: black;
} 
#cover_photos_button_row {
	position: absolute;
	top: 450px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: none;
	/*ACTIVATED*/
}
#inner_page_title {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	position: absolute;
	z-index: 1500;
	top: 175px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 5em;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px #242424;
}
#cover_photo_logo {
	background-color: white;
	border-radius: 0px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 1000;
	margin-left: 2%;
	margin-top: 30px;
}
#cover_image {
	/*filter: blur(4px);*/
	/* transform:scale(1.05);*/
	transition: all 1.5s;
}
#cover_image:hover {
	transform: scale(1.1);
}
.cover_photo_buttons_icon {
	margin-right: 0.5%;
	color: #ffb606;
	font-size: 1.8em;
	margin-top: 6px;
}
.font_weight {
	font-weight: bold;
}
.shading:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.shading:hover:after {
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#scroll_arrow {
	font-size: 2em;
	color: #127f3d;
}
.link:focus {
	outline: none !important
}
.form-control:focus {
	border-color: #ccc !important;
}
.form-control {
	border-radius: none !important
}
.no_space {
	padding-left: 0px;
	padding-right: 0px;
}
.no_space2 {
	padding-left: 0px;
	padding-right: 0px;
}
.no_space_right {
	padding-right: 0px !important
}
.no_space_left {
	padding-left: 0px !important
}
.no_space_right2 {
	padding-right: 0px;
}
.full_image {
	width: 100%;
}
.link {
	text-decoration: none !important;
}
button:focus {
	outline: none !important;
}
.link:hover {
	text-decoration: none !important;
}
.shade:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.shade:hover:after {
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#title_type1 {
	margin-bottom: 0px;
	font-size: 2em;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.title_word1 {
	color: #39c36e;
}
.title_word2 {
	/* color: #adaaaa; */
	color: black;
}
.title_word3 {
	color: black;
}
#title_type2 {
	text-align: center;
	margin-bottom: 0px;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
/* HEADER */

.dropdown-item:active {
	background-color: transparent !important;
	color: #16181b !important;
}
.navigation_dropdown {
	border-radius: 0px;
	margin-top: 0px;
}
#home_page_desktop_logo {
    position: absolute;
    z-index: 10;
    top: -80px;
    padding-left: 2%;
    padding-right: 1%;
}
#navigation {
	background-color: #0fa249 !important;
}
.nav-item {
	padding-right: 14px;
}
.nav-link {
	text-shadow: none;
	color: white !important;
	font-size: 1.1em;
}
#header {
	background-color: #0fa249 !important;
	box-shadow: 3px 3px 3px #0000001f;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	z-index: 20;
}
#header_contact {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 12px;
}
#text_logo {
	color: white;
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
/* FOOTER */

.footer_ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.footer_ul li a {
	color: white;
	line-height: 1.8;
}
#footer1 {
	color: white;
	background-color: #0fa249;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
}
#footer_watermark {
	font-size: 0.9em;
	text-align: right;
}
.footer1_column {
	padding-left: 3%;
}
#watermark a {
	color: white !important;
}
#watermark {
	float: right;
	color: white;
	font-size: 0.9em;
	margin-top: 6px;
	margin-bottom: 0px;
}
.footer_title {
	font-weight: bold;
	margin-bottom: 0px;
}
.footer_text {
	margin-bottom: 0px;
	font-size: 0.9em;
}
.fa-phone {
	transform: rotate(90deg);
}
.footer_text2 {
	line-height: 1.7;
}
#footer_address {
	margin-bottom: 10px;
}
#footer_watermark {
	color: black;
}
#footer2 {
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.95em;
}
.footer2_a {
	color: #adaaaa;
}
.footer2_a:hover {
	color: #333;
}
#footer_gallery {
	margin-top: 10px;
}
/* HOME */

#strengths_ul {
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
	padding-left: 0px;
	font-size: 1.1em;
	margin-bottom: 0px;
}
#strengths_ul li {
	padding-top: 10px;
	border-bottom: solid 1px #d0caca;
	padding-bottom: 10px;
}
.strength_icon {
	color: #0fa249;
	margin-right: 2%;
}
.channel_partners_keatsgreen_logo {
	position: absolute;
	top: 50px;
	margin-left: -3%;
	animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}
#home_quotation_button {
	background-color: transparent;
	text-transform: uppercase;
	color: white;
	border: solid 1px white;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	margin-top: 10px;
	transition: all 0.5s linear;
	cursor: pointer;
}
#home_quotation_title {
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 0px;
}
#home_quotation_row {
	background-color: #0fa249;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2px;
}
#home_quotation_button:hover {
	background-color: white;
	color: #39c36e;
}
#home_group_row {
	margin-top: 20px;
	margin-bottom: 40px;
}
#home_group_text {
	font-family: 'Open Sans', sans-serif;
	color: black;
	line-height: 1.8;
	font-size: 0.9em;
}
.home_group_information {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
	margin-top: 2px;
}
.home_group_company {
	float: left;
	padding-left: 65px;
	margin-top: 58px;
	transition: all 0.5s linear;
}
.home_group_a:hover {
	color: #333;
}
.home_group_a {
	color: #333;
}
.home_group_title {
	margin-top: 7px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: black;
}
.home_projects_image:hover {
	transform: scale(1.1);
}
.home_projects_image {
	transition: all 0.5s linear;
	height: 195px;
	width: 350px;
	object-fit: cover;
}
.home_projects_column {
	margin-top: 20px;
	margin-bottom: 50px;
}
.grid_image_box {
	overflow: hidden;
}
.projects_title {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 0px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	color: black;
}
.projects_date {
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 3px;
	color: #636060;
	font-family: 'Open Sans', sans-serif;
}
.projects_description {
	margin-bottom: 0px;
	font-size: 0.95em;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	color: black;
}
.home_partners_slogan {
	font-size: 2.1em;
	text-align: center;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
#home_hitachi {
	background-color: black;
}
.home_partners_logos_box {
	color: white;
	padding-top: 70px; 
	min-height: 310px;
	margin-bottom: 50px;  
	transition: all 0.5s linear;
}
#home_hitachi:hover {
	/* background-color: #3f3f40; */
} 
#home_jhonsons_blue_logo {
	height: 310px;
    width: 100%;
    object-fit: cover;
}
#home_jhonsons {
    background-color:#233b81;
    padding-top:0px; 
	/* background-color: #083b74;
	background-position-x: 82%;
	background-position-y: 42px;
	background-image: url("../images/home/keats-green-multi-zone-mini-vrv-single-split-vrv-air-cooled-water-cooled-cetrifugal-chillers-air-conditioning-solutions-johnson-controls-in-sri-lanka2.png");
	background-repeat: no-repeat; */
}
.home_partners_slogan_a:hover {
	color: white;
}
.home_partners_slogan_a {
	color: white;
	float: left;
	width: 50%;
}
.home_partner_logos {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.home_product_images {
	float: right;
	transition: all 0.5s linear;
}
#home_bottom_logo {
    margin-top: 60px;
}
#home_certificate {
    margin-top: 100px;
}
.home_product_name {
	margin-bottom: 0px;
	border-radius: 4px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.05em;
	width: 75%;
	padding-left: 7%;
	padding-right: 7%;
	font-family: 'Open Sans', sans-serif;
	color: white;
	background-color: #39c36e;
}
.home_group_company:hover {
	filter: grayscale(100%)
}
.home_product_name:hover {
	background-color: #34b666;
}
#home_introduction {
	text-align: center;
}
#home_introduction #title_type1 {
	text-transform: uppercase;
	text-align: left;
}
#home_introduction #title_type2 {
	text-transform: uppercase;
}
.home_product_text {
	width: 90%;
	color: #333;
	margin-top: 12px;
	font-size: 0.95em;
	line-height: 1.6;
}
.home_product_text_a {
	color: #333;
}
.home_product_text_a:hover {
	color: #333;
}
.home_product_list {
	text-align: left;
	line-height: 2.5;
}
.home_products_box {
	margin-bottom: 50px;
}
.home_product_images:hover {
	transform: scale(0.9);
}
.home_introduction_description {
	line-height: 1.9;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	margin-top: 13px;
}
#home_contact_row {
	font-family: 'Open Sans', sans-serif;
	background-color: #0fa249;
	color: white;
	margin-bottom: 30px;
}
#home_contact_title {
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
}
.home_contact_column {
	padding-top: 15px;
	padding-bottom: 15px;
}
.home_contact_icons {
	margin-right: 1%;
}
.carousel-indicators li {
	background-color: rgba(116, 108, 108, 0.5) !important;
}
.home_contact_text {
	margin-bottom: 0px;
	font-size: 1.3em;
	padding-top: 3px;
}
#home_contact_number {
	text-align: center;
	font-weight: bold;
}
#home_contact_email {
	text-align: right;
}
.carousel-indicators .active {
	background-color: #39c36e !important;
}
#slideshow {
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 70px;
	background-image: url("../images/home/keats-green-multi-zone-mini-vrv-single-split-vrv-air-cooled-water-cooled-cetrifugal-chillers-vrf-air-conditioning-solutions-in-sri-lanka-projects.jpg");
}
.slideshow2 {
	padding-top: 45px !important;
	box-shadow: 3px 3px 3px #0000001c;
	padding-bottom: 30px !important;
	margin-bottom: 60px;
}
.slider_title {
	font-size: 3.5em;
	line-height: 1.1;
	margin-top: 75px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #090800;
	font-weight: 800;
}
.slider_title2 {
	margin-top: 0px;
}
.slider_captions {
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.carousel-indicators {
	top: 450px;
}
.home_packages_dates {
	background-color: #388E3C;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	width: fit-content;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 0.95em;
	position: relative;
	float: right;
	margin-top: -50px;
	margin-right: 1%;
}
.home_packages_column_space2 {
	padding-right: 5px;
}
.home_packages_title {
	font-family: 'Lato', sans-serif;
	position: absolute;
	z-index: 1000;
	top: 15px;
	line-height: 1;
	background-color: rgb(15, 162, 73);
	color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 5%;
	padding-left: 4%;
	border-radius: 0px 4px 4px 0px;
	line-height: 1.05;
	border-bottom: solid 2px #0b602c;
}
.home_packages_title1 {
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
#home_packages_container {
	margin-bottom: 40px;
}
.home_packages_title2 {
	margin-bottom: 0px;
	font-size: 1.3em;
}
.home_packages_column_space1 {
	padding-left: 5px;
}
#home_packages_title_package1_title1 {
	padding-left: 3%;
}
.home_package_image {
	transition: all 3s linear;
	margin-bottom: 4.5px;
}
.home_package_small_image {
	width: 380px;
	height: 314px;
	object-fit: cover;
}
.strengths_contact {
	text-align: center;
	padding-bottom: 3px;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 3px !important;
	border-radius: 0px;
	color: white;
	background-color: #3e3e3e;
	font-weight: normal !important;
}
#home_attractions {
	margin-bottom: 40px;
}
.home_attraction_box {
	overflow: hidden;
	margin-top: 18px;
}
.home_attraction_image {
	transition: all 0.5s linear;
}
.home_attraction_image:hover {
	/*transform: scale(1.1);*/
}
#home_attractions_title {
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 1.33em;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}
#home_attractions_description {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	color: black;
}
.home_attractions_ul {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 2;
}
.home_attractions_ul {
	list-style-type: none;
	padding-left: 0px;
}
.home_attractions_ul li a {
	color: #333;
}
.home_attractions_ul li a:hover {
	color: #012d6b;
}
#home_attractions_column2 {
	background-image: url("../images/home/keats-green-multi-zone-mini-vrv-single-split-vrv-air-cooled-water-cooled-cetrifugal-chillers-air-conditioning-solutions-logo-events.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 4%;
	background-size: 42%;
	background-position-y: 75px;
}
#events_tables {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}
.event_button {
	background-color: #388E3C;
	color: white;
	font-family: 'Open Sans', sans-serif;
	border: none;
	border-bottom: solid 2px #265d28;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 2px;
	cursor: pointer;
}
.event_button:hover {
	background-color: #328436;
}
.home_introduction_list_column {
	margin-bottom: 50px;
}
.home_slideshow .carousel-item {
	padding-top:80px;
}
#video_wrapper {
	margin-top: 30px;
	margin-bottom: 65px;
}
#home_videos_left_arrow {
	color: #0fa249;
	opacity: 1;
	width: 4%;
	font-size: 3em;
}
video:focus {
	outline: none !!important;
}
#home_videos_right_arrow {
	color: #0fa249;
	opacity: 1;
	width: 4%;
	font-size: 3em;
}
#home_videos_right_arrow:hover {
	color: #0b843b;
}
#home_videos_left_arrow:hover {
	color: #0b843b;
}
/* ABOUT US */
.modal-title {
    font-size: 1.1em;
}
.profile_button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -20px;
    background-color: #0d9a45;
    border: solid 1px #0fa249;
    font-family: 'Open Sans', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.96em;
    cursor: pointer;
    color: white;
    transition:all 0.3s linear;
    display:none;
}
.modal-content{
	border-radius:0px;
}
.modal_close_button:hover {
    border: solid 1px #8a8a8a;
    color: black;
}
.modal_close_button {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-size: 0.95em;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    border: solid 1px #b9b9b9;
}
.modal-footer {
	padding-top:10px;
	padding-bottom:10px;
}
.modal-header {
	padding-bottom:10px;
    background-color: #4CAF50;
    color: white;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
	padding-top:10px;
}
.modal_text {
	font-family: 'Open Sans', sans-serif;
    font-size: 0.95em;
    line-height: 1.8;
    padding-left: 0%;
    width: 95%;
}
.profile_button:hover {
    background-color: #109645;
    color: white;
    border-color: #119646; 
    padding-left: 25px;
    padding-right: 25px;
}
.ul_row {
	list-style-type: none;
}
.row.heading h2 {
	font-size: 52.52px;
	line-height: 95px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.heading.heading-icon {
	display: block;
}
.padding-lg {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.practice-area.padding-lg {
	padding-bottom: 55px;
	padding-top: 55px;
}
.practice-area .inner {
	border: 1px solid #999999;
	text-align: center;
	margin-bottom: 28px;
	padding: 40px 25px;
}
.our-webcoderskull .cnt-block:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.practice-area .inner h3 {
	color: #3c3c3c;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.practice-area .inner img {
	display: inline-block;
}
.our-webcoderskull .cnt-block {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	border: 2px solid #d5d5d5;
	margin: 0 0 0px;
}
.our-webcoderskull .cnt-block figure {
	width: 148px;
	height: 148px;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img {
	border-radius: 100%;
}
.our-webcoderskull .cnt-block h3 {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 500;
	padding: 6px 0;
	text-transform: uppercase;
}
.our-webcoderskull .cnt-block h3 a {
	text-decoration: none;
	color: #2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover {
	color: #337ab7;
}
.our-webcoderskull .cnt-block p {
	color: #2a2a2a;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}
.our-webcoderskull .cnt-block .follow-us {
	margin: 20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li {
	display: inline-block;
	width: auto;
	margin: 0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa {
	font-size: 24px;
	color: #767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover {
	color: #025a8e;
}
.follow-us {
	margin: 0;
	padding: 0;
	list-style: none;
}
.director_position {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}
.director_name {
	font-family: 'Open Sans', sans-serif;
	margin-top: 25px;
	font-size: 1.3em;
	font-weight: bold;
	color: black;
}
.director_table tr td {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.director_table {
	margin-bottom: 0px;
	margin-top: 20px;
}
.director_contact_icon {
	font-size: 0.9em;
	color: #0b8e3f;
}
.director_company_logo {
	border-radius: 0px !important;
	position: absolute;
	left: 8%;
	top: 1px;
	border-bottom: solid 2px #4d9d17;
	width: 17%;
}
#gray_container_column1 {
	background-repeat: no-repeat;
	background-position-y: 250px;
	background-image: url("../images/about/keats-green-air-conditioning-solutions-in-sri-lanka-building-projects.png");
}
#aruna_row {
	margin-top: 20px;
}
#aruna_row {
	background-image: url("../images/about/kent-engineers-sri-lanka.jpg");
	background-position-x: 100%;
}
#director_name {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: 900;
	font-size: 2em;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#designation {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 1.25em;
}
#director_text {
	font-family: 'Open Sans', sans-serif;
	color: white;
	width: 95%;
	font-size: 0.95em;
	line-height: 1.8;
}
.gray_container {
	font-family: 'Open Sans', sans-serif;
	background-color: rgb(243, 243, 243);
	color: black;
	margin-bottom: 30px;
}
.gray_container_text1 {
	padding-left: 14%;
	padding-top: 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.95em;
}
#about_chiller {
	box-shadow: 15px 15px 10px #8c8c8c;
	width: 100%;
	height: 160px;
	object-fit: cover;
	background-color: #dadada;
	padding: 10px;
}
#about_keats_green {
	margin-bottom: 10px;
}
.gray_container_text2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.2;
	padding-left: 5%;
	color: rgb(33, 37, 41);
}
.gray_container_text3 {
	font-size: 1em;
	padding-top: 25px;
	padding-left: 5%;
	width: 95%;
	line-height: 2;
}
#about_gallery {
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.about_ul {
	list-style-type: none;
	padding-left: 0px;
	line-height: 2.5;
	margin-bottom: 0px;
}
#about_strength_row {
	margin-top: 60px;
}
#about_strength_title {
	padding-left: 3%;
	color: black;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
.about_strength_title {
	margin-bottom: 1px;
}
#strength_title1 {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 4px;
}
#strength_title2 {
	font-size: 2em;
	font-weight: 900;
	text-transform: uppercase;
}
.about_mother_company_logos {
	float: left;
}
#about_strength_text {
	font-family: 'Open Sans', sans-serif;
	line-height: 2;
	margin-top: 5px;
}
#acma_logo {
	margin-top: 20px;
	position: absolute;
	right: 4%;
	border: solid 1px #b9b8b8;
	border-radius: 4px;
}
#about_kent_logo {
	position: absolute;
	right: 2%;
	width: 9%;
	margin-top: 11px;
	border-radius: 4px;
	padding-top: 10px;
	background-color: white;
	padding-left: 0.4%;
	padding-right: 0.4%;
	padding-bottom: 7px;
}
/* CONTACT US */

.contact_fields:focus {
	box-shadow: none;
	border-color: #948f8f !important;
}
.contact_fields {
	float: right;
	margin-bottom: 20px;
	border-radius: 0px;
	height: 45px;
}
#message {
	height: 150px;
}
.contact_subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0px;
	color: black;
}
#contact_box1 {
	position: relative;
	top: -45px;
}
#contact_box2 {
	transform: rotate(21deg);
	margin-left: 0.3%;
	width: 8%;
	top: -25px;
	position: relative;
}
#contact_box3 {
	top: -100px;
	margin-left: 1%;
	position: relative;
	width: 10%;
}
#contact_form_wrapper {
	padding-bottom: 50px;
	padding-top: 50px;
}
#contact_form_main_wrapper {
	background-image: url("../images/contact/keats-green-air-conditioning-solutions-in-sri-lanka-bg.png");
	background-size: 100%;
}
.contact_instructions {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05em;
}
.contact_instructions2 {
	margin-bottom: 25px;
	padding-bottom: 50px;
}
.contact_subtitle2 {
	padding-top: 15px;
}
#contact_submit_button:hover {
	background-color: #087f37;
}
.contact_icon {
	margin-right: 2%;
	color: #12b352;
	font-size: 0.9em;
}
#contact_button_icon {
	margin-right: 2px;
}
#contact_submit_button {
	font-family: 'Open Sans', sans-serif;
	float: right;
	background-color: #098e3d;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.05em;
	border-radius: 4px;
	color: white;
	border-bottom: solid 3px #087934;
	cursor: pointer;
}
/* MAIN PRODUCT PAGE */

.main_product_page_ul {
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	line-height: 1.7;
	margin-bottom: 10px;
	padding-left: 6%;
}
.main_product_page_rows {
	margin-bottom: 80px;
}
.main_product_page_name {
	font-size: 1.3em;
	color: black;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.main_product_page_button {
	font-family: 'Roboto', sans-serif;
	color: #0fa249;
	background-color: transparent;
	border: none;
	font-weight: 900;
	font-size: 1.05em;
	cursor: pointer;
	text-transform: uppercase;
}
#main_product_page_rows_last_product {
	margin-bottom: 60px;
}
.cash_counter_category_name {
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	margin-bottom: 30px;
	padding-left: 6%;
	text-transform: uppercase;
	font-weight: 300;
}
.cateogry_product_name {
	border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'Open Sans', sans-serif;
	color: white;
	background-color: #39c36e;
	margin-bottom: 11px;
}
.product_category_check_icons {
	margin-right: 2%;
	color: #0fa249;
	font-size: 0.7em;
}
.product_category_wrapper {
	border: solid 1px #dbdbdb;
	border-radius: 4px;
	padding: 20px;
}
.product_category_wrapper_name {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	font-size: 1.2em;
	color: black;
}
.product_category_wrapper:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.product_category_wrapper_column {
	margin-bottom: 40px;
}
#last_product_category_wrapper_column {
	margin-bottom: 70px;
}
/* SINGLE PRODUCT PAGE */

.product_page_text_type1 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	line-height: 1.65;
}
.product_page_title_type1 {
	color: #0fa249;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	margin-top: 30px;
	font-weight: 800;
}
.product_description {
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	line-height: 1.7;
}
.product_subtitle {
	font-size: 1.3em;
	color: #c80016;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.product_section_wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
}
.products_ul {
	list-style: circle;
	padding-left: 3%;
	margin-bottom: 0px;
}
.products_ul li {
	padding-bottom: 10px;
}
#parameters_table {
	font-family: 'Roboto', sans-serif;
}
.parameter_entity {
	font-weight: 600;
	padding-left: 0% !important;
	text-transform: capitalize;
}
.sidebar_titles {
	font-size: 1.3em;
	text-transform: uppercase;
	color: black;
	font-family: 'Roboto', sans-serif;
}
.sidebar_wrapper {
	margin-bottom: 40px;
}
.sidebar_products_categories {
	margin-top: 20px;
}
.sidebar_contact_details {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.08em;
	border-top: solid 1px #b0afaf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
}
.sidebar_products_categories_name {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #0fa249;
	font-weight: bold;
	margin-top: 5px;
}
.sidebar_products_categories_info {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
}
.sidebar_contact_icon {
	margin-right: 1%;
	font-size: 0.9em;
	color: #565756;
}
.product_inquiry_icon {
	margin-right: 1%;
}
.single_product_view_more:hover {
	border-color: #11a049;
	background-color: #0fa249;
	color: white;
}
.single_product_view_more {
	margin-top: 25px;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3%;
	padding-right: 3%;
	border: solid 1px gray;
	font-size: 1.1em;
	cursor: pointer;
	background-color: transparent;
}
.product_inquiry_button {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.09em;
	background-color: #0fa249;
	border: none;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 300;
	border-bottom: solid 2px #0d6b32;
}
.product_inquiry_button:hover {
	background-color: #0e9643;
}
#products_support_title {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	text-transform: capitalize;
	line-height: 1.3;
	margin-top: 25px;
}
.product_page_ul_type1 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.09em;
	line-height: 2.1;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 40px;
}
.product_page_icons {
	color: green;
	margin-right: 1%;
	font-size: 0.95em;
}
.sidebar_services_text {
	font-family: 'Roboto', sans-serif;
	font-size: 1.08em;
	line-height: 1.2;
	margin-top: 8px;
}
.sidebar_services_row {
	margin-top: 10px;
}
.single_product_view_more_icon {
	margin-left: 10px;
}
#first_product_category_wrapper_row {
	margin-top:50px;
}