.as_logo{
    max-width: 200px;
}
.as_footer_logo{
    max-width: 200px;   
}
.team-icon{
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 10px;
}
.gallery-wrap .as_gallery_slider{
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    list-style: none;
    padding-left: 0;
}
.gal-item{
    height: 300px;
    position: relative;
    margin: 0 10px;
}
.video-item{
    margin: 0 10px;
    height: 300px;
    position: relative;
}

.video-item .icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(225, 112, 16, 0.5);
    opacity: 0;
    transition: all ease 0.3s;
}
.video-item:hover .icon{
    opacity: 1;
}
.video-item .icon img{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.gal-item a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.fetch-img-src{
    display: none;
}
.set-bg{
    background-position: center center;
    background-size: cover;
}
.as_info_box{
    margin: 15px 0;
}
.gallery-wrap .gal-list{
    display: grid;
    list-style: none;
    grid-gap: 40px 10px;
    grid-template-columns: repeat(3, 1fr);
}
.video-wrap.typ-full{
    display: grid;
    list-style: none;
    grid-gap: 30px 10px;
    grid-template-columns: repeat(3, 1fr);
}
.video-wrap.typ-full .video-item{
    height: 300px;
}
.modal.typ-video .modal-dialog{
    width: 540px;
    height: auto;
    max-width: none;
    padding-top: 40px;
}
.modal.typ-video .modal-video{
    width: 500px;
}
.modal.typ-video .modal-body{
    padding: 20px;
    position: relative;
}
.modal.typ-video .close {
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 13px;
    background-color: var(--dark-color1);
    border-radius: 100%;
    font-size: 16px;
    outline: none !important;
    position: absolute;
    right: -10px;
    top: -10px;
}
.as_aboutimg.typ-scanner::before{
    left: 40px;
}
.as_about_wrapper.typ-scanner p{
    margin-bottom: 15px;
}
.as_whychoose_wrapper ul{
    column-count: 3;
    list-style: none;
}
.as_whychoose_wrapper ul li{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    padding-left: 15px;

}
.as_whychoose_wrapper ul li span{
    position: absolute;
    left: 0;
}
.as_banner_detail{
    display: flex !important;
    align-items: center;
}
.as_banner_detail .info-wrap{
    width: 60%;
    padding-right: 30px;
}
.as_banner_detail .img-wrap{
    width: 40%;
}
@media (max-width:767px){
    .as_whychoose_wrapper ul{
        column-count: 1;
    }
    .as_whychoose_wrapper ul li{
        text-align: left;
    }
    .scanner-img{
        margin-bottom: 30px;
    }
    .gallery-wrap .gal-list{
        grid-template-columns: repeat(1, 1fr);
        padding-left: 0;
    }
    .video-wrap.typ-full{
        grid-template-columns: repeat(1, 1fr);
    }
    .modal.typ-video .modal-dialog{
        width: 100%;
        padding: 20px;
    }
    .modal.typ-video .modal-video{
        width: 100%;
    }
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}



@media (max-width: 575px){
	.as_header_wrapper{padding: 0 0px;}
	.as_banner_detail p{display:none;}
	.as_contact_expert{margin-top:0px;}
	.as_heading{padding-top:30px;}
	.sun_moon{padding-top:30px;}
}