@import url("../font/assistant//stylesheet.css");
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Assistant";
}
/* ------------------
         Base css
  --------------------- */
.container {
  max-width: 1200px;
}
.bg_style {
  background-size: cover; 
  background-repeat: no-repeat;
} 
p {
  font-size: 18px;
  font-weight: 400;
  color: #434444;
}
img {
  max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus,
button:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.theme_btn {
  position: relative;
  display: inline-block;
  max-width: 178px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 1px solid #2caa6b;
  background: #2caa6b;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s;
}
.theme_btn:hover {
  color: #ffffff;
}
.theme_btn::before {
  content: "";
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  height: 32px;
  background: rgb(44 170 107 / 57%);
  border-radius: 30px;
  filter: blur(25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.theme_btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.py_8 {
  padding: 80px 0;
}
.tittle_heading {
  text-align: center;
  margin: 0 auto 46px;
  max-width: 634px;
}
.tittle_heading h2 {
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #070707;
  margin-bottom: 0;
  position: relative;
  padding-left: 57px;
}
.tittle_heading h2::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 4px;
  background: #2caa6b;
  left: 0;
  top: calc(50% - 0px);
}
.tittle_heading p {
  font-size: 26px;
  margin: 12px 0 0;
}
.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
}
.wraper {
  min-height: 100vh;
}
/* -----------------
        header
-------------------- */
header.main_header {
  background: #f1f1f1;
  box-shadow: 0 13px 27px rgb(0 0 0 / 6%);
  z-index: 9;
}
.header_flex {
  padding: 8px 0;
}
.header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_bar {
  display: flex;
  align-items: center;
}
.nav_bar > ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav_bar > ul li a {
  padding: 18px 23px;
  font-size: 16px;
  font-weight: 400;
  color: #070707;
  display: inline-block;
  transition: all 0.3s;
  white-space: pre;
}
.nav_bar > ul li a:hover {
  color: #2caa6b;
}
.contact-btn {
  margin-left: 24px;
}
.contact-btn a.theme_btn {
  min-width: 177px;
  border: none;
}
.header-icon {
  text-align: center;
  display: inline-block;
  margin-right: 9px;
}
.top-header {
  padding: 13px 0;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}
.top-header_flex {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-info ul li {
  display: inline-block;
  margin-right: 12px;
}
.contact-info ul li a {
  color: #070707;
  font-size: 14px;
  font-weight: 400;
}
.header-social ul li:last-child {
  margin-right: 0;
}

ul#menu-header-menu li::marker {
  content: none;
}
/* -----------------
      hero_banner
-------------------- */
.hero_banner {
  padding: 80px 0 133px;
  position: relative;
  z-index: 1;
}
.hero_banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  overflow: visible;
  width: 50%;
  height: 106px;
  z-index: 1;
  transform: skewY(4deg);
  background-color: #fff;
}
.hero_banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  overflow: visible;
  width: 50%;
  height: 106px;
  z-index: 1;
  transform: skewY(-4deg);
  background-color: #fff;
}
.banner_cntnt {
  max-width: 876px;
  margin: 0 auto;
  text-align: center;
}
.banner_cntnt h1 {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.banner_cntnt h1 span {
  position: relative;
  display: inline-block;
}
.banner_cntnt h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #2caa6b;
  width: 100%;
  height: 18px;
  z-index: -1;
}
.banner_cntnt p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 34px;
  margin-bottom: 52px;
}

/* -----------------
      about_sec
-------------------- */
.about_sec {
  position: relative;
  z-index: 1;
  padding: 20px 0 70px;
}

.about_sec .container {
  max-width: 1079px;
}
.cap_txt span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #2caa6b;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-left: 32px;
  margin-bottom: 6px;
}
.cap_txt span::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  background: #2caa6b;
  left: 0;
  top: 10px;
}
.about_txt {
  margin-left: 5px;
}
.about_txt h2 {
  font-size: 26px;
  font-weight: 700;
  color: #070707;
  margin-bottom: 12px;
}
.about_txt p {
  line-height: 32px;
  margin-bottom: 42px;
}
/* -----------------
      our_services
-------------------- */
.our_services {
  position: relative;
  padding: 80px 0;
}
.our_services .tittle_heading {
  margin-bottom: 57px;
}
.our_services_cntnt {
  margin-top: 9px;
}
.our_services_cntnt h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070707;
  margin-bottom: 22px;
}
.our_services_cntnt ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #434444;
  padding-left: 42px;
  line-height: 32px;
  margin-bottom: 14px;
}
.our_services_cntnt ul li:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 4px;
  background: #2caa6b;
  left: 0;
  top: 14px;
}
.our_services_cntnt ul li:last-child {
  margin-bottom: 0;
}
.our_services_container {
  max-width: 982px;
  margin: 0 auto;
}
ul.services_list {
  max-width: 402px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  margin-left: auto;
}
ul.services_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 24px;
}
.services_list_card {
  text-align: center;
}
.services_list-icon {
  background: #fff;
  box-shadow: 0 12px 36px rgb(0 0 0 / 8%);
  min-height: 164px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_list_card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #070707;
  margin: 16px 0 0;
}
.services_list li:nth-child(even) {
  margin-top: 32px;
}
.help_ing {
  position: relative;
  padding: 131px 0 150px;
}
.help_ing::before {
  content: "";
  position: absolute;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  width: 100%;
  height: 100px;
  background-color: #f1f1f1;
  top: -1px;
}
.help_ing::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  width: 100%;
  height: 100px;
  background-color: #fff;
  bottom: 0;
}
.help_ing_cntnt {
  max-width: 641px;
}
.help_ing_cntnt h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.help_ing_cntnt h2 span {
  font-size: 56px;
  color: #070707;
}
.help_ing_cntnt p {
  font-size: 22px;
  line-height: 38px;
  color: #fff;
}
.poli_cies {
  position: relative;
}
.poli_cies .container {
  max-width: 1221px;
}
.poli_cies_card {
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 26px;
  padding: 40px 26px;
}
.poli_cies_card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #070707;
  margin-bottom: 8px;
}
.poli_cies_card p {
  font-size: 16px;
  color: #434444;
  line-height: 30px;
  margin-bottom: 0;
}
ul.poli_cies_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 0 -32px;
}
ul.poli_cies_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px;
}
ul.poli_cies_list li:nth-child(odd) {
  margin-top: 32px;
}
.safe_ty {
  padding: 138px 0 116px;
  margin-top: 80px;
}
.safe_ty:before {
  content: "";
  position: absolute;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  width: 100%;
  height: 100px;
  background-color: #fff;
  bottom: 0;
}
.safe_ty_cntnt {
  max-width: 520px;
  margin-left: auto;
  background: #2caa6b;
  padding: 40px 70px;
}
.safe_ty_cntnt ul li {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
.safe_ty_cntnt h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.safe_ty_cntnt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  top: 11px;
}
.bene_fits {
  position: relative;
  padding: 80px 0 80px;
}
.bene_fits::before {
  content: url("../img/benefits-left-rec.png");
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
}
.bene_fits::after {
  content: url("../img/benefits-right-rec.png");
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: -1;
}
.bene_fits_img {
  position: relative;
  text-align: center;
}
.bene_fits_txt {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 784px;
  margin: auto;
  right: 0;
  top: 34%;
}
.bene_fits_txt h2 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.bene_fits_txt p {
  font-size: 30px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 0;
}
.our_mission {
  position: relative;
  padding: 118px 0 130px;
}
.our_mission .container {
  max-width: 995px;
}
.our_mission_cntnt h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-left: 58px;
}
.our_mission_cntnt h2:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 4px;
  background: #fff;
  left: 0;
  top: calc(50% - 0px);
}
.our_mission_cntnt p {
  font-size: 26px;
  line-height: 42px;
  color: #fff;
}
.contact_form {
  padding: 80px 0 80px;
}
.contact_form .container {
  max-width: 1046px;
}
.contact_form_cont {
  margin-bottom: 32px;
}
.contact_form_address {
  max-width: 459px;
}
.contact_form_list {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.contact_form_list .contact_txt {
  flex: 1 0 0;
}
.contact_form_list .contact_txt p {
  font-size: 16px;
  color: #434444;
  line-height: 26px;
  margin-bottom: 0;
}
.contact_form_icon {
  width: 48px;
  height: 48px;
  background: #2caa6b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
ul.list_contact li.contact_form_list:last-child {
  margin-bottom: 0;
}
.contact_today {
  border-radius: 38px;
  background-image: linear-gradient(229deg, #57d4a4 0%, #2caa6b 100%);
  padding: 60px 68px;
}
.custom_input input {
  width: 100%;
  padding: 13px 26px !important;
  border-radius: 30px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #070707;
  background: #f9f9f9;
  margin-bottom: 20px !important;
}
.custom_input textarea {
  width: 100%;
  padding: 17px 26px;
  border-radius: 17px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #070707;
  background: #f9f9f9;
  margin-bottom: 0;
}
.custom_input input::placeholder,
.custom_input textarea::placeholder {
  color: #707474;
}
.contact_today_btn {
  margin-top: 32px;
}
.contact_today_btn button.theme_btn {
  max-width: unset;
  line-height: 56px;
  background: #070707;
}
.contact_form_cont h2 {
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #070707;
  margin-bottom: 7px;
  position: relative;
  padding-left: 57px;
}
.contact_form_cont h2:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 4px;
  background: #2caa6b;
  left: 0;
  top: calc(50% - 0px);
}
.contact_form_cont p {
  font-size: 26px;
  line-height: 38px;
  color: #434444;
}
/* --------------------
     footer  
----------------------- */
.main_footer {
  position: relative;
  padding: 106px 0 0;
}
.main_footer .container {
  max-width: 1087px;
}
.loth_footer_sec {
  position: relative;
}

.loth_footer_title {
  margin-bottom: 25px;
}
.loth_footer_title h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.loth_footer_sec ul li {
  margin-bottom: 16px;
}

.loth_footer_sec ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
ul.social_link_fotr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.loth_footer_logo {
  max-width: 230px;
  margin: auto;
}

.loth_footer_logo img {
  margin-bottom: 11px;
}

ul.social_link_fotr li {
  margin-right: 12px;
}

.copyright {
  margin-top: 46px;
  padding: 34px 0;
  border-top: 1px solid rgb(255 255 255 / 17%);
}

.copyright p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.loth_footer_inner {
  max-width: 290px;
  margin-left: auto;
}
.loth_footer_bio h5 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}
.loth_footer_bio h5 span {
  color: #2caa6b;
}
.sub_scribe_frm_btn .theme_btn {
  max-width: unset;
  width: 100%;
}


/* 17-11-2022 */
/* -------------------
            ABOUT PAGE
------------------------*/
.py_8 {
  padding: 80px 0;
}
.inner_banner{
  padding: 163px 0;
  position: relative;
}
.inner_banner:before{
  position: absolute;
  content:"";
  width:100%;
  height: 100%;
  background: rgba(0,0,0,41%);
  top:0;
  left:0;
}
.inner_txt{
  position: relative;
}
.inner_txt h1{
  font-size: 72px;
  color:#fff;
  font-weight: 800;
  margin-bottom: 0;
}
.abt_pg .about_txt p{
  margin-bottom: 8px;
}
.history_txt p{
  font-size: 18px;
}
.history_img {
  border-radius: 40px;
  overflow: hidden;
}
.team_img {
  width: 242px;
  height: 242px;
  margin: 0 auto 27px;
  border-radius: 50%;
  overflow: hidden;
  border: double 10px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left,#57D4A4, #2CAA6B);
  background-origin: border-box;
  background-clip: content-box, border-box;
 box-shadow: 0 16px 34px 0 rgba(44,170,107,21%)
}
.team_name h4{
  color:#070707;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.team_sec {
  padding: 92px 0;
}
.team_row {
  padding: 0 70px;
}


/* -------------------
            HEALTH SAFETY PAGE
------------------------*/
.health_safety_sec{
  position: relative;
}
.health_safety_txt{
  padding-left: 18px;
}
.health_safety_sec:before {
  position: absolute;
  content: "";
  width: 455px;
  height: 100%;
  background: #2CAA6B;
  z-index: -1;
  top: 0;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}
.health_row{
  padding: 0 18px;
}
.health_safety_txt ul li {
  font-size: 18px;
  color: #434444;
  font-family: 'assistant';
  line-height: 32px;
  padding-left: 18px;
  position: relative;
}
.health_safety_txt ul li:before{
  position:absolute;
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left:0;
  top:11px;
  background:#2CAA6B;
}

.health_safe_bg{
  padding: 116px 0 202px;
  position: relative;
  margin-bottom: -90px;
}
.health_safe_bg:before{
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,71%);
  top:0;
}
.health_safe_txt h2{
  padding-left: 0;
  color: #fff;
}
.health_safe_txt h2:before{
  display: none;
}
.health_safe_txt p{
  color:#fff;
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 7px;
}
.health_safe_txt{
  max-width: 963px;
  position: relative;
}
.health_safety_img{
  border-radius: 34px;
  overflow: hidden;
}

/* -------------------
           SERVICE PAGE
------------------------*/
.service_lst_sec .health_safety_img img {
  height: 560px;
  object-fit: cover;
}
section.service_his-sec .container {
  max-width: 1234px;
}
.service_history_img{
  
  padding:31px 40px 38px 0;
  position: relative;
}
.service_history_img img{
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index:1;
}
.service_history_img:before{
  position: absolute;
  content: "";
  background-image: linear-gradient(#57D4A4,#2CAA6B);
  width: 421px;
  height:100%;
  right:0;
  top:0;
  border-radius: 34px;

}
.our_services_sec{
  padding: 106px 0;
}
.our_ser_img {
  padding: 48px 38px;
  background: #fff;
  border-radius: 33px;
  text-align: center;
  box-shadow: 0 13px 27px 0 rgba(0,0,0,6%);
  margin-bottom: 16px;
}
.our_service_block h6 {
  color: #070707;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.our_services_row{
  flex-wrap: wrap;
  margin: 0 -12px;
}
.our_services_row li{
  max-width: 15%;
  flex:0 0 15%;
  padding: 0 12px;
  margin-bottom: 32px;
}

/* -------------------
           ClUMINATION PAGE
------------------------*/
.vision_sec {
  position: relative;
  background: #2CAA6B;
  margin-bottom: -59px;
  padding-top: 80px;
}
.vision_sec:before,.vision_sec:after , .mission_sec:before,.mission_sec:after, .values_sec:before, .values_sec:after {
  position: absolute;
  content:"";
  background-repeat: no-repeat;
}
.vision_sec:before{
  background: url('../img/v-1.png');
  width: 276px;
  height: 333px;
  left:0;
  top: 0;

}
.vision_sec:after{
  background: url('../img/v-2.png');
  width: 184px;
  height: 275px;
  right:0;
  top: 0;

}
.vision_row{
  padding: 0 71px;
  position: relative;
  z-index: 1;
}
.vision_txt {
  padding-top: 42px;
  max-width: 531px;
  margin: 0;
}
.vision_img img{
  border-radius: 31px;
  overflow: hidden;
  width: 100%;
}
.vision_txt h2,.vision_txt p{
  color:#fff;
}
.vision_txt h2::before{
  background: #fff;
}
.vision_img{
  padding-right: 35px;
}
.vision_txt {
  padding-left: 10px;
}
.mission_sec {
  background: #070707;
  position: relative;
  padding-top: 89px;
  margin-bottom: -68px;
}

.mission_sec:before{
  background: url('../img/mis-1.png');
  width: 318px;
  height: 333px;
  left:0;
  bottom: 0;
}
.mission_sec:after{
  background: url('../img/mis-2.png');
  width: 290px;
  height: 333px;
  right:0;
  top: 0;
}
.mission_sec .vision_txt{
  padding-left: 10px;
}
.mission_sec .vision_img{
  padding-right: 0;
}
.values_sec{
  padding: 98px 0 80px;
  background: #F1F1F1;
  position: relative;
}
.values_txt h2::before{
  background: #070707;
}
.values_txt h2, .values_txt p{
  color: #070707;
}

.values_sec:before{
  background: url('../img/val-1.png');
  width: 235px;
  height: 437px;
  left:0;
  top: 0;
}
.values_sec:after{
  background: url('../img/val-2.png');
  width: 220px;
  height: 233px;
  right:0;
  bottom:  0;
}
.nav_bar > ul li.theme_btn {
  line-height: 15px;
  width: 204px;
}
.nav_bar > ul li.theme_btn a {
  color: #fff;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{
  outline: none;
}

.contact_today_btn input[type="submit"] {
  max-width: unset;
  background: #070707;
  border-radius: 35px;
  border: none;
}
.contact_today_btn input[type="submit"]:hover {
  color: #fff;
}
.es-submit input[type="submit"] {
  position: relative;
  display: inline-block;
  max-width: 178px;
  width: 100% !important;
  color: #fff !important;
  font-size: 18px;
  border: none;
  background: #2caa6b !important;
  text-align: center;
  border-radius: 30px !important;
  transition: all 0.3s;
  max-width: 100%;
}
.sub_scribe_frm .gjs-cell div {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.loth_footer_inner ul#menu-quick-links {
  list-style: none;
}


/* -------------------
           CONTACT PAGE
------------------------*/
.contact_info_sec {
  padding: 41px 0;
  background:#F1F1F1;
}
.contact_iimg {
  width: 48px;
  height: 48px;
  background: #2CAA6B;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  margin-right: 18px;
}
.contact_no a{
  display: block;
  font-size: 18px;
  color:#434444;
  font-family: 'Assistant';
}
.contact_info_row{
  padding: 0 90px;
}
.contact_no p{
  margin-bottom: 0;
}
.contact_no{
  flex: 1 0 0;
  /* max-width: 246px; */
}
.contact_form_row .form_img{
  margin-right: 58px;

}
.form_img {
  position: relative;
  padding: 31px 0 38px 40px;
}
.form_img img{
  border-radius: 40px;
  overflow: hidden;
}
.form_img:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(229deg, #57d4a4 0%, #2caa6b 100%);
  left: 0;
  z-index: -1;
  top: 0;
  border-radius: 34px;
}
.contact_form_row{
  padding: 0 30px;
}


/* -------------------
           BENEFITS HIRINg PAGE
------------------------*/
.hiring_benefit_img:before {
  position: absolute;
  content: "";
  width: 80%;
  background: #2CAA6B;
  height: 100%;
  z-index: -1;
  border-radius: 18px;
  top:0;
  left:0;
  right:0;
  text-align: center;
  margin: auto;
}
.hiring_benefit_img {
  position: relative;
  padding: 32px 0;
  margin-right: 22px;
}
.hiring_benefit_img img{
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.hiring_benefit_txt h3 {
  font-size: 42px;
  font-weight: 300;
  color: #070707;
  font-family: 'Assistant';
  line-height: 56px;
  margin-bottom: 12px;
}
.hiring_benefit_txt p{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}
.hiring_benefit_row{
  padding: 0 36px;
}
.hirbensec .hiring_benefit_img {
  margin-left: 22px;
  margin-right: 0;
}
.hiring_inner_banner{
  padding: 141px 0;
  position: relative;
}
.hiring_inner_banner:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,46%);
  top:0;
  left:0;
}
.hirinner:before{
  background:linear-gradient(180deg, rgba(87,212,164,0.18) 0%, rgba(66,192,136,0.58) 27%, rgba(44,170,107,1) 100%);
}

/* -------------------
          POLICY PAGE
------------------------*/

.policy_lst_sec ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.policy_lst_sec ul li{
  max-width: 33.33%;
  flex:0 0 33.33%;
  padding: 0 12px;
  margin-bottom: 30px;
}
.policy_text {
  padding: 42px 26px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 13px 27px 0 rgb(0 0 0 / 6%);

}
section.policy_lst_sec {
  background: #F1F1F1;
  padding: 80px 0 121px;
  margin-bottom: -71px;
}
.policy_text h5 {
  font-weight: 700;
  margin-bottom: 8px;
}
.policy_text p{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}
.hamburger {
    display: none;
}
section.error-page {
    max-width: 800px;
    margin: 120px auto;
    text-align: center;
}
section.error-page h1 {
    font-weight: 800;
    font-size: 46px;
}
section.error-page .read-more a {
    position: relative;
    display: block;
    max-width: 212px;
    color: #fff !important;
    font-size: 18px;
    border: none;
    background: #2caa6b !important;
    text-align: center;
    border-radius: 30px !important;
    transition: all 0.3s;
    margin: auto;
    padding: 12px 30px;
}


 @media (max-width: 1199px){
     
.nav_bar > ul li a {
    padding: 18px 12px;
}
.page-template-Health--Safety .health_safety_sec:before{
    display:none;
}
.vision_txt {
    padding-top: 0;
}
.vision_row {
    padding: 0 15px;
}
.contact_today {
    padding: 60px 24px;
}

}

 @media (max-width: 991px){
     
    .hamburger {
  display: block;
  right: 15px;
  position: absolute;
  z-index: 9;
}
.hamburger span.bar {
    width: 25px;
    height: 3px;
    background: #2caa6b;
    margin: 5px;
    display: block;
}
.hamburger.is-active {
  margin-top: 26px;
}
.nav_bar.is-active {
  transform: translateX(0);
  
}
.nav_bar {
  position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f2f2f2;
    height: 100%;
    width: 300px;
    z-index: 2;
    transform: translateX(-100%);
    transition: all ease 0.3s;
}
.hamburger.is-active .bar:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.hamburger.is-active .bar:nth-child(2) {
  transform: translateY(-7px) rotate(-43deg);
}
.hamburger.is-active span:last-child.bar {
  display: none;
}
.nav_bar ul {
  flex-direction: column;
    width: 100%;
}
.poli_cies .row {
    flex-direction: column-reverse;
}
.about_img img {
    display: block;
    margin: auto;
}
.about_txt {
    margin-left: 20px;
}
.poli_cies_img img {
    display: block;
    margin: 0 auto 50px;
}
.loth_footer_inner {
max-width: 100%;
    margin-top: 40px;
    text-align: center;
}
.sub_scribe_frm .gjs-cell div {
    text-align: center;
}
.loth_footer_bio.text-align-center {
    margin-top: 25px;
}
.contact_today {
    padding: 30px 25px;
}
.bene_fits_txt {
    top: 25%;
    padding: 0 20px;
}
.bene_fits_txt h2 {
    font-size: 40px;
}
.bene_fits_txt p {
    font-size: 25px;
    line-height: 38px;
}
.help_ing::before{
    display:none;
}
.our_services {
    background: #f1f1f1;
}
ul.services_list {
    max-width: 100%;
    margin: 0;
    margin-left: 0;
}
ul.services_list li {
    padding: 0 9px;
}
.inner_banner {
    padding: 100px 0;
}
.inner_txt h1 {
    font-size: 56px;
}
.team_box {
    margin-bottom: 20px;
}
.main_footer {
    background: #070707;
    padding: 50px 0 0;
}
.health_safety_img {
    width: 100%;
    margin-bottom: 50px;
}
.service_lst_sec .health_safety_img img {
height: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
}
.our_services_row li {
    max-width: 25%;
    flex: 0 0 25%;
}
.health_safety_txt.about_txt {
    margin: 0;
    padding: 0;
}
.about_txt h2 {
    font-size: 22px;
    line-height: 34px;
}
.health_safety_img img {
    display: block;
    margin: auto;
    border-radius: 40px;
}
.health_safe_bg {
    padding: 116px 0 118px;
}
.vision_txt h2 {
    font-size: 32px;
}
.vision_txt  p {
    font-size: 22px;
}
.contact_info_row .row {
    justify-content: center !important;
}
.contact_info_row .contact_block {
    margin-bottom: 20px;
}
.contact_info_row {
    padding: 0 20px;
}
.contact_form_row .form_img {
    margin-right: 0;
}
.contact_form_row img {
    margin: auto;
    display: block;
}
.form_img:before {
    width: 56%;
    left: 101px;
}
.page-template-contact-us .contact_form_row .contact_today {
    margin-top: 50px;
}
.contact_form_row {
    padding: 0 10px;
}

 }
 
 
  @media (max-width: 767px){
       .our_services_container .row {
    flex-direction: column;
}
 .top-header_flex {
    flex-direction: column;
}
.contact-info {
    margin-bottom: 10px;
}
.banner_cntnt h1 {
    font-size: 46px;
}
.banner_cntnt p {
    font-size: 18px;
    line-height: 32px;
}
ul.services_list {
    max-width: 100%;
    margin: 25px 0 0;
}
.our_mission_img img {
    margin: 0 auto 50px; 
    display: block;
}
.contact_form_address {
       max-width: 100%;
    margin-bottom: 50px;
}
.tittle_heading h2 {
    font-size: 32px;
}
.tittle_heading p {
    font-size: 20px;
}
.our_services_cntnt h3 {
    font-size: 20px;
}
.our_services_cntnt ul li {
    font-size: 16px;
    line-height: 30px;
}
.our_services_cntnt ul li:before {
    top: 16px;
}
.about_txt p {
    line-height: 30px;
}
p {
    font-size: 16px;
}
.help_ing_cntnt h2 {
    font-size: 32px;
}
.help_ing_cntnt p {
    font-size: 18px;
    line-height: 32px;
}
.safe_ty_cntnt h2 {
    font-size: 32px;
}
.safe_ty_cntnt ul li {
    font-size: 16px;
    line-height: 30px;
}
.safe_ty_cntnt {
    padding: 40px 40px;
}
.bene_fits_txt h2 {
    font-size: 30px;
}
.bene_fits_txt p {
    font-size: 20px;
    line-height: 32px;
}
.help_ing_cntnt h2 span {
    font-size: 42px;
}
.our_mission_cntnt h2, .contact_form_cont h2 {
    font-size: 32px;
}
.our_mission_cntnt p, .contact_form_cont p {
    font-size: 22px;
    line-height: 36px;
}
.contact_form {
    padding: 0;
}
.team_sec {
    padding: 60px 0;
    background: #f1f1f1;
}
.history_img img {
    display: block;
    width: 100%;
}
.history_img {
    margin-bottom: 50px;
}
.our_services_sec {
    background: #f1f1f1;
}
.service_his-sec .health_safety_txt.about_txt {
    margin-bottom: 30px;
}
.hiring_benefit_img {
    margin-right: 0;
    margin-bottom: 50px;
}
.hiring_benefit_txt h3 {
    font-size: 32px;
    line-height: 44px;
}
.hiring_inner_banner {
    padding: 90px 0;
}
.hiring_inner_banner .health_safe_txt {
    margin: auto;
}
.hiring_bene_sec.hirbensec .hiring_benefit_txt {
    margin-bottom: 50px;
}
.hiring_benefit_row {
    padding: 0px 15px;
}
.page-template-clumination .vision_sec {
    margin-bottom: 0;
    padding-bottom: 60px;
}
.page-template-clumination .vision_txt {
    max-width: 100%;
    margin-top:50px;
}
.mission_sec .vision_img {
    margin-top: 35px;
}
.vision_img img {
    width: auto;
    display: block;
    margin: auto;
}
.form_img:before {
    width: 72%;
    left: 0;
}
section.error-page h1 {
    font-size: 32px;
}
section.error-page {
    margin: 80px auto;
}

}

  @media (max-width: 567px){
ul.poli_cies_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
ul.poli_cies_list li:nth-child(odd) {
    margin-top: 0;
}
.help_ing_cntnt h2 {
    font-size: 26px;
}
.help_ing_cntnt h2 span {
    font-size: 34px;
}
.bene_fits_txt h2 {
    font-size: 24px;
}
.bene_fits_txt p {
    font-size: 18px;
    line-height: 30px;
}
.our_mission_cntnt h2, .contact_form_cont h2 {
    font-size: 26px;
}
.our_mission_cntnt p, .contact_form_cont p {
    font-size: 18px;
    line-height: 32px;
}
.banner_cntnt h1 {
    font-size: 36px;
}
.tittle_heading h2 {
    font-size: 26px;
}
.inner_txt h1 {
    font-size: 38px;
}
.inner_banner {
    padding: 80px 0;
}
.tittle_heading p {
    font-size: 18px;
}
.our_services_row li {
    max-width: 33%;
    flex: 0 0 33%;
}
.hiring_benefit_txt h3 {
    font-size: 25px;
    line-height: 36px;
}
.contact_info_row {
    padding: 0;
}
}

  @media (max-width: 480px){
.bene_fits_txt {
    top: 17%;
}
.bene_fits_txt h2 {
    font-size: 20px;
}
.bene_fits_txt p {
    font-size: 16px;
    line-height: 29px;
}
.our_services_row li {
    max-width: 50%;
    flex: 0 0 50%;
}
}


