@media only screen and (max-width: 450px) {
    /*------header part-------*/
    .bg_animation {
      width: 100%;
      margin: 2% 0;
      min-height: 30vw;
    }
    .bg_animate {
      min-height: 30vw;
    }
    .header {
      flex-direction: column;
    }
    .header-left {
      display:flex;
    }
    .header-left div{
      display: block;
    }
    .header-left p {
      font-size: 4vw;
      padding-top: 0vh;
      padding-left: 0;
      display: flex;
      flex-direction: column;
    }
    .header-left p div div{
      font-size: 2vw;
    }
    .header_ph{
      font-size: 3.5vw;
    }
    .header-right {
        display: none;
      /* font-size: 8vw;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 0.3vh;*/
    } 

    
/* ------------------------intro---------------------------*/
.intro {
    flex-direction: column; 
}
.intro_left, .intro_right {
    width: 100%;
}
.heading, .sub_heading, .detail {
    width: 90%; 
    margin: 1vw 5%; 
    font-size: 5vw; 
}
.detail {
    font-size: 4vw; 
}
.intro_img {
    width: 80%; 
    margin-bottom: 1vw;
}
hr {
    width: 90%; 
}

/* -----Contact-Form----- */
.contai {
    max-width: 95%;
    height: auto;
    padding: 2vh;
    border-radius: 2.5vh;
}
.wrapp {
    flex-direction: column;
    height: auto;
    margin-top: 1vh;
}
.left-container {
    height: 13vh;
}
.left-container p {
    font-size: 3vh;
}
.left-inner-container {
    height: auto;
    width: 100%;
    line-height: 3vh;
}
.company-info, .contac {
    width: 100%;
    padding-top: 5vh;
    border-radius: 2vh; 

}
.company-info{
    margin-bottom: 1vh;

} 
.company-info h3, .company-info ul, .contac h3, .contac form {
    text-align: center;
   
    margin-bottom: 1vh;
}
.contac form input{
   border-radius: 1vh;
}
.contac form {
    /* grid-template-columns: 1fr;
    grid-gap: 2vh;  */
    display: flex;
    flex-direction: column;
}
.contac form .full button{
    border-radius: 1.5vh;
}
.contac form .full {
    
    grid-column: 1 / 3;
}
.contac form button {
    font-size: 2.6vh;
}
.contac form button:hover{
    color: rgb(145, 218, 100);
}
.contac form label{
    display: flex;
    margin-left: 10px;
    font-size: 1rem;
}
.contac h3{
  font-size: 1.5rem;
}

/*---Testimonials Section----- */
  
.wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 1vh;
}

.wrapper .box {
    width: 100%;
    padding: 2vh;
    margin-bottom: 2vh;
}

.wrapper .box i.quote {
    font-size: 3vh;
}

.box .info .name {
    font-size: 2.5vh;
}

.box .info .job {
    font-size: 2.4vh;
}

.box .info .stars {
    margin-top: 1vh;
}

.box .content .image {
    height: 12vh;
    width: 12vh;
    padding: 0.5vh;
}

.content .image img {
    border: 0.4vh solid #fff;
} 



/* ---------------------------------------------------------------------------------navbar----------------------------- */
.form_page{
    display: block;
    overflow: hidden;
}
.nav hr{
    width: 80%;
    position: absolute;
    right: -5vw;
}
nav{
    width: 100%;
    top: 0;
    position: sticky;
    display: flex;
    padding: 0;
    background-color: white;
    z-index: 9;
}
.navbar{
    display: none;
  }
.mob_navbar{
    position: absolute;
    top: 15vw;
    left:25vw;
    width: 75%;
}
.mob_navbar li{
    margin: 6vw;    
}
.a{
    font-size: 5vw;
    color: white;
}
.logo{
    width: 30%;
    margin: 0 5%;
}
.logo_arambh{
    width: 100%;
}
.social_media_icon{
    display: none;
}
.mob_social_icon{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
   
}
.icon{
    width: 10vw;
    height: 10vw;
    border: 2.5px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    cursor: pointer;
    text-decoration: none;
    color: black;
    background-color: white;
}
.icon:hover{
    background-color: white;
    color: black;

}

.bar_icon{
    display: block;
    width: 13%;
    margin: 0 2vw;
    font-size: 7vw;
    right: 2vw;
    top: 3.5vw;
    position: absolute;
    border: 2px solid lightgray;
    padding: 1.5vw 2.5vw ;
    border-radius: 2vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
}


.navigation{
    position:fixed;
    top: 0;
    right: -500px;
    width: 300px;
    height: 100%;
    background-color: rgb(233, 232, 232);
    transition: .5s;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 9;
    background-color: #231834;
}
.nav{
    position: absolute;
    top: 80px;
    right: 40px;
    width: 320px;
}

.x_icon{
    position: absolute;
    top: -10vw;
    right: -2vw;
    color: black;
    font-size: 2rem;
    border: 2px solid lightgray;
    padding: 1.5vw 2.5vw ;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    
  }


/* -----------------------------------------------------------------------------homepage slider---------------- */
  .main-part {
    width: 95%;
    margin: 0 2.5%;
    height: 135vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: rgb(242, 242, 242);
}
.js-slider {
    position: relative;
    width: 95%;
    height: 70vw;
    margin: 0 auto;
}
.js-slider_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.c-img-w-full {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vw;
    transform: translate3d(-50%, -50%, 0);
}
.wo-h3 {
    margin-top: 7vw;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #079FF7;
    font-size: 6vw;
    text-align: center;
}

.wo-credit {
    font-size: 4vw;
    text-align: justify;
}

.js-slider_indicator {
    position: absolute;
    left: 0;
    top: 101%;
    width: 100%;
    text-align: center;
}
.js-slider-indi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 1vw;
    background: #079FF7;
    transform: translate3d(-50%, -50%, 0);
}
.js-slider_nav_item {
    position: absolute;
    display: none;
    width: 10vw;
    height: 10vw;
    border: 2px solid #079FF7;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js-slider_nav_item:before {
    content: "";
    display: block;
    position: absolute;
    left: 2vw;
    top: 50%;
    width: 3vw;
    height: 2px;
    background-color: #079FF7;
    transform-origin: left bottom;
    transform: translate3d(0, -50%, 0) rotate(-45deg);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js-slider_nav_item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 2px;
    background-color: #079FF7;
    transform: translate3d(-50%, -50%, 0);
}


/* ---------------------------------------------------------------------------------why choose us --------------- */


.sec7{
    width: 95% ;
    margin: 0 2.5% ;
    margin-bottom:3vw ;
  }
  .sec7_up,.sec7_down{
  width: 100%;
  display: block ;
  margin-bottom: 2vw;
  }
  
  .box_text{
    width: 100% ;
    border-radius: 1vw;
    padding: 1.5vw;
    display: flex ;
    flex-direction: row !important;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 2vw 0 ; 
  
  }
  .mob_box_text{
    display: flex;
    flex-direction: column;
    margin: 0 2vw;
  }
  .box_img{
    width: 20% !important;
  }

  .box_text:hover .sec7_img{
    animation: bounce 1s linear infinite;
      
      }
      
    @keyframes bounce {
      
      20%, 50%, 80%, to{
      
      transform: translateY (0)
      }
      40%{
        transform: translateY (-30px)
      }
      65%{
        transform: translateY (-15px)
      }
      85%{
        transform: translateY (-5px)
      }    
    }


  .sec7_img{
  padding: 2vw 0;
  }
  .heading_text{
    font-size: 5.5vw;
    font-family: myfont5;
    margin-bottom: 1vw;
    text-align:left ;
  }
  .content_text{
    font-size: 3vw;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-style: normal;
  }

/*------------------------------------------------------------------------------------------- our team -------------*/
.our_team{
  width: 90%;
  margin: 0 5%;
  display: block;
  justify-content: space-around;
  background-color: white;
  padding: 3vw 5%;
  border-radius: 2vw;
}
  .team_box{
    width: 100%;
    margin: 5vw 0;
  }
  .team_img{
    width: 90%;
    margin: 0 5%;
    border-radius: 2vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  }
  .team_dept{
    width: 100%;
    height: 35vw;
    border-radius: 2vw;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 7vw;
    font-weight:600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

  }
  .team_img1{
    width: 100%;
    border-radius: 2vw;
  
  }
  .team_dept p{
    font-size: 5vw;
   font-weight: normal;
   z-index: 1;
  }
  .arrow{
    width: 10%;
    rotate: 45deg;
    position: absolute;
    top: -5%;
  }
  .arrow_d{
    width: 10%;
    rotate: 45deg;
    position: absolute;
    bottom: -5%;
  
  }

/*------------------------------------------------------------------------------------- service_page------------- */
.box_border{
    width:100%;
  }
  
  .service_pg{
    padding: 0 0 2vw 0;
    width: 100%;
    
  }
  .intern_img{
    width: 100%;
  }
  .service_pg_img{
    width: 100%;
  }
  .mob_sec7{
    width: 90%;
    margin: 0 5%;
    margin-bottom:3vw ;
  }
  .mob_box_border{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mob_box_img{
    width: 90% !important;
  }
  .mob_sec7_up,.mob_sec7_down{
    width: 100%;
    display: block;
    margin-bottom: 2vw;
    }
  .mob_serv_pg{
    width: 100%;
    border-radius: 1vw;
    padding: 5vw;
    display: block;
    align-items: center;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 5vw 0;
  }
  .mob_heading_text{
    font-size: 6vw;
    font-family: myfont5;
    margin-bottom: 2vw;
    text-align: center;
  }
  .mob_content_text{
    font-size: 4vw;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-style: normal;
    text-align: justify;
  }
  .intern_text{
    width: 90%;
    margin: 5vw 5%;
    display: block;
  }
  .intern_text div{
    width: 100%;
  }
  .intern_heading{
    width: 100%;
    font-size: 4vw;
    text-align: justify;
  }
  .intern_pg_img{
    width: 100%;
  }
  .intern_box{
    width: 90%;
    display: block;
    margin: 5vw 5% 10vw 5%;
  }
  .img_box{
    width: 100%;
    display: flex;
    margin: 5vw 0;
    padding: 5vw 0 15vw 0;
    justify-content: space-around;
    position: relative;
    background-color: white;
    border-radius:1vw ;
  
  }
  .intern_img{
    width: 90%;
    border-radius:1vw ;
  }
  .intern_btn{
    position: absolute;
    width: 90%;
    font-size: 4vw;
    font-weight: 700;
    padding: 3vw 1vw;
    border-radius: 2rem;
    background-color:  rgb(255, 64, 0);
    color: white;
    bottom: 1vw;
    cursor: pointer;
  }
  .mob_feedback{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  }
  @keyframes appear_port{
    from{
      opacity: 0;
      transform: translateX(100%);
    }
    to{
      opacity: 1;
      transform: translateX(40%);
    }
  }
  .portfolio_sec{
    display: none;
  }
  .mob_portfolio_sec{
    display: block;
    width: 90%;
    margin: 0 5%;
    overflow-x: hidden;
    padding: 2vw 0;
  }
  .portfolio_logo{
    width: 100%;
    display: flex;
    /* animation: brand_slide 20s linear infinite; */
  }
  .portfolio_logo img{
    width: 70%;
    height: 20vw;
    margin: 0 10vw;

  }
  /* @keyframes brand_slide {
    from{
      transform: translateX(80);
    }
    to{
      transform: translateX(-20%);
    }
  }*/




  /* About Section */


  .contente {
    max-width: 100%;
    margin-top: 15vh;
    margin-bottom: 30vh;
    color:#575a5c;
  }
.contente  h1{
  font-size: 2em;
}
.contente p {
  font-size: 1em;
  
}
  .features {
    
    padding: 20px;
    margin-top: 1vh;
    margin-right: 5vw;
    border-radius: 25px;
    max-width: 100%;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    
    padding: 50px;
    background:url(../img/people.png) no-repeat center center/cover;
    height: 50vh;
    color: #fff;
  }
  .story-section{
    margin-top: 65vh;
  }
  .additional-sections{
    flex-direction: column;
    max-width: 100%;
  }
  .additional-sections > div {
    width: 100%;
  }
}
  