/* *************************************
Main Blue color:#1383d4;
Main Black color:#282828;
Main green color:#1bc597;
Main font:FFShamel;
****************************************/
/* Start Main STYLE */
@font-face {
    font-family:"FFShamel-bold" ;
    src: url('../fonts/ArbFONTS-FFShamelFamily-SansOneBold.ttf');
}
@font-face {
    font-family:"FFShamel-normal" ;
    src: url('../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf');
}
@font-face {
    font-family:"Montserrat" ;
    src: url('../fonts/Montserrat-Light.ttf');
}
.english-font{
    font-family:"Montserrat" ;
}
body{
    background-color: #eef3f7;
    color: #282828;
    font-family:"FFShamel-normal" ;
    font-size: 0.9rem;
    line-height: 1.5;

}
a{
    font-family:"FFShamel-bold" ;
    text-decoration: none;
}
.main-bg-blue{
    background-color: #02B8FF;
}
.main-bg-green{
    background-color: #1bc597;
}
main section{
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

}
h3{
    font-size: 1rem;
    font-family:"FFShamel-bold" ;
}

h2{
    font-size: 1.5rem;
    font-family:"FFShamel-bold" ;

}

/* End Main STYLE */

.custom-container{
    margin: 10px 20px;
}
/* Custom Card */
.custom-card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
    color: white;

}
.custom-card:hover {
    box-shadow: 0 16px 50px 0 rgba(0,0,0,0.4);
    transition: transform 1s;
  }
.custom-card > img{
 width: 100px;
 height: 100px;
 margin-bottom: 10px;
}



/* Start header Section Style */
header .fas.fa-clock{
    color: #1383d4;
}
.search-input-style input,.search-input-style .input-group-text{
    border: 0;
    background: unset;
    border-bottom: 1px solid #eef3f7;
}
.search-input-style .input-group-text{
    border-bottom-left-radius: 1.5em;
}
.search-input-style input{
    border-bottom-right-radius: 1.5em;
}
.search-input-style input:focus{
    outline: 0 none;
    box-shadow:none !important;
    border-color:#eef3f7;
}
.custom-logo-style{
    height: 8rem;
}
.logo1-text{
    font-size: 1rem;
    text-align: center;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    color: #1e1e1e;
    line-height: 1.5;
    margin-bottom: 0;
}
.logo1-text span{
    color:#b38e28;
}
.main-menu-style{
    padding-bottom: 1rem;    
    line-height: 1;
}
.main-menu-style .navbar-nav .nav-item .nav-link{
    color: #fff;
    padding:0.60rem 0.7rem 0.60rem 0.7rem;
    margin: 0px 5px;
}
.main-menu-style .navbar-nav .nav-item .nav-link:hover{
    background-color:#e76f6f;
    color:#ffffff;
    border-radius: 8px;
    border: 0; 
}

 .mynav .nav-item .nav-link:hover{
    color:#e76f6f;
    border-radius: 8px;
    border: 0; 
}

.main-menu-style .navbar-nav .nav-item:not(:last-child) .nav-link{
    border-left: 1px solid #ffffff;
}
.main-menu-style .navbar-nav .nav-item .nav-link.active{
    background-color:#ed3b3b;
    color:#ffffff;
    border-radius: 8px;
    border: 0;
}
.social-main-menu .nav-link{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #eef3f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color:#3191e1;
}
.social-main-menu .nav-link:hover{
    background: #ed7575;
    color:#ffffff;
}
.main-menu-style ul.dropdown-menu{
    border: unset;
    font-size: 0.85rem;
    border: 1px solid #eef3f7;
}

.main-menu-style ul.dropdown-menu li a{
    padding: 0.5rem 1rem;
    font-family:"FFShamel-normal" ;

}
/* End header Section Style */

/* Start First Section */
.main-news-adv-sec1 a{
    position: relative;
    height: 100%;
}
.main-news-adv-sec1  .main-news-adv-title{
    position:absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    z-index: 3;
    margin: 1.5rem 1.75rem;
    border-right: 3px solid #1383d4;
    padding-right: 5px;
    transition: all ease-in-out 0.3s;
}
.main-news-adv-sec1 a:hover .main-news-adv-title{
   bottom: 2%;
}
.main-adv-title{
    border:unset !important;
    background: rgba(255,0,0,0.63);
    border-radius: 5px !important;
    padding-right: 0 !important;
    padding: 0.75rem !important;
}
.main-adv-title div{
    border-right: 3px solid #ffffff;
    padding-right: 10px;
    color:#ffffff;
}
.main-news-adv-sec1  .main-news-adv-title.main-adv-title h3{
    padding-top: 10px;

}
.main-news-adv-sec1  .main-news-adv-title h3{
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 5px;
}
.main-news-adv-sec1  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.main-news-adv-sec1  a::after, .two-items-slider-details a::after,.main-section a::after, .photo-album-section a::after,.main-section a::after{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: "";
    transition: height .2s;
    background-image: linear-gradient(0deg,rgba(0,0,0,1),rgba(0,0,0,0));
    border-radius: 5px;
}
.main-news-adv-sec1  a:hover::after, .two-items-slider-details a:hover::after, .main-section a:hover::after, .main-section a:hover::after, .photo-album-section a:hover::after{
    height: 80%;
    transition: height .2s;

}
.custom-links-sec1 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    background: #ffffff;
    flex-direction: column;
    border-radius: 5px;
    color: #282828;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.custom-links-sec1 a:hover{
    background: #1383d4;
    color: #ffffff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 5px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.custom-links-sec1 a img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.custom-links-sec1 a:hover img{
filter: invert(1);
}
.custom-links-sec1:not(:last-child, :nth-last-child(2)) a{
    margin-bottom: 0.05rem;

}
.custom-links-sec1 img{
    height: 3rem;
    display: block;
    padding-bottom: 0.5rem;
}
/* End First SEction */

/* Start Second Section */
.main-section-title{
    padding-top: 5px;
    padding-bottom: 2px;
    position: relative;
    padding-right: 20px;
    margin: 0;
    font-size: 1.5rem;
    color: #ffffff;
    font-family:"FFShamel-bold" ;
    margin-bottom: 1.5rem;
}
.main-section-title::before{
    position: absolute;
    content: "";
    width: 10px;
    background: #ffffff;
    height: 100%;
    top:0;
    bottom: 0;
    right: 0;
    left: auto;
    border-radius: 5px;
}
.side-menu-img-style{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.side-menu-style{
    width: 50%;
}
.side-menu-style ul, .side-menu-style2{
    color: white;
    line-height: 3;
    display: inline-block;
    padding-right: 1rem;
    margin-bottom: 0;

}
.side-menu-style ul li a, .side-menu-style2 li a{
    color: white;
    /* font-family: "FFShamel-normal"; */
    display: block;
    position: relative;
}
.side-menu-style ul li:not(:last-child) a, .side-menu-style2 li:not(:last-child) a{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.side-menu-style ul li a:hover, .side-menu-style2  li a:hover{
    color: #ffffff;
}
.side-menu-style ul li a::before, .side-menu-style2 li a::before{
    position: absolute;
    content: "";
    bottom: 0px;
    top: auto;
    width: 0;
    height: 0;
    background: #ffffff;
    right: 0;
    left: auto;
    transition: all ease-in-out 0.2s;
    border-bottom: 1px solid #ffffff;

}
.side-menu-style ul li a:hover::before, .side-menu-style2 li a:hover::before{
    width: 100%;
}
.custom-carousel-indicators{
    position: absolute;
    bottom: 5rem;
    right: 0;
    left: 0;
    z-index: 5;
}
.custom-carousel-indicators .carousel-indicators{
    position: unset;
}
.custom-carousel-indicators .carousel-indicators [data-bs-target], .custom-carousel2 .carousel-indicators [data-bs-target]{
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.custom-carousel-indicators .carousel-indicators .active{
    background-color: #e7ff42;
}
.carousal-details a{
    margin-top: 3rem !important;
    color: white;
    margin: 0;
    line-height: 2.5;
    display: inline-block;
}
.carousal-img, .carousal-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}
.custom-carousel .carousel-item{
    height: 400px;
}
.custom-carousel .carousel-item .row, .custom-carousel .carousel-item .col-12,.custom-carousel .carousel-item .row .col-12 a{
    height: 100%;;
}

/* End Second Section */

/* Start Thired Section */

a.custom-large-main-link{
    display: flex;
    /* width: 100%; */
    /* padding: 3rem; */
    background: #ffffff;
    border-radius: 5px;
    /* margin-bottom: 2rem; */
    text-align: center;
    color: #1bc597;
    transition: all ease-in-out .3s;
    width: 48%;
    background: white;
    margin-right: 2%;
    height: 280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.5s;

}
a.custom-large-main-link:hover{
    box-shadow:0  4px 8px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2) inset;
    /* transform: translateY(-0.25em); */


}
a.custom-large-main-link img{
    fill:#1bc597;
    height: 8rem;
    margin-bottom: 7%;
}
.two-items-slider-details a {
    position: relative;
}
.two-items-slider-details a h3{
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    z-index: 5;
    margin: 1.5rem 1.75rem;
    transition: all ease-in-out 0.3s;
}
.two-items-slider-details a:hover h3{
    bottom: 2%;
}
.main-section-title2{
    /* margin-bottom: 0.5rem; */
    color: #1383d4;
    font-size: 1.5rem;
    font-family: "FFShamel-bold";
    margin-bottom: 20px;
    margin-top: 10px;
}
/* End Thired Section */


/* Start Video & photo Albums Section */
.video-photo-albums-section h2{
    color: #1383d4;
}
.video-photo-albums-section  .main-section-title::before{
    background: #1383d4;
}
.main-section a, .more-grid-card-details  a,.main-section a, .more-grid-card-details  a,.main-section a{
display: block;
position: relative;
}
.main-section a img,.main-section a img{
    width: 100%;
    height: 23rem;
    border-radius: 5px;
    object-fit: cover;

}
.main-section a .play-icon, .more-grid-card-details  a .play-icon,.main-section a .play-icon, .more-grid-card-details  a .play-icon{
    position: absolute;
    border-radius: 50%;
    background: #f24646;
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all ease-in-out 0.3s;
}
.main-section a .play-icon{
    width: 4rem;
    height: 4rem;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.more-grid-card-details  a .play-icon,.more-grid-card-details  a .play-icon{
    
    width: 3rem;
    height: 3rem;
    top: 3%;
    bottom: auto;
    right: auto;
    left: 3%;
    font-size: 1.5rem;
}

.main-section a:hover .play-icon, .more-grid-card-details  a:hover .play-icon, .more-grid-card-details  a:hover .play-icon{
   background: #414141;
}
.main-section a::after, .main-section a::after{
    background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.main-inner-title,.main-inner-title{
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
    font-family:"FFShamel-normal" ;
    z-index: 5;
    margin: 0.5rem 3.75rem;
    transition: bottom ease-in-out 0.3s;
}
.main-section a:hover .main-inner-title,.main-section a:hover .main-inner-title{
    bottom: 2%;
}
#videoModal .modal-content{
    background-color: unset;
    border: unset;
}
.photo-album-section a{
    display: block;
    position: relative;
}
.photo-album-section a img{
    width: 100%;
    height: 23rem;
    object-fit: cover;
    border-radius: 5px;

}
.photo-album-section a .photo-album-details{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1rem 0.5rem;
    text-align: center;
    color: #ffffff;
    z-index: 5;
    font-family:"FFShamel-normal" ;
    transition: bottom ease-in-out 0.3s;
}
.photo-album-section a:hover .photo-album-details{
    bottom: 2%;
}
.photo-album-section a .photo-album-details span{
    font-size: 1.5rem;
    padding: 0.5rem 0 0rem 0;
    display: block;
    font-family:"FFShamel-bold" ;
    line-height: 1.2;

}
/* End Video & photo Albums Section */
/* Start Footer Section */
footer{
    color: #ffffff;
    font-size: 0.5rem;
}
footer .row .col-12:not(:last-child){
    position: relative;
}
footer .row .col-12:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    top: 10%;
    background: #ffffff;
    left: -1px;
    right: auto;
}
.footer-logo .logo-footer-text{
    font-size: 0.5rem;
    color: #ffffff;
    text-align: center;
    width: 60%;
    line-height: 2;

}
.footer-logo img{
    width: 40%;
    padding-left: 3px;
}
.contact-us,.phone-sec{
    font-family:"FFShamel-bold" ;
    text-align: center;
}
.contact-us div{
    text-align: right;
    padding-right: 0.5rem !important;
    line-height: 2;
}
.contact-us .nav-link{
    color:#ffffff;  
    padding-bottom: 0;     
}
.contact-us .nav-link:hover{
 color:#ffffff;   
}
.address-sec{
    text-align: center;
    font-family:"FFShamel-bold" ;

}
.address-sec ul{
    list-style: none;
    margin: 0;
    line-height: 2;
    padding: 0;
    display: inline-block;
    text-align: right;
}
.address-sec ul li:not(:last-child){
    margin-bottom: 5px;
}
.address-sec ul li i{
    background: #ffffff;
    color: #1383d4;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.phone-num{
    display: inline-block;
    line-height: 2;
    text-align: right;
}
.phone-num span{
    direction: ltr;
    font-size: 1.25rem;
    unicode-bidi: embed;

}
.phone-sec img{
    height: 2rem;
    margin-right: 5px;
}

.footer-copyright{
    font-family:"FFShamel-normal" ;
    font-size: 0.7rem;
    text-align: center;
    color: white;
    line-height: 2;
}
.footer-copyright a{
    color: white;
}.footer-copyright a:hover{
    color: #a14b1a;
}
/* End Footer Section */

/* Start custom-carousel2 custom style  */
.custom-carousel2{
    overflow: hidden;
}
.custom-carousel2 .carousel-indicators{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
}
.custom-carousel2 .carousel-indicators [data-bs-target]{
    background-color: #e1e1e1;
}
.custom-carousel2 .carousel-indicators .active{
    background-color: #ffffff;

}
.custom-carousel2 .carousel-inner{
    margin: 0;
}
.custom-carousel2 .carousel-inner,.custom-carousel2 .carousel-inner .carousel-item {
    height: 280px;
}
.custom-carousel2 .carousel-inner .carousel-item a, .custom-carousel2 .carousel-inner .carousel-item a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.custom-carousel2 .carousel-inner .carousel-item{
    padding: 0;
}
.custom-carousel2 .carousel-inner .carousel-item div.w-100{
    padding-left: calc(var(--bs-gutter-x) * .5);
    /* padding-right: calc(var(--bs-gutter-x) * .5); */
}
.custom-carousel2 .carousel-inner .carousel-item a img{
    /* padding: 0 2rem; */
    border-radius: 5px;
    
}

/* Start Sidebar in inner pages */
.custom-style-news{
    margin-top: 10px;
    background: #ffffff;
    border-radius: 5px;
    padding: 1.5rem;
    z-index: -5;
}
.custom-style-news .inner-sidebar-title{
    position: relative;
    z-index: 1;
    margin-bottom:15px;
}
.custom-style-news h3{
    font-family: "FFShamel-bold";
    color: #1383d4;
    background: #ffffff;
    display: inline-block;
    padding-left: 7px;
    margin: 0;
}
.custom-style-news .inner-sidebar-title::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    top:40%;
    bottom: auto;
    background: #1383d4;
    z-index: -3;
}
.related-news ul{
    list-style: none;
    padding: 0;
}
.related-news ul li a{
    color: #1e1e1e;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    display: block;
}

.related-news ul li a:hover{
    color: #1383d4;
}
.most-reading-item{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;

}
.most-reading-img{
    display: block;
    width: 35%;
    overflow: hidden;
    border-radius: 5px;
}
.most-reading-img img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    transform: scale(1) rotate(0deg);
    opacity: 1;
    transition: all ease-in-out 0.5s;

}
.most-reading-text{
    display: block;
    width: 65%;
    padding-right: 0.5rem;
    color: #1e1e1e;
    transition: all ease-in-out 0.5s;
    font-size: 0.8rem;

}
.most-reading-item:hover .most-reading-img img{
    transform: scale(1.05) rotate(1deg);
    opacity: 0.8;
    border-radius: 5px;
}
.most-reading-item:hover .most-reading-text{
color: #1383d4;
}
/* End Sidebar in inner pages */
/* Start Video page Style */
.grid-cards-style .main-section{
    margin-bottom: 15px;
}
.grid-cards-style .main-section a img{
    height: 30rem;
    width: 100%;
    object-fit: cover;
}
.inner-pages  .main-news-adv-sec1 img{
    height: 27rem;
}
.inner-pages  .main-news-adv-sec1{
    margin-top: 15px;
}
.grid-cards-style .main-inner-title{
    font-family: "FFShamel-bold";
    text-align: right;
    margin: 1rem 3.75rem;
}
.grid-cards-style .more-grid-card-details .card-img-top{
    height: 14rem;
    object-fit: cover;
    transform: scale(1) rotate(0);
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.grid-cards-style .more-grid-card-details .card-body {
    padding: 0.75rem 0.75rem;
}
.grid-cards-style .more-grid-card-details .card-body span{
    color:#1383d4;
    font-size: 0.7rem;
    font-family: "FFShamel-normal";

}
.grid-cards-style .more-grid-card-details .card-title  {
    color: #4c4c4c;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 0.9rem;

}
.grid-cards-style .more-grid-card-details .card{
    transition: all ease-in-out 0.3s;
    border: unset;
    border-radius: 5px;
}
.grid-cards-style .more-grid-card-details .card .overflow-hidden{
    border-radius: 5px 5px 0 0;
}
.grid-cards-style .more-grid-card-details .card:hover{
    box-shadow:0 0 12px 6px rgba(0, 0, 0, 0.1);
}
.grid-cards-style .more-grid-card-details .card:hover .card-img-top{
    transform: scale(1.05) rotate(1deg);
    opacity: 0.8;
}
.grid-cards-style  .more-grid-card-details a{
    border-radius: 5px;

}
.breadcrumb{
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #9557e7;
}
.breadcrumb li,  .breadcrumb li a, .breadcrumb .breadcrumb-item+.breadcrumb-item::before,.breadcrumb-item.active{
    color: #ffffff;
    font-family: "FFShamel-normal";

}

.more-button-sec a{
    font-family: "FFShamel-normal";
    padding: 0.25rem 2rem;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    color: #1383d4;
    margin-top: 15px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    
}
.more-button-sec a:hover{
    animation: shake2 0.82s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    box-shadow: 0 0 6px 3px rgb(0,0,0,0.1);
}
/* End Video page Style */


/* Start Photo album page style */
.main-section .photo-icon, .more-grid-card-details .photo-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;

}
.more-grid-card-details .photo-icon{
    top: 3%;
    bottom: auto;
    right: auto;
    left: 3%;
}
.main-section .photo-icon i,.more-grid-card-details .photo-icon i{
    color: #fcc700;
}
.main-section .photo-icon span{
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 0.5rem;
    text-shadow: 0px 0px 1.2em black;

}

.more-grid-card-details .photo-icon span{
    font-size: 1.2em;
    color: #ffffff;
    margin-top: 0.3rem;
    text-shadow: 0px 0px 3px black;

}
.main-section:hover .photo-icon i, .more-grid-card-details a:hover .photo-icon i{
    /* animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0) rotate(-1deg);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0) rotate(1deg);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0) rotate(0deg);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0) rotate(1deg);
    }
  }
  @keyframes shake2 {
	0%, 100%, 20%, 50%, 80% {
        transform: translate3d(0, 0, 0);
    }
    
    40% {
      transform: translate3d(0, -2px, 0);
    }
  
    60% {
      transform: translate3d(0, -4px, 0);
    }
  }
/* End Photo album page style */
/* Start Imgs Details Page */
.photo-album-details-page .photo-album-details-inner{
    overflow: hidden;
    height: 14em;
    width: 100%;
    border-radius: 5px;
}
.photo-album-details-page .photo-album-details-inner img {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    object-fit: cover;
}
.photo-album-details-page .photo-album-details-inner img:hover {
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
    opacity: 0.7;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.custom-modal-style .modal-content{
    background-color: unset;
    border: unset;
}

.custom-modal-style .modal-content .carousel-control-next-icon,.custom-modal-style .modal-content  .carousel-control-prev-icon{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    width: 4rem;
    height: 4rem;
}
.custom-modal-style .modal-content .carousel-item img{
    max-height: 80vh;
    object-fit: contain;
}
.custom-btn-close{
    background: rgba(0,0,0,0.5);
    color: #e7e7e7;
    border-radius: 50%;
    font-size: 1.3rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;

}
.custom-btn-close:hover{
    background: rgba(0,0,0,0.8);
    color: #ffffff;
}
/* End Imgs Details page */

/* Start News Details page */
.news-details-page .sub-title{
    color: #1383d4;
}
.news-details-page .main-title{
    margin-bottom: 1rem;
}
.news-details-page .main-img{
    display: block;
    width: 100%;
    max-height: 25rem;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.news-details-page .news-location{
    color: #1383d4;
    font-size: 1rem;
    font-family:"FFShamel-bold" ;
    display: block;
}
.news-details-page .news-details{
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    line-height: 2;
    margin-bottom: 15px;
}
.news-details-page .news-details p{
    margin-bottom: 1.5rem;
}
/* End News Details Page */

/* Start Contact Us Page */
.contact-us-page .form-control,.contact-us-page .form-select{
    border: unset;
    border-radius: 5px;
    color: #1383d4;
}
.contact-us-page .form-label{
    color: #1383d4;
    margin-bottom: 0;
    align-self: center;
}
.contact-us-page .form-control::placeholder {
    color: #1383d4;
    opacity: 1; /* Firefox */
}

.contact-us-page .form-control:-ms-input-placeholder { 
    color: #1383d4;
}

.contact-us-page .form-control::-ms-input-placeholder { 
    color: #1383d4;
}
.contact-us-page .main-section-title{
    color: #1383d4;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.contact-us-page .main-section-title::before{
    background: #1bc597;
}
.contact-us-page .btn-custom-style{
    background: #14a2d4;
    color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
.contact-us-page .btn-custom-style:hover{
    background: #0d7da5;
}
.contact-us-page .form-label-custom{
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    align-self: center;
}
.contact-us-page .invalid-tooltip{
    padding: 0.1rem 0.5rem;
    font-size: .5rem;
}
.contact-us-page .contact-us-details{
    list-style: none;
    padding: 0;
}
.contact-us-page .contact-us-details span{
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #14a2d4;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 5px;
    
}
.contact-us-page .contact-us-details label{
    color: #1383d4;
    padding-right: 5px;
}
textarea:focus, 
textarea.form-control:focus, 
select:focus, 
select.form-select:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: unset;
}
/* End Contact Us Page */

@media (max-width: 767px) {
   .custom-carousel2 .carousel-inner .carousel-item > div {
        display: none;
    }
   .custom-carousel2 .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    
    /*.community-post{
        width: 500px;
        margin-bottom: 130px;
        max-height: 400px;
    }*/
    
       
}

.custom-carousel2 .carousel-inner .carousel-item.active,
.custom-carousel2 .carousel-inner .carousel-item-next,
.custom-carousel2 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  /*  .community-post{
        width: 700px;
        margin-bottom: 40px;
        max-height: 500px;
    }
    */
    
   .custom-carousel2 .carousel-inner .carousel-item-end.active,
  .custom-carousel2  .carousel-inner .carousel-item-next {
      transform: translateX(-50%);
    }
    
 .custom-carousel2   .carousel-inner .carousel-item-start.active, 
  .custom-carousel2  .carousel-inner .carousel-item-prev {
      transform: translateX(50%);
    }
}

.custom-carousel2 .carousel-inner .carousel-item-end,
.custom-carousel2 .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/* End custom-carousel2 custom style */

/* Start Media Query Section */
@media (min-width: 990px){
    .float-btn{visibility:hidden;}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    body{
        font-size: 0.8rem;
    }
    
    .custom-logo-style {
        height: 6rem;
        margin-left: 0.25rem;
    }
  /*  .community-post{
        width: 500px;
        margin-bottom: 130px;
        max-height: 400px;
       
        
    }*/

   
.logo1-text {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}
.main-menu-style .navbar-nav .nav-item .nav-link{
    padding: 0.45rem 0.2rem 0.35rem 0.2rem;
}
.footer-copyright{
    font-size: 0.7rem;
}
.footer-logo img{
    width: 35%;
}


.footer-logo .logo-footer-text{
    width: 65%;
}
.most-reading-img img{
    height: 65px;
}
.grid-cards-style .more-grid-card-details .card-img-top{
    height: 11rem;
}
 }
 @media (min-width: 1200px) and (max-width: 1399.98px) { 
    .custom-logo-style {
        height: 6rem;
    }
    .logo1-text {
        font-size: 0.9rem;
        padding-bottom: 0.2rem;
    }
    .main-menu-style .navbar-nav .nav-item .nav-link{
        padding: 0.45rem 0.4rem 0.35rem 0.4rem;
    }
    .footer-logo img {
        width: 35%;
    }
    .footer-logo .logo-footer-text{
        font-size: 0.7rem;
        width: 60%;
    }
  /*  .community-post{
        width: 500px;
        margin-bottom: 130px;
        max-height: 400px;
       
        
    }*/

 }
 @media (max-width:  991.98px) { 
   /* .community-post{
        width: 100%;
        margin-bottom: 130px;
        max-height: 350px;
    }*/
    
    a.navbar-brand.custom-logo-style {
        display: inline-block;
        width: unset;
        margin: 0;
        text-align: center;
        height: 5rem;
    }
    .logo1-text{
        font-size: 0.8rem;
        padding-bottom: 0.3rem;
    }
    .input-group.search-input-style{
        margin-bottom: 5px;
    }

    .main-menu-style .navbar-nav .nav-item .nav-link {
        padding: 0.7rem;
        border-left: unset !important;
        border-bottom: 1px solid #dadada;
    }
    .main-menu-style{
        margin-top: 5px;
        
        border-radius: 5px;
        text-align: center;
    }
    ul.nav.social-main-menu{
        justify-content: center;
    }
   .main-news-adv-sec1.main-news-title{
        margin-bottom: 15px;
    }
    
    .side-menu-style,a.custom-large-main-link{
        margin-bottom: 15px !important;
    }
    .main-inner-title,.main-inner-title{
        margin: 0.5rem !important;
    }
    .main-section a,.photo-album-section{
        margin-bottom: 15px;
    }
    .main-menu-style ul.dropdown-menu{
        border-bottom: 1px solid #1383d4;
    }
    .main-menu-style ul.dropdown-menu li a{
        text-align: center;
    }
    .custom-carousel .carousel-item{
        height: auto;
    }
    .carousal-img, .carousal-img img{
        height: 200px !important;
    }
    .carousal-details a{
        margin-top: 0 !important;
    }
    .custom-carousel{
        margin-top: 15px;
    }
    .main-section-title{
        margin-bottom: 1rem;
    }
    .custom-carousel-indicators{
        bottom: -3rem;
        justify-content: center;
    }
    .custom-carousel{
        margin-bottom: 1rem;
    }
    .footer-logo img {
        width: 25%;
    }
    .footer-logo .logo-footer-text {
        font-size: 0.9rem;
        text-align: center;
        width: 30%;
    }
    .contact-us div {
        text-align: center;
    }
    .contact-us ul{
        justify-content: center;
    }
    footer .row .col-12:nth-child(even)::after{
        height: 0;
    }
    footer .row .col-12:not(:last-child)::after{
        width: 100%;
        height: 1px;
        bottom: 0;
        background: rgb(255 255 255 / 30%);
        left: 0;
        right: 0;
        top: auto;
        }
        .footer-logo{
            margin-bottom: 15px;
        }
        .contact-us{
            align-self: end;
            padding-bottom: 15px;
        }
        .most-reading-img{
            width: 25%;
        }
        .most-reading-img img {
            height: 100px;
        }
        .grid-cards-style .more-grid-card-details .card-img-top{
            height: 11rem;
        }
        .photo-album-details-page .photo-album-details-inner{
            height: 12em;
        }
        .custom-modal-style .modal-content .carousel-control-next-icon, .custom-modal-style .modal-content .carousel-control-prev-icon{
            width: 3rem;
            height: 3rem;
        
        }
        .photo-album-details-page .photo-album-details-inner {
            height: 9em;
        }
  }

  @media (max-width: 767.98px) { 
    .main-news-adv-sec1{
        margin-bottom: 15px;
    }
    a.navbar-brand.custom-logo-style {
        width: 40%;
    }
    .side-menu-img-style{
        flex-direction: column;
    }
    .side-menu-style,a.custom-large-main-link{
        width: 100%;
        margin-right:0 !important;
    }
    .custom-carousel2 .carousel-inner .carousel-item div.w-100{
        padding: 0 !important;
    }
    footer .row .col-12{
        padding: 15px 0;
    }

    .footer-logo img {
        width: 30%;
    }
    .footer-logo .logo-footer-text{
        font-size: 0.9rem;
        width: 40%;
    }
  
    .carousal-img, .carousal-img img{
        height: 280px !important;
    }
    .most-reading-img{
        width: 35%;
    }
    .most-reading-img img {
        height: 80px;
    }
   }
   @media (min-width: 992px) { 
    .main-menu-style ul.dropdown-menu{
        box-shadow: rgb(0 0 0 / 30%);
        box-shadow: 0px 0px 12px 6px rgb(0 0 0 / 30%);
        -webkit-box-shadow: 0px 0px 12px 6px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.3);
        /* padding: 0; */
    
    }
    .main-menu-style li.dropdown:hover  ul.dropdown-menu{
        display: block;
    }
    }



/* End Media Query Section */

.bg-primary{
    background-color: #02B8FF !important;
}

.ajax-loader {
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    visibility: hidden;
    z-index: +100 !important;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
  }
  
  .ajax-loader img {
    position: relative;
    width: 60px;
    height:60px;
    display: block;
    
    margin:  auto;  
  }

  .mfooter>span{
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;

} 
.mfooter>a{
    font-size: 12px;
    color: #1e1e1e;
    font-weight: normal;

}
.mfooter>a:hover{
    color: #c14040;

}
.animassArea>.row{
    min-height: 300px;
  }


  .img-user{
    width: 56px;
    height: 56px;
  }

  .name-user{
    font-size: 14px;
    display: inline-block;
    margin: 10px;
    color: #1e1e1e;
    font-style: normal;
    font-weight: 100;
    }
.name-user:hover{
text-decoration: underline;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

.img-snails{
    max-width: 90%;
    height: auto;
	max-height: 500px;
   
}

.video-snails{
    max-width: 90%;
    height: auto;
	max-height: 500px;

}

.img-snails:hover{
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0.85;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
   
}

.video-snails:hover{
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0.85;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
   
}

.snails-box , .snails-vid-box{
   /* margin-right: 66px;*/
   margin: 10px;
    position: relative;
}

.snails-box:hover,.snails-vid-box:hover{
    cursor: pointer;
}
 
.snails-box:hover .play{display:block}



.play{
  position : absolute;
    display:none;
    color: #fff;
    width:5px;
    margin:auto;
    right:20px;
    bottom: 20px;
}

.center-play{
    position : absolute;
    display: none;
      color: #fff;
      width:5px;
      margin:auto;
      right:50%;
      bottom: 50%;
  }


.like{
    position : absolute;
      color: #fff;
      width:5px;
      margin:auto;
      right:20px;
      bottom: 60px;
  } 


  .like:hover{
      color: rgb(224, 224, 224);
  } 


  .liked{
      color: rgb(234, 37, 37);
     
  } 
/*
.community-post{
    width: 500px;
    margin-bottom: 130px;
    max-height: 400px;
   
    
}*/


  .community-box {
    /*margin-right: 66px;*/
    margin: 10px;
    position: relative;
}

.community-box:hover{
    cursor: pointer;
}


.img-community{
    height: auto;
	max-height: 400px;

}

.img-modal{
    object-fit: contain;
    min-height: 400px; 
    max-height:700px;
}

.blue-corner{
    position: absolute; top: -13px; right: -18px; width: 100px; height: 100px;
}


.red-corner{
    position: absolute; top: -7px; right: -7px; width: 100px; height: 100px;
}

 
.author-post-a {
    color: #2a2a2b;
    clear: both;
}

.author-post-a:hover {
    color: #0e0e0e;
}

.post-author {
    vertical-align: center;
}

.author-user-name {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}
.author-post-date:hover ,.author-user-name:hover{
    text-decoration: underline;
}
.author-post-span {
    font-size: 12px;
    color: #ccc;
}

.author-user{
    display: inline-block;
    margin: 10px;
    color: #1e1e1e;
    font-style: normal;
    cursor: pointer;
    font-weight: 100;
    }


    .community-item{
        width:auto;
    }

    .img-holder{
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .my-card-img{
        height: 100%; object-fit: cover; max-height: 200px;
    }
    .more-grid-card-details .card-title {
        color: #4c4c4c;
        line-height: 1.5;
        margin-bottom: 0;
        font-size: 0.9rem;
    }

     .more-grid-card-details .card-body span {
        color: #1383d4;
        font-size: 0.7rem;
        font-family: "FFShamel-normal";
    }

    .my-card-img2{
        height: 100%; object-fit: cover; height: 172px;
    }
    .my-card-body{
        position: relative;
    }
   .price-div{
    position: absolute;
    bottom: 10px;
    left: 10px;
   }
    .img-eye{
        position: absolute;
        top: 40%;
        display: none;
        opacity: .6;
        right: 40%;
    }

    .my-card-body:hover{
        background: rgb(245, 245, 245);
    }
    
 
      
      .float-btn{
        position:fixed;
        width:54px;
        height:54px;
        bottom:40px;
        right:40px;
        display: block;
        background-color:rgb(52, 154, 226);
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 3px #999;
        
    }
    
   
    
    .my-float{
        margin-top:20px;
    }

    .img-count{
        position: absolute;
        bottom: 15px;
        right: 15px;
        padding: 2px 5px;
        background: rgba(118, 147, 249, 0.4);
        border-radius: 5px;
    }

    .viwes-count{
        position: absolute;
        bottom: 15px;
        left: 15px;
        padding: 2px 5px;
        background: rgba(118, 147, 249, 0.4);
        border-radius: 5px;
    }


    .img-holder:hover .img-eye{display: block;}


    .shineEffict {
        position: relative;
        
        overflow: hidden;
        }

    .shineEffict:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255, 0.3);
        transform: skewX(-30deg);
        animation-name: slide;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-delay: .3s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        background: linear-gradient(
            to right, 
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
          );
        }
        @keyframes slide {
          0% {
            left: -100;
            top: 0;
          }
          50% {
            left: 120px;
            top: 0px;
          }
          100% {
            left: 290px;
            top: 0;
          }
        }
    


        .profile-img{
           
            object-fit: cover;
            width: 100px;
            height: 100px;
            padding: 2px;
            border: #02B8FF solid 3.5px;
        }




/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 300px; /* Set a default minimum width */
    margin-left: -150px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}



.comment-area{
    margin-right: 66px; margin-top: -10px; padding: 5px; position: relative; background-color: rgba(231, 231, 231, 0.50); border-radius: 10px;
}

.comment-icon-btn{
    position: absolute; cursor: pointer; top: 10px; left: 10px; padding: 5px;
}
.comment-icon-btn:hover{
    color: #f42c41;
}

.dropdown-menu-comment{
    position: absolute; top: 10px; left: 10px;

}


.selectedImages img{
    width:70px;
    height:80px;
    border-radius:10px;
    margin: 5px;
}

.souqSelectedImages img{
    width:70px;
    height:80px;
    border-radius:10px;
    margin: 5px;
}
.verticalText{
    position:absolute;
    top:50%; /* adjust this as needed */
    left:0;
    width:100%;
    text-align:center;
}
.containerText {
    position:relative;
}

.card:hover {
  /*  transform: scale(0.99);*/
   /* box-shadow: 0 10px 10px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
}
.card:hover .image-overlay{
    opacity: 0.8;

}




div.scrollmenu {

    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

div.scrollmenu img {
    width: 100%;
    height: 80px;
}




