*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
header{
    padding: 0px 150px;
    /* position: absolute; */
    /* z-index: 1; */
}
.header_child{
    align-items:center ;
    display: flex;
    justify-content: space-between;
}

.logo img{
    height: 147px;
    width: 387px;
}
.details{
    display: flex;
}
.details_flex{
    align-items: center;
    display: flex;
}
.details_flex spain{
    font-size: 10px;
    text-transform: uppercase;
    color: #1c1a1a;
    letter-spacing: 3px;
}
.details_flex p{
    font-size: 16px;
}
.logo_i{
    color: #14a1ff;
    margin: 15px;
    font-size: 48px;
}
.logo_ib{
    color: #14a1ff;
    padding-left: 15px;
    border-left: 1px solid rgb(89, 87, 87);
    margin: 15px;
    font-size: 48px;
}

/* navbar start */
nav{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background-color: black;
}
nav div{
    border-right: 1px solid rgba(255, 255, 255, 0.31);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px 36px;
}
nav a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
nav a:hover{
    color: #14a1ff;
}
/* navbar end */

/* slide start */
.slides h1{
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}
.slideshow-container {
    top: 25px;
    position: relative;
    background-color: #14a1ff;
    /* width: 100%; */
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(./about_img/about_main.jpg);
    background-size: cover;
    background-position: center;
  }
/* slide end */


/* about industries & quote */
/* about start */
.about_industry{
    display: flex;
    align-items: center;
  }
  .about_industry div{
      padding: 85px 68px;
      width: 50%;
  }
  h3{
      font-size: 24px;
      line-height: 24px;
      color: #333;
  }
  .about_industry h2{
      font-size: 36px;
      margin-bottom: 40px;
      font-weight: 300;
  }
  
  .about_industry p{
      font-size: 14px;
      line-height: 24px;
      color: #333;
      margin-bottom: 1rem;
      text-align: justify;
  }
  .about_industry button{
      text-decoration: none;
      border-radius: 30px;
      font-weight: bold;
      text-transform: uppercase;
      background: #14a1ff;
      padding: 18px 30px;
      color: #fff;
      font-size: 14px;
      border: none;
      cursor: pointer;
  }
  .quote{
      background-image: url('./about/quote-bg.jpg');
      padding: 60px 0;
      text-align: center;
      background-size: cover;
  }
  .quote span{
      font-weight: bold;
      color: #14a1ff;
  }
  .quote h1{
      font-size: 36px;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 40px;
      font-weight: 300;
  }
  .quote p{
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding: 0 28px;
      margin-bottom: 30px
  }
  .quote_container{
      padding-right: 180px;
      padding-left: 180px;
  }
  .quote  button{
      text-decoration: none;
      border-radius: 30px;
      font-weight: bold;
      text-transform: uppercase;
      background: #14a1ff;
      padding: 18px 30px;
      color: #fff;
      font-size: 14px;
      border: none;
      cursor: pointer;
  }  
/* about industries & quote */

/* team start */
.team{
    text-align: center;
    padding: 30px 50px;
}
.team_heading{
    padding: 0px 150px;
}
.team_heading p{
    font-size: 14px;
    line-height: 24px;
    color: #333
}
.team_members{
    justify-content: center;
    display: flex;
    margin-top: 50px;
}
.team_membersdetails{
    position: relative;
    margin-right: 30px;
    width: 380px;
    height: 470px;
}
.team_membersdetails h2{
    padding-top: 20px;
    text-align: start;
    font-size: 16px;
    line-height: 1.2em;
    color: #333;
    font-style: italic;
    font-weight: 600;
}
.team_pic{
    width: 300px;
    height: 440px;
    background-color: #1c1a1a;
    overflow: hidden;
    /* position: relative; */
}
.team_pic img {
    width: 100%; /* Set the width of the image to 100% of the container */
    height: 100%; /* Set the height of the image to 100% of the container */
    object-fit: cover; /* Maintain aspect ratio and cover the entire container */
    transition: transform 0.3s ease;  
}
.team_pic:hover{
    transform: scale(1.2);
    cursor: pointer;
}
/* .team_membersdetails h2{
    text-align: end;
} */
/* .team_pic p{
    left: 69%;
    top: 69%;
    position: absolute;
    display: inline;
    padding: 15px 64px;
    text-align: start;
    background-color: #14a1ff;
} */
.team_membersdetails p{
    left: 50%;
    top: 69%;
    position: absolute;
    display: inline;
    padding: 15px 64px;
    text-align: start;
    background-color: #14a1ff;
}
#team_membersdetails_margin{
    margin-right: -30px;
}
.team_heading h2{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.team_heading span{
    font-weight: bold;
    color: #14a1ff;
}
/* team ends */


/* footer start */
footer{
    background: #070707;
}
.footer_cart{
    width: 280px;
    height: 285px;
}
.footer_cart img{
    width: 283px;
    height: 107px;
}
.footer_cart p{
    padding: 15px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.footer_cart h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}
.footer_cart h4{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline;
}
.footer_cart div{
    margin-top: 22px;
    font-size: 50px;
}
.footer_cart i{
    color: #fff;
    font-size: 20px;
}
.footer_cart h3:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 34px;
}
.footer_cart ul{
   margin: 0;
   padding: 0;
}
.footer_cart li{
    line-height: 34px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin-left: 0px;
}
.footer_cart li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}
.footer_cart button{
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background: #14a1ff;
    padding: 18px 30px;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.footer_carts{
    justify-content: space-around;
    display: flex;
    padding: 50px 50px;
}
/* footer end */