@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);



body{
    margin: 0;
    /* background-color: #000; */
    color: #eee;
    /* font-family: Poppins; */
    font-size: 12px;
}


/* =============  footer  ============= */
/* =============  footer  ============= */

footer{
    height: 700px;
    width: auto;

    background-color: #0c0c0c;
    background-color: #f1f2f4;
}








/* section {
  height: 400px;
  width: 100%;
  display: inline-block;
  background: #333;
  
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
} */

.footer-distributed{

  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed h3{
  font-family: Poppins;
  
  color:  lightseagreen;
 
  font: 600 36px 'Open Sans', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  font-family: Poppins;
    font-size: 18px;
    color: #31363F;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  font-family: Poppins;
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
  color: #31363F;
}

.footer-distributed .footer-company-name{
  color:  #222;
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  /* background-color:  #33383b; */
  color: #ffffff;
  color: #31363F;
  font-size: 20px;
  width: 38px;
  height: 38px;
  /* border-radius: 50%; */
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  font-family: Poppins;
  color: #31363F;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
  color: #31363F;
  font-family: Poppins;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;
  font-family: Poppins;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  color: grey;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  font-family: Poppins;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
/* 
.footer-distributed .footer-company-about {
  display: block;
  font-family: Poppins;
  color: #31363F;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
} */
.footer-distributed .footer-company-about span{
  display: block;
  font-family: Poppins;
  color: #31363F;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  font-family: Poppins;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

/* ------------------- map ----------------------------------- */

.footer_location_container{
width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: space-evenly;

  /* background-color: aqua; */

}
.pune_location{
 display: flex;
 flex-direction: row;
 justify-content: space-evenly;

}

.pune_location p{
  color: grey;
height: 100px;
width: 250px;
margin-left: 20px;
margin-top: -10px;


}

.mumbai_location{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;

}
.mumbai_location p{
  color: grey;
  height: 100px;
  width: 275px;
  margin-left: 20px;

}
.mumbai_location h4{
  margin-left: 20px;
  
  color:  lightseagreen;
  font-size: 25px;
}
.pune_location i{
  color: #0c0c0c;
  font-size: 27px;
  margin-left: -180px;
  position: relative;
   top: 60px;


}
.pune_location h5{
  margin-left: 40px;
  color:  lightseagreen;
  font-size: 25px;
  margin-top: 33px;

}
.mumbai_location i{
  color: #0c0c0c;
  font-size: 27px;
  margin-left: -180px;
  position: relative;
  top: 60px;

}



@media (max-width: 880px) {

  .footer-distributed{
    font-family: Poppins;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}






 /* ======================  responsive  ====================== */
    /* ======================  responsive  ====================== */
    /* ======================  responsive  ====================== */


@media screen and (max-width: 768px) {


  footer{
    height: 1950px;
    width: 100%;

    /* background-color: brown; */

  }

  .footer-distributed h3{
    
    font-size: 2.5rem;
    line-height: 30px;
  }

  .footer-distributed .footer-center{
    width: 100%;
    /* background-color: aquamarine; */
  }

  .footer-distributed .footer-center div{

    height: auto;
  width: 100%;
    /* background-color: blue; */

    display: flex;
    flex-direction: column;
    
    align-items: center;
    align-content: center;

  }


}




/* ============  4. contact  ============= */
/* ============  4. contact  ============= */

@media screen and (max-width: 768px) {

  .form-v6-content  {
    height: 500px;
    width: 95%;
    /* background-color: #92999f; */


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    margin: 0;
    padding: 0;
    
}

.form-v6-content .form-detail {

  height: 450px;
    width: 90%;

    /* background-color: blueviolet; */

    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;


}




.form-v6-content .form-detail input {


  width: 100%;
  padding: 0px 0px 0px 0px;

    /* background-color: rgb(95, 226, 43); */

    margin: 0 0 0 15px;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}




.form-v6 .page-content .form-v6-content form  .btn-box {

  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;

  /* background-color: brown; */
}

.form-v6 .page-content .form-v6-content form  .btn-box .btn {

  margin: 0;
  /* padding: 0; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;

  /* background-color: rgb(101, 165, 42); */
}




.footer_location_container{
    
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: space-evenly;
  
    /* background-color: aqua; */
  
  }
  .pune_location{
   display: flex;
   flex-direction: row;
   flex-direction: column;
   
  

  }
  
  .pune_location p{
    color: grey;
  height: 100px;
  width: 250px;
  margin-left: 20px;
  font-size: 15px;
  
  
  }
  
  .mumbai_location{
    display: flex;
    flex-direction: row;
  flex-direction: column;
    margin-top: 50px;
  
  }
  .mumbai_location p{
    color: grey;
    height: 100px;
    width: 275px;
    margin-left: 20px;
    font-size: 15px;
  
  }
  .mumbai_location h4{
    margin-left: 20px;
    
    color:  lightseagreen;
    font-size: 20px;
  
  }
  .pune_location i{
    color: #0c0c0c;
    font-size: 20px;
    margin-left: -170px;
    position: relative;
     top: 60px;
  
  
  }
  .pune_location h5{
    margin-left: 20px;
    color:  lightseagreen;
    font-size: 20px;
  
  }
  .mumbai_location i{
    color: #0c0c0c;
    font-size: 20px;
    margin-left: -150px;
    position: relative;
    top: 55px;
  
  }
  
  
}




/* ========  4k  =========== */
/* ========  4k  =========== */


@media screen and (min-width: 3840px) {

  footer {

      height: 1300px; /* Adjusted height for larger screens */

      /* background-color: darkturquoise; */

  }

 

  .footer-distributed {

      padding: 100px 200px; /* Adjusted padding for larger screens */

  }

 

  .footer-distributed .footer-left{

      width: 33.33%; /* Adjusted width for larger screens */

      /* background-color: burlywood; */

  }

  .footer-distributed .footer-left h3{

    font-size: 90px;

  }

  .footer-distributed .footer-left span{

    font-size: 50px;

  }

  .footer-distributed .footer-left .footer-links a{

    font-size: 35px;

    /* color: brown; */

    margin-right: 10px;


  }

  .footer-distributed .footer-left .footer-company-name{

    font-size: 30px;

  }
  .footer-distributed .footer-center{
    margin-left: 180px;
  }
  
 
  .footer-distributed .footer-center div i {

      font-size: 40px; /* Adjusted font size for larger screens */

      /* color: chocolate; */

      width: 50px; /* Adjusted width for larger screens */

      height: 50px; /* Adjusted height for larger screens */

      line-height: 50px; /* Adjusted line-height for larger screens */

      margin-left: 150px;

  }

  .footer-distributed .footer-center .mail i{

    font-size: 40px;
   margin-top: 20px;

  }

  .footer-distributed .footer-center p span {

      font-size: 38px; /* Adjusted font size for larger screens */

  }

  .footer-distributed .footer-center p{

    font-size: 30px;

  }

  .footer-distributed .footer-right {

 

    font-size: 50px;

    margin-top: -270px;

    margin-left: 2600px;

    /* background-color: brown; */

  }

  .footer-distributed .footer-right p span{

 

    font-size: 30px;

    width: 40rem;

  }

  .footer-distributed .footer-right p {

 

    font-size: 30px;

    width: 600px;

    line-height: 3rem;

  }

 

 

  .footer-distributed .footer-right .footer-icons a {

      width: 50px; /* Adjusted width for larger screens */

      height: 60px; /* Adjusted height for larger screens */

      line-height: 50px; /* Adjusted line-height for larger screens */

      font-size: 30px; /* Adjusted font size for larger screens */

  }

  .footer-distributed .footer-right .footer-icons a i {


    font-size: 28px;
  }

  .footer_location_container{
    
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: space-evenly;
  
    /* background-color: aqua; */
  
  }
  .pune_location{
   display: flex;
   flex-direction: row;

   
  

  }
  
  .pune_location p{
    color: grey;
  height: 200px;
  width: 750px;
  margin-left: 30px;
  font-size: 40px;
  
  
  }
  
  .mumbai_location{
    display: flex;
    flex-direction: row;
 
    margin-top: 50px;
  
  }
  .mumbai_location p{
    color: grey;
    height: 100px;
    width: 775px;
    margin-left: 30px;
    font-size: 40px;
  
  }
  .mumbai_location h4{
    margin-left: 20px;
    
    color:  lightseagreen;
    font-size: 50px;
  
  }
  .pune_location i{
    color: #0c0c0c;
    font-size: 60px;
    margin-left: -430px;
    position: relative;
     top: 150px;
  
  
  }
  .pune_location iframe{
    height: 700px;
    width: 700px;
  }
  .pune_location h5{
    margin-left: 40px;
    color:  lightseagreen;
    font-size: 50px;
  
  }
  .mumbai_location i{
    color: #0c0c0c;
    font-size: 67px;
    margin-left: -400px;
    position: relative;
    top:130px;
  
  }
  .mumbai_location iframe{
    height: 700px;
    width: 700px;
  }

}

