.copy img{
    width: 22px;
}
.switch-box{
    display: none;

}
.socialm{
    padding-left: 70px;
}
.socialm ul li{
    display: inline-block;

}
.socialm ul li a{
    margin-left: 3px!important;
    margin-right: 3px!important;
}
.socialm ul li a:before{
    display: none;
}
.socialm ul li a:hover{
     text-decoration: none;
}
.socialm ul li img{
     height: 27px;
     width: 27px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
}
.socialm ul li img:hover{
    transform: translateY(-2px);
}

.banner .carousel-control-next {
    right: 0;
    top: 45%;
    background: #1c4c58;
    height: 40px;
    opacity: 1;
    width: 40px;
    }
    .banner .carousel-control-prev {
    left: 0;
    top: 45%;
    background: #1c4c58;
    height: 40px;
    width: 40px;
    opacity: 1;
    }
.banner .carousel-caption.baner1{
    width: 50%;
    position: absolute;
    left: 56%;
    top: 39%;
}
.banner .carousel-caption.baner1 h1{
    font-size: 47px;
    font-weight: 600;
      color: #fff;
    font-family: jost, sans-serif;
}
.banner .carousel-caption.baner1 p{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;

}
.banner .carousel-caption.baner1 button{
    background: #21404d;
    color: #89ecee;
    width: 120px;
    height: 40px;
    font-weight: 400;
    border-radius: 0;
    border: 2px solid transparent;
    transition: 0.5s;
    margin-top: 15px;
}
.banner .carousel-caption.baner1 button:hover{
    border: 2px solid #21404d;
    background: transparent;
     color: #02123a;
}

.banner .carousel-caption.baner2{
    width: 50%;
    position: absolute;
    left: 0%;
    top: 25%;
}
.banner .carousel-caption.baner2 h1{
    color: #162d3c;
    font-size: 70px;
    font-weight: 600;
    font-family: jost, sans-serif;
}
.banner .carousel-caption.baner2 p{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;

}
.banner .carousel-caption.baner2 button{
    background: #21404d;
    color: #89ecee;
    width: 120px;
    height: 40px;
    font-weight: 400;
    border-radius: 0;
    border: 2px solid transparent;
    transition: 0.5s;
    margin-top: 15px;
}
.banner .carousel-caption.baner2 button:hover{
    border: 2px solid #21404d;
    background: transparent;
    color: #02123a;
}
.services-area{
    padding: 3em 0;
}
.services-item img{
    border: 1px solid #ccc;
}