@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
html{
  font-size: 62.5%;
}



body{
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size:16px;
  position: relative;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
a{
  text-decoration: none;
}
p{
  font-size: 18px;
  line-height: 164%;
  color: #344054;
}
h1{
  font-weight: 700;
  font-size: 72px;
  line-height: 110%;
  color: #FFFFFF;
}
h2{
  font-weight: 600;
  font-size: 40px;
  line-height: 116%;
  color: #101828;
}
h3{
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #000;
}

.actionImages{
  height: 40;
  width: 40;
}

.btn-style {
  background: #0C9548;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-transform: capitalize;
}
.btn-style:hover{
  background-color:rgba(12,149,72,.1);
  border: 1px solid #0C9548;
  color: #0C9548;
}

.btn-cyrcle {
  background: rgba(12, 149, 72, 0.1);
  border-radius: 17px;
  font-weight: 600;
  font-size: 14px;
  line-height: 126%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0C9548;
  display: inline-block;
  padding: 6px 14px;
}

/*search icon*/
.content_pop {
  background: #E8E8E4;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: none;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
}
.content_pop::-webkit-scrollbar {
  display: none;
}
.content_pop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  z-index: 999999999999;
}
#search-form {
  width: 100%;
  position: relative;
}
#search-form button {
  position: absolute;
  top: 12px;
  left: 11px;
  border: 0;
  background: transparent;
  font-size: 34px;
  color: #b2b2b2c2;
}
.content_pop input[type="text"] {
  width: 100%;
  padding: 19px 20px 19px 60px;
  border: 1px solid #14779f;
  outline: none;
  font-size: 18px;
}
#closesearch {
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
  font-size: 50px;
  background: transparent;
  border: 0;
}
/* rakib er code  */

.searchpopup {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_big.icon-search_icon {
  max-width: 700px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 9999999999999999999;
  position: fixed;
}

.zs-enabled .zs-slideshow .zs-bullets {
  bottom: 119px;
}
/* Menu area start  */
.nav-button {
  position: relative;
  z-index: 1111;
  border: solid 1px #f8f8f8;
  height: 28px;
  display: block;
  width: 32px;
  padding: 3px;
  cursor: pointer;
}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#000;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:8px}
.nav-button #nav-icon3 span:nth-child(4){top:17px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}
.navbar{
  background: transparent;
}

/* ==============   0. Defolt area End   ============ */

/* ==============   1. Header area start   ============ */
.header_area {
  padding: 15px 0;
}
.menu_main_area {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.header_top_area {
  background-color: #007DC3;
  padding: 0px 0;
}
.header_top_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Header top Left area start  */
.header_top_left_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top_left_area ul li a{
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}


.header_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* logo */
.logo_area a img {
  width: 160px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
    

}
/* Menu area start  */
.menu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu ul li a{
  display: inline-block;
  padding: 8px 18px;
  color: #344054;
  font-size: 16px;
  line-height: 140%;
}
.searchBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.searchBar ul li a i{
  color: #667085;
  font-size: 20px;
}

/* ==============   1. Header area End   ============ */

/* ==============   2. Banner area start   ============ */

.banner_area{
  padding: 140px 0;
}
.banner_text {
  max-width: 630px;
  width: 100%;
  margin: auto;
}
.banner_text p {
  color: #fff;
  padding: 25px 0 40px 0;
}

/* ==============   2. Banner area End   ============ */

/* ==============   3. About area start   ============ */

.about_area{
  padding: 40px 0;
}
.about_single_left img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
     
     border-radius: 2%;
}
.about_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
  padding: 40px 0;
}
.about_single_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.about_single_right{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.about_single_right h2,
.about_single_left h2{
  padding-top: 21px;
}
.about_single_right p,
.about_single_left p{
  padding-top: 20px;
}
.about_single_right a,
.about_single_left a{
  margin-top: 30px;
}

/* ==============   4. About area start   ============ */

/* ==============   5. Searvices area start   ============ */

.services_area {
  background: #F0FFF6;
  padding: 90px 0;

}
.services_header {
  width: 100%;
  max-width: 640px;
  margin: auto;
  text-align: center;
  padding-bottom: 70px;
}
.services_header h2 {
  padding: 13px 0px 20px 0;
}
.services_single_item {
  background: #fff;
  padding: 22px 30px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}
.services_single_item h3 {
  padding-bottom: 18px;
}


/* ==============   5. Searvices area End   ============ */

/* ==============   6. Project area start   ============ */

.project_area{
  padding: 90px 0;
}
.project_single_item > img {
  width: 100%;
}
.project_single_itemText a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 136%;
  color: #0C9548;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.project_single_itemText h3 {
  padding: 25px 0 15px 0;
}
.project_single_itemText a img{
  width: 20px;
}
.project_single_itemText a img {
  width: 12px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_area .services_header {
  padding-bottom: 20px;
}

/* ==============   6. Project area End   ============ */

/* ==============   7. Project area End   ============ */
.company_area{
  background: #F9FAFB;
  padding: 70px 0;
}
.companyMain_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company_single_item a img {
  width: 150px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_area .services_header {
  padding-bottom: 50px;
}
.company_area .services_header h2 {
  padding: 13px 0px 13px 0;
}


/* ==============   7. Project area End   ============ */
/* ==============   7. Project area End   ============ */

.joinus_banner{
  padding: 150px 0px 250px 0px;
}

/* ==============   9. Project area End   ============ */

.joinArea{
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);


  
}
.joinText {
  max-width: 1010px;
  width: 100%;
  
  margin: auto;
  
}
.joinus_single_item{
  background-color: rgb(236, 236, 236);
  border: 1px solid #D7DADB;
  
  border-radius: 10px;
}
.joinus_single_item img {
  width: 100%;
  height: 200px;
 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.joinus_single_text {
  padding: 26px 24px;
}
.joinus_single_text p{
  padding: 13px 0 30px 0;
}

/* ==============   9. Project area End   ============ */

/* ==============   10. Contact Banner area start   ============ */

.contactus_Banner{
  padding: 90px 0;
  background: #1A1F22;
 
}
.contactus_banner_single h1{
  font-size: 42px;
}
.contactus_banner_single img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  
}
.contactus_banner_single p {
  color: #fff;
  padding-top: 20px;
}

/* ==============   10. Contact Banner area start   ============ */

/* ==============   11. Contact us area start   ============ */

.contactus_text {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 80px 70px;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  align-items: center;
}

.contactus_single_item h1 {
  font-size: 50px;
  color: #101828;
}
.contactus_single_item p{
  padding: 12px 0 50px 0;
}
.contactus_single_item ul {
  padding-left: 50px;
}
.contactus_single_item ul li a {
  color: #1D2939;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 6px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  align-items: center;
}
.contactus_single_item ul li a:hover{
  color: #1D2939C7;
}
.contactus_single_item ul li a i{
  color:#0C9548;
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.form_single_item input,
.form_single_item textarea{
  font-size: 16px;
  padding: 10px 15px;
}
.form_single_item textarea {
  height: 170px;
}
.form_single_item label {
  padding: 20px 0 5px 0;
}

/* ==============   11. Contact Us area start   ============ */

.footer_area{
  background: #101828;
}
.footer_text {
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
/* footer left area start  */
.footer_leftArea{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.footer_leftArea.footer_single_item a img {
  
  -o-object-fit: cover;
     object-fit: cover;
    
    width: 320px;
    height: 80px;
}
.footer_leftArea.footer_single_item p {
  color: #ffff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 25px 0;
}
.footer_leftArea form {
  position: relative;
}
.footer_leftArea form input {
  width: 100%;
  padding: 11px 15px;
  border-radius: 5px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 0;
  border: 1px solid gray;
}
.footer_leftArea form input:focus-visible{
 outline:none!important;
}
.footer_leftArea form button {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  background: #0C9548;
  border-radius: 0px 6px 6px 0px;
  border: 0;
}

/* footer middle area start  */
.footer_middle{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.footer_middle ul li a,
.footer_right  ul li a {
  color: #fff;
  font-size: 16px;
  color: #D0D5DD;
  font-weight: 400;
  line-height: 164%;
  display: inline-block;
  margin-top: 5px;
}
.footer_single_item_sub {
  width: 100%;
  max-width: 120px;
  margin: auto;
}

/* footer right area start  */
.footer_right{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.footer_single_item h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 136%;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.footer_right  ul li a span{
  display: block;
  color: #0C9548;
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #1D2939;
}
.footer_bottom_single p{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

