@media (min-width: 1400px) {
/* .team__img {
  width: 85% !important;
} */
/* body {
      overflow-x: hidden;

} */

/* bg changings img */
.head_section_team {
    background: url('../img/portfolio_bg.png');
    height: 50vh;
}


.team_img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 76% !important;
    margin-left: auto;
    margin-right: auto;
}
.contact_section {
      margin-left: auto;
    margin-right: auto;
    width: 85% !important;
}
.curve_arrow_img {
    width: 30%;
    position: absolute;
    right: 210px;
    top: 20px;
}
  .ceo-img {
    width: 50% !important;
    height: auto;
  }
  .toggle-btn {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: 38px;
    height: 38px;
    background-color: #0d1b48;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    z-index: 3;
    transition: all 0.3s ease;
}
.social-icons {
    position: absolute;
    bottom: 0%;
    transform: translateY(-10%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 6%;
    opacity: 0;
    transition: .3s;
}
  .head_section_company {
  background: url('../img/company-bg.png');
  height: 50vh;
}
  

}

@media(max-width: 1400px){
  .navbar-nav .nav-link{
    margin-left: 5px;
  }


  /* body {
        overflow-x: hidden;
  } */

}


@media only screen and (min-width: 768px) and (max-width: 1199px) {

/* bg images changingis size */

.head_section_company {
  background: url('../img/company-bg.png');
  height: 70vh;
}

.head_section_team {
    background: url('../img/portfolio_bg.png');
    height: 100vh;
}
.head_section_team {
    background: url('../img/portfolio_bg.png');
    height: 100vh;
}


  .section-title {
    font-size: 1.9rem;
  }

  .main-blog-card {
    margin-bottom: 2rem;
  }

  .small-blog-card img {
    width: 90px;
    height: 60px;
  }


  .head_content {

    width: 80%;
    position: static;
    transform: none;
    margin: 50px auto;
  }
    /* body {
        overflow-x: hidden;
  } */
    .timeline-item {
    flex: 0 0 240px;
    margin-right: 40px;
  }

  .timeline-content {
    padding: 15px;
  }

  .experience_card {
    position: absolute;
    height: 15rem;
    margin-top: 20px;
    border-radius: 8px;
    bottom: 0;
    right: 0;
    border-radius: 8px 0px 8px 8px;
  }
  .team__img {
    width: 100% !important;
  }
  .culture-card img, .culture-item img {
    border-radius: 18px;
    transition: transform 0.3s ease;
    width: 100%;
    object-fit: cover;
    height: 22rem;
}

  .team_img {
    width: 100%;
    margin: 0 auto;
  }

  .stats_box {
    width: 90%;
    padding: 20px;
  }

  .navbar-nav {
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    border-radius: 10px;
  }

  .curve_arrow_img {
    position: absolute;
    right: 230px;
    top: 28px;
    width: 125px;
  }
  /* .seprator_line {
    display: none;
  } */
  .main_counter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
    .get_in_touch {
    position: relative;
    margin-bottom: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
    .footer_responsive {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


  .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
  }

  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }

  .dropdown-menu {
    background-color: #111;
    border: none;
    margin-left: 1rem;
  }

  .dropdown-menu .dropdown-item {
    color: #fff !important;
    padding: 0.5rem 1rem;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
.navbar-collapse {
    position: absolute;
    top: 0;
    width: 75%;
    height: auto;
    background-color: #000;
    padding: 2rem 1rem;
    transition: right 0.3s ease-in-out;
    z-index: 1;
    opacity: 1;
    border-radius: 0px 0px 10px 10px;
}

.navbar-collapse.show {
  right: 0;
}


.btn-close {
  filter: invert(1); 
  margin-bottom: 1rem;
}
.btn-business1 {
    padding: 10px 10px;
    margin-top: 2rem;
}
.bg-card .service1 ,.service2 ,.service3 ,.service4  {
    /* height: auto; */
    border-radius: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.input__field {
    width: 100%;
}
.social_icons {
    display: flex;
    justify-content: center;
}
.explore_txt {
    font-size: 30px;
}
.popular_works {
    color: #33b4e6;
    font-size: 20px;
}

.team_lunch_custom {
    height: 25rem !important;
    border-radius: 20px !important;
    width: 100% !important;
}





  .culture-grid {
    grid-template-columns: 1fr;
  }
  .culture-left {
    text-align: center;
  }

    .btn-business1_apply {
        padding: 10px 10px;
        margin-top: 2rem;
        width: 80%;
    }
    .btn-business1:hover .bussiness_arrow_apply {
    transform: translateX(112px);
    background-color: #fff;
    color: #00b4ff;
}
.btn-business1:hover .bussiness_text_apply {
    transform: translateX(-50px);
}
.bussiness_arrow_apply {
    background-color: #33b4e6;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s 
ease;
    position: absolute;
    left: 10%;
}
.bussiness_text_apply {
    transition: transform 0.6s 
ease;
    display: inline-block;
    position: absolute;
    right: 18%;
}


 .phone_custom,
  .mail_custom,
  .address_custom {
    width: 45%;
    height: auto;
    padding: 25px 15px;
  }

  .custom_roww {
    gap: 1.5rem;
  }

  .form_box_custom {
    width: 85%;
  }
  iframe {
  height: 25rem;
  width: 80%
  
}



























}
@media only screen and (min-width: 150px) and (max-width: 424px){

    /* body {
        overflow-x: hidden;
  } */

/* bg images changings size */

.head_section_company {
  background: url('../img/company-bg.png');
  height: 100vh;
}
.head_section_team {
    background: url('../img/portfolio_bg.png');
    height: 100vh;
}



.social-icons {
  position: absolute;
  right: 40px !important;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.toggle-btn {
    position: absolute;
    bottom: 5px;
    right: 40px !important;
    width: 38px;
    height: 38px;
    background-color: #0d1b48;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    z-index: 3;
    transition: all 0.3s ease;
}
}




@media only screen and (max-width: 767px) {

/* bg images changingis size */

.head_section_company {
  background: url('../img/company-bg.png');
  height: 50vh;
  background-repeat: no-repeat !important;
}
.head_section_team {
    background: url('../img/portfolio_bg.png');
    height: 50vh;
    background-repeat: no-repeat !important;
}



.bussiness_text_view_portfolio {
      transition: transform 0.6s 
ease;
    display: inline-block;
    position: absolute;
    right: 5%;
}



.bussiness_text_portfoilo_txt {
  transition: transform 0.6s ease;
  display: inline-block;
  position: absolute;
  right: 5%;
}




  .feedback_card{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .btn-business1:hover .bussiness_arrow_explore_ex {
    transform: translateX(97px);
    background-color: #33b4e6;
    color: #ffffffff;
}

   .head_content {
    width: 95%;
    font-size: 12px;
  }
  .btn-primary,
  .btn-business,
  .btn-business1,
  .btn_submit {
    padding: 10px 20px;
    font-size: 14px;
  }

  .navbar-brand img {
    max-width: 120px;
  }

    .seprator_line {
    display: none;
  }
  .main_counter {
    gap: 2rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .get_in_touch {
    position: relative;
    margin-bottom: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
    .footer_responsive {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
    .footer_responsive p{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }


  .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
  }

  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }

  .dropdown-menu {
    background-color: #111;
    border: none;
    margin-left: 1rem;
  }

  .dropdown-menu .dropdown-item {
    color: #fff !important;
    padding: 0.5rem 1rem;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }

.navbar-collapse {
    position: absolute;
    top: 0;
    width: 75%;
    height: auto;
    background-color: #000;
    padding: 2rem 1rem;
    transition: right 0.3s ease-in-out;
    z-index: 1;
    opacity: 1;
    border-radius: 0 0 10px 10px;
}

.navbar-collapse.show {
  right: 0;
}

.btn-close {
  filter: invert(1); 
  margin-bottom: 1rem;
}

.btn-business1 {
    padding: 10px 10px;
    margin-top: 2rem;
}
.stats_box {
    background-color: #1e2a5d;
    text-align: center;
    width: 100%;
}
  .head_section_portfolio {
    height: 80vh;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.stats_box .main_counter {
    gap: 4rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: justify;
}
  .experience_card {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 8px 8px 8px 8px;
  }
  .team_img {
    border-radius: 12px;
    position: relative;
    width: 100% !important;
    margin-left: auto;
    margin-top: 20px;
  }
    .curve_arrow_img {
    display: none;
    }
    .footer_links {
    border-left: none;
    padding-left: 0;
}
  .social_icons {
    margin-top: 3rem !important;
  }
  .input__field {
    width: 100%;
  }
  .social_icons {
    display: flex;
    justify-content: center;
}

.explore_txt {
    font-size: larger;
    font-weight: 600 !important;
}
.popular_works {
    color: #33b4e6;
    font-size: 15px;
}
/* .btn-business1_explore {
  width: 100%;
} */
.button_service_company {
  display: flex;
  justify-content: center;
}

.stat-card{
  width: 100%;
}

.timeline-item.right{
  left:0;
}

.timeline_connector_margin{
  margin-right:0rem;
  margin-left: 2rem;
}

.timeline::before{
  left:0%;
}
.timeline-circle{
  left:0%;
}

.timeline-item.left .timeline-connector,.timeline-item.right .timeline-connector {
    right: auto;
    left: 0;
}

.timeline-item{
  width:100%;
}

.timeline-item.left{
  text-align: left;
}

.parent_prof {
  justify-content: center;
}
.prof_skills {
  width: 35%;
}
.team_card_custom {
  margin-bottom : 2rem;
}

.toggle-btn {
      position: absolute;
    bottom: 5px;
    right: 70px;
    width: 38px;
    height: 38px;
    background-color: #0d1b48;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    z-index: 3;
    transition: all 0.3s ease;
}
.social-icons {
  position: absolute;
  right: 70px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-business1:hover .bussiness_text {
    transform: translateX(-35px);
}
.btn-business1:hover .bussiness_arrow_explore {
    transform: translateX(100px);
    background-color: #fff;
    color: #00b4ff;
}

    .btn-business1_contactus {
        padding: 10px 10px;
        margin-top: 2rem;
        width: 50%;
    }
    .btn-business1:hover .bussiness_arrow_contactus {
    transform: translateX(130px);
    background-color: #fff;
    color: #00b4ff;
}
.btn-business1:hover .bussiness_text_contactus {
    transform: translateX(-60px);
}
.bussiness_arrow_contactus {
    background-color: #33b4e6;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s 
ease;
    position: absolute;
    left: 10%;
}
.bussiness_text_contactus {
    transition: transform 0.6s 
ease;
    display: inline-block;
    position: absolute;
    right: 18%;
}





    .btn-business1_apply {
        padding: 10px 10px;
        margin-top: 2rem;
        width: 70%;
    }
    .btn-business1:hover .bussiness_arrow_apply {
    transform: translateX(100px);
    background-color: #fff;
    color: #00b4ff;
}
.btn-business1:hover .bussiness_text_apply {
    transform: translateX(-50px);
}
.bussiness_arrow_apply {
    background-color: #33b4e6;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease;
    position: absolute;
    left: 10%;
}
.bussiness_text_apply {
    transition: transform 0.6s ease;
    display: inline-block;
    position: absolute;
    right: 18%;
}







  .job-image img {
    width: 100%;
    height: auto;
  }
  .job-card {
    text-align: center;
  }



   .custom_roww {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-top: 3rem;
  }

  .phone_custom,
  .mail_custom,
  .address_custom {
    width: 90%;
    height: auto;
    padding: 20px 10px;
  }

  .icon_custom {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    padding: 13px;
  }

  h4 {
    font-size: 1.1rem;
  }

  span {
    font-size: 0.9rem;
  }

  .form_box_custom {
    width: 100%;
  }
iframe {
  height: 50%;
  width: 100%
  
}
.small-blog-card {
  flex-direction: column;
  align-items: flex-start;
}

.small-blog-card img {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}

.main-blog-card {
  padding: 18px;
}

.main-blog-card img {
  height: 250px;
}

.btn_submit_quote {
  width: 100%;
    height: 40px !important;
}

.search_icon_blog {
    width: 13%;
    background: rgb(243, 242, 242);
    padding: 4px;
    border-radius: 50%;
}
}

