  html{
  scroll-behavior: smooth;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  }
  /* ---Custom scrollbar--- */

  html::-webkit-scrollbar {
    width: 0.8vw;
  }
  html::-webkit-scrollbar-thumb {
    background:  rgba(20, 19, 19, 0.911);
    border-radius: 190px;
    height: 5px;
  }
  html::-webkit-scrollbar-thumb:hover {
    background-color: #000;
  } 
  html::-webkit-scrollbar-track {
    background-color:#d8d2d29d;
    backdrop-filter: blur(10px);
  }
  
  /* ---End of custom scrollbar--- */

  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    text-align: center;
  }
  h1,
  h2,
  h3
  {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: 1;
  }
  
  p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 2; 
  }

  .home-Section{  
    background: linear-gradient(rgba(0, 0, 0, 0.849) ,rgba(83, 19, 19, 0.849)),url(back1.png) no-repeat center center;
    width: 100%; 
    max-height: 100vh;
    margin: auto;
    position: relative;
    background-size: cover;
    z-index: 0;     
  }
  .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-height: 5rem;
    width: 100%;
    z-index: 200;
    position: sticky;
    top: 0;
  } 
  .logo {
    width: 35%;
    padding-left: 2rem;
  }
  .logo img {
    align-items: center;
    width: 10rem; 
    height: 4rem;
    margin: auto;
  }
  .desktop-nav .menu-items {
    display: none;
    list-style: none;
    padding-right: 90px;
  }
  
  .desktop-nav .menu-items li {
    margin: 0 11px;
  }
  .desktop-nav .menu-items li a {
    position: relative;
    text-decoration: none;
    color: #156413;
    text-align: center;
    width: 100%;
    height: 13px;
    top: 2px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    margin: auto;
    padding: 10px;
    justify-content: space-around;
  }
  .desktop-nav .menu-items li a:hover {
    -webkit-text-fill-font: bold;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-font: bold; 
  }

  .desktop-nav .menu-items li .active{
    font-style: normal;
    font-size: 1rem;
    font-weight: bold;
    color: #932C2B;
  }
  .home-Section h1{  
    /* padding-top: 10%; */
    padding-top: 42%;
    text-align: center;
    /* font-size: 3.0rem; */
    font-size: 2.1rem;
    /* width: 37%; */
    max-width: 24rem;
    line-height: 1.2;
    margin: auto;
  }
  .btns{
    padding: 1.5rem 0 0rem;
  }
  .proj{
    margin: 2px;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1rem;
    transition: .3s ease background-color;
    color: #000;
    text-decoration: none;
  } 
.contct{
  margin: 2px;
  background: transparent;
  padding: 5px 12px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
  transition: .3s ease background-color;
  color: #fff;
  text-decoration: none;
} 
.proj:hover {
    background-color: transparent;
    color:#fff;
  }
.contct:hover {
    background-color: #fff;
    color:#000;
  }

 .elipse {   
    position: relative;
    bottom: -8rem;
  }

  .circle1{   
    border: 1em dashed  rgba(117, 116, 116, 0.26);
    height: 245px;
    width:245px;
    display: inline-block;
    border-radius: 50%;
    border-width: 2px;  
  }
  .circle2{
    margin-top: 30px;
    border: 0.5em dashed  #86858593;
    height: 185px;
    width:190px;
    display: inline-block;
    border-radius: 50%;
    border-width: 2px;  
  }
  .circle3{
    margin-top: 30px;
    border: 0.5em dashed  #dbdbdbb7;
    height: 129px;
    width:125px;
    display: inline-block;
    border-radius: 50%;
    border-width: 2px;
  }
  .scrol-dwn{
      padding-top: .8rem;
      margin: 0;
  }
  .dwn-arw p{
    margin: 0;
    padding: 0;
/*     margin-left: 58px; */
    margin-left: 4.3rem;
    height: 8px;
    transform:rotate(90deg);
    color: #fff;
    width: 65px;
    z-index: -1;
  }
  
  .dwn-arw p {
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px;  
    animation: arrow 2s infinite;
    -webkit-animation:arrow 2s infinite; 
  }
  
  @keyframes arrow
  {
  0% {opacity:0}
  40% {opacity:0}
  80% {opacity:1}
  100% {opacity:0}
  }
  
  .dwn-arw  .a1 {
    animation-delay:-0.7s;
    -webkit-animation-delay:-0.7s; 
  }
  
  .dwn-arw  .a2 {
    animation-delay:-0.4s;
    -webkit-animation-delay:-0.4s; 
  }
  .dwn-arw .a3 {	
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; 
  }

  /* -----End of Section 1-------  */

  /* -----Start of Section 2-------  */

  .section2{  
   position: relative; 
/*    top: -8rem;   */
   background:#204028;
   width: 100%;
   max-height: 180vh;
   z-index: 1;
  }
  .intro1{
    /* position: relative; */
    margin: auto;
    padding-top: 4rem;
    font-size: 1.9rem;
}
  .colmns{
    text-align: center;
    /* padding-left: 3rem; */
    display: block; 
    margin-top: 30px;
    
}
.cln-1{
    /* flex-basis: 30%; */
    /* padding-left: 30px; */
    margin-top: 20px; 
    padding: 1rem 5rem;
}
.cln-2{  
    /* flex-basis: 30%; */
    /* padding-left: 30px; */
    margin-top: 17px;
    padding: 1rem 5rem;
}
.cln-3{
    /* flex-basis: 30%; */
    /* padding-left: 30px; */
    margin-top: 20px;
    padding: 1rem 5rem 2rem;
}

.icon{
    width: 13%;
}
.head{
    font-size: 1.2rem;
}
.expln{
    max-width: 28rem;
    /* padding-left: 25px; */
    font-size: 0.9rem;
}
  /* -----End of Section 2-------  */

  /* -----Start of Section 3-------  */
.section3{ 
    width: 100%;
/*     top: -10rem; */
    position: relative;
    background: #fff;
    font-style: normal;
    margin: 0;
    color: #000;
    height: 100vh;
    z-index: 2;
}
.top-ryt{
    position: absolute;
    right: 0;
    width: 28%;
    margin: 0;
    bottom:0;
    height: 32vh;
}
.top-ryt img{
  position: absolute;
  margin: 0;
  height: 32vh;
  bottom: 0;
  right: 0;
  width: 90%;
}
.middle{
  position: absolute;
  width: 100%;
  color: #000;
  margin: auto;
  align-items: center;
}
.middle .mdl-h2{
  margin-top: 12%;
  margin-bottom: 10%;
  color:#204028;
  font-size: 1.8rem;
  font-weight: 800;
  
}
.mdl-prgrph{
  width: 80%;
  text-align: justify;
  color: #000;
  font-size: 0.8rem;
  margin: auto;
}
.col-h1 {
  color:hsl(135, 33%, 19%); 
  font-size: 1.0rem;
  font-weight: 900;
  font-style: normal;
  
}
.col-p{
  color: #000;
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0.4rem;
}
.row{
  align-items:center;
  text-align: center;
  display: flex;
  margin: 0;
/*   margin-top: 20px; */
  margin-left: 3rem;	
  /* margin-left: 20%; */
}
.col1,
.col2,
.col3,
.col4{
    /* flex-basis: 22%;   */
    margin-top: 1rem;
   
  }

.knw-btn{
  position: relative;
  margin-top: 10%;
}
.know{
    margin: 3px;
    background: #932C2B;
    border: 2px solid #932C2B;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 6px 10px;
    display: inline-block;
    transition: .3s ease background-color;
    color: #fff;
    text-decoration: none;
}
.know:hover {
  background-color: transparent;
  color:#204028;
  border: 2px solid #204028;
}
 /* ------End of Section 3-------  */

 /* -----Start of Section 4-------  */
 .section4{
/*   top: -13rem; */
  width: 100%;
  position: relative;
  background: #FCF2E3;
  font-style: normal;
  margin: 0;
  height: 80vh;
  z-index: 3;
 }
 .btm-lft{
  position: absolute;
  left: 0;
  width: 22%;
  bottom: 0; 
  height: 50vh;
}
.btm-lft img{
  position: absolute;
  margin: 0;
  height: 50vh;
  bottom: 0;
  left: 0;
  /* top: -15%; */
  width: 100%;
}
.head2{
  padding-top: 8%;
  color:#932C2B;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
  margin-bottom: 2rem;
}
.row2{
  text-align: center;
  display: flex;
  width: 75%;
  margin: auto;
  margin-top: 20px;
  position: absolute;
  margin-left: 25%;
}
.clmn1{
  flex-basis: 5%;  
  margin-top: 1rem;
}
.clmn1 img{
  padding-top:60%;
  height: 1.6rem; 
}
.clmn2{
  flex-basis: 30%;  
  margin-top: 0.7rem;
}
.clmn2 img{
  height:6rem;
  width: 28%;
}
.clmn2 h2{
  font-size: 1.2rem;
  color: #204028; 
  margin-bottom: 0;
}
.clmn2 p{
   color: #000;
   margin: 0;
}
.clmn3{
  text-align: left;
  flex-basis: 40%;  
  margin-top: 1rem;
  float: left;
}
.clmn3 p{
  width: 84%;
  color:#000;
  margin: 0; 
}
.clmn4{
  flex-basis: 5%;  
  margin-top: 1rem;
}
.clmn4 img{
  padding-top:60%;
  height: 1.6rem; 
}

.dot-count{
  position: relative;
  margin-top: 18%;
  padding-bottom: 5%;
}
.dot-count hr{
  width: 1%;
  display: none;
  border-style: none;
  border-top-style: dotted;
  border-width: 5px;
  color: #932C2B;
}
 /* -----End of Section 4---------  */

 /* -----Start of Section 5---------  */
 .section5{
/*   top: -10rem; */
  width: 100%;
  position: relative;
  font-style: normal;
  margin: 0;
  max-height: 170vh;
  z-index: 4; 
  background: url(bigback.png) no-repeat center center;
  background-size: cover;
 
 }
 .headd1 {
  padding-top: 6%;
  padding-bottom: 2%;
  color:#204028; 
  font-size: 1.4rem;
  font-weight: 800;
  height: 2rem;
  margin: 0;
 }
 .row_1{
  text-align: center;
  display: flex;
  width: 70%;
  margin-top: 2rem;
  position: relative;
  margin-left: 15%;

 }
 .row_1 > div{
  transition: all 0.2s ease-in;
}
.row_1 > div:hover{
  opacity: 0.9;
  transform: scale(0.98);
}

 .coll_1,
 .coll_2,
 .coll_3{
  flex-basis: 50%;  
  margin-top: 0.5rem;
  margin: 3%;
 }
 .coll_1 img,
 .coll_2 img,
 .coll_3 img{
  height:30vh;
  width: 100%;
 }
 .contnt-1,
 .contnt-2,
 .contnt-3 {
  font-size: 0.8rem;
  position: relative;
  background-color:#204028; 
  margin: 0;
  top: -.3rem;
 }
 .contnt-1 h3,
 .contnt-2 h3,
 .contnt-3 h3{
  font-size:.8rem;
  padding: .3rem;
  margin: 0;
 }
 .contnt-1 p,
 .contnt-2 p,
 .contnt-3 p{
  margin: 0;
  font-size: 0.7rem;
 }
 
 .row_2{
  text-align: center;
  display: flex;
  width: 95%;
  margin-top: 1rem;
  position: relative;
  margin-left: 2%;
 }
 .row_2 > div{
  transition: all 0.2s ease-in;
}
.row_2 > div:hover{
  opacity: 0.9;
  transform: scale(0.98);
}
 .row_3{
  text-align: center;
  display: flex;
  width: 60%;
  margin-top: 1rem;
  position: relative;
  margin-left: 20%;
 }
 .row_3 > div{
  transition: all 0.2s ease-in;
}
.row_3 > div:hover{
  opacity: 0.9;
  transform: scale(0.98);
}
 .load-btn{
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.load{
    margin: 1px;
    background: #932C2B;
    width: 8rem;
    height: 2.2rem;
    border: 2px solid #932C2B;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.9rem;
    display: inline-block;
    transition: .3s ease background-color;
    color: #fff;
    text-decoration: none;
}
.load:hover {
  background-color: transparent;
  color:#204028;
  border: 2px solid #204028;
}
 /* -----End of Section 5---------  */

 /* -----Start of Section 6(footer)--------- */
  .section6{
    
    width: 100%;
    position: relative;
    bottom: 0;
    background: #932C2B;
    max-height: 100vh;
  }
  .flex{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  .rw1{

    padding-top: .8rem;
    margin: 5%;
  }
  .rw1 img{
    height:10rem;
    width: 90%;
    padding-top: 2rem;
  }
  .rw2{
 
    margin: 5%;
    text-align: left;
  }
  .rw2 h3{
    font-size: 1.1rem;
  }
  .rw3{

    margin: 5%;
    text-align: left;
  }
  .nav-foot{
    color: #fff;
    text-decoration: none;
    list-style: none;
    text-align: left;
    padding: 0;
  }
  .nav-foot li{
    margin: 1rem; 
    margin-left: 0;
  }
  .nav-foot li a{
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
  }
  .lastp{
    position: relative;
    margin: 0;
    top: -.8rem;
  }
  .nav-foot li a:hover{
    color: #204028;
  }

 /* -----End of Section 6--------- */

 /* --------------------End of Home page------------------ */

 /* ------Start of sec-1(About-page)-------- */
 .sec-1{
  width: 100%;
  position: relative;
  background: #E5E5E5;
  font-style: normal;
  margin: 0;
  height: 90vh;
  z-index: 0;
 }
 /* ------end of sec-1(About-page)-------- */
 .sec-2{
  position: relative;
  background:#204028;
  width: 100%;
  max-height: 50vh;
  z-index: 1; 
 }

 .sec-2 h1{
   padding-top: 40%;
   color: #fff;
 }
 .sec-2 p{
  color: #fff;
}
 .btm-ryt{
  position: absolute;
  right: 0;
  width: 16%;
  bottom: 0; 
  height: 40vh;
}
.btm-ryt img{
  position: absolute;
  margin: 0;
  height: 40vh;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
}
 /* ------end of sec-2(About-page)-------- */
.sec-3{
  position: relative;
  background:#E5E5E5;
  width: 100%;
  max-height: 150vh;
  z-index: 2; 
}
.sec-3 h1{
  padding-top:5rem;
  color: #204028;
  margin: 0;
  margin-bottom: 3rem;
}
 /* ------end of sec-3(About-page)-------- */
 .sec-4{
  position: relative;
  background:#E5E5E5;
  width: 100%;
  max-height: 120vh;
  z-index: 3; 
 }
.sec-4 .usr-img{
  width: 65%;
}
.sec-4 .row12{

    flex-wrap: wrap;
    z-index: 4;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-4 .clmn2{
  margin-bottom: 2rem;
}
.teams-h1{
  margin: 0;
  padding:2rem 0;
  color: #204028;
}
  /* --------------------End of About page------------------ */

  /* ------Start of sectn-1(Project-page)-------- */
.sectn_1{
  width: 100%;
  position: relative;
  background: #E5E5E5;
  font-style: normal;
  margin: 0;
  max-height: 450vh;
  z-index: 0;
}
.head_1{
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 3rem;
  padding-top:6rem;
  color: #204028;
  font-weight: 800;
	
}
.sectn_1 .row_1{
  margin-top: 10rem;
}
/* --------------------End of Project page------------------ */

/* --------------------Start of detail page------------------ */

  /* ----------1st section------ */  

.frst-sec{
  width: 100%;
  position: relative;
  background: #E5E5E5;
  font-style: normal;
  margin: 0;
  max-height: 250vh;
  z-index: 0;
}
.gridin{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .7rem;
    width: 80%;
    /* margin-left: 31.5%; */
    height: 40rem;
    justify-content: center;
    margin: auto;
    padding-top: 5rem;

  }
  .gridin > div{
    transition: all 0.2s ease-in;
  }
  .gridin > div:hover{
    opacity: 0.8;
    transform: scale(0.98);
  }


.col_11{
  background: url(pic3.png) no-repeat center center;
  background-size: cover;
  height: 20rem;
  z-index: 1;
}
.col_22{
  background: url(pic1.png) no-repeat center center;
  background-size: cover;
  height: 10rem;
  z-index: 0;
}
.col_33{
  background: url(pic4.png) no-repeat center center;
  background-size: cover;
  height: 10rem;
  z-index: 0;
}
.col_44{
  position: relative;
  background: url(pic2.png) no-repeat center center;
  background-size: cover;
  height: 20rem;
  top: -10rem;
  z-index: 1;
} 

.btns-btm a{
  margin: 1rem;
  margin-bottom: 2rem;
  background: #204028;
  width: 8rem;
  height: 2.2rem;
  border: 2px solid #204028;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0rem;
  line-height: 1.9rem;
  display: inline-block;
  transition: .3s ease background-color;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.btns-btm a:hover {
 background-color: transparent;
 color:#204028;
 border: 2px solid #204028;
}
.btns-btm .btn{
/*   margin-right: 10rem;
  left: -1.7rem; */
  top: -4rem;	
}
.btns-btm .arwl{
  padding-right: 0.3rem;
}
.btns-btm .arwr{
  position: absolute;
  padding: 0 0.5rem;
}


