@media screen and (max-width:479px){
  /* *{
    border:1px solid black; 
  } */
    .header-navbar-rht{
        display: block;
    }  
     .header-navbar-rht li{
        display: none;
    } 
    .main-header{
        background-color: white; 
        position: relative; 
        z-index: 2; 
        padding: 0;
        border: none;
        height:90px;
    }
    .header{
        display: none;
    }
    .navbar-header{
    width:0%;
}
    .header-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        position: relative;
        height: 70px;
        padding: 0 4px;
        margin-bottom: 0;
    }
         .logo {
        display: inline-block;
        margin-right: 0px !important;
        width: 138px;
        margin-left: 35%;
        margin-top: 3px;
    }
    .navbar-brand.logo img {
    width: 130px;
}
    .animated-text {
        white-space: normal;
        overflow: hidden;
        border-right: 2px solid white;
        font-weight: 600;
        position: relative;
        color: #ffffff;
        font-size: 4rem;
        margin-top: 40px;
        text-align: center;
    }
    .videoplay-btn{
        position: absolute;
        width: 70px;
        height: 70px;
        display: inline-block;
        font-size: 0;
        z-index: 9;
        border-radius: 50%;
        background-color: #212120;
        margin-top: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hidden-main-header {
        display: none; /* Hide main-header */
      }
    
    .header {
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: transparent;
        transition: background-color 0.3s ease;
      }
      
      .header.scrolled {
        background-color: #000000c4; /* White background on scroll */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        color: black;
        top: 0;
      }
    
      .maindiv3{
        margin-top: 7vh;
        width:100%;
        height:auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: left;  
      }
      .cowimage-index{
          height:230px;
      }
      .maindiv3 img{
        width: 180px;
      }
      .maindiv3 h1{
        font-size: 2.2rem;
        font-weight: normal;
        text-align: center;
        width: 95%;
        letter-spacing: 2px;
        margin-top: 25px;
      }
      .maindiv3 .div1 {
    width: 98%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.maindiv3 .div1 h1 {
    font-size: 2.3rem;
    font-weight: normal;
    text-align: center;
    width: 90%;
    letter-spacing: 2px;
    margin-top: 45px;
}

.maindiv3 .div2 {
    width: 95%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.maindiv3 .div2 .p1 {
    font-size: 2.5rem;
    color: #359674;
    font-weight: 600;
    margin-top: 80px;
    position:relative;
}
.maindiv3 .div2 .h2 {
    font-size: 2.3rem;
    color: black;
    font-weight: normal;
    margin-top: 15px;
}
.maindiv3 .div2 .p2 {
    font-size: 1.3rem;
    color: black;
    font-weight: normal;
    margin-top: 15px;
    width: 65%;
}
      .maindiv4 {
        width: 100%;
        height: auto;
        background-color: rgb(243, 243, 243);
        float: left;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 50px;
        border-bottom: 1px solid #d8d8d8;
        flex-direction: column-reverse;
    }
    .maindiv4 .div2 {
      width: 91%;
      height: 40%;
      padding: 26px 0px;
      text-align: center;
  }
  .maindiv4 .div2 .h1 {
    font-weight: normal;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    margin-top: 15px;
    line-height: 30px;
}
.explore-btn {
  width: 85px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  margin: 27px 0 0 165px;
  background-color: white;
  color: #379674;
  border: 2px solid #379674;
  border-radius: 5px;
}
.explore-btn3 {
  width: 85px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  margin: 27px 0 0 165px;
  background-color: white;
  color: #379674;
  border: 2px solid #379674;
  border-radius: 5px;
}
.maindiv4 .div1 {
  width: 90%;
  height: 75%;
  margin-bottom: 25px;
}
.maindiv4 .div1 img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.maindiv6 {
  width: 100%;
  height: auto;
  background-color: rgb(243, 243, 243);
  float: left;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
}
.maindiv6 .div2 {
width: 91%;
height: 40%;
padding: 26px 0px;
text-align: center;
}
.maindiv6 .div2 .h1 {
font-weight: normal;
font-size: 1.5rem;
letter-spacing: 0.4px;
margin-top: 15px;
line-height: 30px;
}
.maindiv6 .div1 {
width: 90%;
height: 75%;
margin-bottom: 25px;
}
.maindiv6 .div1 img {
width: 100%;
height: 430px;
object-fit: cover;
}
.maindiv5{
    height:auto;
}
.maindiv5 .div1{
     width: 80%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}
.maindiv5 .div1 .p1 {
  font-size: 1.3rem;
  color: #359674;
  font-weight: 600;
  margin-top: 0px;
}
.maindiv5 .div1 .h2 {
  font-size: 2rem;
  color: black;
  font-weight: normal;
  margin-top: 10px;
}
.maindiv5 .div1 .p2 {
  font-size: 1.1rem;
  color: black;
  font-weight: normal;
  margin-top: 15px;
  width: 95%;
}
.maindiv5 .div2 .subdiv1 {
    width: 50%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px 0px;
}
.explore-btn2{
  width: 85px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  margin: 27px 0 0 0px;
  background-color: white;
  color: #379674;
  border: 2px solid #379674;
  border-radius: 5px;
}
    .maindiv5 .div2 {
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 40px 0px;
    }
.maindiv5 .div2 .subdiv1 .p1 {
  color: #359674;
  font-size: 2rem;
  font-weight: 600;
}
.maindiv5 .div2 .subdiv1 .p2 {
  color: black;
  font-size: 1rem;
  text-align: center;
}
.footer-div1 {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.footer-div1 .subdiv1 {
  width: 86%;
  height: 80%;
  padding: 20px 30px;
  text-align: center;
}
.footer-div1 .subdiv1 .p2 ul li {
  list-style: none;
  margin-top: 6px;
  float: left;
  margin-left: 35px;
}
.footer-maindiv {
  width: 100%;
  height: auto;
  float: left;
  display: flex
;
  flex-direction: column;
}
.footer-div1 .subdiv1 .p2 {
  font-size: 1rem;
  color: grey;
  margin-top: 20px;
  letter-spacing: 0.4px;
  line-height: 22px;
}
.footer-div2 {
  width: 100%;
  height: 60px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.footer-div2 .subdiv1 {
  width: 30%;
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
}
.footer-div2 .subdiv1 span a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
}
.footer-div2 .subdiv2 {
  width: 74%;
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: right;
}
.busi-maindiv1 p {
  width: 95%;
  font-size: 2rem;
  text-align: center;
  color: black;
  padding: 40px 0px;
  line-height: 43px;
}
.busi-maindiv1 {
  margin-top: 105vh;
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
}
.share-maindiv1 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e8e8e8;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.share-maindiv1 .sub1 {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-maindiv1 .sub1 h1 {
  padding-top: 0px;
  font-size: 2rem;
  width: 80%;
  text-align: center;
}
    .share-maindiv1 .sub1 .p1 {
        padding-top: 20px;
        font-size: 1.3rem;
    }
.shares-div {
  width: 100%;
  height: 430px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
}
    .shares-div .div1 {
        width: 90%;
        height: 170px;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
.share-maindiv2 {
  width: 98%;
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.share-maindiv2 .sub1 {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.share-maindiv2 .sub1 .maindiv {
  width: 100%;
  height: auto;
  display: grid;
}
.share-maindiv2 .sub1 .maindiv .div1 {
  width: 100%;
  height: auto;
  text-align: center;
}
.share-que-div {
  width: 100%;
  height: auto;
  padding: 25px 0px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 1.1rem;
  line-height: 25px;
  color: #a09f9f;
}
.div1 a:last-child .share-que-div {
  border-bottom: 1px solid #e8e8e8;
}
.share-maindiv2 .sub1 .p1 {
  padding-top: 30px;
  font-size: 1.8rem;
}
.share-maindiv3 .sub1 {
  width: 98%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.share-maindiv3 .sub1 .maindiv {
  width: 100%;
  height: 67%;
  display: flex;
  flex-direction: column;
}
.share-maindiv3 .sub1 .maindiv .div1 {
  width: 100%;
  height: 100%;
}
.share-maindiv3 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.finup-maindiv1 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d8d8d8;
  display: flex
;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  justify-content: space-evenly;
}
.finup-maindiv1 h1 {
  font-size: 2rem;
  padding-top: 0px;
}
.finup-maindiv1 .subdiv1 {
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
    .finup-maindiv1 .subdiv1 .sub1 {
        width: 95%;
        height: 90%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.sub1 a:last-child .finup-que-div {
  border-bottom: 1px solid #e8e8e8; /* Remove border for the last .share-que-div inside each .div1 */
}
.invest-maindiv5 .div1 .p1 {
  font-size: 1.3rem;
  color: #359674;
  font-weight: 600;
  margin-top: 130px;
}
.invest-maindiv5 .div1 .h2 {
  font-size: 2rem;
  color: black;
  font-weight: normal;
  margin-top: 10px;
}
.invest-maindiv5 .div1 .p2 {
  font-size: 1.2rem;
  color: black;
  font-weight: normal;
  margin-top: 15px;
  width: 95%;
}
.invest-maindiv5 .div2 {
  width: 90%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invest-maindiv5 .div2 .subdiv1 .p1 {
  color: #359674;
  font-size: 2rem;
  font-weight: 600;
}
.invest-maindiv5 .div2 .subdiv1 .p2 {
  color: black;
  font-size: 1rem;
  text-align: center;
}
.invest-maindiv5 {
  width: 100%;
  height: 280px;
  float: left;
  display: flex
;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
.invest-maindiv5 .div2 .subdiv1 {
  width: 32%;
  height: 100%;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.invest-maindiv4 {
  width: 100%;
  height: 102vh;
  background-color: rgb(243, 243, 243);
  float: left;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
.invest-maindiv4 .div2 {
width: 91%;
height: 40%;
padding: 26px 0px;
text-align: center;
}
.invest-maindiv4 .div2 .h1 {
font-weight: normal;
font-size: 1.5rem;
letter-spacing: 0.4px;
margin-top: 15px;
line-height: 30px;
}
.invest-maindiv4 .div1 {
width: 90%;
height: 75%;
margin-bottom: 25px;
}
.invest-maindiv4 .div1 img {
width: 100%;
height: 430px;
object-fit: cover;
}
.who-maindiv1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  background-color: #00800014;
  flex-direction: column;
}
.who-maindiv1 .p1 {
  font-size: 2.5rem;
  margin-top: 50px;
  color: black;
}
.who-maindiv1 .p2 {
  font-size: 1.1rem;
  color: black;
  margin: 20px 0 30px 0;
  width: 95%;
  text-align: center;
  line-height: 27px;
}
.who-maindiv2 {
  width: 100%;
  height: auto;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  margin: 60px 0 60px 0;
  flex-direction: column;
}
.who-maindiv2 .imagediv {
  width: 98%;
  height: auto;
}
.who-maindiv2 .imagediv img {
  width: 165px;
  height: 360px;
  object-fit: cover;
  border-radius: 100px;
}
.who-maindiv2 .imagediv .div1 {
  width: 165px;
  height: 360px;
  border-radius: 100px;
  float: left;
  margin-left: 40px;
}
.who-maindiv2 .imagediv .div2 {
  width: 165px;
  height: 360px;
  border-radius: 100px;
  float: left;
  margin-top: 60px;
  margin-left: 50px;
}
.who-maindiv2 .detaildiv {
  width: 90%;
  height: auto;
  padding: 30px 0 0 30px;
  margin-top: 20px;
}
.who-maindiv2 .detail-p1 {
  font-size: 1.4rem;
  font-weight: bold;
}
.who-maindiv2 .detail-subdiv {
  width: 90%;
  height: auto;
  margin-top: 25px;
  display: flex
;
  justify-content: space-between;
  align-items: center;
}
.icondiv img {
  width: 40px;
  object-fit: cover;
}
.who-maindiv3 {
  width: 100%;
  height: auto;
  background-color: #00800014;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding-bottom: 25px;
  margin-top:0px;
}
.who-maindiv3 .div1 .p2 {
  font-size: 1.1rem;
  line-height: 25px;
  margin-top: 20px;
  letter-spacing: 0.4px;
}
.who-maindiv3 .div1 {
  width: 90%;
  height: auto;
  padding: 40px 0 0 0px;
}
.who-maindiv3 .div1 .p1 {
  font-size: 2rem;
  font-weight: 600;
  color: black;
  margin-top: 3px;
  text-align: center;
}
.hero {
  background: #00800014;
  color: #fff;
  text-align: center;
  padding: 40px 20px 50px 20px;
  margin-top: 0px;
}
.hero h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: black;
}
.hero p {
  font-size: 1.1rem;
  max-width: 90%;
  margin: 0 auto;
  color: black;
}
.container-partner {
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 96%;
  box-shadow: 1px 1px 10px #cccccc;
  margin-left: 2%;
  margin-top: 50px;
}
.benefits {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin: 65px 0;
  flex-direction:column;
  align-items:center;
}
.benefit {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 10px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  margin-top:10px;
}
.benefit h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.benefit i {
  font-size: 2rem;
  color: #359674;
  margin-bottom: 15px;
}
.cta {
  background-color: #00800014;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
  display: flex
;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.cta .div1 {
  width: 95%;
}
.cta .div1 .imagediv {
  width: 240px;
  height: 170px;
  border-radius: 10px;
  margin-top: 25px;
  border: 7px solid white;
}
.cta .div1 .imagediv2 {
  width: 240px;
  height: 170px;
  margin-left: 43%;
  margin-top: -70px;
  border: 7px solid white;
  border-radius: 10px;
  z-index: 222;
  position: relative;
}
.cta .div1 img {
  width: 240px;
  height: 170px;
  object-fit: cover;
  border-radius: 2px;
}
.cta .form-section {
  width: 95%;
  height: auto;
  text-align: left;
  margin-top: 30px;
}
.career-maindiv2 .subdiv1 {
  width: 90%;
  height: auto;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.career-maindiv3 .main1 {
  width: 95%;
  height: auto;
  display: flex
;
  justify-content: space-evenly;
  flex-direction: column;
}
.career-maindiv3 .subdiv1 {
  width: 100%;
  height: 400px;
}
.career-maindiv4 .h1 {
  font-size: 2.3rem;
  text-align:center;
  font-weight: normal;
}
.career-maindiv4 .subdiv1 {
  width: 95%;
  height: auto;
  margin-top: 35px;
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
}
.career-maindiv4 .p5 {
    width: 90%;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
}
.who-maindiv4 .h1 {
  font-size: 2.3rem;
  font-weight: normal;
  text-align:center;
}
.who-maindiv4 .subdiv1 {
  width: 95%;
  height: auto;
  margin-top: 35px;
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
}
.career-maindiv5 .h1 {
  font-size: 2.3rem;
  font-weight: normal;
}
.career-maindiv5 .subdiv1 {
  width: 90%;
  height: auto;
  margin-top: 40px;
  display: flex
;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.opening-maindiv {
  width: 95%;
  height: 200px;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  background-color: #a4a4a414;
  margin-bottom: 30px;
}
.opening-maindiv .detaildiv {
  width: 70%;
  height: 200px;
  display: flex
;
  align-items: center;
  justify-content: space-evenly;
}
.opening-maindiv .detaildiv .second {
  width: 45%;
  height: auto;
  padding: 20px 0px;
}
.apply-btn {
  padding: 10px 40px;
  border: 2px solid #379674;
  color: #379674;
  font-size: 1rem;
  background-color: white;
  margin: -20px 0 20px 0;
}
.view-detail-btn {
  padding: 10px 20px;
  border: 2px solid #379674;
  color: white;
  font-size: 1rem;
  background-color: #379674;
}
.contact-maindiv1 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: #00800014;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 70px;
}
.contact-maindiv1 .p1 {
  font-size: 1.3rem;
  width: 90%;
  text-align: center;
  margin-top: 25px;
}
.contact-maindiv2 {
  width: 84%;
  height: auto;
  background-color: #0080003b;
  margin-top: -40px;
  display: flex
;
  justify-content: center;
  align-items: center;
  margin-left: 8%;
  border-radius: 25px;
}
.contact-maindiv2 form {
  width: 90%;
  height: auto;
  display: flex
;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.contact-maindiv3 {
  width: 84%;
  height: auto;
  padding: 20px 0px;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  margin-left: 8%;
  flex-direction: column;
}
.contact-maindiv3 .counters {
  width: 265px;
  height: 75px;
  background-color: #00800014;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 60px 20px;
}
.contact-maindiv4 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-left: 0px;
  background-color: #00800014;
  margin-bottom: 30px;
}
.techno-maindiv1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0px;
  flex-direction: column-reverse;
}
.techno-maindiv1 .main1 {
  width: 95%;
  height: auto;
  padding-top: 0px;
  text-align:justify;
}
.techno-maindiv1 .main2 {
    width: 95%;
    height: 300px;
    display: grid
;
}
.techno-maindiv1 .main2 img {
    width: 100%;
    object-fit: cover;
    height: 270px;
}
.techno-maindiv1 .main1 .p1 {
  font-size: 2rem;
}
.techno-maindiv1 .main1 .p2 {
 font-size: 1.1rem;
    line-height: 21px;
    margin-top: 20px;
    text-align: justify;
}
.techno-maindiv2 {
  width: 100%;
  height: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background-color: #00800042;
  margin-top: 30px;
  flex-wrap: wrap;
}
.techno-maindiv2 .counters {
  width: 200px;
  height: 140px;
  border-right: 1px solid #eeeeee;
  padding-top: 20px;
  padding-left: 6px;
  border-radius: 10px;
  background-color: #00800000;
  color: #646262;
  transition: 0.5s ease;
}
.techno-maindiv2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background-color: #00800042;
  margin-top: 30px;
  flex-wrap: wrap;
}
.techno-maindiv2 .counter-maindiv{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.cattle-maindiv2 {
  width: 100%;
  height: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background-color: #00800042;
  margin-top: 30px;
  flex-wrap: wrap;
}
.cattle-maindiv2 .counters {
  width: 200px;
  height: 140px;
  border-right: 1px solid #eeeeee;
  padding-top: 20px;
  padding-left: 6px;
  border-radius: 10px;
  background-color: #00800000;
  color: #646262;
  transition: 0.5s ease;
}
.cattle-maindiv2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background-color: #00800042;
  margin-top: 30px;
  flex-wrap: wrap;
}
.cattle-maindiv2 .counter-maindiv{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.techno-maindiv3 {
  width: 100%;
  height: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-left: 0%;
  margin-top: 50px;
  flex-direction: column;
}
.techno-maindiv3 .main1 .imagediv {
  width: 290px;
  border: 4px solid #35b935;
  height: 355px;
  margin: 0 0 0 10px;
}
.techno-maindiv3 .main1 {
  width: 90%;
  height: 400px;
}
.techno-maindiv3 .main1 img {
  width: 360px;
  height: 275px;
  object-fit: cover;
  margin: 40px 0 0 20px;
}
.techno-maindiv3 .main2 {
  width: 93%;
  height: auto;
  padding-top: 15px;
}
.techno-maindiv3 .main2 .p1 {
  font-size: 2rem;
  width: 100%;
}
.franchise-maindiv3 {
  width: 100%;
  height: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-left: 0%;
  margin-top: 0px;
  flex-direction: column;
}
.franchise-maindiv3 .main1 .imagediv {
  width: 290px;
  border: 4px solid #35b935;
  height: 355px;
  margin: 0 0 0 10px;
}
.franchise-maindiv3 .main1 {
  width: 90%;
  height: 400px;
}
.franchise-maindiv3 .main1 img {
  width: 360px;
  height: 275px;
  object-fit: cover;
  margin: 40px 0 0 20px;
}
.franchise-maindiv3 .main2 {
  width: 93%;
  height: auto;
  padding-top: 15px;
}
.franchise-maindiv3 .main2 .p1 {
  font-size: 2rem;
  width: 100%;
}
.franchise-maindiv3 .main2 .p2 {
    font-size: 1.1rem;
    margin-top: 10px;
    color: black;
    letter-spacing: 0.7px;
    width: 96%;
    line-height: 25px;
    text-align:justify;
}
.franchise-maindiv3 .main2 .p3 {
    font-size: 1rem;
    margin-top: 20px;
    color: black;
    letter-spacing: 0.4px;
    width: 96%;
    text-align: justify;
}
.techno-maindiv4 {
  width: 100%;
  height: auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-left: 0%;
  margin-top: 50px;
  flex-direction: column;
  flex-flow: column-reverse;
}
.techno-maindiv4 .main1 .imagediv {
  width: 290px;
  border: 4px solid #35b935;
  height: 355px;
  margin: 0 0 0 10px;
}
.techno-maindiv4 .main1 {
  width: 90%;
  height: 400px;
}
.techno-maindiv4 .main1 img {
  width: 360px;
  height: 275px;
  object-fit: cover;
  margin: 40px 0 0 20px;
}
.techno-maindiv4 .main2 {
  width: 93%;
  height: auto;
  padding-top: 15px;
}
.techno-maindiv4 .main2 .p1 {
  font-size: 2rem;
  width: 100%;
}
.customer-maindiv1 .maindiv1 {
  width: 115%;
  height: auto;
  margin-top: 30px;
  display: flex
;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.customer-maindiv1 .maindiv1 .boxes {
  width: 300px;
  height: 400px;
  margin-bottom: 20px;
}
.customer-maindiv1 .maindiv1 .boxes p {
  position: absolute;
  margin-top: -52%;
  width: 300px;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  background: #0000005c;
  padding: 14px 0;
  font-weight: 600;
}
.customer-maindiv1 .maindiv1 .boxes .p2 {
    margin-top: -190px;
    text-align: justify;
    font-size: 1rem;
    font-weight: normal;
    height: 186px;
    padding: 0px 10px 0px 10px;
    width: 280px;
}
.customer-maindiv1 {
  width: 70%;
  height: auto;
  margin-left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-direction: column;
}
.techno-maindiv2 .h1 {
  font-size: 2rem;
  color: white;
  text-align: center;
}
.cattle-maindiv2 .h1 {
  font-size: 2rem;
  color: white;
  text-align: center;
}
.cities-maindiv4 .h1 {
  font-size: 2.5rem;
  font-weight: normal;
}
.cities-maindiv4 .subdiv1 {
  width: 95%;
  height: auto;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-media {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: #fff;
  padding: 0px 0px 20px 0px;
  overflow: scroll;
}
    .fa-bars {
        float: right;
        position: absolute;
        font-size: 35px;
        color: black;
        margin-left: 86%;
        margin-top: -12px;
        display: block;
    }
.media-header-div1{
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fa-times {
  float: right;
  font-size: 36px;
  position: relative;
  right: 20px;

}

.accordion {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  color: black;
  border-bottom: 1px solid #80808047;
}

.accordion-header:hover {
  background-color: #f1f1f1;
}

.accordion-content {
  display: none;
  padding: 25px;
  background-color: #fff;
  animation: fadeIn 0.3s ease;
}

.accordion-header a {
  margin-left: 20px;
  color: black;
}
.fa-chevron-down {
  transition: transform 0.3s ease;
  margin-right: 25px;
  font-size: 26px;
}

.accordion-content ul{
  list-style: none;
  font-size: 21px;
  color: black;
  line-height: 40px;
}
.accordion-content ul a{
  color: #0000009c;
}
.accordion-header.active .fa-chevron-down {
  transform: rotate(180deg);
}
.apply-job-maindiv1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    background-color: #00800014;
    flex-wrap: wrap;
}
.apply-job-maindiv1 ul {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    padding: 0 45px;
}
    .apply-job-maindiv2 {
        width: 94%;
        height: auto;
        background-color: #0080003b;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 3%;
    }

.apply-job-maindiv2 form {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.job_des_main1 {
    width: 100%;
    height: auto;
    background-color: #0080003b;
    padding-bottom:35px;
    margin-top:0px;
}
.job_des_main1 .subdiv1 {
    width: 90%;
    margin-left: 5%;
    padding-top: 15px;
}
.job_des_main1 .subdiv1 .h11 {
    font-size: 2.5rem;
    color: white;
    line-height: 60px;
}
.job_des_main1 .subdiv1 .p1 {
    font-size: 1.1rem;
    line-height: 23px;
}
.job_des_main2 {
    width: 90%;
    height: auto;
    margin-left: 5%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.job_des_main2 .subdiv1 {
    width: 100%;
    height: auto;
}
.job_des_main2 .subdiv1 .div1 .imagediv {
    width: 20%;
    height: 90px;
}
.job_des_main2 .subdiv1 .div1 .imagediv img {
    width: 100%;
    height: 90px;
}
.job_des_main2 .subdiv1 .div1 .detaildiv {
    width: 75%;
    height: auto;
}
.mobiless-textsubdiv {
            width: 95%;
            height: auto;
            margin-left: 4%;
        }
        .mobiless-text {
            width: 100%;
            height: auto;
            float: left;
            margin-top: 6%;
        }
        .mobiless-text1 {
            width: 100%;
            height: auto;
            float: left;
            margin-top: 6%;
        }
        .mobiless-textsubdiv .p1 {
            font-size: 37px;
            line-height: 43px;
            font-weight: 600;
            text-align: center;
        }
        
        .blank-phone-div {
            width: 188px;
            height: 360px;
            margin: -43px 0 0 48px;
            background-image: url(images/blank-phome_-image-removebg-preview.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 145%;
        }
        .circle-bg {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            background-color: #379674;
            margin-top: -35px;
        }
        .mobiless-textsubdiv .p2 {
            font-size: 23px;
            margin-top: 385px;
            text-align: center;
        }
        .mobiless-image {
            width: 100%;
            height: auto;
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 90px;
        }
         .mobiless-image1 {
            width: 100%;
            height: auto;
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 75px;
        }
        .mobile-screen-section {
            width: 100%;
            height: 765px;
            background-color: #00800014;
            margin-top:45px;
        }
        .mobiless-textsubdiv .p3 {
            font-size: 18px;
            text-align: center;
        }
        .screenshot-div {
            width: 81%;
            height: 92%;
            margin-left:9%;
        }
        .screenshot-div img {
            width: 154px;
            border-radius: 23px;
            height: 327px;
            margin-top: 16px;
        }
        .techno-maindiv2 .counters {
  width: 195px;
  height: 180px;
  border-right: 1px solid #eeeeee;
  padding-top: 20px;
  padding-left: 6px;
  border-radius: 10px;
  background-color: #00800000;
  color: #646262;
  transition: 0.5s ease;
}
.cattle-maindiv2 .counters {
  width: 195px;
  height: 180px;
  border-right: 1px solid #eeeeee;
  padding-top: 20px;
  padding-left: 6px;
  border-radius: 10px;
  background-color: #00800000;
  color: #646262;
  transition: 0.5s ease;
}
.value-maindiv4 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-top:0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.value-maindiv4 .p1 {
    font-size: 1.2rem;
    font-weight: normal;
    width: 88%;
    letter-spacing:0.5px;
    text-align:justify;
}
.value-maindiv4 .h1 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}
.finance-imagediv{
    width:100%;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:10px;
}
.finance-subimg img {
    width: 100%;
    object-fit: contain;
    height: 210px;
}
}



@media screen and (max-width:460px){
  .cta .div1 img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 2px;
}

.cta .div1 .imagediv {
  width: 220px;
  height: 150px;
  border-radius: 10px;
  margin-top: 25px;
  border: 7px solid white;
}
.cta .div1 .imagediv2 {
  width: 220px;
  height: 150px;
  margin-left: 43%;
  margin-top: -70px;
  border: 7px solid white;
  border-radius: 10px;
  z-index: 222;
  position: relative;
}
.apply-btn {
  padding: 10px 30px;
  border: 2px solid #379674;
  color: #379674;
  font-size: 1rem;
  background-color: white;
  margin: -20px 0 20px 0;
}
.view-detail-btn {
  padding: 10px 10px;
  border: 2px solid #379674;
  color: white;
  font-size: 1rem;
  background-color: #379674;
}
.techno-maindiv2 .counters {
  width: 185px;
  height: 205px;
  border-right: 1px solid #eeeeee;
  padding-top: 20px;
  padding-left: 6px;
  border-radius: 10px;
  background-color: #00800000;
  color: #646262;
  transition: 0.5s ease;
}
.cattle-maindiv2 .counters {
  width: 185px;
  height: 205px;
  border-right: 1px solid #eeeeee;
  padding-top: 20px;
  padding-left: 6px;
  border-radius: 10px;
  background-color: #00800000;
  color: #646262;
  transition: 0.5s ease;
}
}


@media screen and (max-width:435px){
  .maindiv3 {
    margin-top: 7vh;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;

}
/* .fa-bars {
  float: right;
  position: absolute;
  font-size: 35px;
  color: white;
  margin-left: 62%;
  margin-top: -42px;
  display: block;
} */
/* .logo {
  display: inline-block;
  margin-right: 0px !important;
  width: 200px;
  margin-left: -208px;
  margin-top: -20px;
}*/
  .explore-btn { 
        width: 85px;
        background-color: white;
        color: #379674;
        border: 2px solid #379674;
        border-radius: 5px;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        margin: 27px 0 0 140px;
    }
     .explore-btn3{ 
        width: 85px;
        background-color: white;
        color: #379674;
        border: 2px solid #379674;
        border-radius: 5px;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        margin: 27px 0 0 140px;
    }
    .maindiv5 {
      width: 100%;
      height: auto;
      float: left;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      border-bottom: 1px solid #d8d8d8;
  }
  .maindiv5 .div2 .subdiv1 {
    width: 45%;
    height: 110px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .maindiv5 .div1 {
    width: 80%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px 0px;
}
.footer-div2 .subdiv2 {
  width: 80%;
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: center;
}
.who-maindiv2 .imagediv img {
  width: 160px;
  height: 320px;
  object-fit: cover;
  border-radius: 100px;
}
.who-maindiv2 .imagediv .div1 {
  width: 160px;
  height: 320px;
  border-radius: 100px;
  float: left;
  margin-left: 30px;
}
.who-maindiv2 .imagediv .div2 {
  width: 160px;
  height: 320px;
  border-radius: 100px;
  float: left;
  margin-top: 60px;
  margin-left: 35px;
}
.who-maindiv2 .detail-p1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.valuediv .p1 {
  font-size: 1rem;
  font-weight: 600;
  color: black;
  margin-top: 3px;
}
.who-maindiv3 .div1 ul {
  font-size: 1rem;
  line-height: 25px;
  margin-top: 20px;
  letter-spacing: 0.4px;
}
.who-maindiv3 .div1 .p2 {
  font-size: 1rem;
  line-height: 25px;
  margin-top: 20px;
  letter-spacing: 0.4px;
}
.counters .achieve-h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.5rem;
}
.cta .div1 img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 2px;
}
.cta .div1 .imagediv {
width: 200px;
height: 140px;
border-radius: 10px;
margin-top: 25px;
border: 7px solid white;
}
.cta .div1 .imagediv2 {
width: 200px;
height: 140px;
margin-left: 40%;
margin-top: -70px;
border: 7px solid white;
border-radius: 10px;
z-index: 222;
position: relative;
}
.apply-job-maindiv2 form input {
    width: 300px;
    height: 45px;
    color: black;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    outline: none;
    margin: 0px;
    margin-top: -5px;
    padding-left: 14px;
}
    .customer-maindiv1 .maindiv1 .boxes .p2 {
        margin-top: -173px;
        text-align: justify;
        font-size: 1rem;
        font-weight: normal;
        height: 168px;
        padding: 0px 10px 0px 10px;
        width: 280px;
    }
}




@media screen and (max-width:415px){
  /* .logo {
    display: inline-block;
    margin-right: 0px !important;
    width: 200px;
    margin-left: -180px;
    margin-top: -20px;
} */

  .explore-btn {
    width: 85px;
    background-color: white;
    color: #379674;
    border: 2px solid #379674;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 125px;
}
.explore-btn3 {
    width: 85px;
    background-color: white;
    color: #379674;
    border: 2px solid #379674;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 85px;
}
.maindiv5 .div2 .subdiv1 {
        width: 45%;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 8px;
    }
.footer-div1 .subdiv1 {
  width: 95%;
  height: 80%;
  padding: 20px 0px;
  text-align: center;
}
.footer-div2 .subdiv2 {
  width: 88%;
  height: 60px;
  color: white;
  display: flex
;
  align-items: center;
  justify-content: right;
  text-align: center;
}
.shares-div .div1 {
  width: 100%;
  height: 170px;
  display: flex
;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
.invest-maindiv4 {
  width: 100%;
  height: 90vh;
  background-color: rgb(243, 243, 243);
  float: left;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
.invest-maindiv4 .div1 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cta .form-section input {
  width: 320px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid green;
  padding-left: 10px;
  outline: none;
}
.cta .form-section select {
  width: 320px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid green;
  padding-left: 10px;
  outline: none;
}
.benefit h3 {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.benefit p{
    font-size: 0.8rem;
    line-height: 16px;
}
.opening-maindiv .detaildiv .first .p1 {
  font-weight: bold;
  font-size: 1rem;
  color: black;
  margin-top: 0px;
}
.opening-maindiv .detaildiv .first .p2 {
  font-weight: bold;
  font-size: 0.9rem;
}
.opening-maindiv .detaildiv .first p {
  margin-top: 10px;
  color: grey;
  font-size: 0.9rem;
}
.apply-btn {
  padding: 10px 33px;
  border: 2px solid #379674;
  color: #379674;
  font-size: 0.9rem;
  background-color: white;
  margin: -20px 0 20px 0;
}
.view-detail-btn {
  padding: 10px 15px;
  border: 2px solid #379674;
  color: white;
  font-size: 0.9rem;
  background-color: #379674;
}
.techno-maindiv3 .main1 img {
  width: 335px;
  height: 240px;
  object-fit: cover;
  margin: 55px 0 0 20px;
}
.franchise-maindiv3 .main1 img {
  width: 335px;
  height: 240px;
  object-fit: cover;
  margin: 55px 0 0 20px;
}
.techno-maindiv4 .main1 img {
  width: 335px;
  height: 240px;
  object-fit: cover;
  margin: 55px 0 0 20px;
}
    .apply-job-maindiv1 ul {
        text-align: center;
        font-size: 2.3rem;
        font-weight: normal;
        padding: 0 45px;
    }
    .apply-job-maindiv1 ul li {
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 25px;
}
.who-maindiv4 .subdiv1 .counters {
    width: 355px;
    height: 380px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
    .techno-maindiv2 .counters {
        width: 280px;
        height: 160px;
        border-right: 1px solid #eeeeee;
        padding-top: 20px;
        padding-left: 6px;
        border-radius: 10px;
        background-color: #00800000;
        color: #646262;
        transition: 0.5s ease;
    }
    .cattle-maindiv2 .counters {
        width: 280px;
        height: 160px;
        border-right: 1px solid #eeeeee;
        padding-top: 20px;
        padding-left: 6px;
        border-radius: 10px;
        background-color: #00800000;
        color: #646262;
        transition: 0.5s ease;
    }
        .customer-maindiv1 .maindiv1 .boxes p {
        position: absolute;
        margin-top: -55%;
        width: 300px;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        background: #0000005c;
        padding: 14px 0;
        font-weight: 600;
    }
}


@media screen and (max-width:400px){
  .who-maindiv2 .imagediv img {
    width: 150px;
    height: 310px;
    object-fit: cover;
    border-radius: 100px;
  }
  .who-maindiv2 .imagediv .div1 {
    width: 150px;
    height: 310px;
    border-radius: 100px;
    float: left;
    margin-left: 30px;
  }
  .who-maindiv2 .imagediv .div2 {
    width: 150px;
    height: 310px;
    border-radius: 100px;
    float: left;
    margin-top: 60px;
    margin-left: 25px;
  }
  .counters .achieve-h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.5rem;
}
.apply-btn {
  padding: 10px 28px;
  border: 2px solid #379674;
  color: #379674;
  font-size: 0.9rem;
  background-color: white;
  margin: -20px 0 20px 0;
}
.view-detail-btn {
  padding: 10px 10px;
  border: 2px solid #379674;
  color: white;
  font-size: 0.9rem;
  background-color: #379674;
}
.career-maindiv3 .img1 {
  width: 100%;
  object-fit: cover;
  height: 320px;
  border-radius: 10px;
}
.career-maindiv3 .img2 {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 150px;
}
.career-maindiv3 .subdiv1 {
  width: 100%;
  height: 340px;
}
.career-maindiv3 .photodiv1 {
  width: 47%;
  height: 320px;
  margin-top: 10px;
  float: left;
}
.career-maindiv3 .photodiv2 {
  width: 47%;
  height: 155px;
  margin-top: 10px;
  float: left;
  margin-left: 15px;
}
.career-maindiv4 {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  margin-top: -10px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.who-maindiv4 .h1 {
  font-size: 2rem;
  font-weight: normal;
}
.who-maindiv4 {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  margin-top: -10px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.career-maindiv4 .h1 {
  font-size: 2rem;
  font-weight: normal;
}
.career-maindiv3 .photodiv3 {
  width: 47%;
  height: 160px;
  margin-top: 14px;
  float: left;
  margin-left: 15px;
}
.opening-maindiv .imagediv {
  width: 20%;
  height: 70px;
}
.opening-maindiv img {
  width: 100%;
  object-fit: cover;
  height: 60px;
}
.career-maindiv2 .subdiv1 .h1 {
  font-size: 2.5rem;
  font-weight: normal;
}
.career-maindiv2 .subdiv1 .p1 {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.9px;
  margin-top: 10px;
  line-height: 25px;
}

.career-maindiv5 .h1 {
  font-size: 2rem;
  font-weight: normal;
}
.contact-maindiv3 .counters {
  width: 225px;
  height: 65px;
  background-color: #00800014;
  border-radius: 20px;
  margin-bottom: 30px;
}
.contact-maindiv3 .counters .div1 .p1 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 15px;
  color:black;
}
.contact-maindiv3 .counters .div1 .p2 {
  margin-top: 15px;
  font-size: 1.1rem;
        color:black;
}
.techno-maindiv3 .main1 .imagediv {
  width: 240px;
  border: 4px solid #35b935;
  height: 330px;
  margin: 0 0 0 10px;
}
.techno-maindiv3 .main1 img {
  width: 300px;
  height: 240px;
  object-fit: cover;
  margin: 44px 0 0 20px;
}
.franchise-maindiv3 .main1 .imagediv {
  width: 240px;
  border: 4px solid #35b935;
  height: 330px;
  margin: 0 0 0 10px;
}
.franchise-maindiv3 .main1 img {
  width: 300px;
  height: 240px;
  object-fit: cover;
  margin: 44px 0 0 20px;
}
.techno-maindiv4 .main1 .imagediv {
  width: 240px;
  border: 4px solid #35b935;
  height: 330px;
  margin: 0 0 0 10px;
}
.techno-maindiv4 .main1 img {
  width: 300px;
  height: 240px;
  object-fit: cover;
  margin: 44px 0 0 20px;
}
.cities-maindiv4 {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  margin-top: -10px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cities-maindiv4 .h1 {
  font-size: 2rem;
  font-weight: normal;
}
.job_des_main2 .subdiv2 .btn1 {
    padding: 13px;
    font-size: 1.2rem;
    color: white;
    width: 270px;
    text-align: center;
    font-weight: 500;
    background-color: #41BB94;
    border-radius: 6px;
    border: 2px solid #41BB94;
}
.job_des_main2 .subdiv2 .btn2 {
    padding: 13px;
    font-size: 1.2rem;
    color: black;
    width: 270px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    border: 2px solid #d4d3d3;
    margin-top: 30px;
}
    .maindiv3 .div1 h1 {
        font-size: 1.5rem;
        font-weight: normal;
        text-align: center;
        width: 90%;
        letter-spacing: 2px;
        margin-top: 25px;
    }
        .animated-text {
        white-space: normal;
        overflow: hidden;
        border-right: 2px solid white;
        font-weight: 600;
        position: relative;
        color: #ffffff;
        font-size: 3rem;
        margin-top: 40px;
        text-align: center;
    }
        .videoplay-btn {
        position: absolute;
        width: 70px;
        height: 70px;
        display: inline-block;
        font-size: 0;
        z-index: 9;
        border-radius: 50%;
        background-color: #212120;
        margin-top: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .customer-maindiv1 .maindiv1 .boxes p {
        position: absolute;
        margin-top: -57%;
        width: 300px;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        background: #0000005c;
        padding: 14px 0;
        font-weight: 600;
    }
    .logo {
        display: inline-block;
        margin-right: 0px !important;
        width: 138px;
        margin-left: 33%;
        margin-top: 3px;
    }
}



@media screen and (max-width:370px){
.logo {
        display: inline-block;
        margin-right: 0px !important;
        width: 138px;
        margin-left: 31%;
        margin-top: 3px;
    }
/* .fa-bars {
  float: right;
  position: absolute;
  font-size: 35px;
  color: white;
  margin-left: 42%;
  margin-top: -42px;
  display: block;
} */
.customer-maindiv1 .maindiv1 .boxes p {
        position: absolute;
        margin-top: -63%;
        width: 300px;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        background: #0000005c;
        padding: 14px 0;
        font-weight: 600;
    }
  .explore-btn {
    width: 85px;
    background-color: white;
    color: #379674;
    border: 2px solid #379674;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 110px;
}
 .explore-btn3 {
    width: 85px;
    background-color: white;
    color: #379674;
    border: 2px solid #379674;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 85px;
}
.maindiv3 {
  margin-top: 5vh;
  width: 100%;
  height: auto;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
}
.maindiv3 h1 {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  width: 95%;
  letter-spacing: 2px;
  margin-top: 25px;
}
.maindiv4 {
  width: 100%;
  height: auto;
  background-color: rgb(243, 243, 243);
  float: left;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column-reverse;
}
.maindiv4 .div1 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.maindiv6 {
  width: 100%;
  height: auto;
  background-color: rgb(243, 243, 243);
  float: left;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
}
.maindiv6 .div1 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.footer-div2 .subdiv2 {
  width: 92%;
  height: 60px;
  color: white;
  display: flex
;
  align-items: center;
  justify-content: right;
  text-align: center;
}
.invest-maindiv4 {
  width: 100%;
  height: 80vh;
  background-color: rgb(243, 243, 243);
  float: left;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
.invest-maindiv4 .div1 img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.who-maindiv2 .imagediv img {
  width: 140px;
  height: 300px;
  object-fit: cover;
  border-radius: 100px;
}
.who-maindiv2 .imagediv .div1 {
  width: 140px;
  height: 300px;
  border-radius: 100px;
  float: left;
  margin-left: 23px;
}
.who-maindiv2 .imagediv .div2 {
  width: 140px;
  height: 300px;
  border-radius: 100px;
  float: left;
  margin-top: 60px;
  margin-left: 25px;
}
.who-maindiv2 .detail-p1 {
  font-size: 1.1rem;
  font-weight: bold;
}
.cta .div1 img {
  width: 185px;
  height: 135px;
  object-fit: cover;
  border-radius: 2px;
}
.cta .div1 .imagediv {
width: 185px;
height: 135px;
border-radius: 10px;
margin-top: 25px;
border: 7px solid white;
}
.cta .div1 .imagediv2 {
width: 185px;
height: 135px;
margin-left: 40%;
margin-top: -70px;
border: 7px solid white;
border-radius: 10px;
z-index: 222;
position: relative;
}
.cta .form-section input {
  width: 285px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid green;
  padding-left: 10px;
  outline: none;
}
.cta .form-section select {
  width: 285px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid green;
  padding-left: 10px;
  outline: none;
}
.apply-job-maindiv2 form input {
    width: 270px;
    height: 45px;
    color: black;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    outline: none;
    margin: 0px;
    margin-top: -5px;
    padding-left: 14px;
}
.job_des_main2 .subdiv2 .btn1 {
    padding: 13px;
    font-size: 1.2rem;
    color: white;
    width: 260px;
    text-align: center;
    font-weight: 500;
    background-color: #41BB94;
    border-radius: 6px;
    border: 2px solid #41BB94;
}
.job_des_main2 .subdiv2 .btn2 {
    padding: 13px;
    font-size: 1.2rem;
    color: black;
    width: 260px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    border: 2px solid #d4d3d3;
    margin-top: 30px;
}
    .maindiv5 .div2 .subdiv1 {
        width: 60%;
        height: 100px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 8px;
    }
     .mobiless-image {
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
    }
       .mobiless-image1 {
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 75px;
    }
    .who-maindiv4 .subdiv1 .counters {
    width: 355px;
    height: 445px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
}

