.carousel-control span{
    position: absolute;
    top: 50%;
}
.mb-3{
    margin-bottom:89px;
}
.text-justify{
    text-align:justify!important;
}
.carousel-caption .avivon-btn{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #222232;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #222232;
}
.carousel-caption .avivon-btn:hover {
    background-color: #3299c0;
    border-color: #3299c0;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5rem!important;
    left: 15%;
    background: #00000094;
    z-index: 10;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.logo a img{
    width:200px;
}
.menu-area-3 .menu-full-width .logo-box {
    padding: 1rem 1rem!important;
}
.carousel-inner img{
    width: 100%;
    height: auto;
}

@media (max-width: 1440px){
    .menu-area-3 .menu-full-width .logo-box {
        padding: 1rem 1rem!important;
    }
}
@media screen and (max-width: 768px) {
    .carousel-inner{
        width: auto!important;
        height: 100vh!important;
    }
    .carousel-inner img{
        width: auto!important;
        height: 100vh!important;
    }
    .carousel-inner>.item>img{
        max-width: auto!important;
    } 
  }