.mynav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 100px;
}
a:hover {
  color: #e9007b !important;
  text-decoration: none !important;
}
.links {
  display: flex;
  width: 30%;
  justify-content: space-between;
  padding-top: 20px;
}

.nav_link {
  font-weight: 700;
  font-size: 17px;
}

.glass_img_div {
  width: 550px;
  height: 450px;
  background-color: red;
  border-radius: 20px;
  overflow: hidden;
}
/* .li_mobile{
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
  /* font-size: 20px;
} */ */

.li_mobile :hover{
  color: #e9007b;
}

.glass_img {
  width: 100%;
  height: 101%;
  object-fit: cover;
  
}

.content1 {
  display: flex;
  margin-top: 100px;
  /* background: url("../assets/backgroun_lines.png") no-repeat;
  background-size: contain;
  background-position: right; */
}

.heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  /* height: 12rem; */

}

.heading_div {
  width: 100%;
}

.content_side {
  margin: 0 40px;
}

.business_span {
  color: #880a47;
}
 
 
.content_side_para {
  padding-top: 10px;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}
.pop p{
  font-family:  "Poppins", sans-serif;
  font-weight: bold;
}
/* .pop h1{
  font-weight: bold;
} */

.content_side_para_div {
  width: 100%;
}

.org_btn {
  color: white;
  background-color: #ff4d14;
  border-radius: 12px;
  border: none;
  padding: 10px 30px;
  margin-top: 10px;
   box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.container1 {
  width: 80%;
  margin: 0 auto;
}

.ptr_img {
  margin-top: 70px;
}

.heading_div2 {
  width: 100%;
  margin-top: 55px;
  background: url("../assets/backgroun_lines_flip.png") no-repeat;
  background-size: 1000px;
  background-position: bottom;
}



.business_span2 {
  color: #880a47;
}

.heading2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 75px;
}

.temp {
  margin-top: 60px;
}

.temp2 {
  font-family: "Poppins", sans-serif;
  color: rgb(109, 108, 108);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.ul_list_div {
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

ul {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.temp4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 18px;
}

.temp5 {
  font-family: "Poppins", sans-serif;
  color: rgb(109, 108, 108);
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  /* width: 300px; */
  width: 100% !important;
}

.temp_move{
  margin-left: 4rem;
}

.flex_point {
  display: flex;
}

.ano_side_box {
  width: 80%;
  height: 400px;
  background-color: #eddae3;
  margin: 150px auto;
  border-radius: 50px;
  padding: 40px;
}

.horizontal {
  margin: 150px 10% 0 10%;
  background-color: black;
}

.horizontal hr {
  border: 1px solid rgb(0, 0, 0);
}

.temp6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 16px;
}

.esc {
  width: 80%;
}

.heading3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 75px;
  line-height: 1.4;
}

.content5 {
  display: flex;
}

.hr {
  border: 1px solid black;
}

.hr_div {
  margin-right: 50px;
  background-color: black;
}

.content6 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: flex;
  margin-top: 100px;
  background-color: #eddae3;
}

.aboutus_img_div {
  width: 66%;
  height: auto;
  border-radius: 17px;
  overflow: hidden;
}

.aboutus_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutusPara {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.ahr {
  border: 1px solid black;
}

.ahr_div {
  background-color: black;
  margin: 50px 200px 50px 0;
}

.review {
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 200px;
  background-color: #eddae3;
  border-radius: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.content7 {
  margin-top: 200px;
  display: flex;
  background: url("../assets/backgroun_lines_flip.png") no-repeat;
  background-size: 1000px;
  background-position: top;
}

.review2 {
  margin-top: 100px;
  border-radius: 0px 30px 0px 30px;
}

.content11 {
  display: flex;
  margin-top: 200px;
}

.que-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding: 5px;
}
.modal_text{
  margin-top: 30px;
}
.plus_btn{
  border: none;
}

.content12 {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.lets {
  font-size: 25px;
  font-weight: 600;
}

.hrform {
  margin: 0 30%;
}

.hrform hr {
  border: 1px solid #e9007b;
}

.partner {
  margin: 50px auto;
  width: 100%;
}

.partner img {
  margin: 0 auto;
  /* object-fit: cover; */
}

.navbar {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  align-items: center;
  border-bottom: 2px solid rgb(233, 0, 123);
  margin: 0 auto;
}
.logo-box {
  float: left;
  margin-right: 20px;
}
.tooglebtn {
  display: none;
}
.logo-box a {
  outline: none;
  display: block;
}
.logo-box img {
  display: block;
}
nav {
  overflow: hidden;
}
.togglecontainer {
  display: none;
  width: 18rem;
  
}
.show {
  display: none;
}

nav a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #868686;
  text-transform: capitalize;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
nav li {
  display: inline-block;
  margin-left: 25px;
  height: 70px;
  line-height: 70px;
  transition: 0.5s linear;
}
nav a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #868686;
  text-transform: capitalize;
}

  .active {
   text-decoration: underline;
   text-decoration-color: #e9007b;
   text-underline-offset: 7px;
   text-decoration-thickness: 4px;
    
  }

nav a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 15px;
  background: rgb(255, 0, 85);
  transition: width 0.5s linear;
}
/* nav a:hover:after {
  width: 100%;
} */

.logo {
  width: 70px;
}
#temp22{
  box-sizing: content-box;
  width: 45px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #ff4d14;
}

.lorem {
    color:whitesmoke;
   
}
.a_tag{
  text-decoration: none;
}
.text-center{
  /* display: flex; */
  gap: 12px;
  margin-right: -20px;
}
.queflex_div{
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer {
  width: 100%;
  height: fit-content;
  background-color: black;
}

.connect_png{
    width: 150px;
    padding-right: 10px;
  }

.lead {
    font-weight: bold;
    font-size: 50px;
    color: #fff;

}
.bi-arrow-right{
  margin-left: -55px;
}

.footer_hr_div {
    background-color: #fff;
}

.footer_hr {
    border: 1px solid white;
}

.social-links{
  /* margin: 0 0 0 20px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: 0.3s; line-height: 0;
  gap: 7px;
}
.social-links2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: 0.3s; line-height: 0;
  gap: 7px;
}

.social_1{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background-color: #ff4d14;
}
.social_2{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: black;
}

#Dedication{
  margin-top: 2rem;

}




.footlist {
    display: flex;
}

.footlist1 {
    display: flex;
    width: 100%; 
    gap: 100px; 
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
 
}
.mukki_div{
  display: flex;
  gap: 3.5rem;
}
.bold{
  font-weight: bold;
}
.f_mukki{
font-size: 1.5rem;
}
.user_img{
  width: 90px;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: -50px;
}
.quotes_p{
  width: 100%;
  text-align: right;
}
.user_img2{
  width: 90px;
  position: absolute;
  left: -45px;
  top: -50px;
}
.double{
  width: 25px;
  position: absolute;
  left: 2px;
  top: 33px;
}
.double_down{
  position: absolute;
  width: 25px;
  transform: scaleY(-1);
  transform: scaleX(-1);
  right: 279px;
  top: 111px;
}

.double1{
  width:25px ;
  position: absolute;
  left: 0px;
  top: 37px;
}
.double_down2{
  position: absolute;
  width: 25px;
  transform: scaleY(-1);
  transform: scaleX(-1);
  right: 257px;
  top: 109px;

}
#input{
  border-radius: 0px 0px 0px 15px ;
  height: 38px;
}

.input_div{
  width: 20rem;
  height: 2rem;
 display: flex;
 /* flex-direction: column; */
}
.input_div1{
  display: flex;
  flex-direction: column;
}
.nxt_btn{
  width: 4.7rem;
  height: 2.4rem;
  border-radius: 0px 15px 0px 0px;
  border: none;
  color: #e9007b;
}

.footer_div1{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.copy{
  width: 100%;
  align-items: start;
  justify-content: center;
  padding-left: 157px;
  padding-bottom: 8px;
}



@media (max-width: 1200px) {
  .content1 {
    flex-direction: column;
  }

  .glass_img_div {
    width: 100%;
  }

  .hr_div {
    display: none;
  }

  .content5 {
    flex-direction: column;
  }

    .aboutus_img_div {
      display: none;
    }
  
}

@media (min-width: 1200px){
  .footer_div1 {
    display: flex;
    gap: 6px;
  }
  .company{
    margin-left: 54px;
  }
  /* .f_link{
    margin-left: -21px;
  } */

  


}

@media screen and (max-width: 660px) {

  .heading {
    font-size: 40px;

    font-weight: 700;
    line-height: 196px;
    height: auto;
}




    header {text-align: center;}
    .logo-box {
      float: none;
      display: inline-block;
      margin: 0 0 16px 0;
    }
    ul {float: none;}
    nav li:first-of-type {margin-left: 0;}
    .connect_png {
        display: none;
      }
  }
  @media screen and (max-width: 550px) {

  nav {overflow: visible;}
  nav li {
    display: block;
    margin: 0;
    height: 40px;
    line-height: 40px;
  }

  nav li:hover {background: rgba(0,0,0,.1);}
  nav a:after {content: none;}
  }



@media (max-width: 750px) {
  .var2_img {
    display: none;
  }

  .hrform {
    margin: 0 5%;
  }
}

@media (max-width: 750px) {
  .var2_img {
    display: none;
  }

  .content7 {
    flex-direction: column;
    margin-top: 100px;
  }

  .content10 {
    margin-top: 100px;
  }
}

@media (max-width: 800px) and (min-width: 750px) {
  .reviews {
    display: none;
  }
}

@media (max-width: 950px) {
  .content11 {
    flex-direction: column;
  }

  .queflex_div {
    margin-top: 100px;
  }
}

@media (max-width: 800px) {

    .footer{
      /* display: flex; */
      padding: 0px;
    
    }

    .footer_div1{
      display: flex;
      flex-direction: column;
      gap: 2rem;
      align-items: center;

    }
  

    


    .ul_div{
      display: flex;
      flex-direction: column;
      margin-top: -11rem;
    }
    .ul{
      display: flex;
      flex-direction: row;
    }
    .div_down{
      display: flex;
      flex-direction: column;
      width: 60%;
    }
    .product-para{
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .up_h2 {
      width: 17rem;
      font-weight: bold;
      font-size: 1.2rem;
    }
    .up_div{
      display: flex;
      flex-direction: column;
    }
    .want-head {
      text-align: center;
      margin-top: 2rem;
      font-size: 1.6rem;
    }
    .div1{
      margin-top: -2rem;
      margin-left: 15px;
    }
    .resources{
      margin-top: -7rem;
      margin-bottom: 10rem;
    }
    .support{
      margin-top: -16rem;
      margin-bottom: 10rem;
    }
    .line_img2{
      display: none;
    }
    .p-tag-connecting{
    
      width: 218px;
      text-align: justify;
      margin-right: 0rem;
      padding-left:0px;
      margin-top: 10px;
    }
    .want {
      width: 21rem;
      font-size: 2rem;
      line-height: 47px;
      font-weight: 400;
      margin-left: 20px;
    }
    .get {
      margin-left: 7px;
      font-size: 1.6rem;
      text-align: center;
    }
    .navbar{
      position: relative;
    }
    .about_btns {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3rem;
    }
    .togglecontainer{
      width: 16rem;
      display: block;
      position: absolute;
      right: -34px;
      top: 57px;
      /* padding: 10px 20px;  */
      z-index: 10;
      /* border-radius: 80px; */
    }
    .show{
      height: 100%;
      width: 100%;
      border-radius: 40px;
    
    }
    .nav-big{
      display: none;
    }
    .show nav li{
      background-color: rgba(0, 0, 0, 0.719);
      width: 100%;
      height: 100%;
      font-size: 20px;
      padding: 10px 15px;
      
      
    }
    .tooglebtn{
      background-color: transparent;
      border: none;
    
    }
    .tooglebtn{
      display: block;
    }

    .footlist {
        flex-direction: column;
    }

    .footlist1 {
        flex-direction: column;
    }
}


/* **********blog*********** */

.content{
  width: 100vw;
  overflow: hidden;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 6rem;


}
.left1{
 overflow: hidden;
  /* width: 50%; */
  padding: 3.5rem;
  /* height: 80vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(253, 213, 213);


}
.date{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 1rem;
}

.blog_texts{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8%;
}
.hr1{
  border: 1px solid black;
}
.right1{
  /* background-image: url(../assets/blog_1.png); */
  overflow: hidden;
  object-fit: contain;
  /* width: 50%; */
  height: 80vh;
  padding: 3rem;
  margin-left: -1rem;
}
.blogimg_0{
  width: 100%;
  height: 100%;

}
.read_btn{
  text-decoration: underline;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  width: 10rem;
  background-color: transparent;
}
.arrow{
  width: 29px;
}
.h1_blog{
  width: 100%;
  /* margin: 2rem; */
}
.text_blog{
  width: 100%;
  /* margin: 2rem; */
}
.down_divz{
  margin-top: -7rem;
}

.content2 {

  width: 100vw;
  box-sizing: border-box;
  display: flex;
  height: auto;
  padding: 2rem;


}
.f_div{
  
  width:32 ;
  display: flex;
  flex-direction: column;


}
.img1{
  width: 100%;
}

.content3{
  width: 100vw;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.row_img_div{
  width: 30;
 height: auto;
}
.img_social{
  width: 100%;
  height: 100%;
}
.social_img_div{
  width: 80vw;
  height: 80%;
  display: flex;
  /* gap: 4rem; */

}
.single_div{
  width: 40vw;
  object-fit: cover;
  overflow: hidden;
}
.hr2{
 width: 60px;
}

/* *******blog media******* */

@media (max-width :576px) {
  .left1{
    gap: 0px;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  
  }
  .h1_blog {
    width: 96%;
  }
  .text_blog{
    width: 100%;
  }
  .right1{
    display: none;
  }
  .mukki_div{
    display: flex;
    flex-direction: column;
  }
  
}
@media (max-width :768px) {
 .content{
  display: flex;
  flex-direction: column;
 }
 .input_div{
  display: flex;
  flex-direction: column;
 }
  
}

.techback {
  background: url('../assets/techImg.png') no-repeat;
  background-position: right;
}

.solutions {
  background: url('../assets/solution.png') no-repeat;
  background-position: right;
}



/* ********service page*********** */

.condent{
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.text_service{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-bottom: 3px solid black;
  padding: 7rem;
  text-align: center;

}

.first_h1{
  font-size: 3rem;
  font-weight: bold;
  color: black;
 

}


.Excellence{
  display: flex;
  align-items: start;
  /* justify-content: center; */
  flex-direction: column;
  gap: 3rem;

}

.Dedication_h3{
  font-weight: bold;
}
.web_btn{
  width: 20rem;
  height: 3rem;
  border-radius: 50px 50px 50px 50px;
  background-color: #b67373af;
  border: none;
  font-size: 1.3rem;

}
.buttons{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.r_img1{
  position: relative;
  /* overflow: hidden; */
  object-fit: cover;
  width: 6rem;
  height: 6rem;
  /* background-color: #ff4d14; */
  border-radius: 50%;
  border: 4px solid gray;
  margin-right: -47px;
  margin-top: 108px;
}
.photos{
  width:5.5rem ;
  position: absolute;
  z-index: 2;
}

.r_img2{
  position: relative;
  width: 9rem;
  height: 9rem;
  /* background-color:red; */
  border-radius: 50%;
  border: 4px solid gray;

}
.photos1{
position: absolute;
width: 8.5rem;
}
.round{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.down_div_h2{
  color: #ff4d14;
  font-size: 42px;
  font-weight: 600;
}
.right_h3{
  color: #ff4d14;
  font-size: 40px;
}
.btns{
  border-color: #ff4d14;
  font-size: 14px;
  background-color: #86868692;
  width: 131px;
  padding: 5px;
  height: 61px;
}
.buttons_service{
  display: flex;
  gap: 1.5rem;
}
.button_div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  padding-left: 3rem;
  
  overflow: hidden;


}
.one_div{
  display: flex;
}

.condent2{
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6rem;
  gap: 4rem;
}
.buttons_service{
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
}


.left_div_service{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10rem;

}
.right_div_service{
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}


@media(max-width:1200px){
  .condent2,.round{
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .left_div_service, .right_div_service {
    width: 100%;
  }
  .buttons_service{
    display: inline-grid;
    grid-template-columns: auto auto auto;
  }
}

@media(max-width:768px){

  .buttons_service{
    display: inline-grid;
    grid-template-columns: auto auto;
  
}
}
@media (max-width:600) {

  .buttons_service{
    display: inline-grid;
    grid-template-columns: 1;
  }
  
}


.mycontainer {
  margin: 100px 10% 0 10%;
}

.divmark {
  background-color: #eddae3;
  width: 80%;
  height: fit-content;
  margin: 0 auto; 
  display: flex;
  border-radius: 20px;
  padding: 40px 10px;
}

.temp22 {
  font-family: "Poppins", sans-serif;
  color: rgb(109, 108, 108);
  font-size: 15px;
  font-weight: 600;
}
.row { 
margin-left: 0px !important; 
}
@media (max-width: 900px) {
  .imageicon {
    display: none;
  }
}

.form_home{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}
.inputs{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  width: 42rem;
  padding: 1.5rem;
  border: #fff;
  border-bottom: 2px solid #e9007b;
  font-size: 18px;
}

b, strong {
  font-weight: bold !important;
}

/* slider */

.nxt_slide_window{
  width: 100%;
  display: flex;
  gap: 1.9rem;
  justify-content: flex-end;
  padding-right: 7rem;
  margin-right: 7px;
  margin-top: -55px;
  
}

.slide_widow_1{
  width: 20rem;
  background-position: center;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/slide_widow1.jpg);
  height: 9rem;
  border-radius: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 1.5rem;
}
.slide_widow_2{
  width: 20rem;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/slide_window2.jpg);
  height: 9rem;
  border-radius: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 1.5rem;
}

.slide_img{
  position: relative;
  width: 10rem;
}
.home_main{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.arrow_line{
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider_line{
  width: 1px;
  height:18rem;
  background-color: #880a47;
  position: relative;

}
.slider_bar{
  position: absolute;
  top: 0rem;
  right: 0px;
  width: 4px;
  height: 6rem;
  background-color: #ff4d14;
  border-radius: 15px;
}
#slider-num{
  color: #880a47;
  font-family: sans-serif;
  margin-top: 21px;
  font-weight: bolder;
}
.content_side{
  width: 82%;
}
.slide_btn_div{
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.slide_div{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #e2dede;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:1200px){
  .arrow_line{
    display: none;
  }
}

@media(max-width:872px){
  .nxt_slide_window{
    flex-direction: column;
    align-items: center;
  }
  .slide_btn_div{
    flex-direction: row;
  }
}

@media(max-width:768px){
  .content_side_para{
    margin-top: 106px;
  }
}

.text_color{
  color: #e9007b;
}

/* contact */
.contact_div1{
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  gap: 20px;
}
.contact_main{
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  gap: 50px;


}
.input_side{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: -300px;

}
.contact_img_div{
  width: 50%;
  margin-left: 8px;
  gap: 70px;
  display: flex;
  flex-direction: column;
}
.phn_img{
  width: 100%;
  border-radius: 18px 18px 18px 18px;
}
.form_div{
  padding: 26px;
}
.contact_left{
  margin-top: 45px;
}
.office_div{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

/* media_contact */

@media(max-width:600px){
  .input_side{
    margin-top: 0px;
    padding: 23px;
    width: 100%;
    gap: 0px;
  }
  .contact_main{
    flex-direction: column;
    padding: 20px;
  }
  .contact_img_div{
    width: 100%;

  }
  .map_div{
    width: 100%;
  }
  .heading{
    line-height: 1.2;
    padding: 0px;
    margin: 0px;
  }
  .heading_div{
    width: 100%;
  }
  .nxt_slide_window{
    width: 100%;
    padding-left: 56px;
  
  }
  .heading_div2{
    width: 100%;
  }
  .content_side_para{
    margin-top: 0px;
  }
  .inputs{
    width: 100%;
    margin: 0px;

  }
  .text_service{
    padding: 10px;
  }
  .button_div{
    padding-left: 0.5rem;
  }
  .lead_div{
    display: flex;
    gap: 2px;
  }
  .social-links{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-around;
  }
  .input_div{
    display: flex;
    gap: 16px;

  }
  #input, .nxt_btn{
    border-radius: 0px;
  }
  .copy{
    /* width: 100%; */
    width: 100%;
    padding-left: 40px;
  }
  .content{
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }
  .l_div{
    width: 100%;
    margin-left: 0px;
  }
  .double, .double_down, .double_down2, .double1 {
    display: none;
  }
  .temp3{
    margin-left: -14px;
  }
  .heading2{
    line-height: 40px;
  }
  .ano_side_box{
    height: auto;
    width: 100%;
    margin: 0px auto;
  }
  .container, .content3{
    padding-top: 0px;
    margin-top: 15px;
  }
  .content11{
    margin-top: 10px;
  }
  /* .partner {
    width: 100%;
 
  } */
  /* .partner_img{
    width: 100%;
  } */
  .round{
    padding-top: 0px;
  }
  .Excellence{
    gap: 0rem;
  }
  .blog_date{
    margin-left:0px
  }
  .nelica_div{
    margin: 0px;
  }
  .arrow_s{
    padding-top: 0px;
  }
  .our_h1{
    margin-bottom: -70px;
  }
  .career_l_img{

    margin-left: 20px;
    padding-bottom: 10px;

  }
  .copy2{
    padding-left: 72px;
  }



  
}
.partner_img{
  width: 100%;
}
.career_l_img{
  width: 80%;
  margin-left: 70px;
  padding-bottom: 18px;
}
.blog_date{
  margin-left: -40px;
}
.nelica_div{
  width: 90%;
  margin: 200px auto 0 auto;
}

@media(max-width:800px){

  .input_side{
    margin-top: 0px;
  }
  .form_div{
    overflow: hidden;

  }

  

}

@media(max-width:1280px){
  .form_div{
    overflow: hidden;
  }

}

.terms{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  gap: 20px;
}
.term_div1{
  width: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}


/* about page */
/* 
.mycontainer {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}



/* Responsive styles */
/* @media (min-width: 768px) {
  .testimonial {
      display: flex;
      align-items: center;
  }

  .testimonial .col-md-6 {
      width: 50%;
  }
}  */

@media (max-width: 500px){
  .people_div1{
    flex-direction: column;
  }
  .peropel_img1{
    width: 100%;
  }
  .logo_about{
    width: 100%;
    padding: 0px;
    
  }
  .log_div{
    margin-top: 50px;
  }
  .about-box1{
    margin-left: 0px;
  }
}



 