/* blog page */

.blogpage_wrapper{

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.blogpage_wrap_inner{

  float: left;

  width: 100%;

  margin: 1em 0;

  padding: 1em 0;

}

.blogpage_left_inner{

  float: left;

  width: 100%;

}



.blogpage_right {

    align-items: center;

    margin: auto 0;

    display: flex;

    justify-content: center;

    height: 100%;

    position: absolute;

    right: 0;

    flex-direction: column-reverse;

}

.blogpage_right_inner{

  float: left;

  width: 100%;

}

.blogpage_wrap_inner .hme_blog_single_inner::after{

    width: 103%;

    height: 393px;

    top: -30px;

    left: -18px;

    background-image: url('../images/blogs/blogpage_single_2.webp'); 

}

.blogpage_wrap_inner .hme_blog_readmore:hover{

    color: #fff;

}

.blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_single_inner::after,

.blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_single_inner::after

{

    background-image: url('../images/blogs/blogpage_single_1.webp'); 

}

.blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_single_inner span,

.blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_single_inner span

{

color: #13804b;

}

.blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_readmore,

.blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_readmore  

{

    background-color: #13804b;

}



.blogpage_right_inner .hme_blog_single:nth-child(even) .hme_blog_single_inner::after

{

    background-image: url('../images/blogs/blogpage_single_1.webp'); 

}

.blogpage_right_inner .hme_blog_single:nth-child(even) .hme_blog_single_inner span

{

color: #13804b;

}

.blogpage_right_inner .hme_blog_single:nth-child(even) .hme_blog_readmore

{

    background-color: #13804b;

}





/* services page */



.services_page_wrapper{

  float: left;

  width: 100%;

  padding: 2em 0;

  margin: 2em 0;

}

.services_page_wrap_inner{

  float: left;

  width: 100%;

  padding: 2em 0;

  margin: 2em 0;

}

.services_even_block{

  float: left;

  width: 100%;

  padding: 2em 0;

  margin: 2em 0;

}

.services_even_inner{

  float: left;

  width: 100%;

}

.services_even_inner h1,

.services_even_inner h2,

.services_even_inner h3{

  margin-top: 1em;

  font-size: 40px;

  text-transform: uppercase;

  color: #333333;

  font-weight: 400;

}

.services_even_inner p{

  font-size: 18px;

  line-height: 30px;

  color: #0e0e0e;

  font-weight: 400;

}

.services_even_image_inner{

  position: relative;

  margin-top: -6em;

  margin-right: 2em;

}

.services_even_image_inner img{

  object-fit: cover;

  object-position: center;

  width: 100%;

  height: 800px;

}

.services_even_image_inner::before{

  position: absolute;

  content: '';

  left: -1px;

  right: 0;

  top: -1px;

  bottom: 0;

  height: 101%;

  width: 101%;

  background-image: url('../images/services/even_img_png.webp');

  background-size: 100% 100%;

}

.services_page_wrap_inner .services_even_block:nth-child(1) .services_even_image_inner::before{

  background-image: url('../images/services/first_shape.webp');

}

.services_btn_set .hme_btn_readmore::before,

.services_btn_set .hme_btn_readmore::after,

.services_btn_set .hme_btn_call::before,

.services_btn_set .hme_btn_call::after

{

  content: unset;

}

.services_btn_set .hme_btn_call {

  font-size: 18px;

  line-height: 20px;

color: #267b0d;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  position: relative;

  padding: 15px 25px 15px 25px;

  border-radius: 8px;

  border-top-right-radius: 30px;

  border-bottom-left-radius: 30px;

  filter: drop-shadow(5.829px 9.329px 8px rgba(38, 123, 13, 0.29));

  background-color: #ffffff;

  border: 1px solid #3f8133;

  height: auto;

}

.services_btn_set .hme_btn_readmore {

  font-size: 18px;

  line-height: 20px;

  color: #fff;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';

  position: relative;

  padding: 15px 35px 15px 35px;

  border-radius: 8px;

  border-top-right-radius: 30px;

  border-bottom-left-radius: 30px;

  background-color: #267b0d;

  height: auto;

}

.services_btn_set .hme_btn_readmore:hover{

  color: #fff;

}



.services_odd_block{

  float: left;

  width: 100%;

  padding: 1em 0;

  margin: 1em 0;

}

.services_odd_inner{

  float: left;

  width: 100%;

}

.services_odd_inner h1,

.services_odd_inner h2,

.services_odd_inner h3{

  margin-top: 1em;

  font-size: 40px;

  text-transform: uppercase;

  color: #333333;

  font-weight: 400;

}

.services_odd_inner p{

  font-size: 18px;

  line-height: 30px;

  color: #0e0e0e;

  font-weight: 400;

}

.services_odd_image{

  float: right;

}

.services_odd_image_inner{

  position: relative;

  margin-top: -6em;

  margin-left: 2em;

}

.services_odd_image_inner img{

  object-fit: cover;

  object-position: center;

  width: 100%;

  height: 800px;

}

.services_odd_image_inner::before{

  position: absolute;

  content: '';

  left: -1px;

  right: 0;

  top: -1px;

  bottom: 0;

  height: 101%;

  width: 101%;

  background-image: url('../images/services/odd_img_png.webp');

  background-size: 100% 100%;

}



/* recent jobs */



.recent_jobs_page_wrapper{

  float: left;

  width: 100%;

  margin: 2em 0 -18em 0;

  padding: 2em 0 0 0;

}

.recent_jobs_pagehle{

  float: left;

  width: 100%;

}

.recent_job_single{

  float: left;

  position: relative;

}

.recent_job_single_inner{

  float: left;

  padding: 0 0;

  margin: 0 20px;

}

.recent_job_image{



}

.recent_job_image img{

  object-fit: cover;

  object-position: center;

  width: 100%;

  height: 313px;

  border-radius: 5px;

  filter: drop-shadow(8.767px 17.976px 12.5px rgba(0,134,71,0.2));

}

.recent_job_content{

  border-bottom: 2px solid #e3f1e3bb;

}

.recent_job_content h3{

    font-size: 24px;

    line-height: 30px;

    color: #018745;

    font-weight: 600;

    font-family: 'Arial Narrow Bold';

    min-height: 110px;

    justify-content: center;

    align-items: center;

    display: flex;

    margin: 0;

}

.recent_job_single:nth-child(2) .recent_job_image img{

  height: 454px;

}

.recent_job_single:nth-child(3) .recent_job_image img{

  height: 230px;

}

.recent_job_single:nth-child(5){

  top: -8em;

}

.recent_job_single:nth-child(5) .recent_job_image img{

  height: 350px;

}

.recent_job_single:nth-child(7){

  top: -15em;

}

.recent_job_single:nth-child(7) .recent_job_image img{

height: 454px;  

}

.recent_job_single:nth-child(8){

  top: -9em;

}

.recent_job_single:nth-child(5),

.recent_job_single:nth-child(9){

  clear: both;

}

.recent_job_single:nth-child(9){

  top: -13em;  

}

.recent_job_single:nth-child(10){

  top: -8em;

}

.recent_job_single:nth-child(10) .recent_job_image img{

 height: 454px;  

}

.recent_job_single:nth-child(11){

  top: -13em;

}

.recent_job_single:nth-child(11) .recent_job_image img{

  height: 215px; 

}

.recent_job_single:nth-child(12){

  top: -17em;

}

.recent_job_single:nth-child(13){

  clear: both;

  top: -20em;

}

.recent_job_single:nth-child(14){

  top: -6em;

}

.recent_job_single:nth-child(14) .recent_job_image img{

  height: 215px; 

}

.recent_job_single:nth-child(15){

  top: -28em;

}

.recent_job_single:nth-child(15) .recent_job_image img{

 height: 454px; 

}

.recent_job_single:nth-child(16){

  top: -25em;

}



/* contactus page */



.recent_jobs_page_wrapper{

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;

}

.contactus_page_inner{

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 2em 0;  

}

.contactown_contentsec_inner {

    border-radius: 30px;

    border: 1px solid #064f79;

    filter: drop-shadow(-0.471px 8.988px 18.5px rgba(0, 0, 0, 0.17));

    background-color: #ffffff;

    float: left;

    width: 100%;

    padding: 2em;

}

.contactus_detail_block h2{

  font-size: 40px;

  line-height: 50px;

  color: #333333;

  font-weight: 400;

}

.contact_linksec {

    margin-top: 2em;

    float: left;

    width: 100%;

    height: 503px;

    overflow-y: scroll;

    padding: 10px 35px;

    direction: rtl;

}

/* width */

.contact_linksec::-webkit-scrollbar {

    width: 6px;

}

/* Track */

.contact_linksec::-webkit-scrollbar-track {

    border-radius: 10px;

    background: #f5f5f5;

}

/* Handle */

.contact_linksec::-webkit-scrollbar-thumb {

    background: #028748;

    border-radius: 10px;

}



.contact_link {

    padding: 2em 2em 2em 5em;

    border-radius: 60px;

    filter: drop-shadow(0 0 8.5px rgba(2,135,72,0.19));

    background-color: #fff;

    margin-bottom: 30px;

    transition: 0.5s;

}

.contact_link:hover {

    border-right: 10px solid #028748;

    transition: 0.5s;

    filter: drop-shadow(0 0 8.5px rgba(2,135,72,0.19));

}

.contact_link ul{

  float: left;

  direction: ltr;

}

.contact_link ul li {

    list-style: none;

    padding-left: 24px;

    position: relative;

    margin-bottom: 15px;

}

.contact_link ul li p {

  font-size: 20px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

}

.contact_link ul li a {

font-size: 18px;

line-height: 30px;

color: #000000;

font-weight: 400;

}



.contact_link ul li:before {

    content: '';

    font-family: 'FontAwesome';

    position: absolute;

    left: -10px;

    top: 5px;

    height: 20px;

    width: 18px;

    background-image: url('../images/contact/pin.webp');

    background-size: 100% 100%;

    background-repeat: no-repeat;

}

.contact_link ul li:nth-child(2)::before {

    background-image: url('../images/contact/letter.webp');

}

.contact_link ul li:nth-child(3)::before {

    background-image: url('../images/contact/phone.webp');

}

.contactus_form_inner{

    float: left;

    margin-left: 2em;

    padding: 2em 2em 1em 2em;

    border-radius: 30px;

    filter: drop-shadow(0 0 8.5px rgba(2,135,72,0.19));

    background-color: #ffffff;

    position: relative;

}

.contactus_form_inner h3{

  font-size: 30px;

  line-height: 40px;

  color: #028748;

  font-weight: 400;

  text-align: center;

  margin-bottom: 1em;

}

.formcover_contact{

  float: left;

  width: 100%;

}

.formcover_contact input.form-control,

.formcover_contact select {

    font-size: 18px;

    line-height: 32px;

    color: #000000;

    font-weight: 400;

    box-shadow: unset;

    position: relative;

    font-family: 'Poppins-Regular';

    padding-left: 20px;

    height: 55px;

    border-radius: 10px;

    background-color: transparent;

    border: 1px solid #dfdfdf;

    margin-bottom: 10px;

}

.formcover_contact input::placeholder {

    color: #000000;

}

.form-group.servicesch {

  width: 46%;

  margin-left: 20px;

}

.form-group.servicesch select {

    width: 100%;

    color: #000000;

}

.form-group.servicesch select option {

    color: #000;

}

.address label {

    font-size: 22px;

    line-height: 32px;

    color: #000000;

    font-weight: 600;

    font-family: 'Poppins-Regular';

}

.address textarea {

    font-size: 20px;

    line-height: 34px;

    resize: unset;

    height: 130px;

    color: #000000;

    border-radius: 9px;

    background-color: #f2f8f5;

    border: 1px solid rgba(255,255,255,0.52);

    font-family: 'Poppins-Regular';

}

.address textarea::placeholder {

    color: #000000;

}

.formcover_contact p {

    font-size: 16px;

    color: #000000;

    font-weight: 400;

    display: block;

    float: left;

    line-height: 26px;

    padding-top: 16px;

    font-family: 'Poppins-Regular';

}

.formcover_contact p a{

    color: #000000;

}

.formcover_contact input[type="checkbox"] {

    margin-right: 10px;

    width: 15px;

    height: 16px;

}

.captcha_box .g-recaptcha {

    width: 100%;

    max-width: 50%;

    margin: 0 auto;

}

.contactsubmit_btn {

    text-align: center;

    padding: 1em 0;

}

.contactsubmit_btn button {

    display: inline-block;

    font-size: 25px;

    line-height: 32px;

    color: #fff;

    font-weight: 700;

    width: 100%;

    padding: 12px 14px;

    margin: 0 auto;

    border-radius: 50px;

    position: relative;

    text-transform: uppercase;

    font-family: 'Poppins-SemiBold';

    background-color: #01743d;

    border: 1px solid rgba(255,255,255,0.52);

    border: 1px solid #ffffff;

}

.contactus_map_block{

  float: left;

  width: 100%;

  margin-top: 3em;

}

.contactus_map_block .mapouter,

.contactus_map_block .gmap_canvas{

  border-radius: 50px;

  border-top-right-radius: 0;

  width: 100%;

  height: 467px;

  filter: drop-shadow(0 0 8.5px rgba(2,135,72,0.19));

}





/* location page */

/* location tooltip */
.location_page_wrapper .gm-style .gm-style-iw-c{
  box-shadow: unset;
  border-radius: 22px;
  filter: drop-shadow(0px 4px 9px rgba(0,0,0,0.14));
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.location_page_wrapper .gm-style .gm-style-iw-d{
    overflow: hidden !important;
    padding: 1em 2em 2em 1em;
}
.location_page_wrapper .gm-style-iw-chr{
  display: none;
}
.location_page_wrapper .get_directions_section h4{
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  font-family: 'Poppins-Medium';
}
.location_page_wrapper .get_directions_section p:nth-child(2)::before {
    content: "\f041";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
}
.location_page_wrapper .get_directions_section p {
font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
}
.location_page_wrapper .get_direct{
   color: #fff;
  border-radius: 16px;
  background-color: #108c46;
    padding: 3px 15px 3px 15px;
}
.location_page_wrapper .get_directions_section p:nth-child(3),
.location_page_wrapper .get_directions_section p:nth-child(4),
.location_page_wrapper .get_directions_section p:nth-child(5){
   display: none;
}


.location_page_wrapper{

  float: left;

  width: 100%;

  margin: 2em 0;

}

.location_page_inner{

  float: left;

  width: 100%;

}

.location_search{

  position: relative;

}

.location_search button {

  font-size: 18px;

  color: #fff;

  border-radius: 36px;

  background-image: linear-gradient(120deg, #038745 0%, #71b145 100%);

  border: 0;

  position: absolute;

  top: 0;

  right: 0;

  width: 250px;

  height: 60px;

  font-weight: 600;

  padding-left: 15px;

}

.location_search button::before{

  content: "\f041";

  position: absolute;

  color: #fff;

  font-size: 28px;

  top: 8px;

  left: 24px;

  font-family: FontAwesome;

}

.location_search input[type="text"] {

  border-radius: 35px;

  width: 100%;

  padding-left: 20px;

  border: 0;

  background-color: #f7f7f7;

  outline: unset;

  font-size: 14px;

  color: #000;

  height: 60px;

}



.location_detail_inner{

  float: left;

  width: 100%;

  border: 1px solid #bdbdbd;

  border-radius: 20px;

  padding: 2em 2em 2em 2em;

}

.location_list{

  float: left;

  width: 100%;

  margin-top: 3em;

  padding-right: 1.5em;

  padding-left: 1em;

  overflow-y: scroll;

  height: 1000px;

}

.location_list::-webkit-scrollbar{

    width: 5px; 

}

.location_list::-webkit-scrollbar-thumb{

  background-color: #294e84;

}

.location_list::-webkit-scrollbar-track {

  background-color: #f7f7f7;

}



.location_single {

    float: left;

    width: 100%;

    padding: 1em 0 2em;

    border-bottom: 1px solid #0000001a;

}

.location_single ul{

  float: left;

  width: 100%;  

}

.location_single ul li{

  list-style-type: none;

  display: block;

  position: relative;

}

.location_single ul li h4{

  font-size: 35px;

  line-height: 45px;

  text-transform: uppercase;

  color: #000000;

  font-weight: 600;

  font-family: 'Poppins-SemiBold';  

  position: relative;

  margin-bottom: 1em;

}

.location_single ul li h4::before{

    position: absolute;

    content: '';

    bottom: -14px;

    left: 0;

    width: 35%;

    border-bottom: 1px solid #cacaca;

}

.location_single ul li p{

    font-size: 22px;

    color: #000000;

    font-weight: 400;

    padding-left: 3em;

    margin-bottom: 15px;

    position: relative;

}

.location_single ul li p::before{

    content: "\f041";

    position: absolute;

    color: #000;

    font-size: 32px;

    top: -5px;

    left: 15px;

    font-family: FontAwesome;

}

.loctreview_btn{

  border-radius: 29px;

  background-color: #ffffff;

  border: 1px solid #cacaca !important;

  font-size: 20px;

  color: #000;

  font-weight: 400;

  border-right: unset;

  display: block;

  padding: 14px 0 14px 65px;

  position: relative;

}

.loctreview_btn::before{

  content: "\f1a0";

  position: absolute;

  color: #108c46;

  font-size: 30px;

  top: 6px;

  left: 20px;

  font-family: FontAwesome;

}

.loctcall_btn{

  display: inline-block;

  border-radius: 29px;

  background-color: #ffffff;

  border: 1px solid #108c46;

  font-size: 24px;

  line-height: 36px;

  color: #000000;

  font-weight: 600;

  position: absolute;

  right: 0;

  top: 0;

  padding: 10px 20px 10px 60px;

}

.loctcall_btn::before{

  content: "\f095";

  position: absolute;

  color: #000000e3;

  font-size: 26px;

  top: 8px;

  left: 22px;

  font-weight: 100;

  font-family: FontAwesome;

  rotate: 265deg;

}

.google_btn{

  border-radius: 29px;

  background-color: #294e84;

  border: 1px solid #f7f7f7;

  font-size: 18px;

  color: #ffffff;

  font-weight: 400;

  padding: 12px 0;

  text-align: center;

  width: 100%;

  display: block;

  max-width: 45%;

  margin: 0 auto;

  margin-top: 15px;

}

.google_btn:hover{

  color: #ffffff; 

}



.location_map_inner{

  float: left;

  width: 100%;

  padding-left: 2em;

}

.location_map_inner .mapouter,

.location_map_inner .gmap_canvas{

  height: 1160px;

  width: 100%;

  border-radius: 30px;

  border: 1px solid #eeeeee;

}



/* responsive styles */

       

@media only screen and (min-width:1400px) {



}

@media only screen and (min-width:1500px) {



}

@media only screen and (min-width:1600px) {



}

@media only screen and (min-width:1700px) {



}

@media only screen and (min-width:1800px) {



}

@media only screen and (min-width:1920px) {



}

@media only screen and (min-width: 2160px) {



}

@media only screen and (min-width: 2880px) {



}

@media only screen and (min-width: 3840px) {



}





@media only screen and (max-width:1300px) {



}

@media only screen and (max-width:1200px) {



  /* blog page */

  .blogpage_wrap_inner .hme_blog_content span {

    top: 10px;

    background-color: #eff3fe;

    bottom: unset;

    right: 10px;

    padding: 5px 8px;

    border-radius: 30px;

    font-size: 14px;

  }



  /* services page */

  .services_even_image_inner,

  .services_odd_image_inner{

    margin-top: 0;

  }

  .services_even_inner h1, .services_even_inner h2, .services_even_inner h3{

    margin-top: 0em;

    font-size: 34px;

  }

  .services_odd_inner h1, .services_odd_inner h2, .services_odd_inner h3{

    margin-top: 0em;

    font-size: 34px;  

  }  



  /* recentjobs */

  .recent_job_content h3 {

      font-size: 20px;

  }

  .recent_job_single_inner {

      margin: 0 10px;

  }  



  /* contact page */

  .contactus_detail_block h2 {

    font-size: 34px;

    line-height: 40px;

  }

  .contact_link {

      padding: 2em 1em 1em 3em;

  }

  .form-group.phonenumber{

    float: left;

    width: 100%;

  }

  .form-group.servicesch {

      float: left;

      width: 100%;

      margin-left: 0;

  }

  .formcover_contact input.form-control, .formcover_contact select{

    height: 45px;

    margin-bottom: 0;

  }

  .address textarea {

    font-size: 18px;

    line-height: 30px;

    resize: unset;

    height: 100px;

  }

  .contactsubmit_btn button {

      font-size: 20px;

      line-height: 32px;

      padding: 7px 10px;

  }

  .address label {

    font-size: 18px;

    line-height: 30px;

  }

  .contactus_form_inner {

    float: left;

    margin-left: 1em;

    padding: 0em 1em 1em 1em;

  }



  /* location page */

  .location_search input[type="text"]{

    height: 50px;

  }  

  .location_search button {

    width: 215px;

    height: 50px;

  }

  .location_search button::before {

    font-size: 25px;

    top: 8px;

    left: 15px;

  }

  .location_single ul li h4 {

    font-size: 30px;

    line-height: 40px;

  }

  .location_single ul li p {

    font-size: 18px;

    padding-left: 1.5em;

    margin-bottom: 10px;

  }

  .loctcall_btn{

    margin-top: 15px;

    width: 100%;

    position: relative;

  }

  .location_single ul li p::before {

    font-size: 30px;

    top: -8px;

    left: 0px;

  }

  .location_detail_inner{

    padding: 1em 1em;

  }



}

@media only screen and (max-width:992px) {

  /* blog page */

  .blogpage_wrap_inner .hme_blog_single_inner{

      background-color: #eff3fe; 

      border-radius: 25px;

      filter: drop-shadow(0px 0px 8px #12418859);

      border: 10px solid #fff;

    }

  .blogpage_wrap_inner .hme_blog_single_inner::after{

    content: unset;

  }

  .blogpage_wrap_inner .hme_blog_content span::after{

    content: unset;

  }

  .blogpage_wrap_inner .hme_blog_content {

    padding: 1em 1em 1em 1em;

  }

  .blogpage_left_inner .hme_blog_single:nth-child(odd) .hme_blog_single_inner, 

  .blogpage_right_inner .hme_blog_single:nth-child(odd) .hme_blog_single_inner{

    background-color: #e3f1e3;

  }

  /* services page */

  .services_page_wrap_inner {

      padding: 0em 0;

      margin: 1em 0;

  }

    .services_page_wrap_inner {

        padding: 0em 0;

        margin: 1em 0;

    }

  .services_even_image_inner{

    margin-right: 1em;

    margin-bottom: 2em;    

  }

  .services_odd_image_inner{

    margin-left: 1em;  

    margin-bottom: 2em;

  }

  .services_odd_image_inner img,

  .services_even_image_inner img{

    height: 450px;

  }

  .services_even_inner h1, .services_even_inner h2, .services_even_inner h3{

    font-size: 28px;

  }

  .services_odd_inner h1, .services_odd_inner h2, .services_odd_inner h3{

    font-size: 28px;

  }



  /* recentjobs */

  .recent_jobs_page_wrapper {

      margin: 2em 0 2em 0;

  }

  .recent_job_single:nth-child(n){

    top: 0;

    clear: none;

  }

  .recent_job_image img{

    height: 300px !important;

  }



  /* contact page */

  .contactus_page_inner {

    margin: 0em 0;

    padding: 0em 0;

  }

  .contactus_detail_block h2 {

    font-size: 30px;

  }

  .contactus_form_inner h3 {

    font-size: 26px;

    line-height: 30px;

    margin-bottom: 0.5em;

  }

  .captcha_box{

    float: left;

    width: 100%; 

  }

  .captcha_box .g-recaptcha{

    float: left;

    width: 100%;

    min-width: 100%;

  }

  .contact_linksec {

    margin-top: 1em;

    padding: 10px 15px;

  }

  .contact_link ul li p {

    font-size: 18px;

    line-height: 28px;

  }

  .contact_link ul li a {

    font-size: 16px;

  }



  /* location page */

  .location_search button{

    position: relative;

    width: 100%;

    padding-left: 0;

    display: block;

    margin-top: 0.5em;

  }

  .location_search{

    float: left;

    width: 100%;

  }

  .location_single {

    padding: 0em 0 1em;

  }

  .location_map_inner{

    padding-left: 1em;

  }

  .location_single ul li h4 {

    font-size: 21px;

    line-height: 30px;

    margin-bottom: 0.5em;

    border-bottom: 1px solid #cacaca;

    display: inline-block;

  }

  .location_single ul li h4::before{

    content: unset;

  }

  .location_list {

    margin-top: 1em;

    padding-right: 1em;

    padding-left: 0em;

    height: 550px;

  }

  .loctreview_btn {

    font-size: 18px;

    padding: 5px 0 5px 0px;

    text-align: center;

  }

  .loctcall_btn{

    font-size: 18px;

    padding: 0px 0 0px 0px;

    text-align: center;

  }

  .loctreview_btn::before {

    font-size: 25px;

    top: 0px;

    left: 10px;

  }

  .loctcall_btn::before {

    font-size: 24px;

    top: 0px;

    left: 15px;

    rotate: 0deg;

  }

  .google_btn {

      font-size: 18px;

      padding: 7px 0;

      max-width: 100%;

      margin-top: 10px;

  }

  .location_map_inner .mapouter, .location_map_inner .gmap_canvas{

    height: 700px;

  }





}

@media only screen and (max-width:767px) {



  /* blog page */

  .blogpage_left{

    float: left;

    width: 100%;

  }

  .blogpage_right{

    float: left;

    width: 100%;

    display: block;

    position: relative;

  }

  .blogpage_wrap_inner .hme_blog_single_inner{

    margin: 0 0px;

  }

  .blogpage_wrap_inner .hme_blog_single{

    float: left;

    width: 50%;

  }

  .blogpage_right .hme_blog_single:last-child{

    float: left;

    width: 100%;

  }



  /* services page */



  .services_odd_image,

  .services_even_image{

    float: left;

    width: 100%;

    margin-bottom: 2em;

  }  

  .services_even_image_inner,

  .services_odd_image_inner{

    width: 100%;

    max-width: 80%;

    margin: 0 auto;

  }



  /* recentjobs */

  .recent_job_single{

    float: left;

    width: 50%;

  }

  .recent_job_single_inner{

    margin: 0 5px;

  }

  .recent_job_content h3 {

    font-size: 18px;

  }



  /* contact page */

  .contactus_detail_block{

    float: left;

    width: 100%;

    margin-bottom: 2em;

  }

  .contactus_detail_block h2 {

    font-size: 28px;

  }

  .contact_link {

    float: left;

    width: 100%;

    border-radius: 15px;

    padding: 1em 1em 0em 2em;

  }

  .contact_linksec {

    margin-top: 1em;

    padding: 10px 10px;

    height: 400px;

  }

  .contactus_form_block{

    float: left;

    width: 100%;

    margin-top: 2em;

  }



  /* location page */

  .location_detail_block{

    float: left;

    width: 100%;   

    margin-bottom: 2em;

  }

  .location_map_block{

    float: left;

    width: 100%;    

  }

  .location_map_inner{

    padding: 0;

  }

  .location_map_inner .mapouter, 

  .location_map_inner .gmap_canvas {

    height: 500px;

  }



}

@media only screen and (max-width:480px) {



  /* blog page */

  .blogpage_wrap_inner .hme_blog_single_inner{
    border: 3px solid #fff;
    width: -webkit-fill-available;
    margin: 0 5px;
    float: left;
  }

  /* services page */

  .services_even_block{

    padding: 1em 0;

    margin: 1em 0;

  } 

  .services_even_inner h1, .services_even_inner h2, .services_even_inner h3 {

    font-size: 24px;

  }

  .services_even_image_inner, .services_odd_image_inner {

    max-width: 100%;

    float: left;

  }

  .services_even_image_inner img,

  .services_odd_image_inner img{

    height: 350px;

  }

  .services_odd_inner h1, .services_odd_inner h2, .services_odd_inner h3{

    font-size: 24px;

  }

  .services_btn_set .hme_btn_call {

    font-size: 16px;

    line-height: 20px;

    padding: 10px 15px 10px 15px;

  }

  .services_btn_set .hme_btn_readmore {

    font-size: 15px;

    line-height: 20px;

    padding: 10px 20px 10px 20px;

  }

  .hme_btn_blk {

    float: left;

    width: 100%;

    text-align: center;

  }



  /* recentjobs */

  .recent_job_image img {

    height: 215px !important;

  }

  .recent_job_content h3 {

    font-size: 16px;

    letter-spacing: -1px;

    line-height: 20px;

    min-height: 85px;

  }

  .recent_jobs_page_wrapper {

    margin: 1em 0 1em 0;

  }



  /* contact page */

  .contactus_detail_block{

    margin-bottom: 1em;

  }

  .contactus_detail_block h2{

    display: none;

  }

  .contactus_form_inner h3 {

    font-size: 24px;

  }

  .address textarea,

  .address,

  .contactsubmit_btn

  {

    float: left;

    width: 100%;

  }

  .contactsubmit_btn button {

    font-size: 16px;

    line-height: 29px;

    padding: 5px 5px;

    display: block;

    float: left;

    width: 100%;

  }

  .contactus_map_block .mapouter, 

  .contactus_map_block .gmap_canvas{

    height: 400px;

    border-radius: 15px;

  }

  .contactus_form_inner{

    margin-left: 0em;

    width: 100%;

  }



  /* location page */



  .location_search {

    margin: 0;

    overflow-y: unset;

    height: auto;

  }

  .location_list {
    padding-right: 0em;
    padding-left: 0em;
    height: auto;
    overflow-y: unset;
  }

}

