/* Custom CSS */
/*===== #ce1128 #fff #000

/*===== RTL Overrides =====*/
body.rtl .sppb-nav-modern > li {float:right;}

/*===== Menu =====*/
.sp-megamenu-parent>li.active>a,.sp-megamenu-parent>li.active:hover>a {color:#fff;}
.sp-megamenu-parent>li:hover>a {color:#C09300;}
div.media .media-body {text-align:center;}
div.media .media-body > h4 {margin:0 auto;}
#sp-menu-right .sp-date {border:none;padding:0;margin-right:0}
#sp-menu-right .sp-date .sp-date-wrapper span {color:#000; font-size:initial;}
.sp-page-builder .page-content > .sppb-section {padding:0!important;}

/*===== Login =====*/
#login .login-bg-img {background-color:#000;background-image: url(../../../images/hand.png);background-size:contain;}

/*===== Language Switcher =====*/
.sp-module-content .mod-languages ul.lang-block {max-width:70px;width:70px;}
.sp-module-content .mod-languages .btn-group img {display:inline-block;}

/*===== Slider RTL =====*/
body.rtl .sppb-addon-articles-thumb-slider .articles-thumb {left:inherit;right:0;}
body.rtl .sppb-addon-articles-thumb-slider .articles-thumb .article-counter {border-radius: 50px 0px 0px 50px;left: -40px; right:inherit;}
body.rtl .sppb-addon-articles-thumb-slider .articles-slider .swiper-slide {background-size:contain;}
body.rtl .sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active .sppb-article-info-wrap {border:none;}
body.rtl .sppb-addon-articles-thumb-slider .articles-slider {background-image:linear-gradient(to bottom, #ce1128 33%, #fff 33%, #fff 66%,#000 66%);}
body.rtl .sppb-addon-articles-thumb-slider .articles-slider .swiper-slide:before {background-image:none;}
body.rtl .sppb-addon-articles-thumb-slider .articles-thumb .article-counter {background: rgba(206,17,40,.2); transition:1s all;}
body.rtl .sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active .article-counter {background: rgba(206,17,40,1);}
body.rtl .sppb-addon-articles-thumb-slider div.swiper-wrapper {transition-delay:3s!important;}
body.rtl .sppb-addon-articles-thumb-slider .articles-slider h3 {background:rgba(0,0,0,.75);padding:.5em;}
body.rtl .slider-spbookmark-wrap .bookmark-text {background:rgba(0,0,0,.75);padding:.5em;}
body.rtl .slider-spbookmark-wrap .article-spbookmark .btn-spbookmark-action {background:#ce1128;}

/*===== Footer =====*/
#sp-bottom .sp-module ul {columns:3;orphans:0;widows:0;}
#sp-bottom #sp-bottom1 {width:100%!important;}
#sp-bottom-top .sppb-row-container {width:auto;}
div.sppb-addon-icons-group > ul.sppb-icons-group-list {margin:0 auto!important;}
div.sppb-addon-icons-group > ul.sppb-icons-group-list > li {display:inline-block;}

/*===== Carousel =====*/
.article-details div.article-feature-gallery .carousel-inner {height:600px;}
.article-details .items-leading .carousel,.article-feature-gallery .carousel {margin: 0 auto;}
.article-details .items-leading .carousel .carousel-item,.article-details .article-feature-gallery .carousel .carousel-item {height:100%;}
.article-details .items-leading .carousel .carousel-item img,.article-details .article-feature-gallery .carousel .carousel-item img {object-fit:contain;height:100%;margin:0 auto;}
.article-details .carousel-control-prev-icon,.article-details .carousel-control-next-icon {background-color:#000;}

/*===== Screen Resize overrides =====*/
@media (min-width: 991px) {
  #offcanvas-toggler {display:none;} 
  body.rtl .sppb-addon-articles-thumb-slider .articles-thumb .article-counter {left:-80px;}
}