#header_main .av-logo-container{
    height: 75px !important;
}

/*.avia-slideshow-inner{*/
/*    max-height: 655px;*/
/*}*/

#top #wrap_all .av-section-cont-open .av-special-heading .av-special-heading-tag.white {
    font-size: 25px !important;
    color: white;
}

.mb-20{
    margin-bottom: 20px !important;
}


.card-parent{
    display: grid;
    width: 100%;
    column-gap: 50px;
    align-items: center;
    grid-template-columns: auto auto auto;
    row-gap: 15px;
}

.card-parent .card{
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-parent .card .card-img{
    overflow: hidden;
    position: relative;
}

.card-parent .card .card-img img{
    height: 220px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
}

.card-parent .card .card-hr{
    margin-top: 5px;
    border-bottom: 2px solid #4e4a4ab5;
    margin-bottom: 10px;
}

.card-parent .card .card-footer{
    padding: 12px;
}

.card-parent .card .card-img img:hover {
    transform: scale(1.1);
}

.sliderImg{
    background-size: 100%;
    transition: background-size 10s;
}
.trans {
    background-size: 120%;
}


#top .av-slideshow-ui.av-hide-nav-arrows .avia-slideshow-arrows a, #top .av-slideshow-ui.av-hidden-slider-navigate-arrows .avia-slideshow-arrows > a {
    opacity: 1 !important;
}

#av_section_3 .av-parallax .av-parallax-inner {
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 83%);
    background-position-y: -442px;
}

.av-masonry-image-container{
    cursor: default;
}

#av_section_1 .av-parallax .av-parallax-inner {
    box-shadow: inset 0 0 0 2000px rgb(239 187 32 / 87%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-y: -110px;
}

.avia-slide-wrap img{
    object-fit: contain;
}

.avia-slideshow {
    margin: 0 !important;
}

.stickyHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.hr .hr-inner {
    width: 180px !important;
}

.text-justify{
    text-align: justify;
}

.hr .hr-inner-full{
   width: 100% !important;
}

.slider-bg-img{
    display: block;
    transition: 5s;
    transform: scale(1.2);
    height: 681px;
    background-position-y: -485px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.transform10{
    transform: scale(1);
}

@media only screen and (min-width: 1480px) {
    .slider-bg-img{
        background-position-y: -425px;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1480px){
    .slider-bg-img {
        background-position-y: -205px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1360px){
    .slider-bg-img {
        background-position-y: -145px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px){
    .slider-bg-img {
        background-position-y: 0;
    }
}

