@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. About
7. Testimonials
8. Team
9. CTA
10. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background: #FFFFFF;
	color: #696969;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
	margin-bottom: 10px;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:hover
{
	color: #20d34a !important;
}
::selection
{
	color: #20d34a;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    /* min-height: 400px; */
	min-height: 200px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	height: 51px;
	/* background: #283290; */
	background: #147334;
}
.button::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #20d34a;
	content: '';
	z-index: 0;
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.button a
{
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}
.button:hover::after
{
	height: 100%;
}
.button:hover a
{
	color: #FFFFFF !important;
}
.section_title
{
	padding-top: 17px;
}
.section_title h4{
	font-size: 20px;
	font-weight: 500;
	color: #086c3a;
}
.section_title h2
{
	font-size: 34px;
	font-weight: 700;
	color: #232323;
}
.section_title::before
{
	display: block;
	position: absolute;
    left: 1px;
    top: 0;
	width: 54px;
	height: 3px;
	background: #20d34a;
	content: '';
}
.section_title_light h2
{
	color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 100;
}
.header.scrolled
{
	top: -48px;
}

/*********************************
5. Home
*********************************/
.home
{
	width: 100%;
	/* height: 473px; */
	height: 600px;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .home_background
{
	object-fit: cover;
}
.home_container
{
	position: absolute;
	left: 0;
	bottom: 118px;
	width: 100%;
}
.home_title
{
    font-size: 40px; 
	font-weight: 900;
	color: #fff;
}
.home_title span
{
	color: #20d34a;
}
.breadcrumbs
{
	margin-top: -2px;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	position: relative;
	content: '/';
	margin-left: 7px;
	margin-right: 2px;
}
.breadcrumbs ul li,
.breadcrumbs ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

@media only screen and (max-width: 575px){
	.home
	{
		/* height: 230px; */
		height: 250px;
	}
	.home_container
	{
		bottom: 47px;
	}
    .home_content{
		top: 30%;
	} 

	.home_title
	{
		font-size: 24px;
	}
	.breadcrumbs ul li, .breadcrumbs ul li a
	{
		font-size: 12px;
	}
}

/*********************************
6. About
*********************************/

.about
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 96px;
	padding-bottom: 94px;
}
.about_text
{
	margin-top: 26px;
	padding-right: 95px;
}
.loaders_container
{
	margin-top: 85px;
}
.loader
{
	width: 118px;
	height: 118px;
	margin: 0 auto;
}
.loader span
{
	position: absolute;
	left: 50%;
	bottom: -42px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	white-space: nowrap;
}
.about_button
{
	margin-top: 129px;
}
.box
{
	width: 100%;
	height: 287px;
	background: #283290;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box:not(:last-child)
{
	margin-bottom: 34px;
}
.box::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}
.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}
.working_hours_list
{
	margin-top: 40px;
}
.working_hours_list ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.working_hours_list ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.box_icon
{
	width: 37px;
	height: 37px;
}
.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box_phone
{
	font-size: 30px;
	font-weight: 400;
	color: #20d34a;
	margin-top: 20px;
}
.box_appointments
{
	padding-right: 30px;
}
.box_emergency
{
	padding-right: 30px;
}
.box_emergency_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}

/*********************************
7. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	padding-top: 94px;
	padding-bottom: 95px;
}
.testimonials_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.test_row
{
	margin-top: 57px;
}
.testimonial
{
	width: 100%;
}
.test_icon
{
	width: 45px;
	height: 45px;
	background: #20d34a;
}
.test_text
{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
	margin-top: 34px;
	line-height: 1.77;
}
.test_author
{
	margin-top: 46px;
}
.test_author_image div
{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
}
.test_author_image div img
{
	max-width: 100%;
}
.test_author_name
{
	padding-left: 20px;
}
.test_author_name a
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
}
.test_author_name span
{
	color: #20d34a;
	font-style: italic;
}

/*********************************
8. Team
*********************************/
.team
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 95px;
	padding-bottom: 89px;
}
.team_row
{
	margin-top: 74px;
}
.team_member
{
	width: 100%;
}
.team_member_image{
	width: 100%;
	height: 337px;
}
.team_member_image img{
	max-width: 100%;
}
.team_member_info{
	width: 100%;
	text-align: center;
	margin-top: 57px;
}
.team_member_name a{
	font-size: 18px;
	font-weight: 500;
	color: #232323;
}
.team_member_title{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	margin-top: 9px;
}

/*********************************
9. CTA
*********************************/
.cta{
	width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
}
.cta_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cta_content{
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.cta_content h2{
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}
.cta_content p{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}
.cta_button{
	margin-top: 38px;
}

/* ABOUT */
.renewable-section {
  padding: 60px 10px;
  background-color: #fff;
}

.renewable-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.renewable-left {
  position: relative;
  flex: 1 1 50%;
  min-width: 320px;
}

.renewable-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 30px 30px 0;
}

.quote-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(68, 178, 76, 0.8);
  color: #fff;
  padding: 10px 15px;
  border-radius: 40px 0px 40px 0px;
  max-width: 80%;
  font-style: italic;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.quote-box span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-style: normal;
}
.quote-box p{
	font-size: 16px;
	color: #fff;
}

.renewable-right {
  flex: 1 1 50%;
  padding: 20px 40px;
}

.renewable-right h2 {
  font-size: 2.2rem;
  color: #147334;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.renewable-right h2 span {
  color: #065a30;
  font-size: 2.6rem;
}

.renewable-right p {
  color: #222;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .renewable-container {
    flex-direction: column;
    text-align: center;
  }

  .renewable-right {
    padding: 30px 20px;
  }

  .quote-box {
    position: absolute;
    /* max-width: 100%; */
    margin-top: 15px;
  }

  .renewable-right h2 span{
	font-size: 2.2rem;
  }
}

@media (max-width: 600px) {
  .renewable-right h2 {
    font-size: 1.8rem;
	text-align: left;
  }

  .renewable-right p {
    font-size: 1rem;
	text-align: left;
  }
}

/* STATISTICS */
.stats {
  background-color: #147334;
  color: #fff;
  text-align: center;
  padding: 40px 10px;
  white-space: nowrap; 
}

.stat-item {
  display: inline-block;
  width: 30%;
  min-width: 150px;
  vertical-align: top;
  margin: 10px 0;
}

.stat-item img{
	width: 90px;
	margin-bottom: 5px;
}

.stat-item h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-item h4 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0 0;
}

@media (max-width: 768px) {
  .stats {
    white-space: normal;
  }
  .stat-item {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .stat-item img{
	width: 80px;
  }
  .stat-item h2{
	font-size: 2rem;
  }
  .stat-item h4{
	font-size: 1rem;
  }
}

/* ABOUT STAFF SECTION */
.our-staff {
  padding: 60px 10%;
  background-color: #fff;
}

.staff-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.staff-content {
  flex: 1 1 45%;
}
.badge {
  display: inline-block;
  background: #147334;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-weight: 600;
}
.staff-content h2 {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 20px;
}
.staff-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
  text-align: left;
}
.staff-skills {
  flex: 1 1 45%;
  margin-top: 30px;
}
 .skill{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
 }
 .skill i{
	font-size: 18px;
	color: #086c3a;
	padding: 5px;
 }
 .skill span{
	font-size: 17px;
	font-weight: 500;
	color: #111;
	text-align: left;
 }
@media (max-width: 992px) {
  .staff-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .staff-content, .staff-skills {
    flex: 1 1 100%;
	width: 100%;
  }
  .staff-content h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .badge {
    font-size: 1rem;
    padding: 10px 16px;
  }
}

/* BRANCHES */
.branches-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.branches-section h2 {
  font-size: 2.4em;
  color: #111;
  margin-bottom: 10px;
}

.branches-section .tagline {
  color: #444;
  margin-bottom: 40px;
  font-size: 16px;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.branch-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.branch-card h3 {
  background: #147334;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  font-size: 1.1em;
}

.branch-card iframe {
  width: 100%;
  height: 300px;
  border: 0;
}