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/services.jpg);
    background-size: cover;
    background-position: center;
  }
/* slide 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 */



/* 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 */