@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


html {
  scroll-behavior: smooth;
}


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
font-weight: 500;
font-family: 'Open Sans', sans-serif;

}



.inner-container{
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

header{
margin: 30px 0;
}

.header_contents{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header_contents a{
  text-decoration: none;
  font-weight: bolder;
  color: #008952;
}

.header_contents a:hover{
  text-decoration:underline;

}

.header_socials img{
  height: 15px;
  margin-right: 10px;
  transition: .5s;
}

.header_socials img:hover{
    transform: translateY(-0.25rem);
}

.logo{
width: 70%;
transition: .5s;
}

.logo:hover{
  transform: scale(1.03);

}

.header_contact p{
  margin-bottom: 15px;
}

.header_contact{
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.topnav {
  overflow: hidden;
  background-color: #008952;
  text-align: center;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: .5s;
  text-align: center;

}

.topnav a:hover {
  background-color: #008952;;
  color: #fff;
  text-decoration: underline;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.banner{
  width: 100%;
background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/images/banner.jpg);
height: auto;
background-size: cover;
padding: 70px 160px 70px 160px;
}


.banner_heading{
  color: #fff;
  font-weight: 800;
  font-size: 55px;
  text-align: center;
}

.banner_subheading{
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.banner_buttons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.banner_buttons a:nth-child(1){
  background-color: #008952;
  color: #fff;
  border-style: solid;
  border-color: #008952;
  padding: 10px 35px;
  text-decoration: none;
  transition: .5s;
  margin-right: 30px;
}

.banner_buttons a:nth-child(1):hover{
  text-decoration: underline;
background-color:inherit;
  border-color: #fff;
  color: #fff;
  transform: translateY(-0.25rem);

}


.banner_buttons a:nth-child(2){
border-style: solid;
border-color: #fff;
color: #fff;
  padding: 10px 35px;
  text-decoration: none;
  transition: .5s;
}

.banner_buttons a:nth-child(2):hover{
  text-decoration: underline;
  background-color: #008952;
  border-color: #008952;
  color: #fff;
  transform: translateY(-0.25rem);

}


.services_offered_index{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px 0px;
}

.services_offered_content{
  width: 45%;
}


.services_offered_index img{
  width: 45%;
}


.services_offered_title{
  color: #008952;
  font-weight: bolder;
  font-size: 25px;
  margin-bottom: 20px;
}

ul{
  margin-bottom: 20px;

}


.feedback{
  width: 100%;
background: linear-gradient(rgba(0,137,82,.7),rgba(0,137,82,.7)),url(/images/feedback_bg.PNG);
height: 50vh;
background-size: cover;
padding: 50px;
margin-top: 30px;
}


.feedback_page{
  height: auto;
}

.feedback_cta{
  margin-top: 20px!important;
}


.feedback_name{
  color: #fff!important;
font-weight: bolder!important;
font-size: 30px!important;
}

.feedback_content{
  color: #fff!important;
}

.stars img{
  height: 40px;
  margin: 20px 5px;

}


.feedback_cta{
border-style: solid;
border-color: #fff;
color: #fff!important;
  padding: 10px 35px;
  text-decoration: none;
  transition: .5s;
  margin-top: 20px;
  width: 180px;
  text-align: center;
}

.feedback_cta:hover{
  text-decoration: underline;
  background-color: #008952;
  border-color: #008952;
  color: #fff;
  transform: translateY(-0.25rem);

}


.mini_statement_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px 0px;
}

.mini_statement{
  width: 30%;
  text-align: center;
}

.mini_statement img{
  height: 180px;
}

.mini_statement_title{
  color: #008952;
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 10px;
}


.find_us{
  background-color: #F6F6F6;
  padding: 50px;
  margin-top: 100px;
}

.find_us_title{
  color: #008952;
  font-weight: bolder;
    font-size: 30px;
    text-align: center;
}

.find_us_cta{
  background-color:  #008952;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  align-items: center;
  transition: .5s;
  margin: 30px 0px 0px 0px;
}

.find_us_cta:hover{
  transform: translateY(-0.25rem);

}

.find_us img{
  height: 20px;
  margin-right: 10px;
}

.find_us a{
  text-decoration:none;
}

.bottom_banner_cta{
  background-color: #2B9C72;
  color: #fff;
  padding: 50px;
text-align: center;
font-size: 30px;
}

.bottom_banner_cta a{
  font-weight: bolder;
  transition: .5s;
  text-decoration: none;
  color: #fff;
}

.bottom_banner_cta a:hover{
  text-decoration: underline;
}

footer{
  background-color: #333333;
padding: 50px 0px 0px 0px;
}


.footer_content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}


.footer_content_col{
  width: 20%;
}

.footer_content_col_title{
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 20px!important;
}


.footer_content_col a{
  color: #fff;
  text-decoration: none;
}

.footer_content_col a:hover{
  text-decoration: underline;
}

.footer_content_col p{
  margin-bottom: 10px;
}

.bottom_footer{
  background-color: black;
  color: #fff;
  padding: 20px 0px;
  margin-top: 30px;
  font-size: 15px;
}


.bottom_footer a{
  color: #fff;
  font-weight: bolder;
  text-decoration: underline;
}

.bottom_footer a:hover{
  text-decoration: none;
}


.form_title{
  font-weight: bolder;
 color: #008952;
 text-align: center;
 font-size: 20px;
 margin-bottom: 50px;
}

.contact-form{
  padding: 50px 0px;
}

label{
  width: 10%;
  font-weight: bolder;
  margin-bottom: 20px;
}

input{
  width: 90%;
  margin-bottom: 50px;
    outline: 0;
    padding: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
    transition: ease all .3s;
    border: solid 0.5px transparent;
    border-color: #333333;
    height: 60px;
}


.form_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
}

textarea{
  width: 90%;
  outline: 0;
  padding: 10px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
  transition: ease all .3s;
  border: solid 0.5px transparent;
  border-color: #333333;
  height: 200px;
}


.submitbutton{
  background-color: #2b9c72;
  margin-top: 30px;
  border: none;
  color: #fff;
  font-weight: bolder;
  transition: .5s;
  width: 100%!important;
}

.submitbutton:hover{
  transform: translateY(-0.25rem);

}


.page_content{
  padding:50px 0px 20px 0px;
}


.page_content h1{
  font-weight: 700;
  color:  #008952;
  margin-bottom: 40px;
  font-size: 40px;
}

.page_content h2{
  font-weight: 700;
  color:  #008952;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 30px;
}

.page_content p{
  color: #333;
  margin: 20PX 0px;
  font-size: 17px;
    line-height: 1.6;
}

.page_content a{
  color: #008952;
  text-decoration: underline;
}

.page_content a:hover{
  text-decoration: none;
}


.page_content ul{
  margin-top: 20px;
}

.feedback p{
  margin: 0px;
  font-size: 15px;

}

.page_content b{
  font-weight: bolder;
}


.page_content_img{
height: 350px;
width: auto;
border-radius: 100px;
float: right;
padding: 20px;
}

.blog_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single_blog_post{
  background-color: #F9F9F9;
  width: 45%;
  padding: 20px;
margin-bottom: 50px;
transition: .5s;
}

.single_blog_post:hover{
  transform: scale(1.03);

}

.blog_post_feature_image{
  width: auto;
  height: 300px;
  margin-bottom: 20px;
  display: block;
  margin:  0 auto;
}


.blog_post_title{
  color: #008952!important;
    font-size: 30px!important;
    font-weight: 800!important;
    line-height: 1.3!important;
}

.blog_post_date{
  font-style: italic;
}

.blog_post_cta{
  background-color: #008952;
    color: #fff!important;
    width: auto;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    transition: .5s;
    margin-top: 20px;
}


.blog_post_cta:hover{
  transform: translateY(-0.25rem);
    border-style: solid;
    border-color: #008952;
    background-color: #F9F9F9;
    border-width: 3px;
    color: #008952!important;
    text-decoration: underline;
}


.menu{
  height: 20px;
}


.cert_title{
  color: #008952;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.certs img{
  height: 120px;
  width: auto;
  margin-right: 30px;
  margin-top: 50px;

}

.cert_des{
  text-align: center;
}

.certs{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .page_content{width: 100%; padding: 50px 30px 20px 30px; }
  .header_contents{flex-direction: column; width: 100%;}
  .logo{width: 50%; margin: 0 auto; display: block;}
  .header_contact{width: 100%; text-align: center; flex-direction: column;}
  .banner{padding:50px 10px 50px 10px; height:auto ;}
  footer{width: 100%;}
  .footer_content{width: 100%; flex-direction: column;}
  .footer_content_col{width: 100%; padding: 0px 30px;}
  .bottom_footer{width: 100%; text-align: center;}

}



@media screen and (max-width: 800px) {
.sidra{background-color: red; height: 5px; width: 100%;}
.header_contents{flex-direction: column; width: 100%;}
.logo{width: 80%; margin: 0 auto; display: block;}
.header_contact{width: 100%; text-align: center; flex-direction: column;}
.banner{padding:50px 10px 50px 10px; height:auto ;}
.banner_heading{font-size: 35px;}
.banner_subheading{font-size: 15px; margin-top: 10px;}
.banner_buttons a:nth-child(1){margin-bottom: 10px; margin-right: 0px;}
.banner_buttons{flex-direction: column;}
.services_offered_index{flex-direction:column; padding: 0px 50px;}
.services_offered_index img{width: 100%; margin-bottom: 20px;}
.services_offered_content{width: 100%; text-align: center;}
.mini_statement_container{flex-direction: column;}
.mini_statement{width: 100%; margin-bottom: 30px;}
footer{width: 100%;}
.footer_content{width: 100%; flex-direction: column;}
.footer_content_col{width: 100%; padding: 0px 30px;}
.bottom_footer{width: 100%; text-align: center;}
.form_wrapper{flex-direction: column; padding: 0px 30px;}
.form_title{padding: 0px 30px;}
label{width: 100%;}
input{width: 100%;}
textarea{width: 100%;}
.page_content{width: 100%; text-align: center;padding: 50px 30px 20px 30px; }
.feedback_page{height: auto;}
.page_content_img{height: 200px;}
.single_blog_post{width: 100%;}
}
