body{
    
}

.custm_p {
    color: #212529 !important;
    height: 65px;
}

.bg_light {
    background-color: #f7f7f7 !important;
}

.text-color_red {
    color: #FD1C1D !important;
}

.contact_card {
    padding: 10px !important;
    border: 0px !important;
    margin-bottom: 10px !important;
    background-color: #EFF1F3;
    padding-top: 0px!important;
}

.card .contact-head h4 {
    font-size: 17px;
    text-align: center;
    padding: 15px 0px;
    color: #212529 !important;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}

.contact_card .contact-details h6 {
    font-size: 15px;
    font-weight: 700;
    color: #C67C13 !important;
    margin-bottom: 6px;
    padding: 10px;
}

.contact_card .contact-details ul li {
    list-style: none;
    font-size: 14px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    font-weight: 300;
}
.contact_card .contact-details ul li strong{
    font-weight: 500;
}

.contact_card .contact-details ul {
    padding-left: 20px;
}

.contact_card .contact-details ul li i {
    padding-right: 10px;
    color: #C67C13;
    position: relative;
    top: 6px;
}

.pl_80 {
    padding-inline-start: 80px;
}

.li_height {
    height: 40px;
}

.social-icons li:hover.social-icons-twitter a {
    background-color: #DA9416 !important;
}

.social-icons li:hover.social-icons-linkedin a {
    background-color: #DA9416 !important;
}

.arabic_lang {
    width: 30px;
    height: 30px;
    background: #C17713;
}

.arabic_lang a {
    position: relative;
    bottom: 3px;
    color: #fff !important;
}

.arabic_lang:hover {
    background-color: transparent !important;
}

#white {
    color: #fff !important;
}

#white_clr:hover .social-icons li:hover.social-icons-facebook a {
    background-color: transparent !important;
}

.svg-fill-color-secondary {}

.social-icons li:hover.social-icons-facebook a {
    background: #C17713 !important;
}

html .scroll-to-top {
    transition: opacity 0.3s;
    background: #FD1C1D!important;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}

.social_media_icons {

    margin: 15px 0px 10px 5px !important;
}

.social_media_icons span {
    margin: 5px;
}

.social_media_icons span a i {
    font-size: 17px;
    color: #333 !important;
}

.social_media_icons .arabic_btn {
    width: 40px;
    height: 40px;
    background: #C17713;
    color: #fff;
    padding: 4px;
    border-radius: 30px;
}

.arabic_btn a {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 700;
    padding: 12px 6px !important;
}

html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
    background-color: #FD1C1D!important;
}

.custom_font{
    font-size: 18px!important;
    line-height: 26px!important;
}

#footer a:not(.btn):not(.no-footer-css):hover{
    color: #777;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #212529;
}

.pb-40{
    padding-bottom: 40px;
}

.baseball{
    position: absolute;
    left: 45%;
    top: 50%;
}

.basket{
    position: absolute;
    right: 38%;
    top: 28%;
}

.badminton{
    position: absolute;
    left: 15%;
    top: 40%;
}

.boxing{
    position: absolute;
    right: 8%;
    top: 40%;
}

.tennis{
    position: absolute;
    left: 15%;
    
}

.footbal{
    position: absolute;
    right: 10%;
    
}

.footbal_2{
    position: absolute;
    right: 50%;
    
}

.social-icons li a{
    color: #fff!important;
}


.custm_svg_custm{
    background: #DE050D;
}

@media (min-width: 767px) {

    .social_media_icons {
        display: none !important;
    }
}

.color_white{
    color: #fff!important;
}

#header .header-body{
    background-color: #DE050D;
}

@media (min-width: 992px){
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #fff;
    }
}

.custom-bg_color{
    background-color: #DE050D!important;
}

[dir="rtl"] body{
    direction: rtl;
    font-family: 'Amiri', serif;
}



[dir="rtl"] .contact_card .contact-details ul{
    padding-right: 0px;
}

[dir="rtl"] .custom-section-svg .custom-section-svg-background{
    /* right: 580px; */
    /* top: 11px; */
    transform: rotateY(180deg);
}

[dir="rtl"] .custom-section-svg > svg{
    transform: rotateY(180deg);
}
[dir="rtl"]  .contact_card .contact-details ul li i{
    padding-left: 10px;
}


[dir="rtl"]  .pb-40{
    padding-bottom: 11px;
}


[dir="rtl"] .baseball{
    position: absolute;
    right: 45%;
    top: 50%;
    left: unset;
}

[dir="rtl"] .basket{
    position: absolute;
    left: 38%;
    top: 28%;
    right: unset;
}

[dir="rtl"] .badminton{
    position: absolute;
    right: 15%;
    top: 40%;
    left: unset;
}

[dir="rtl"] .boxing{
    position: absolute;
    left: 9%!important;
    top: 42%;
    right: unset;
}

[dir="rtl"] .tennis{
    position: absolute;
    right: 15%;
    left: unset;
    
}

[dir="rtl"] .footbal{
    position: absolute;
    left: 10%;
    right: unset;
    
}

[dir="rtl"] .footbal_2{
    position: absolute;
    left: 50%;
    right: unset;
    
}

