
#aboutid{
    transition: 5s;
}
.language-box{
    width: 100%;
    z-index: 999999;
    line-height: 10px;
    background-color: #ffffff;
    position: relative;
    right: 15px;
    top: 15px;
    top: auto;
    
}

@media (max-width: 991px){
    .language-box{
        
        position: absolute;
        right: 9px;
        top: 0;
        z-index: 9;


    }  
}


.language-flag{
    width: 20px;
    height: auto;
    position: relative;
    top: 0;
    float: right;
    margin-left: 10px;


}

.lang-drop-icon{
    font-size: 9px;
    width: 15px;
}


.logo-footer img{
    width: 150px;
}

.myahref a{
    color: #ff006fa1;
}

.myahref a:hover{
    color: #f048919a;
}


/* About */

.mytexttitle{
    text-align: center;
}

.display-none{
    display: none;
}

.diplay-block{
    display: block;
}

@media (max-width: 991px){
    .display-none{
        display: block;
    }

    .display-block{
        display: none !important;
    }
    

   
}

/* Title Box */

.title-box{
    width: 100%;
    height: 210px;
    background-color: #00000077;
    background-image: url(../img/title-box/about.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    
    
}

.title-box .text-center{
    padding-top: 50px;
    color: #ffffff;
    
}

.title-box .text-center a{
    color: blanchedalmond;
    
}


/* Swipper Slide */

.none-text{
    visibility: visible;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    color: rgb(255, 255, 255);
    z-index: 999;

    /* transition */

 

}
.myswiperslide:hover .none-text{
/* visibility: visible; */



   

}

@media (max-width: 574px){

    .myswiperslide{
        width: 100% !important;
        
    }
}



.myarrowsstyle{
    font-size: 13px !important;
    color: #e71d73a1 !important;
}

:root{
    --swiper-theme-color: #e71d73 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    background: #fff;
    border: 1px solid;

    /* Center slide text vertically
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  }

/* /Swipper Slide */



/* Media Screen */

@media (max-width: 1199px){

    .nav-menu a{
        font-size: 11px;
    }
}


