*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
body {
    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 */

/* slides start */
.slides{
    height: 500px;
    /* background-color: #14a1ff; */
}
.slideshow-container {
    top: 25px;
    position: relative;
    /* width: 100%; */
    height: 500px;
    overflow: hidden;
    text-align: center;
  }
  
  
  .slideshow-container img{
    width: 100%;
    height: auto;
    display: block;
  }  
  .slide {
    display: none;
  }
  
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
    
/* slides end */

/* 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;
}
/* quote end */

/* services start */
.services{
    padding: 50px 0px;
}
.services_heading h1{
    text-align: center;
    font-size: 36px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 300;
}
.services_heading h1 span {
    font-weight: bold;
    color: #14a1ff;
}
.services_heading p{
    text-align: center;
    padding: 0px 215px 16px 215px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.services_cart{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.services_cartchild{
    width: 380px;
    height: 470px;
    margin: 10px 20px;
}
.service_cartsubchild{
    /* width: 350px;
    height: 430px; */
    margin: 10px 10px;
    border: 1px solid gray;
}
.service_cartsubchild div{
    /* width: 316px; */
    /* height: 197px; */
    padding: 9px;
}
.service_img{
  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  overflow: hidden;
}
.service_img img{
  max-width: 100%; /* Set the maximum width of the image to 100% of the container */
  max-height: 100%; /* Set the maximum height of the image to 100% of the container */
  height: auto;
}
.service_details{
    display: flex;
}
.service_details_icone i{
    cursor: pointer;
    font-size: 30px;
    padding: 15px;
    border: 1px solid grey;
}
.service_details_icone i:hover{
   background-color: #14a1ff;
}
.service_details h2{
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    margin:0px 114      x 22px 0px;
}
.service_details p{
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    min-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify;
}
.service_details span{
    cursor: pointer;
    font-size: 14px;
    color: #14a1ff;
    text-decoration: none;
    font-weight: bold;
}
/* services end */

/* testonomial start */
.testimonial-slider {
    width: 400px; /* Set the width of the slider */
    overflow: hidden;
  }
  
  .testimonial {
    width: 100%;
    display: none;
  }
  
  .testimonial.active {
    display: block;
  }
  
  .testimonial-text {
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #3498db; /* Add a border to differentiate testimonials */
  }
  
  .testimonial-text p {
    margin: 0;
  }
  
  .testimonial-author {
    margin-top: 10px;
    font-style: italic;
    text-align: right;
  }  
/* testonomial end */

/* 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 */

/* our blog start */
.service{
    background: #eee;
    padding: 60px 0 50px 0;
}
.service_heading{
  text-align: center;
}
.service_heading h2{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 300;
}
.service_heading span{
    font-weight: bold;
    color: #14a1ff;
}
.service_heading p{
    padding: 0 140px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.service_carthead{
    display: flex;
    justify-content: space-evenly;
    margin: 35px 0px;
}
.service_carts{
    background-color: #ffffff;
    width: 350px;
    height: 546px;
}
.service_cartimg{
    overflow: hidden;
}
.service_cartimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_cartdetails{
    padding: 60px 30px 30px 30px;
}
.service_cartdetails h3{
    color: #14a1ff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.service_cartdetails span{
    border-left: 1px solid #14a1ff;
    padding-left: 15px;
    margin-left: 10px;
}
.service_cartdetails h2{
    margin: 22px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #252733;
    font-family: 'Poppins', sans-serif;
}
.service_cartdetails p{
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}
/* our blog end */

/* 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 */