@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&display=swap'); */
:root { 
  /* --font-family-Poppins: 'Poppins', sans-serif; */
  --font-family-Montserrat: 'Montserrat', sans-serif;
  --font-family-Barlow: 'Barlow Condensed', sans-serif;
  /* Colors: */
  --color-74b758: #74b758;
  --color-0a714c: #0a714c;
  --color-96be23: #96be23;
  --color-e8e8e8: #e8e8e8;
  --color-ca8e45: #ca8e45;
  --color-955f20: #955f20;
  --color-a35122: #a35122;
  --color-965f20: #965f20;
  --color-a45122: #a45122;
  --color-de820b: #de820b;
  --color-cb5305: #cb5305;
  --color-85a220: #85a220;
  --color-c3c108: #c3c108;
  --color-b0d841: #b0d841;
  --color-f1f1f1: #f1f1f1;
  --color-555555: #555555;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-19: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-36: 36px;
  --font-size-50: 50px;
  --font-size-60: 60px;
  --font-size-122: 122px;
  --character-spacing-0: 0px;
  --line-height-14: 20px;
  --line-height-16: 22px;
  --line-height-18: 22px;
  --line-height-19: 28px;
  --line-height-20: 30px;
  --line-height-22: 32px;
  --line-height-25: 35px;
  --line-height-30: 38px;
  --line-height-36: 40px;
  --line-height-50: 60px;
  --line-height-60: 70px;
  --line-height-122: 132px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Montserrat);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-555555);
  font-weight: var(--font-weight-Medium);
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-0a714c);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 1px solid var(--color-0a714c);
  border-top: 0 none;
  margin: 40px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-555555);
  margin-bottom: 15px;
}
.p-content {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-555555);
  margin-bottom: 15px;
}
.text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-555555);
  margin-bottom: 15px;
}
.small-text {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  color: var(--color-555555);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 15px;
}
.section-title {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}
.main-title {
  font-size: var(--font-size-122);
  line-height: var(--line-height-122);
  color: var(--color-0a714c);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  font-family: var(--font-family-Barlow);
}
.title {
  font-size: var(--font-size-60);
  line-height: var(--line-height-60);
  color: var(--color-b0d841);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-family-Barlow);
}
.title-line {
position: absolute;
left: 0;
bottom: -10px;
width: 100px;
height: 2px;
background: var(--color-ffffff);
}
.title-heading {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 10px;
}
.div-title {
  font-size: var(--font-size-33);
  line-height: var(--line-height-43);
  color: var(--color-003449);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  font-family: var(--font-family-Barlow);
}
.div-sub-title {
  font-size: var(--font-size-30);
  line-height: var(--line-height-30);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}
.div-sub-text {
  font-size: var(--font-size-36);
  line-height: var(--line-height-36);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  font-family: var(--font-family-Barlow);
}
.font-Barlow {
  font-family: var(--font-family-Barlow);
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.color-0a714c {
  color: var(--color-0a714c) !important;
}
.color-74b758 {
  color: var(--color-74b758) !important;
}
.color-b0d841 {
  color: var(--color-b0d841) !important;
}
.color-e8e8e8 {
  color: var(--color-e8e8e8) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-0a714c);
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-74b758);
  letter-spacing: 1px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-14);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
  padding: 13px 50px;
  border-radius: 100px;
  border: solid 2px var(--color-ffffff);
  background: var(--color-74b758);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background: var(--color-0a714c);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  background: var(--color-ffffff);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  background: var(--color-ffffff);
  position: fixed;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .top-header {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img {
  width: 120px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* loader css*/
/* loader css */
.main-nav {
  padding: 20px 0px;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 200px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
  padding: 7px 8px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 15px;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0a714c);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-0a714c);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: auto;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  left: 0;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 250px;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  background-color: var(--color-0a714c);
  border-bottom: solid 1px var(--color-965f20);
  padding: 8px 12px;
  text-transform: uppercase;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-74b758);
}
.dropdown-toggle {
  white-space: nowrap;
}
.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1px;
  content: "";
  border-top: 8px solid var(--color-555555);
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}
/* dropdown-menu */
/* main-header */
/* banner-section */
.slider-img img {
  height: 100vh;
  object-fit: cover;
  object-position: top right;
}
.inner-banner-section .slider-img img {
  height: calc(100vh - 100px);
}
/* .slider-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
} */
.banner-text-box {
  /* height: calc(100vh - 0px); */
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
/* .swiper-slide-active .main-title, .banner-text .title {
  -webkit-animation: bounceIn 1s;
  animation: bounceIn 1s;
}
.banner-text p {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
}
.swiper-slide-active .view-more {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
} */
.banner-text {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  z-index: 1;
}
.banner-text-bg {
  position: absolute;
  background: var(--color-000000);
  height: 100%;
  z-index: -9;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}
/* banner-section */
/* who-we-are-section */
.who-we-are-list .who-we-are-box {
  width: 33%;
  float: left;
  padding: 10px 20px;
  text-align: center;
}
.who-we-are-box .who-we-are-icon {
width: 150px;
height: 200px;
object-fit: contain;
border-radius: 100px;
border: solid 4px var(--color-b0d841);
margin: 0 auto;
margin-bottom: 20px;
}
.who-we-are-box .who-we-are-icon img {
width: 80px;
height: 80px;
object-fit: contain;
}
.who-we-are-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
/* who-we-are-section */
/* counter-section */
.progress-div {
  padding-left: 20px;
}
.progress-div .p-content {
margin-bottom: 0;
}
.progress-div .title {
color: var(--color-0a714c);
}
.counter-icon {
 width: 70px;
 height: 70px;
}
.counter-box {
  padding: 0 100px;
}
.counter-box .d-flex {
 padding: 10px 30px;
}
/* counter-section */
/* product-section */
.title-line2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background: var(--color-74b758);
  margin: 0 auto;
}
.home-product img {
  margin-bottom: 20px;
}
/* product-section */
/* our-office-section */
.map-div {
  width: 80%;
  margin: 0 auto;
}
.pin {
  position: absolute;
  width: 80px;
  height: 80px;
}
.pin img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.pin01 {
  top: 18%;
  left: 4%;
}
.pin01 .div-sub-text {
  position: absolute;
  top: 20px;
  left: -140px;
}
.pin02 {
  top: 46%;
  left: 38%;
}
.pin02 .div-sub-text {
  position: absolute;
  top: 70px;
  left: -40px;
}
.pin03 {
  top: 39%;
  left: 55%;
}
.pin03 .div-sub-text {
  position: absolute;
  top: 70px;
  left: 30px;
}
.pin04 {
  top: 32%;
  left: 63%;
}
.pin04 .div-sub-text {
  position: absolute;
  top: -80px;
  left: -10px;
  color: #fff !important;
}
.clients-box p {
  margin-bottom: 30px;
  color: var(--color-ffffff);
}
/* our-office-section */
/* clients-section  */
.clients-box {
  padding: 50px 50px;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: 0;
  background-image: none;
}
.ellipse01 {
  position: absolute;
  left: 33%;
  top: 0;
  width: auto;
  height: 100%;
}
.ellipse02 {
  position: absolute;
  left: 66%;
  top: 0;
  width: auto;
  height: 100%;
}
/* clients-section  */
/* home-form-section */
.form-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
  padding: 50px 50px;
}
/* home-form-section */
/* contact-form */
.contact-form label {
  font-size: var(--font-size-19);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  width: 100%;
  margin-bottom: 10px;
}
.contact-form .form-control {
  padding: 8px 8px;
  font-size: var(--font-size-19);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  border-radius: 8px;
  height: 45px;
  border: 1px solid #929292;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form textarea.form-control {
  height: 150px;
  resize: none;
}
.contact-form .view-more {
  width: 100%;
}
.contact-form .view-more .view-more-btn {
  border-radius: 0;
  border: none;
  width: 100%;
}
/* contact-form */
/* footer */
.main-footer {
  background: var(--color-0a714c);
}
.footer-logo img {
  margin-bottom: 30px;
  width: 220px;
}
.footer-box.footer-logo {
  padding-right: 50px;
}
.footer-contact ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.footer-contact ul li a {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-ffffff);
}
.footer-contact ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-box .footer-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-74b758);
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  margin-bottom: 30px;
}

.footer-menu ul li {
  position: relative;
  margin-bottom: 15px;
}
.footer-menu ul li a {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-ffffff);
}
.footer-social a {
  display: block;
  padding: 10px;
}
.footer-social a img {
width: 30px;
height: 30px;
object-fit: contain;
}
.footer-social::before {
  position: absolute;
  content: '';
  left: 0;
  top: 30px;
  width: calc(100% - 0px);
  height: 2px;
  background: var(--color-74b758);
}
/* footer */

/* .leaf {
  position: absolute;
  width: 150px;
  right: 0;
}
.leaf img {
  width: 100%;
}
.leaf01 {
  top: -130px;
}
.leaf02 {
  top: 160px;
  width: 150px;
}
.leaf05 {
  top: unset;
  bottom: 60px;
  width: 150px;
}
.leaf05 img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.leaf-left {
  position: absolute;
  width: 150px;
  left: 0;
}
.leaf-left img {
  width: 100%;
}
.leaf03 {
  bottom: -60px;
}
.leaf04 {
  bottom: 220px;
  width: 110px;
}
.leaf06 {
  bottom: 100px;
  width: 110px;
}
.leaf06 img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.leaf07 {
  top: unset;
  bottom: -50px;
  width: 150px;
  z-index: 1;
}
.leaf08 {
  top: -60px;
}
.leaf09 {
  top: 220px;
  width: 110px;
} */

/* inner-about-us-section */
/* inner-about-us-section */
/* vision-section */
.productivity-div .col-lg-4 {
  margin-bottom: 50px;
  padding: 0 30px;
}
.productivity-div .col-lg-4:nth-child(odd) .vision-box {
  background: var(--color-f1f1f1);
}
.vision-box {
  padding: 30px 30px;
  background: var(--color-ffffff);
  height: 100%;
  cursor: pointer;
  box-shadow: 0 0px 15px #0000002f;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.vision-icon .img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: center bottom;
}
/* vision-section */
/* what-we-do-section  */
.what-we-do-img img {
  height: 100%;
  object-fit: cover;
}
.what-we-do-section  {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
}
.about-box {
  position: relative;
  background:#000000d9;
  padding: 50px 50px;
  box-shadow: 0px 0px 9px #000000;
}
.what-we-do-text {
  background: var(--color-ffffff);
  padding: 20px 40px;
  box-shadow: 0px 0px 9px #d6d6d6;
  height: 100%;
}
.what-we-do-svg {
  padding-right: 100px;
}
.what-we-do-svg-right {
  padding-right: 0px;
  padding-left: 100px;
}
.what-we-do-svg .svg, .vision-icon .svg {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
  fill: var(--color-000000);
}
/* what-we-do-section  */
/* environment-middle */
.environment-middle-para {
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-left {
  float: left;
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 10px;
}
/* environment-middle */
/* our-impact-section */  
.our-impact-section {
  background-position: right;
}
.our-impact-section::before {
  right: 0;
  left: unset;
}
.economic-box img {
 width: 45%;
 float: left;
 padding-right: 30px;
}
/* our-impact-section */

/* certifications-section */
.certifications-img {
  padding: 60px 100px;
}
.row>* {
  padding-right: calc(var(--bs-gutter-x) * .8);
  padding-left: calc(var(--bs-gutter-x) * .8);
}

/* certifications-section */
/* contact-us-section */
.contact-us .w-bg {
  background-color: var(--color-ffffff);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px #efefef;
  box-shadow: 0px 0px 10px #efefef;
}
.contact-us .w-bg .section-title {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: block;
}
.contact-us .o-bg {
  background-image: url(../images/contact-bg.jpg);
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #efefef;
  box-shadow: 0px 0px 10px #efefef;
}
.contact-us .o-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000ba;
}
.contact-us .address {
  position: relative;
  padding: 30px 30px;
  z-index: 10;
}
.contact-us .address .media {
  padding: 10px 0px;
  position: relative;
}
.contact-us .address .media img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 6px;
  position: absolute;
  left: 0;
  top: 10px;
}
.contact-us .address .media .media-body span {
  color: var(--color-ffffff);
  font-size: var(--font-size-19);
  margin-bottom: 12px;
  display: block;
  padding-left: 50px;
}
.contact-us .address .media .media-body span a {
  color: var(--color-ffffff);
}
/* contact-us-section  */
/* product-section */
.product-box {
  height: 100%;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0px 10px #0000001a;
  -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.product-box:hover {
 background: var(--color-0a714c);
}
.product-box:hover .title-heading  {
 color: var(--color-b0d841);
}
.product-box .title-heading  {
 color: var(--color-0a714c);
 font-weight: var(--font-weight-SemiBold);
}
.product-box:hover .p-content  {
 color: var(--color-f1f1f1);
}
.product-box:hover hr  {
  border-color: var(--color-74b758);
}
.product-div {
  margin-bottom: 40px;
}
.product-box hr {
  border-bottom: 2px solid var(--color-0a714c);
  margin: 15px auto;
  width: 50px;
}
/* product-section */

/* page-menu */
.page-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  padding: 20px 0px;
}
.menu-list ul li a {
  font-size: var(--font-size-30);
  line-height: var(--line-height-30);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-family-Barlow);
  padding: 10px 15px;
}
.menu-list ul li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 3px;
  background: var(--color-0a714c);
  margin: 0 auto;
}
.menu-list ul li.active a {
  color: var(--color-0a714c);
}
/* page-menu */
/* career-section css */
.career-text ul{
  margin-top: 40px;
  margin-bottom: 40px;
}
.career-text ul li{
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.career-text ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #f36f21;
  font-size: 30px;
}
.career-form {
  background-color: var(--color-ffffff);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px #efefef;
  box-shadow: 0px 0px 10px #efefef;
  margin-top: 50px;
}
.career-img img {
  position: relative;
  -webkit-animation: jump 3s infinite;
  -moz-animation: jump 3s infinite;
  -ms-animation: jump 3s infinite;
  -o-animation: jump 3s infinite;
  animation: jump 3s infinite;
  transition: 0.3s ease-in-out;
}

@keyframes jump {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes jump {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes jump {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes jump {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes jump {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

/* career-section css */
/* footer whatsapp*/
.whatsapp {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
}
.whatsapp img {
  width: 60px;
}
/* footer whatsapp */
/* Bulk enquiry pop up */
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-dialog {
  max-width: 600px;
}
.modal-header {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-content {
  border-radius: 0;
  outline: 0;
  border:none;
}
.modal-body {
  padding: 30px 30px;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 1;
}
/* Bulk enquiry pop up */

.parallax-image {
  padding-top: 50%;
  position: relative;
}
.parallax-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}


















.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container-fluid {
  max-width: 1700px;
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1600px;
} */
/* responsive css */
@media (max-width: 1680px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1480px;
  } */
  .container-fluid {
    max-width: 1600px;
  }
}
@media (max-width: 1480px) {
  .container-fluid {
    max-width: 100%;
    padding: 0 50px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-16: 14px;
    --font-size-18: 15px;
    --font-size-19: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-25: 19px;
    --font-size-30: 22px;
    --font-size-36: 30px;
    --font-size-50: 44px;
    --font-size-60: 46px;
    --font-size-122: 84px;
    --line-height-14: 16px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-19: 23px;
    --line-height-20: 24px;
    --line-height-22: 26px;
    --line-height-25: 28px;
    --line-height-30: 32px;
    --line-height-36: 38px;
    --line-height-50: 52px;
    --line-height-60: 56px;
    --line-height-122: 90px;
  }
  .pb-50 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 30px;
}
.mt-50 {
  margin-top: 30px;
}
.mb-50 {
  margin-bottom: 30px;
}
.main-nav .navbar-nav .nav-item .nav-link {
  font-size: var(--font-size-16);
}
  .who-we-are-box .who-we-are-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
  .main-nav .navbar-nav .nav-item {
    padding-left: 10px;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 140px;
}
.who-we-are-box .who-we-are-icon img {
  width: 60px;
  height: 60px;
}
.contact-form .form-control {
    height: 50px;
}
.contact-form textarea.form-control {
  height: 100px;
}
.pin04 {
  top: 30%;
  left: 62%;
}
.pin03 {
  top: 37%;
  left: 54%;
}
.contact-us .address {
  padding: 20px 10px;
}
.about-box {
  padding: 30px 30px;
}

}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .main-nav .navbar-expand-lg .navbar-brand img {
    width: 100px;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img {
  width: 80px;
}
.pin01 .div-sub-text {
  left: -100px;
}
.page-menu {
  padding: 10px 0px;
}
.banner-text-box {
  bottom: 60px;
}
}
@media (max-width: 1199.98px) {
  :root {
    --font-size-14: 13px;
    --font-size-16: 14px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 18px;
    --font-size-22: 19px;
    --font-size-25: 20px;
    --font-size-30: 22px;
    --font-size-36: 26px;
    --font-size-50: 35px;
    --font-size-60: 40px;
    --font-size-122: 60px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 22px;
    --line-height-19: 24px;
    --line-height-20: 26px;
    --line-height-22: 28px;
    --line-height-25: 26px;
    --line-height-30: 28px;
    --line-height-36: 33px;
    --line-height-50: 43px;
    --line-height-60: 48px;
    --line-height-122: 68px;
}
  .main-nav {
    padding: 10px 0px;
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
}
.row>* {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.main-nav .navbar-nav .nav-item .nav-link {
  font-size: var(--font-size-14);
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 200px;
}
.vision-box {
  padding: 20px 20px;
}
.productivity-div .col-lg-4 {
  margin-bottom: 30px;
  padding: 0 10px;
}
.vision-icon .img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.product-box {
  padding: 20px 10px;
}
.product-box hr {
  margin: 7px auto;
  width: 40px;
}
.product-div {
  margin-bottom: 20px;
}
.footer-logo img {
  margin-bottom: 15px;
  width: 170px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 0;
}
.icon-left {
  width: 30px;
  height: 30px;
}
.menu-list ul li.active a::before {
  bottom: 4px;
  height: 2px;
}
.certifications-img {
  padding: 50px 60px;
}
}

@media (max-width: 1024px) {
  .pin01 {
    top: 18%;
    left: 1%;
}
.pin03 {
  top: 34%;
  left: 55%;
}
.pin04 {
  top: 27%;
  left: 61%;
}
.pin04 .div-sub-text {
  top: -70px;
  left: 5px;
}
.pin01 .div-sub-text {
  left: -70px;
}
.pin02 .div-sub-text {
  left: -25px;
}
}
@media (max-width: 991.98px) {
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  /* mob-sidenav */
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: unset;
    right: 0;
    background-color: var(--color-ffffff);
    overflow-x: hidden;
    transition: .6s ease-in-out;
    padding-top: 60px
  }
  .toggle {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  .toggle img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center
  }
  .mob-sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    margin-left: 0;
  }
  .mob-sidenav .closebtn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center
  }
  /* mob-sidenav */
  .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
  .mob-sidenav .main-nav {
    padding: 10px 30px;
  }
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: var(--font-size-18);
}
.main-nav .navbar-nav .nav-item {
  margin-bottom: 10px;
}
.map-div {
  width: 100%;
}
.pin01 .div-sub-text {
  left: -20px;
  top: 70px;
}
.pin03 {
  top: 33%;
  left: 54%;
}
.title {
  margin-bottom: 20px;
}
.mt-50 {
  margin-top: 20px;
}
.mb-50 {
  margin-bottom: 20px;
}
.footer-box .footer-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.div-order-sm {
  order: 2;
}
.what-we-do-text {
  padding: 20px 20px;
}
.whatsapp img {
  width: 40px;
}
.what-we-do-svg {
  padding-right: 30px;
}
.what-we-do-svg-right {
  padding-right: 0px;
  padding-left: 30px;
}
.pb-100 {
  padding-bottom: 40px;
}
.pt-100 {
  padding-top: 40px;
}
}
@media (max-width: 800px) {}
@media (max-width: 767.98px) {
  :root {
    --font-size-14: 13px;
    --font-size-16: 14px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 18px;
    --font-size-22: 19px;
    --font-size-25: 20px;
    --font-size-30: 22px;
    --font-size-36: 26px;
    --font-size-50: 28px;
    --font-size-60: 32px;
    --font-size-122: 60px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 20px;
    --line-height-19: 22px;
    --line-height-20: 24px;
    --line-height-22: 26px;
    --line-height-25: 24px;
    --line-height-30: 26px;
    --line-height-36: 30px;
    --line-height-50: 34px;
    --line-height-60: 36px;
    --line-height-122: 68px;
}
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .inner-about-text {
    margin-top: 15px;
  }
  .mt-30 {
    margin-top: 10px;
}
.div-order {
  order: 2;
}
.inner-about-img {
  margin-bottom: 10px;
}
.economic-box img {
  width: 100%;
  padding-right: 0;
  margin-bottom: 10px;
}
.what-we-do-svg {
  padding-right: 0;
}
.what-we-do-svg-right {
  padding-right: 0px;
  padding-left: 0;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img {
  width: 100px;
}
}
@media (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }
  .page-menu {
    position: relative;
}
.menu-list ul {
  display: block !important;
  margin: 0 auto;
  text-align: center;
}
.banner-text-box {
  bottom: 0;
  position: relative;
}
.banner-text-bg {
  opacity: 1;
}
.inner-banner-text-box, .banner-section {
  background: var(--color-000000);
}
.menu-list ul li a {
  display: inline-block;
}
.banner-text {
  padding: 10px 0px;
}
.slider-img img {
  height: 400px;
}
.inner-banner-section .slider-img img {
  height: 300px;
}
.who-we-are-box .who-we-are-icon {
  width: 130px;
  height: 150px;
}
.who-we-are-box .who-we-are-icon img {
  width: 60px;
  height: 60px;
}
.who-we-are-list .who-we-are-box {
  width: 100%;
}
.who-we-are-list {
  display: block !important;
}
.product-box {
  padding: 40px 20px;
}
.modal-dialog {
  max-width: 100%;
}
.contact-form .form-control {
  height: 40px;
}
.mb-4 {
  margin-bottom: 1rem!important;
}
.pin img {
  width: 50px;
  height: 50px;
}
.pin {
  position: absolute;
  width: 100px;
  height: 80px;
}
.pin .div-sub-text {
  font-size: var(--font-size-19);
  line-height: var(--line-height-16);
}
.pin01 .div-sub-text {
  left: 0;
  top: 60px;
}
.pin02 .div-sub-text {
  top: 60px;
  left: -20px;
}
.pin03 {
  top: 28%;
  left: 53%;
}
.pin03 .div-sub-text {
  top: 60px;
  left: 15px;
}
.pin04 {
  top: 23%;
  left: 61%;
}
.pin04 .div-sub-text {
  top: -34px;
  left: 0px;
}
.what-we-do-svg .svg, .vision-icon .svg {
  width: 70px;
  height: 70px;
}
.me-5 {
  margin-right: 1rem!important;
}
.copyright {
  margin-bottom: 15px !important;
}
.whatsapp img {
  width: 50px;
}
}
@media (max-width: 480px) {}
@media (max-width: 425px) {
}
@media (max-width: 375px) {
  .slider-img img {
    height: 300px;
}
}
@media (max-width: 320px) {}
/* responsive css */