/***************-----------------------***********************
[Master Stylesheet]

Project:  smart pest
Version:  1.0.0
Author: 
Purchase:	
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css/a
3.#preloader/#status
4.top_header_wrapper
5.slider-area/slider-area
6.single_contact_form_wrapper
7.sp_choose_main_wrapper
8.about_us_section
9.sp_services_wrapper
10.counter_section
11.team_wrapper
12.testimonial_wrapper
13.gallery-area
14.score_wrapper
15.blog_section
16.message_wrapper
17.pricing_section
18.btm_newslater_section
19.footer_wrapper
20.page_title_section
/*----------------body start------------------*/

body,
html {
  font-family: "Lato", sans-serif;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  background: white;
  overflow-x: hidden;
}

/*------------------custom css----------------*/

a {
  color: #202020;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0b9444;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #202020;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

input,
select,
button {
  outline: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.pst_toppadder10 {
  padding-top: 10px;
}

.pst_toppadder20 {
  padding-top: 20px;
}

.pst_toppadder30 {
  padding-top: 30px;
}

.pst_toppadder40 {
  padding-top: 40px;
}

.pst_toppadder50 {
  padding-top: 50px;
}

.pst_toppadder60 {
  padding-top: 60px;
}

.pst_toppadder70 {
  padding-top: 70px;
}

.pst_toppadder80 {
  padding-top: 80px;
}

.pst_toppadder90 {
  padding-top: 90px;
}

.pst_toppadder100 {
  padding-top: 100px;
}

.pst_bottompadder10 {
  padding-bottom: 10px;
}

.pst_bottompadder20 {
  padding-bottom: 20px;
}

.pst_bottompadder30 {
  padding-bottom: 30px;
}

.pst_bottompadder40 {
  padding-bottom: 40px;
}

.pst_bottompadder50 {
  padding-bottom: 50px;
}

.pst_bottompadder60 {
  padding-bottom: 60px;
}

.pst_bottompadder70 {
  padding-bottom: 70px;
}

.pst_bottompadder80 {
  padding-bottom: 80px;
}

.pst_bottompadder90 {
  padding-bottom: 90px;
}

.pst_bottompadder100 {
  padding-bottom: 100px;
}

/*-----scroll top-----*/

/*-- Preloader css start --*/

#preloader {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #2ec8a6;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.close_wrapper {
  float: right;
}

#return-to-top {
  right: 22px;
  float: right;
  color: #0b9444;
  text-transform: uppercase;
  width: 48px;
  height: 50px;
  display: block;
  text-decoration: none;
  display: none;
  line-height: 6;
  font-size: 12px;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

#return-to-top i {
  color: #0b9444;
  margin: 0;
  left: 18px;
  position: relative;
  top: -13px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*---------------------colorpicker css start---------------------*/
#style-switcher {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  left: 0px;
  position: fixed;
  top: 20%;
  width: 215px;
  z-index: 999999999;
}

#style-switcher div {
  padding: 5px 9px;
  float: left;
}

ul.colors li p {
  cursor: pointer;
  display: block;
  height: 33px;
  width: 33px;
  border-radius: 3px;
  -webkit-border-radius: 4px;
  font-size: 0px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

ul.colors li:hover p {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

ul.colors {
  list-style: none outside none;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}

ul.colors li {
  float: left;
  margin: 3px;
}

ul.colors li #color {
  background: #0b9444;
}

ul.colors li #color2 {
  background: #c46ce4;
}

ul.colors li #color3 {
  background: #ff6455;
}

ul.colors li #color4 {
  background: #43b6ea;
}

ul.colors li #color5 {
  background: #1ed0a4;
}

#style-switcher .bottom {
  background: none repeat scroll 0 0 #ffffff;
  color: #252525;
  padding: 0;
}

#style-switcher .bottom a.settings {
  background: -moz-linear-gradient(
    -45deg,
    #0b9444 19%,
    #6a55bd 19%,
    #6a55bd 36%,
    #f33b29 36%,
    #1999d4 36%,
    #1999d4 50%,
    #c928c6 50%,
    #c928c6 64%,
    #c928c6 64%,
    #6a55bd 64%,
    #6a55bd 77%,
    #c928c6 77%,
    #c928c6 77%,
    #1ed0a4 78%,
    #1ed0a4 91%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #0b9444 19%,
    #2caf23 19%,
    #2caf23 36%,
    #f33b29 36%,
    #1999d4 36%,
    #1999d4 50%,
    #c928c6 50%,
    #c928c6 64%,
    #c928c6 64%,
    #6a55bd 64%,
    #6a55bd 77%,
    #c928c6 77%,
    #c928c6 77%,
    #1ed0a4 78%,
    #1ed0a4 91%
  );
  background: linear-gradient(
    135deg,
    #0b9444 19%,
    #2caf23 19%,
    #2caf23 36%,
    #f33b29 36%,
    #1999d4 36%,
    #1999d4 50%,
    #c928c6 50%,
    #c928c6 64%,
    #c928c6 64%,
    #6a55bd 64%,
    #6a55bd 77%,
    #c928c6 77%,
    #c928c6 77%,
    #1ed0a4 78%,
    #1ed0a4 91%
  );
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border: 0;
  border-left: none;
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0px;
  width: 40px;
  padding: 7px;
  font-family: sosa;
  line-height: 36px;
  color: #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#style-switcher .bottom a.settings i {
  font-size: 24px;
  color: #fff;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#style-switcher > div > h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  color: #000000 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

#style-switcher > div > select {
  width: 90%;
}

/**********---------top header section----------***********/
.top_header_wrapper {
  float: left;
  width: 100%;
  background-color: #202020;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

.top_header_add {
  float: right;
  width: auto;
  padding-bottom: 60px;
}

.top_header_add ul {
  margin: 0px;
  padding: 0px;
}

.top_header_add li {
  float: left;
  width: auto;
  position: relative;
  list-style: none;
  margin-left: 60px;
}

.top_header_add ul li i {
  margin-right: 15px;
  color: #0b9444;
  line-height: 39px;
  border: 2px solid #4a4a4a;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  text-align: center;
}

.header_nav_div img {
  padding: 5px 10px 5px 10px;
  background: white;
}

#sidebar img {
  background: white;
  padding: 5px 85px 5px 10px;
}

.top_header_add ul li a {
  color: #ffffff;
}

.top_header_add ul li a:hover {
  color: #0b9444;
  transition: 0.5s;
}

.top_header_add ul li:first-child,
.top_header_add ul li:nth-child(2) {
  padding-left: 0px;
}

.top_header_add ul li:first-child,
.top_header_add ul li:nth-child(2) {
  position: relative;
}

.pst_logo {
  z-index: 1000;width: 400px;height: 180px;
  position: relative;
  background: white;
  padding: 25px 0 25px;
  margin-right: 15px;
}
.pst_logo img{
  width: 100%;
  object-fit: fill;
  /* height: 200px; */
}

.top_header_add ul li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background-color: #4a4a4a;
  width: 1px;
  height: 100%;
}

.top_header_add ul li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background-color: #4a4a4a;
  width: 1px;
  height: 100%;
}

.top_header_wrapper:before {
  background-color: white;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  width: 22%;
}

/*********-------main header wrapper--------**********/
.menu_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -30px;
  z-index: 1000;
}

.menu_wrapper_mn {
  float: left;
  width: 100%;
  background-color: #f7f7f7;
}

.rp_mobail_menu_main_wrapper {
  float: none;
  width: 100%;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1000;
}

#links {
  position: relative;
  float: left;
}

#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}

#link_list li {
  display: block;
  width: 100%;
}

#link_list li:hover {
  background-color: #d3d3d3;
}

#toggle {
  float: right;
  position: relative;
  bottom: -15px;
  right: 15px;
  margin-left: 10px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

#toggle_close {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 18px;
  font-size: 28px;
  color: #000000;
  cursor: pointer;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
  width: 300px;
  color: #ffffff;
  text-transform: capitalize;
}

#cssmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}

#cssmenu ul li a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #0b9444;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#cssmenu ul li:first-child a {
  border-top: 1px solid #0b9444;
}

#cssmenu ul li:hover a,
#cssmenu ul li.active a {
  background: #0b9444 !important;
  border-bottom: 1px solid #d3d3d3;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

ul ul > li.has-sub > a:before {
  top: 20px;
  background: #ffffff;
}

.menu_fixed {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  margin-top: 0;
  background: #f7f7f7;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

/************---------menu wrapper--------***********/
.navbar {
  border: 1px solid transparent;
  min-height: 0;
  z-index: 20;
  margin-bottom: 0px;
  float: left;
}

.nav_response {
  padding-right: 0px;
}

.nav .navbar-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav .navbar-nav ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-left: 15px;
}

#nav_filter .hovr_nav_tab li a {
  color: #1a1a1a;
  font-weight: 500;
}

#nav_filter li a {
  display: block;
  font-size: 16px;
  cursor: pointer;
  color: #202020;
  text-transform: capitalize;
  padding: 10px 15px;
  margin-right: 10px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#nav_filter li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#nav_filter li a:hover {
  background: transparent;
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

#nav_filter li a:last-child {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #0b9444;
  background-image: none;
  border-radius: 4px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
  color: #0b9444;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}

.navbar-nav > li {
  padding-top: 12px;
  padding-bottom: 12px;
}

#nav_filter li a .active a {
  color: #0b9444;
}

/*Dropdown Menu*/
.navbar-right .dropdown-menu {
  right: auto;
}

#nav_filter .hovr_nav_tab li a {
  border: none;
  border-radius: 0;
}

#nav_filter .hovr_nav_tab li a:hover {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #0b9444;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.nav .dropdown-menu {
  display: inherit;
  padding: 5px 0;
  border: none;
  border-radius: 0;
}

.nav .dropdown-header {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: black;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  margin-left: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.nav .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cssmenu ul ul li a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #2a2727;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul ul li a {
  padding-left: 32px;
}

#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #ffffff;
}

#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #ffffff;
}

.nav .hovr_nav_tab {
  padding: 0;
}

.caret {
  font-weight: bold;
  color: #0b9444;
  margin-left: 3px;
}

.dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 9999;
}

.appointmnt_wrapper {
  text-align: center;
  float: right;
  display: inline-block;
}

.appointmnt_wrapper ul {
  padding: 0;
  list-style: none;
}

.appointmnt_wrapper li a {
  float: left;
  color: black;
  line-height: 66px;
  font-size: 16px;
  font-weight: 600;
  background-color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.appointmnt_wrapper li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.appointmnt_wrapper i {
  margin-right: 10px;
}

#search_open i {
  margin-right: 20px;
}

.hs_navi_searchbar_wrapper input {
  width: calc(100% - 50px);
  float: left;
  height: 73px;
  background: none;
  padding-left: 20px;
  color: #ffffff;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.30196078431372547);
}

.hs_navi_searchbar_wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.7686274509803922);
}

.hs_navi_searchbar_wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7686274509803922);
}

.hs_navi_searchbar_wrapper input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7686274509803922);
}

.hs_navi_searchbar_wrapper button {
  float: left;
  width: 50px;
  height: 73px;
  background: none;
  color: #ffffff;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.30196078431372547);
}

.flaticon-magnifier:before {
  font-size: 18px;
}

#search_button {
  float: right;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#search_button i {
  color: #111;
}

#search_button i:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gc_search_box {
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0px;
  width: 100%;
  display: inline-block;
  border-radius: 0px;
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}

.gc_search_box input {
  float: left;
  width: calc(100% - 60px);
  padding: 0px 10px;
  height: 78px;
  border: 1px solid #e1e1e1;
  border-right: 0px;
  font-size: 24px;
  color: #000000;
}

.gc_search_box button {
  width: 60px;
  height: 78px;
  color: #000000;
  border: 1px solid #e1e1e1;
  border-left: none;
  background-color: #ffffff;
  text-align: center;
  padding: 0px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/********------------slider wrapper start------************/
.slider_area {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -37px;
}

#rev_slider_24_1_forcefullwidth,
#rev_slider_24_1_wrapper {
  height: 1000px !important;
}

/* @media screen and(max-width:768px) {
  #rev_slider_24_1_forcefullwidth,
#rev_slider_24_1_wrapper {
  height: 1000px ;
}
} */

#slide-66-layer-3 {
  width: 100%;
  color: #fff;
}

.slider_area .tparrows {
  position: absolute;
  top: 39% !important;
  margin: 0;
  margin-top: 0;
  z-index: 1000;
  display: block;
}

.tparrows.tp-leftarrow {
  width: 60px !important;
  height: 105px !important;
  background: rgba(9, 9, 9, 0.8) !important;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 5px solid #0b9444 !important;
  padding-top: 25px;
  left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.tparrows.tp-rightarrow {
  width: 60px !important;
  height: 105px !important;
  background: rgba(9, 9, 9, 0.8) !important;
  font-size: 18px;
  padding-top: 25px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 5px solid #0b9444 !important;
  right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.tparrows.tp-leftarrow:before {
  content: "pr \A ev";
  white-space: pre;
  line-height: 30px;
  font-family: "Lato", sans-serif !important;
}

.tparrows.tp-rightarrow:before {
  content: "ne \A xt";
  white-space: pre;
  line-height: 30px;
  font-family: "Lato", sans-serif !important;
}

/**********--------pst form wrapper---------*******/
.single_contact_form_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -156px;
  background: rgba(9, 9, 9, 0.8);
}

.pst_single_forms input {
  width: 100%;
  height: 50px;
  color: #707070;
  border-top: transparent;
  border-bottom: 2px solid #0b9444 !important;
  border-left: transparent;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pst_form_control {
  width: 19%;
  float: left;
  margin-right: 20px;
}

.pst_form_control:first-child {
  margin-left: 15px;
}

.pst_single_forms i {
  margin-left: -30px;
  color: #202020;
  position: absolute;
  margin-top: 15px;
}

.pst_single_forms input:hover,
.pst_single_forms input:focus {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pst_btn_form ul {
  float: left;
  margin: 0;
  padding: 0;
}

.pst_btn_form li {
  float: right;
  list-style: none;
}

.pst_btn_form li button {
  width: 170px;
  height: 50px;
  float: left;
  color: #202020;
  text-transform: capitalize;
  background: #0b9444;
  text-align: center;
  line-height: 45px;
  font-weight: 800;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #0b9444;
}

.pst_btn_form li a:hover {
  background: transparent;
  border: 2px solid #0b9444;
  color: white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_btn_cnt li a {
  width: 200px;
  height: 50px;
  float: left;
  text-transform: capitalize;
}

/**********--------sp choose wrapper Start---------*******/
.sp_choose_main_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sp_choose_heading_main_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.sp_choose_heading_main_wrapper h2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  padding-bottom: 25px;
}

.sp_choose_heading_main_wrapper h2:after {
  content: "";
  border: 1px solid #0b9444;
  height: 20px;
  position: absolute;
  left: -15px;
  top: 3px;
}

.sp_choose_heading_main_wrapper h2:before {
  content: "";
  border: 1px solid #0b9444;
  width: 25px;
  position: absolute;
  left: -40px;
  top: 12px;
}

.testi_heading_wrapper h2:after {
  display: none;
}

.testi_heading_wrapper h2:before {
  display: none;
}

.sp_choose_heading_main_wrapper h2 span:after {
  content: "";
  border: 1px solid #0b9444;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 3px;
}

.sp_choose_heading_main_wrapper h2 span:before {
  content: "";
  border: 1px solid #0b9444;
  width: 25px;
  position: absolute;
  right: -40px;
  top: 12px;
}

.sp_dark_heading h2 {
  color: #fff;
}

.sp_dark_heading p {
  color: #cacaca;
}

.ps_img_wrapper {
  float: left;
  width: 100%;
  padding: 28px 28px 28px 28px;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.sp_who_we_are_wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
}

.social_icon3 {
  float: left;
  width: 100%;
  border: 1px solid #cccccc;
  border-top: none;
}

.social_icon3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social_icon3 ul li {
  float: left;
  margin-left: 30px;
}

.social_icon3 ul li:first-child {
  margin-left: 0px;
}

.social_icon3 ul li a {
  float: left;
  border-radius: 0px;
  line-height: 60px;
  color: #fff;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  background-image: -moz-radial-gradient(circle, #f79321ea 0%, #f58d16 100%);
  background-image: -moz-radial-gradient(circle, #f79321ea 0%, #f79321 100%);
  background-image: -webkit-radial-gradient(circle, #f79321ea 0%, #f79321 100%);
  background-image: -ms-radial-gradient(circle, #f79321ea 0%, #f79321 100%);
  width: 359px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.social_icon3 ul li a i {
  margin-right: 8px;
  color: #f3f3f3;
}

.sp_feature_cntnt {
  float: left;
  width: 100%;
}

.sp_feature_cntnt i {
  margin: auto;
  text-align: center;
  font-size: 28px;
  color: #0b9444;
  margin-bottom: 30px;
  padding: 45px 21px;
  display: inline-block;
}

.rotate {
  margin: auto;
  display: block;
  width: 113px;
  height: 113px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 26px;
  margin-top: -78px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main_ser_hover {
  margin: auto;
  display: block;
  width: 113px;
  height: 113px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 26px;
  margin-top: -78px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main:hover .main_ser_hover {
  background: #0b9444;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main:hover .rotate {
  background: #0b9444;
  border: 1px solid transparent;
  transform: rotateY(180deg) rotate(0deg);
  /*Firefox*/

  -moz-transform: rotateY(180deg) rotate(0deg);
  /*Microsoft Internet Explorer*/

  -ms-transform: rotateY(180deg) rotate(0deg);
  /*Chrome, Safari*/

  -webkit-transform: rotateY(180deg) rotate(0deg);
  /*Opera*/

  -o-transform: rotateY(180deg) rotate(0deg);
  /*alter opacity*/

  position: relative;
  z-index: 1;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
}

.main:hover .main_ser_hover i {
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
}

.flaticon-scorpion:before {
  content: "\01F982";
  /* Unicode for scorpion */
  font-family: Flaticon;
  font-size: 30px;
  /* Adjust as needed */
  font-style: normal;
}

.main:hover .rotate i {
  color: #fff;
  transform: rotateY(180deg);
  margin-left: 20px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
}

.main:hover .rotate_1 i {
  color: #fff;
  transform: rotateY(180deg);
  margin-left: 0px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
}

.ser_service_icon_centnt i {
  padding-left: 0;
}

.main {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-top: 57px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 1.3s;
  transition: opacity 0.35s, transform 1.3s;
  border-right: 1px solid #0b9444;
  border-left: 1px solid #0b9444;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.main:after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 1.3s;
  transition: opacity 0.5s, transform 1.3s;
  border-top: 1px solid #0b9444;
  border-bottom: 1px solid #0b9444;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.main:hover:after,
.main:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main:hover {
  border: 1px solid transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main:hover h4 a {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main h4 a {
  font-size: 20px;
  font-weight: 600;
  z-index: 10;
  position: relative;
  text-transform: capitalize;
}

.main h6 {
  text-align: center;
}

.main h6 a {
  z-index: 10;
  position: relative;
  font-size: 16px;
  color: #0b9444;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.main h3 a {
  font-size: 16px;
  color: #202020;
  font-weight: 500;
  z-index: 10;
  position: relative;
}

/**********--------sp choose wrapper End---------*******/

/*******------sp about us wrapper start-------*******/
.about_us_section {
  background: url(../images/abt_bg.webp) 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: hidden;
}

.sp_abt_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.8);
}

.aboutus_slider_wrapper {
  float: left;
  width: 100%;
}

.aboutus_slider_wrapper .item {
  width: 100%;
}

.aboutus_slider_wrapper .owl-theme .owl-dots .owl-dot {
  display: none;
}

.aboutus_slider_wrapper .item {
  width: 100%;
}

.aboutus_slider_wrapper .owl-carousel .owl-item img {
  float: left;
}

.aboutus_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 37%;
  margin: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}

.aboutus_slider_wrapper .owl-prev {
  position: absolute;
  left: -50px;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
  width: 65px;
  height: 115px;
  border-bottom: 6px solid #0b9444;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-prev span {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-next span {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-next {
  right: 10px;
  position: absolute;
  width: 65px;
  height: 115px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 30px;
  border-bottom: 6px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-next:hover span {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-next:hover,
.aboutus_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus_slider_wrapper .owl-theme .owl-nav .owl-prev:hover span {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.text_wrapper {
  float: left;
  width: 100%;
}

.text_wrapper_heading,
.text_wrapper_content {
  float: left;
  width: 100%;
}

.sp_icon_img a i {
  float: left;
  border-radius: 0;
  width: 80px;
  height: 172px;
  line-height: 172px;
  display: inline-block;
  font-size: 34px;
  color: #000;
  background: #f79321;
}

.sp_icon_img a i {
  font-weight: 600;
}

.icon_content_box {
  font-size: 20px;
  color: #111111;
  background: #fff;
  float: left;
  width: calc(100% - 80px);
  padding: 23px;
  display: inline-block;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.icon_wrapper p {
  margin-top: 15px;
  text-align: left;
  font-size: 16px;
  color: #707070;
}

.icon_wrapper a {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.icon_wrapper h4 {
  text-align: left;
}

.icon_wrapper {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icon_wrapper:hover .icon_content_box h4 a {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icon_wrapper:hover .sp_icon_img a i {
  background: #212121;
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/******---------about us wrapper end ---------********/

/******---------services us wrapper start -------********/
.sp_services_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.sp_ser_img_box1 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/ser_img_1.webp);
}

.sp_ser_img_box2 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/ser_img_6.webp);
}

.sp_ser_cat_img_box3 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/waterTank.webp);
}

.sp_ser_cat_img_box4 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/watertest.webp);
}

.sp_ser_cat_img_box5 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/generalcleaning.webp);
}

.sp_ser_img_box3 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/ser_img_3.webp);
}

.sp_ser_img_box4 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/ser_img_4.webp);
}

.sp_ser_img_box5 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/ser_img_5.webp);
}

.sp_ser_img_box6 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/ser_img_2.webp);
}

.img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-effect.zoom-slow:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.img-effect.zoom-slow img {
  transition: all 12s;
  -moz-transition: all 12s;
  -webkit-transition: all 12s;
  -o-transition: all 12s;
}

/* Hide the default Google Translate icon */
.goog-te-gadget-icon {
  display: none;
}
/**************Translate ********************/
/* Optionally, add your own custom icon */
/* #google_translate_element {
  position: relative;
  display: inline-block;
} */
nav.w-100 {
  display: flex;
  justify-content: flex-end; /* Aligns content to the right */
  align-items: center; /* Vertically centers the content */
  padding-right: 250px; /* Optional: Adds some space between the drop-down and the edge */
}
@media (max-width: 767px) {
  nav.w-100 {
    padding-right: 20px; /* Reduced padding for screens classified as hidden-sm and hidden-xs */
  }
}

/* Style the Google Translate element */
#google_translate_element {
  display: flex;
  align-items: center; /* Vertically centers the translate widget */
}

/* Adjust the translate select box if needed */
#google_translate_element select {
  height: 30px; /* Adjust height if necessary */
  margin: 0; /* Remove any default margin */
}
#google_translate_element::before {
  content: url('your-custom-icon-url.png'); /* Replace with the URL of your custom icon */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the size as needed */
  height: 20px;
}

/* Adjust the position of the drop-down to account for the custom icon */
#google_translate_element select {
 
  padding-left: 50px; /* Adjust this value to ensure the text doesn't overlap the icon */
}


/**************our clients ********************/
.slider_brands {
  height: 200px;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slider_track {
  display: flex;
  width: calc(350px * 16);
  animation: 40s linear infinite scroll;
}

.slide {
  height: 200px;
  width: 350px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.slider_brands img {
  width: 60%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 8));
  }
}

/******---------services scope us wrapper start -------********/

.sp_ser_scop_img_box1 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/industrial.webp);
}

.sp_ser_scop_img_box2 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/commercial.webp);
}

.sp_ser_scop_img_box3 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/mosque.webp);
}

.sp_ser_scop_img_box4 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/stadium.webp);
}

.sp_ser_scop_img_box5 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/govt.webp);
}

.sp_ser_scop_img_box6 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/residencial.webp);
}

.sp_ser_scop_img_box7 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/educationa.webp);
}

.sp_ser_scop_img_box8 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/heritage.webp);
}

.sp_ser_scop_img_box9 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/garden.webp);
}

.sp_ser_scop_img_box10 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../images/hotel.webp);
}

/*********----------counter wrapper css--------***********/
.counter_section {
  background: url("../images/counter_bg.webp") 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: -9999;
  background-position: center 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

.counter_overlay {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 100px;
  padding-bottom: 95px;
}

.counter_section .count-description span {
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}

.counter_section .count-description {
  font-size: 34px;
  font-weight: 700;
  color: white;
}

.icon,
.pulse {
  width: 90px;
  height: 90px;
  line-height: 93px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation: pulse 3s infinite;
}

.icon i {
  text-align: center;
  width: 90px;
  border-radius: 90px;
  line-height: 90px;
  background: #0b9444;
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.count-description {
  padding-top: 20px;
}

.icon:hover {
  /* background-color: #; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.con1,
.con2,
.con3,
.con4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #b1b1b1;
  padding-top: 13px;
}

.icon [class^="flaticon-"]:before,
.icon [class*=" flaticon-"]:before,
.icon [class^="flaticon-"]:after,
.icon [class*=" flaticon-"]:after {
  margin-left: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3a3a3a;
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px #3a3a3a;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #3a3a3a;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #3a3a3a;
    box-shadow: 0 0 0 0 #3a3a3a;
  }

  70% {
    -moz-box-shadow: 0 0 0 10px #3a3a3a;
    box-shadow: 0 0 0 10px #3a3a3a;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 #3a3a3a;
    box-shadow: 0 0 0 0 #3a3a3a;
  }
}

/*******---------team wrapper css --------*********/
.team_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.team_slider_wrapper {
  float: left;
  width: 100%;
}

.team_slider_wrapper .item {
  width: 100%;
}

.team_slider_wrapper .owl-theme .owl-dots .owl-dot {
  display: none;
}

.team_slider_wrapper .item {
  width: 100%;
}

.team_slider_wrapper .owl-carousel .owl-item img {
  float: left;
  width: 100%;
}

.team_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 38%;
  margin: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}

.team_slider_wrapper .owl-prev {
  position: absolute;
  left: -50px;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 18px;
  margin: 0;
  padding: 0;
  left: -85px !important;
  position: absolute;
  width: 65px;
  height: 115px;
  border-bottom: 6px solid #0b9444;
  background: #202020;
  padding-top: 30px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 18px;
  margin: 0;
  padding: 0;
  right: -85px !important;
  position: absolute;
  width: 65px;
  height: 115px;
  border-bottom: 6px solid #0b9444;
  background: #202020;
  padding-top: 30px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-prev span,
.team_slider_wrapper .owl-theme .owl-nav .owl-next span {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-next:hover span {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover span {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-next:hover,
.team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: #5a5a5a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_about {
  float: left;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.team_about:hover .team_txt a {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_about:hover .team_img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team_txt {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
}

.team_txt h1 {
  width: 100%;
  position: relative;
}

.team_txt h1 a {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team_txt p {
  color: #707070;
  text-transform: capitalize;
  font-size: 16px;
}

.team_txt_box {
  padding: 20px;
  padding-bottom: 0px;
  float: left;
  width: calc(100% - 60px);
  position: relative;
}

.team_txt_icon {
  float: right;
  line-height: 83px;
  width: 60px;
  background: #f99e36f9;
  margin: 0px;
  margin-top: -1px;
}

.team_txt_icon i {
  color: #fff;
}

.tem-btn-alt,
.appint-btn {
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 66px;
  line-height: 66px;
  width: 180px;
  overflow: hidden;
  background: #0b9444;
  transition: all 0.5s ease;
}

.tem-btn-alt .btn-front,
.appint-btn .btn-front {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.8s ease;
}

.tem-btn-alt .btn-back,
.appint-btn .btn-back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(4);
  transition: all 0.8s ease;
  opacity: 0;
}

.tem-btn-alt:hover .btn-front,
.single-blog:hover .appint-btn .btn-front,
.appint-btn:hover .btn-front {
  transform: scale(0);
  color: #0b9444;
  background: #202020;
}

.tem-btn-alt:hover .btn-back,
.single-blog:hover .appint-btn .btn-back,
.appint-btn:hover .btn-back {
  transform: scale(1);
  opacity: 1;
  color: #0b9444;
  background: #202020;
}

.tem-btn-alt,
.tem-btn {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 175px;
  overflow: hidden;
  background: #0b9444;
  transition: all 0.5s ease;
}

.tem-btn-alt .btn-front,
.tem-btn .btn-front {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.8s ease;
}

.tem-btn-alt .btn-back,
.tem-btn .btn-back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(4);
  transition: all 0.8s ease;
  opacity: 0;
}

.tem-btn-alt:hover .btn-front,
.single-blog:hover .tem-btn .btn-front,
.tem-btn:hover .btn-front {
  transform: scale(0);
  color: #0b9444;
  background: #202020;
}

.tem-btn-alt:hover .btn-back,
.single-blog:hover .tem-btn .btn-back,
.tem-btn:hover .btn-back {
  transform: scale(1);
  opacity: 1;
  color: #0b9444;
  background: #202020;
}

.pricing_btn_blue:hover .btn-back,
.price_btn_hover:hover .pricing_btn_blue .btn-back,
.pricing_btn_blue:hover .btn-back {
  transform: scale(1);
  opacity: 1;
  color: #fff;
  background: #0087dd;
}

.pricing_btn_blue:hover .price_btn_hover .btn-front,
.price_btn_hover:hover .btn-front {
  transform: scale(0);
  color: #fff;
  background: #0087dd;
}

.pricing_btn_purple:hover .btn-back,
.price_btn_hover:hover .pricing_btn_purple .btn-back,
.pricing_btn_purple:hover .btn-back {
  transform: scale(1);
  opacity: 1;
  color: #fff;
  background: #6c1fdf;
}

.pricing_btn_purple:hover .price_btn_hover .btn-front,
.price_btn_hover:hover .btn-front {
  transform: scale(0);
  color: #fff;
  background: #6c1fdf;
}

.pricing_btn_ornge:hover .btn-back,
.price_btn_hover:hover .pricing_btn_ornge .btn-back,
.pricing_btn_ornge:hover .btn-back {
  transform: scale(1);
  opacity: 1;
  color: #fff;
  background: #d78227;
}

.pricing_btn_ornge:hover .price_btn_hover .btn-front,
.price_btn_hover:hover .btn-front {
  transform: scale(0);
  color: #fff;
  background: #d78227;
}

.sp_img_box_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  bottom: 0;
  opacity: 0;
  padding: 10px;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.team_about:hover .sp_img_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.sp-member-info {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-member-info h1 a {
  color: #dcc025;
  float: left;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  width: 100%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.sp-member-info p {
  color: #f5f5f5;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  width: 100%;
  text-transform: capitalize;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0.7s;
  -moz-transition: all 0.3s ease 0.7s;
  -ms-transition: all 0.3s ease 0.7s;
  -o-transition: all 0.3s ease 0.7s;
  transition: all 0.3s ease 0.7s;
}

.team_about:hover .sp-member-info p,
.team_about:hover .sp-member-info h1 a {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.team_about .team-content {
  text-align: center;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -94px;
  width: 100%;
  border: 1px solid #efefef;
  padding: 25px 15px 25px 15px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team_about .team-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.team_about .team-content ul li {
  display: inline-block;
  margin-left: 15px;
}

.team_about .team-content ul li:first-child {
  margin-left: 0;
}

.team_about .team-content ul li a {
  background-color: #fff;
  color: #707070;
  font-size: 15px;
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #cccccc;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team_about .team-content ul li a:hover {
  background-color: #dcc025;
  border: 1px solid #dcc025;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team_about .team-content ul li i {
  color: #111;
}

.team_about:hover .team-content {
  bottom: 0px;
  background-color: #fff;
}

.team_about:hover .team-content ul li a {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/**--------testimonial section css------------**/
.testimonial_wrapper {
  background: url("../images/testimonial_bg.webp") 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 30px;
}

.test_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(9, 9, 9, 0.86);
}

.testi_heading_wrapper {
  text-align: left;
}

.testi_heading_wrapper p {
  width: 89%;
}

.testimonial_slider_wrapper {
  float: left;
  width: 100%;
}

.section2_img_wrapper {
  z-index: 999;
  position: relative;
  margin-top: -83px;
}

.section2_text_wrapper {
  float: left;
  width: 100%;
}

.section2_text_wrapper h4 span {
  color: #ededed;
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 5px;
}

.box_testimonial {
  float: left;
  width: 100%;
  border-radius: 50px;
  background: rgba(48, 48, 48, 0.6);
  padding: 40px 50px;
  position: relative;
  margin-top: 45px;
}

.section2_text_wrapper h4 {
  font-size: 16px;
  color: #0b9444;
  padding-top: 5px;
  text-transform: capitalize;
}

.section2_text_wrapper p {
  font-size: 16px;
  color: #cecece;
  margin-top: 10px;
  width: 96%;
  font-style: italic;
}

.testimonial_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 28%;
  z-index: 1000;
  display: block;
  right: 50px;
}

.testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  right: 0;
  font-size: 16px !important;
  top: 0;
  padding-left: 2px;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 35px;
  background: #1b1a1a;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 16px !important;
  right: 0;
  top: 50px;
  position: absolute;
  color: #ffffff;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  margin: 0;
  line-height: 28px;
  background: #1b1a1a;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial_slider_wrapper .owl-theme .owl-nav .owl-next:hover,
.testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial_slider_wrapper .owl-carousel .owl-stage:after {
  height: 70px;
}

.testimonial_slider_wrapper .owl-theme .owl-dots {
  display: none;
}

.testimonial_wrapper .section2_img_wrapper .author-thumb img {
  width: 90px;
  height: 90px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}

/*******--------project css start-----*******/
.gallery-area {
  float: left;
  width: 100%;
}

.gallery-area .gallery-list a span {
  position: absolute;
  z-index: 999;
  right: 0;
  width: 0px;
  text-align: center;
  height: 0px;
  bottom: 0px;
  line-height: 0px;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
  border-bottom: none;
  opacity: 0;
  transition: all 0.5s;
}

.gallery-area .gallery-list {
  position: relative;
  overflow: hidden;
}

.gallery-area .gallery-list:hover a span {
  opacity: 1;
  width: 60px;
  height: 60px;
  background: #0b9444;
  line-height: 60px;
  transition: all 0.5s;
}

.gallery-area .gallery-list:hover .sp_img_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-area .portfolio-nav {
  margin: 0 0 50px;
}

.gallery-area .portfolio-nav ul li {
  color: #7c7c7c;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}

.gallery-area .portfolio-nav ul li.is-checked {
  color: #0b9444;
}

.pd-0 {
  float: left;
  width: 32.33%;
  margin-right: 7px;
  margin-bottom: 7px;
}

/******----score css start------**********/
.score_wrapper {
  background: url(../images/score_bg.jpg) 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 95px;
  overflow: hidden;
}

.score_img_wrapper,
.score_txt_Wrapper,
.sp_score_text_wrapper {
  float: left;
  width: 100%;
}

.sp_score_cntnt h1 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.sp_score_cntnt p {
  color: #cacaca;
}

.counterTwo .chart_two_1st,
.chart_two_2nd,
.chart_two_3rd,
.chart_two_4th {
  position: relative;
  margin-bottom: 15px;
  width: 125px;
  height: 125px;
  display: inline-block;
  float: left;
}

.counterTwo .percent {
  position: absolute;
  top: 21%;
  left: 72px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}

.counterTwo .percent:after {
  content: "%";
  font-size: 18px;
  position: absolute;
}

.counterTwo .icon_content_right_score {
  float: left;
  width: calc(100% - 125px);
  padding-left: 40px;
  display: inline-block;
  float: left;
  padding-top: 22px;
}

.counterTwo canvas {
  height: 125px;
  width: 125px;
  overflow: hidden;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.our-progress {
  float: left;
  width: 100%;
}

.counterTwo h4 a {
  color: #0b9444;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.counterTwo p {
  font-size: 16px;
  color: #cacaca;
}

/*******--------blog wrapper css start-------********/
.blog_section {
  float: left;
  width: 100%;
  padding-bottom: 180px;
}

.lest_news_box_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.lest_news_img_wrapper {
  position: relative;
  overflow: hidden;
}

.lest_news_img_wrapper img {
  width: 100%;
}

.lest_news_img_wrapper .authpor_img ul {
  margin: 0;
  padding: 0;
}

.lest_news_img_wrapper .author-thumb {
  position: absolute;
  float: left;
  width: 100%;
  left: 33px;
  bottom: 20px;
}

.lest_news_img_wrapper .author_text h1 a {
  float: right;
  color: #e0e0e0;
  font-size: 15px;
  text-transform: capitalize;
  padding-right: 60px;
  margin-bottom: 0;
}

.lest_news_img_wrapper .authpor_img ul li a {
  color: #e0e0e0;
  float: left;
  margin-right: 20px;
  text-transform: capitalize;
}

.lest_news_img_wrapper .authpor_img ul li a i,
.lest_news_img_wrapper .author_text h1 a i {
  margin-right: 8px;
}

.lest_news_date_wrapper {
  width: 70px;
  height: 80px;
  background: #202020;
  text-align: center;
  position: absolute;
  top: -92px;
  right: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.lest_news_date_wrapper p {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.lest_news_date_wrapper ul {
  padding: 5px;
}

.lest_news_date_wrapper li:first-child {
  font-size: 28px;
  color: #0b9444;
  font-weight: 800;
}

.lest_news_date_wrapper li:last-child {
  font-size: 20px;
  color: #0b9444 !important;
}

.lest_news_date_wrapper p {
  font-size: 16px;
  background: #0b9444;
  color: #fff;
  margin-bottom: 0;
}

.lest_news_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding-top: 33px;
  border: 1px solid #ccc;
  padding-left: 30px;
  padding-right: 30px;
}

.blog_news_cnt_wrapper {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.lest_news_cont_wrapper h5 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #202020;
  font-weight: 600;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_wrapper p {
  padding-top: 5px;
  margin-bottom: 0;
}

.lest_news_cont_wrapper h4 {
  padding-top: 15px;
  padding-bottom: 22px;
}

.lest_news_cont_wrapper h4 a {
  font-size: 16px;
  color: #0b9444;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_box_wrapper:hover .lest_news_date_wrapper {
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_wrapper_catt {
  float: left;
  width: 100%;
  overflow: hidden;
}

.lest_news_box_wrapper:hover .lest_news_cont_wrapper h5 a,
.lest_news_box_wrapper:hover .lest_news_cont_wrapper h4 a,
.lest_news_img_wrapper .authpor_img ul li a:hover,
.lest_news_img_wrapper .author_text h1 a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*******-------message section css start------*********/
.message_wrapper {
  background: url(../images/letter_bg.webp) 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 95px;
  padding-bottom: 105px;
}

.mesage_left_wrapper {
  float: left;
  width: 60%;
  position: relative;
  z-index: 1;
}

.mesage_right_wrapper {
  float: left;
  width: 40%;
  z-index: 1;
  position: relative;
}

.mesage_left_wrapper h1 {
  float: left;
  width: 100%;
  font-size: 32px;
  color: #0b9444;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.mesage_left_wrapper p {
  color: #e2e2e2;
  float: left;
}

.pst_btn_form {
  float: left;
}

.mesage_right_wrapper img {
  position: absolute;
  right: -130px;
  top: -180px;
  bottom: 0;
}

/*******----------pricing table css start-------******/
.pricing_section {
  float: left;
  width: 100%;
}

.yelow_bg {
  background-color: #0b9444;
}

.orange_bg {
  background-color: #d78227;
}

.blue_bg {
  background-color: #2491d6;
}

.purple_bg {
  background-color: #6c1fdf;
}

.pricing_section .pricing-head h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  font-weight: 700;
  text-transform: capitalize;
}

/*pricing list*/
.pricing_section .pricing-list {
  padding-bottom: 45px;
  float: left;
  border: 1px solid #cccccc;
  width: 100%;
  border-top: 0;
  border-right: 0;
}

.pricing_section .pricing_list_side {
  padding-left: 30px;
}

.pricing_section .last_pricing_wrapper {
  border-right: 1px solid #cccccc;
  float: left;
}

.pricing_section .pricing-list li {
  display: block;
  line-height: 43px;
  color: #999999;
}

.pricing_section .pricing-list li:first-child {
  padding-top: 25px;
}

.pricing_section .pricing-table-default {
  width: 25%;
  float: left;
  text-align: left;
}

.pricing_section .pricing-head {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  float: left;
  display: block;
  text-align: left;
}

.pricing_section .pricing-head .price {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin-top: -15px;
  padding-right: 30px;
  float: right;
}

.pricing_icon {
  text-align: center;
}

.pricing_icon .correct i {
  color: #399f06;
}

.pricing_icon .wrong i {
  color: #ff0000;
}

.pricing_section .pricing-head .price sup {
  font-size: 32px;
  font-weight: 900;
  margin-right: 5px;
  top: -3px;
}

.pricing_section .pricing-head p {
  font-size: 16px;
  color: #f9f9f9;
  text-transform: capitalize;
  float: left;
}

.pricing_btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-top: -28px;
}

.pricing_btn ul {
  text-align: center;
  display: inline-block;
  float: none;
}

.pricing_btn li a {
  width: 175px;
  color: #111;
  line-height: 47px;
  background: #fff;
  border: 1px solid #cccccc;
}

.pricing_section .pricing-list:hover {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing_btn li a:hover {
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/********---------botm newslater css -------********/
.btm_newslater_section {
  background: url("../images/botm_newslate.webp") 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 80px;
  padding-top: 100px;
}

.btm_leter_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(13, 13, 13, 0.9);
}

.btm_newsletter_text {
  float: left;
  width: 100%;
  text-align: left;
}

.btm_newsletter_text h3 {
  font-size: 32px;
  color: #0b9444;
  font-weight: 700;
  text-transform: capitalize;
}

.btm_newsletter_text p {
  color: #e2e2e2;
  margin-top: 20px;
}

.wrapper_email_button {
  float: right;
}

.wrapper_email_button input {
  height: 61px;
  width: 400px;
  background: #fff;
  border: 0;
  border-radius: 50px;
  padding-left: 25px;
  text-transform: capitalize;
  color: #656565;
  font-size: 16px;
}

.wrapper_email_button i {
  margin-left: -63px;
  background: #0b9444;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  width: 60px;
  height: 61px;
  text-align: center;
  line-height: 63px;
}

.wrapper_email_button {
  display: inline-block;
}

/*****--------- footer css -----*********/
.footer_wrapper {
  float: left;
  width: 100%;
  background: #181818;
}

.footer_wrapper_first,
.footer_wrapper_second,
.wrapper_first_icon {
  float: left;
  width: 100%;
}

.section3_wrapper_second {
  padding-top: 60px;
}

.wrapper_second_about,
.wrapper_second_useful,
.wrapper_second_blog {
  float: left;
  width: 100%;
}

.footer_wrapper_second {
  padding-top: 70px;
}

.wrapper_first_icon i {
  color: #0b9444;
  margin-right: 20px;
  font-size: 16px;
  float: left;
  border: 1px solid #aaaaaa;
  border-radius: 100px;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
}

.footer_wrapper_first {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}

.wrapper_first_image {
  float: left;
  margin-top: -20px;
  width: 300px;
}
.wrapper_first_image img {
  width: 100%;
  object-fit: f;
}

.footer_wrapper_second h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 40px;
  text-transform: capitalize;
  color: #fff;
}

.abotus_content {
  float: left;
  width: 100%;
}

.abotus_content {
  padding-bottom: 10px;
}

.abotus_content p {
  font-size: 16px;
  color: #999999;
}

.aboutus_social_icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutus_social_icons li {
  float: left;
  margin-left: 15px;
}

.aboutus_social_icons li:first-child {
  margin-left: 0px;
}

.aboutus_social_icons li a {
  float: left;
  text-align: center;
  color: #6d6d6d;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutus_social_icons li a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wrapper_second_useful ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper_second_useful ul li {
  margin-bottom: 13px;
}

.wrapper_second_useful ul li i {
  color: #999999;
  margin-right: 20px;
  font-size: 10px;
}

.wrapper_second_useful ul li a {
  color: #999999;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wrapper_second_useful ul li a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ft_blog_wrapper1,
.ft_blog_wrapper2 {
  float: left;
  width: 100%;
}

.ft_blog_wrapper1 {
  padding-bottom: 30px;
}

.ft_blog_date {
  font-size: 14px;
  color: #999;
}

.ft_blog_image {
  float: left;
  width: 90px;
}

.ft_blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 90px);
  padding-left: 10px;
}

.ft_blog_text h5 a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ft_blog_text h5 a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.section3_bottom_wrapper {
  float: left;
  width: 100%;
  background: #0f0f0f;
}

.section3_copyright {
  text-transform: capitalize;
  float: left;
  color: #999;
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 5px;
}

.section3_copyright p a {
  color: #0b9444;
  margin-left: 3px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.foter_contact_nav li p {
  font-size: 16px;
  color: #cacaca;
  text-transform: capitalize;
  float: left;
}

.footer_btn_wrapper {
  float: right;
}

.foter_contact_nav ul li a p {
  color: #cacaca;
  text-transform: lowercase !important;
}

.foter_contact_nav ul li a p:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/********------ footer css end------*******/
.page_title_section {
  float: left;
  width: 100%;
  background: url(../images/header_bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -36px;
  padding-top: 65px;
}

.page_title_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.page_header {
  padding-bottom: 0;
  border-bottom: 0;
}

.page_header .sub_title {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-top: 5px;
}

.page_header .sub_title li {
  float: left;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
}

.page_header .sub_title li a {
  color: #d2d2d2;
}

.page_header .sub_title li:last-child {
  color: #0b9444;
}

.page_header .sub_title a:hover {
  color: #0b9444;
}

.icon_breamcum {
  color: #d2d2d2;
  font-size: 16px;
  margin-left: 3px;
  margin-right: 3px;
}

.page_header_bottom {
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.page_header_line {
  float: left;
  width: 100%;
}

.page_header_line h1 {
  font-size: 32px;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.page_header_line h1:after {
  content: "";
  border: 1px solid #0b9444;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 25px;
}

.page_header_line h1:before {
  content: "";
  border: 1px solid #0b9444;
  width: 25px;
  position: absolute;
  left: -45px;
  top: 34px;
}

.page_header_line h1 span:after {
  content: "";
  border: 1px solid #0b9444;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 25px;
}

.page_header_line h1 span:before {
  content: "";
  border: 1px solid #0b9444;
  width: 25px;
  position: absolute;
  right: -45px;
  top: 34px;
}

/******--------services page css-----******/
.service_page_section {
  float: left;
  width: 100%;
}

.serv_page_txt h2 {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  font-weight: 800;
}

.service_slider_wrapper {
  float: left;
  width: 100%;
}

.service_slider_wrapper .item {
  width: 100%;
}

.service_slider_wrapper .owl-theme .owl-dots .owl-dot {
  display: none;
}

.service_slider_wrapper .owl-carousel .owl-item img {
  float: left;
}

.service_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 87%;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}

.service_slider_wrapper .owl-prev {
  position: absolute;
}

.service_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 18px;
  margin: 0;
  padding: 0;
  left: 130px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 30px;
}

.service_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 18px;
  margin: 0;
  padding: 0;
  right: 130px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 30px;
}

.service_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #dcba00;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  color: #dcba00;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service_slider_wrapper .abt_img h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: capitalize;
  padding: 23px;
}

.serv_3_wrapper {
  padding-bottom: 100px;
}

.service_page_wrapper {
  float: left;
  width: 70%;
  position: relative;
  z-index: 1;
}

.service_page_rght_wrapper {
  float: left;
  width: 30%;
  z-index: 1;
  position: relative;
}

.service_page_rght_wrapper img {
  position: absolute;
  right: -120px;
  top: 40px;
  bottom: 0;
}

.team_btn {
  text-align: center;
  width: 100%;
}

.team_btn ul {
  display: inline-block;
  float: none;
}

.team_page_wrapper {
  margin-bottom: 30px;
  position: relative;
}

/*******------contact us page wrapper-----******/
#map {
  width: 100%;
  float: left;
  height: 600px;
}

.contact_us_page_wrapper {
  background: url(../images/cont_bg.webp) 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cnt_page_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.75);
}

.cnt_icon_wrapper {
  background: #fff;
  float: left;
  border: 2px solid #fff;
}

.cnt-icon-img {
  float: left;
  margin-left: -30px;
  margin-top: 31px;
}

.cnt-icon-img i {
  width: 60px;
  height: 60px;
  background: #0b9444;
  color: #fff;
  border-radius: 50%;
  border: 2px solid transparent;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
}

.cnt-icon-content {
  float: left;
  padding: 30px 25px 30px 25px;
  width: 210px;
  text-align: left;
  font-weight: 500;
}

.cnt-icon-content p a {
  color: #707070;
}

.cnt-icon-content p a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cnt_icon_wrapper:hover {
  border: 2px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cnt_icon_wrapper:hover .cnt-icon-img i {
  background: #f3f3f3;
  color: #0b9444;
  border: 2px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sp_fm_contact_section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sp_fm_contact_section h2 {
  color: #111;
}

.contact_form_section .form-group {
  margin-bottom: 10px;
}

.contact_form_section h4 {
  font-size: 32px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact_section_hours {
  float: left;
  width: 100%;
  background: #0b9444;
  padding: 55px;
}

.contact_section_hours h4 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 30px;
}

.contact_section_hours p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.contact_section_hours .working-hours li {
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
  margin-bottom: 5px;
}

.contact_section_hours .working-hours li span {
  float: right;
  color: #fff;
}

.contact_form_section {
  float: left;
  width: 100%;
  background: #fafafa;
  border: 1px solid #cccccc;
  padding: 50px;
}

.contact_form_section input,
.contact_form_section textarea {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 15px 15px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact_form_section input:hover,
.contact_form_section textarea:hover {
  border: 1px solid #0b9444;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact_form_section textarea {
  height: auto;
  resize: none;
}

.contact_form_section .form-group {
  margin-bottom: 25px;
}

.contact_form_section input::placeholder,
.contact_form_section textarea::placeholder {
  color: #8c8c8c;
}

.contact_form_section .form-control:focus {
  color: #999;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #0b9444;
}

.inquiry_section-pos,
.inquiry_section-e,
.inquiry_section-m,
.inquiry_section-p {
  position: relative;
}

.inquiry_section .cntct_btn button .btn {
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 50px !important;
  color: #111;
  text-transform: capitalize;
  background: #0b9444;
  border: 2px solid #0b9444;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* contact_section_hours end */

/****----blog section start css-----******/
.blog_section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blg_sngle_man_div,
.cmnt_area_div_mn {
  float: left;
  width: 100%;
}

.blog_txt_section {
  float: left;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  padding-left: 20px;
  margin-top: 20px;
  border: 2px solid #e1e1e1;
}

.img_wrapper_blog {
  float: left;
  width: 20%;
}

.blog_event_section {
  float: right;
  position: relative;
  padding: 30px 20px 0 20px;
  width: 80%;
}

.cmnt_area {
  float: left;
  width: 100%;
}

.cont_main_section {
  float: left;
}

.contect_form1 i {
  margin-left: -30px;
  color: #254a93;
}

.cntct_2_btn_wrapper button {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.cntct_2_btn_wrapper button {
  width: 220px;
  height: 50px;
  float: left;
  color: white;
  text-transform: uppercase;
  background: #254a93;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.cntct_2_btn_wrapper button:hover {
  background: transparent;
  border: 2px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}

.contect_form1 input {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #111111;
  border: 1px solid #ececec;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form2 input:hover,
.contect_form2 input:focus {
  border: 1px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.contect_form4 textarea {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  color: #111111;
  padding-top: 6px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  resize: none;
}

.cntct_2_btn_wrapper button {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.btn:active:focus,
.btn:focus {
  outline: none;
}

.cntct_2_btn_wrapper button {
  width: 170px;
  height: 50px;
  float: left;
  color: #111;
  text-transform: capitalize;
  background: #0b9444;
  text-align: center;
  line-height: 42px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.cntct_2_btn_wrapper button:hover {
  background: transparent;
  border: 2px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}

.contect_form4 textarea:hover,
.contect_form4 textarea:focus {
  border: 1px solid #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_social_icon_wraper {
  float: right;
}

.cmmnt_heading_wrapper h2:before,
.cmmnt_heading_wrapper h2:after {
  display: none;
}

.cmmnt_heading_wrapper h2 span:before {
  top: 16px;
}

.cmmnt_heading_wrapper h2 span:after {
  top: 7px;
}

.cmmnt_heading_wrapper h2 {
  margin: 0px 0px 0px 0px;
  color: #202020;
  float: left;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  padding-bottom: 0;
  text-transform: capitalize;
}

.cmmnt_heading_wrapper h2 span {
  color: #0b9444;
}

.blog_event_section h2 {
  margin-top: 0;
  color: #202020;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
}

.blog_event_section h2 span {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.blog_event_section p {
  font-size: 16px;
  line-height: 26px;
}

/* blog_pagination_section end */
.comment_box_blog {
  float: left;
  width: 100%;
}

.blog_comment1_wrapper {
  border: 1px solid #eeeeee;
  padding-left: 25px;
  padding-right: 10px;
  float: left;
  width: 100%;
}

.cmnt_wraper_2 {
  border-top: none;
  float: left;
  width: 100%;
}

.blog_comment1_img {
  padding-top: 27px;
  float: left;
  width: 100%;
  width: 120px;
}

.blog_comment1_cont {
  float: left;
  width: calc(100% - 120px);
  padding-top: 23px;
  padding-bottom: 14px;
  padding-right: 10px;
}

.blog_comment1_cont h3 {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.blog_comment1_cont p span {
  color: #0b9444;
  font-size: 14px;
}

.blog_comment1_cont p a:hover {
  color: black;
  transition: all 0.5s;
}

.cmnt_area {
  float: left;
  width: 100%;
}

.blog_comment1_wrapper:hover {
  background: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_comment1_wrapper:hover .blog_comment1_cont h3,
.blog_comment1_wrapper:hover .blog_comment1_cont p span a,
.blog_comment1_wrapper:hover .blog_comment1_cont p span,
.blog_comment1_wrapper:hover .blog_comment1_cont p {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar_widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.shop_widget {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.sidebar_widget h4 {
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.sidebar_widget h4 span:before {
  content: "";
  border: 1px solid #0b9444;
  width: 25px;
  position: absolute;
  right: -40px;
  top: 12px;
}

.sidebar_widget h4 span:after {
  content: "";
  border: 1px solid #0b9444;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 3px;
}

.search_form button:after {
  content: "";
  border: 1px solid #e4e4e4;
  width: 1px;
  display: block;
  height: 130%;
  position: relative;
  top: -28px;
  z-index: 1;
  margin-bottom: 20px;
  left: -10px;
}

/* search_form start */
.search_form .form-control {
  height: 50px;
  font-size: 16px;
  min-width: 211px;
  padding: 0px 40px 0px 20px;
  color: #707070;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid #e1e1e1;
}

.search_form {
  position: relative;
}

.search_form button {
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  background-color: transparent;
  border: 0;
}

.search_fom_2 button {
  right: 30px;
}

.search_fom_2 .form-control {
  width: 210px;
  margin-left: 25px;
}

.search_form button i {
  color: #0b9444;
}

.search_box_wrapper {
  border: 1px solid #eeeeee;
  padding: 25px 0 25px 0;
  background: #f9f9f9;
  margin-top: 5px;
}

.search_box_wrapper .form-group {
  margin-bottom: 0;
}

.sc_blog_btm_div {
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.lest_news_cont_bottom_left {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
}

.lest_news_cont_bottom_right_2 {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
  position: relative;
}

.gc_blog_cloud_side_menu {
  float: left;
  width: 100%;
}

.gc_blog_cloud_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gc_blog_cloud_side_menu li {
  float: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 15px;
}

.gc_blog_cloud_side_menu li a {
  border: 1px solid #eeeeee;
  padding: 7px;
  background: #fff;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: #707070;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gc_blog_cloud_side_menu li a:hover {
  border: 1px solid #0b9444;
  background: #0b9444;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_bottom_left p,
.lest_news_cont_bottom_right p {
  margin: 0;
}

.lest_news_cont_bottom_left p i,
.lest_news_cont_bottom_right p i,
.lest_news_cont_bottom_center p i,
.lest_news_cont_bottom_right_2 p i {
  color: #0b9444;
  margin-right: 15px;
}

.lest_news_cont_bottom_right {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
}

.lest_news_cont_bottom_left p a,
.lest_news_cont_bottom_right p a,
.lest_news_cont_bottom_center p a,
.lest_news_cont_bottom_right_2 p a {
  color: #707070;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_bottom_left p a:hover,
.lest_news_cont_bottom_center p a:hover,
.lest_news_cont_bottom_right p a:hover,
.lest_news_cont_bottom_right_2 p a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_wrapper h4 a {
  font-size: 16px;
  color: #0b9444;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_wrapper h4 a:hover i {
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_bottom_center {
  float: left;
  width: 20%;
  padding-top: 12px;
  padding-bottom: 4px;
  float: left;
  position: relative;
}

.lest_news_cont_bottom_center:after {
  content: "";
  border: 1px solid #eeeeee;
  height: 20px;
  position: absolute;
  left: -50px;
  top: 20px;
}

.lest_news_cont_bottom_right_2:after {
  content: "";
  border: 1px solid #eeeeee;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 20px;
}

.lest_news_cont_bottom_center:before {
  content: "";
  border: 1px solid #eeeeee;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.lest_news_box_wrapper:hover .lest_news_date_wrapper {
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lest_news_cont_wrapper h5 a:hover,
.lest_news_cont_wrapper h4 a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* latest_post_wrapper start */
.latest_post_wrapper {
  float: left;
  width: 100%;
}

.blog_wrapper1,
.blog_wrapper2,
.blog_wrapper3 {
  float: left;
  width: 100%;
}

.blog_wrapper1,
.blog_wrapper2 {
  padding-bottom: 30px;
}

.sc_blog_date {
  margin-top: 10px;
  font-size: 16px;
  color: #0b9444;
}

.sc_shop_date {
  color: #2c3240;
}

.sc_shop_add {
  float: left;
  width: 100%;
}

.sc_blog_image {
  float: left;
  width: 100px;
}

.sc_blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 100px);
  padding-left: 10px;
}

.sc_blog_text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.sc_blog_text h5 a {
  color: #111111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sc_shop_txt h5 a {
  font-weight: 600;
}

.sc_shop_date span {
  background: #0b9444;
  padding: 8px;
  margin: 20px 0 0 10px;
  color: #fff;
}

.sc_blog_text h5 a:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* latest_post_wrapper end */

/* archives_wrapper start */
.archives_wrapper {
  float: left;
  width: 100%;
  margin-top: -15px;
}

.archives_wrapper ul li {
  padding: 10px 0px;
}

.archives_wrapper ul li a {
  color: #707070;
  font-weight: 500;
  text-transform: capitalize;
}

.archives_wrapper span {
  color: #0b9444;
  float: right;
}

.archives_wrapper ul li i {
  margin-right: 20px;
  color: #0b9444;
}

.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news_blog_btm_bordr {
  padding: 0;
  padding-top: 30px;
  border: 0;
}

.news_blog_btm_bordr h5 a {
  font-size: 26px;
}

.archive_wrapper_blog li {
  padding-bottom: 0;
}

.blog_single_ul {
  padding-top: 10px;
}

.archive_wrapper_blog {
  margin-top: 5px;
}

.blog_single_para {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  float: left;
}

.quote_wrapper {
  width: 40px;
  float: left;
}

.blog_single_cont1_wrapper {
  float: left;
  width: 100%;
  padding: 50px 50px 50px 50px;
  background: #0b9444;
  margin-top: 20px;
}

.quote_wrapper i {
  font-size: 36px;
  color: #fff;
}

.quote_cont h3 {
  font-size: 15px;
  font-style: italic;
  color: #fff;
}

.quote_cont p {
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 600;
}

.pst_left_img_wrapper p {
  padding-top: 0;
}

.quote_cont {
  padding-left: 70px;
}

.pst_left_img_wrapper {
  width: 70%;
  float: left;
  padding-right: 6px;
}

.pst_right_img_wrapper {
  width: 30%;
  float: left;
}

.news_blog_btm_bordr h6 a {
  color: #0b9444;
  text-transform: capitalize;
  font-weight: 500;
  float: left;
  margin-top: -8px;
}

.blog_cat_slider_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.blog_cat_slider_wrapper .owl-theme .owl-dots {
  display: none;
}

.blog_cat_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  margin: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}

.blog_cat_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 16px;
  margin: 0;
  padding: 0;
  left: 30px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 30px;
}

.blog_cat_slider_wrapper .owl-theme .owl-nav .owl-prev i:before,
.blog_cat_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
  font-size: 16px;
  margin-left: 0;
}

.blog_cat_image_wrapper {
  float: left;
  width: 100%;
}

.blog_cat_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 16px;
  margin: 0;
  padding: 0;
  right: 30px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 30px;
}

.blog_cat_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.blog_cat_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_cat_vedio_wrapper {
  float: left;
  width: 100%;
}

.blog_index_img_wrapper iframe {
  width: 100%;
  height: 440px;
  border: none;
}

.blog_overlay_image_wrapper {
  background: url(../images/testimonial_bg.jpg) 50% 0 repeat-y;
  float: left;
  width: 100%;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 60px;
}

.blog_cat_botm_txt_wraper {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.blog_cat_botm_txt_wraper h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
}

.blog_cat_botm_txt_wraper p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}

.blog_pagination_section {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.blog_pagination_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  border-top: 1px solid #ccc;
}

.blog_pagination_section ul li {
  float: left;
  margin-left: 35px;
  margin-top: 15px;
}

.blog_pagination_section ul li:first-child {
  margin-left: 0px;
}

.blog_pagination_section .prev,
.blog_pagination_section .next {
  margin-left: 0px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.blog_pagination_section ul li a {
  float: left;
  color: #707070;
  text-align: center;
}

.blog_pagination_section .blog_pagination_after a {
  color: #0b9444;
  position: relative;
}

.blog_pagination_after a:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 6px solid #0b9444;
  top: -17px;
  left: 50%;
  color: #0b9444;
  transform: translate(-50%, 0);
}

/*****-----about page css -----******/
.about_page_wrapper,
.abt_txt_page_wrapper,
.p_para,
.abt_right_statistic_wrapper {
  float: left;
  width: 100%;
}

.about_page_wrapper {
  padding-bottom: 45px;
}

.abt_page_left_wrapper {
  float: left;
  width: 60%;
  position: relative;
  z-index: 1;
}

.about_page_heading_wrapper {
  margin-bottom: 0px;
}

.about_page_heading_wrapper h4 {
  font-size: 32px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 800;
}

.abt_img_right_page {
  float: left;
  width: 100px;
}

.pstabt_left_img_wrapper {
  width: calc(100% - 100px);
  float: right;
  padding-left: 20px;
}

.abt_chk {
  float: left;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
}

.abt_chk ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}

.abt_chk ul li {
  float: left;
  width: 50%;
  list-style: none;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  display: inline-block;
}

.abt_chk ul li:hover {
  color: #0b9444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.content ul li i {
  font-size: 16px;
  color: #0b9444;
  margin-right: 20px;
}

.abt_page_img_rght_wrapper {
  float: left;
  width: 40%;
  z-index: 1;
  position: relative;
}

.abt_page_img_rght_wrapper img {
  position: absolute;
  right: -125px;
  top: 0px;
  bottom: 0;
}

.pc_abt_img_wrapper {
  width: 588px;
  height: 824px;
  background: #0b9444;
  position: relative;
  top: 45px;
  right: -15px;
}

.pc_abt_img_wrapper img {
  position: absolute;
  bottom: 0;
  left: -34px;
  top: 49px;
}

.sales-chart {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
}

.stat_pst_btn1 {
  float: left;
  width: 32.22%;
}

.stat_pst_btn1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stat_pst_btn1 ul li {
  float: left;
  margin-left: 30px;
}

.stat_pst_btn1 ul li:first-child {
  margin-left: 0px;
}

.stat_pst_btn1 ul li a {
  float: left;
  border-radius: 0px;
  line-height: 70px;
  color: #fff;
  height: 70px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  background-image: -moz-radial-gradient(
    circle,
    rgb(255, 203, 62) 0%,
    #e9b11a 100%
  );
  background-image: -moz-radial-gradient(
    circle,
    rgb(255, 203, 62) 0%,
    #e9b11a 100%
  );
  background-image: -webkit-radial-gradient(
    circle,
    rgb(255, 203, 62) 0%,
    #e9b11a 100%
  );
  background-image: -ms-radial-gradient(
    circle,
    rgb(255, 203, 62) 0%,
    #e9b11a 100%
  );
  width: 260px;
  text-align: center;
}

.stat_pst_btn1_grn ul li a {
  float: left;
  border-radius: 0px;
  line-height: 70px;
  color: #fff;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  background-image: -moz-radial-gradient(
    circle,
    rgb(150, 208, 45) 0%,
    #5b8c0e 100%
  );
  background-image: -moz-radial-gradient(
    circle,
    rgb(150, 208, 45) 0%,
    #5b8c0e 100%
  );
  background-image: -webkit-radial-gradient(
    circle,
    rgb(150, 208, 45) 0%,
    #5b8c0e 100%
  );
  background-image: -ms-radial-gradient(
    circle,
    rgb(150, 208, 45) 0%,
    #5b8c0e 100%
  );
  width: 260px;
  text-align: center;
}

.stat_pst_btn1_blu ul li a {
  float: left;
  border-radius: 0px;
  line-height: 70px;
  color: #fff;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  background-image: -moz-radial-gradient(
    circle,
    rgb(43, 192, 228) 0%,
    #1283a8 100%
  );
  background-image: -moz-radial-gradient(
    circle,
    rgb(43, 192, 228) 0%,
    #1283a8 100%
  );
  background-image: -webkit-radial-gradient(
    circle,
    rgb(43, 192, 228) 0%,
    #1283a8 100%
  );
  background-image: -ms-radial-gradient(
    circle,
    rgb(43, 192, 228) 0%,
    #1283a8 100%
  );
  width: 260px;
  text-align: center;
}

.video_section_main_wrapper {
  background: url("../images/vedio_bg.webp") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 220px;
  padding-bottom: 250px;
}

.video_sec_icon_wrapper {
  text-align: center;
  float: left;
  width: 100%;
}

.video_sec_icon_wrapper ul {
  display: inline-block;
}

.video_sec_icon_wrapper li {
  border: 10px solid rgba(255, 255, 255, 0.15);
  float: left;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.video_sec_icon_wrapper li a {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 100px;
  padding-left: 10px;
  text-align: center;
  background: #0b9444;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.video_sec_icon_wrapper li a i:before {
  margin-left: 0;
  font-size: 35px;
}

.video_sec_icon_wrapper h1 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 26px;
  margin-top: 20px;
  color: #fff;
}

.about_page_heading_wrapper h4 span:before {
  top: 17px;
}

.about_page_heading_wrapper h4 span:after {
  top: 8px;
}

/*****--------gallery II wrapper------*********/
.galery_2_wraper {
  float: left;
  width: 100%;
  text-align: center;
}

.galler_2_btm_section {
  float: left;
  width: 100%;
}

.galery_2_wraper ul {
  display: inline-block;
}

.galery_2_wraper ul li {
  float: left;
  margin-right: 30px;
}

.gallery_II_btn {
  text-align: center;
  width: 100%;
}

.gallery_II_btn ul {
  display: inline-block;
  float: none;
}

/*******---------gallery III css------************/
.pd_2 {
  float: left;
  width: 33%;
  overflow-x: hidden;
}

.pd_2 img {
  float: left;
  width: 100%;
}

.pd_4 {
  float: left;
  width: 25%;
}
