

body{
  position: relative !important ;
  background-image: url(../graphics/bk-bogy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #1c1a1a;
}

 /*  Fonts  */
.font-cairo {font-family: 'Cairo', sans-serif !important; letter-spacing: -1px !important;}
.font-amiri {font-family: 'Amiri', serif !important; letter-spacing: 0 !important;}
.font-openSans {font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important; }

@font-face {
    font-family: aref-regular;
    src: url('../webfonts/aref-regular.ttf');
    }


/* color over rides */
:root {
    --vlGrey: #EBEBEB;
    --lGrey: #C3C3C3;
    --mGrey: #454040;
    --dGrey: #202020;
		--main-color: #a20014;
		--support-color: #eeba00;
}

/* coloring */
.csVLG { color: var(--vlGrey);}
.csLG { color: var(--lGrey);}
.csMG {  color: var(--mGrey);}
.csDG {  color: var(--dGrey) !important;}
.csM {  color: var(--main-color)!important;}
.csS {  color: var(--support-color);}
.csW {  color: #fff;}

.bgVLG { background-color: var(--vlGrey);}
.bgLG { background-color: var(--lGrey);}
.bgMG {  background-color: var(--mGrey);}
.bgDG {  background-color: var(--dGrey);}
.bgM {  background-color: #a20014 !important;}
.bgS {  background-color: var(--support-color);}
.bgW {  background-color: #fff;}

.lead {
    font-weight: 500 !important;
    font-size: 19px !important;
    line-height: 1.68421053em;
}
.float-left {
    float: left !important;
    text-align: right;
}

.pos{
  position: relative;
  margin-top: 140px;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 115px;
}
section{
    background-color: #ffffff00 !important;
}
.lyar-bottom{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient( #00000000,#06060600, #0202027a ,#02020282, #020202fc);
}
#mob{
    min-height: 100vh;
}
.youtube-promo {
    width: 46%;
    margin: auto;
    margin-top: 11px;
}
.video-promo-head {
    background-color: #a20014;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 17px;
    font-weight: bold !important;
}

/* tags */
.img-rounded {  border-radius: 12px 12px 0 0; }
.img-desc-rounded {border-radius: 0 0 12px 12px; background-color: var(--vlGrey); height: 2.5em;padding-top: 0.25em;}

.close:focus, .close:hover {
  color: #fff;
}

.section00 h1{
    width: 60%;
}
.section00 h2{
    font-size: 33px;

}

.link-img{
    width: 26px;
}
.modal-content {
    background-color: #fff0 !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.modal-header{
    border-bottom: 1px solid #e9ecef00 !important;
}
.close{
    text-shadow: 0 1px 0 #fff0;
}
/*grids */
.reverse {
  display: grid;
  width: 100%;
  grid-gap: 2em;
  grid-template-columns: 4fr 8fr;
  grid-template-areas: "content-right content-left";  }

  .content-left  {grid-area: content-left; }
  .content-right {grid-area: content-right; }

    .scrolldownImg {width: 45px; }
    .bold {font-weight: bold;}

    .background-overlay:before{
        background-color: #000000b8;
    }

    /* addthis */

        .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
            background-color: var(--main-color)!important;
        }
        .at-expanding-share-button[data-position=bottom-left] {
            left: 10px;
        }
    /* addthis */


#section02 img{
    width: 100%;
    width: 100%;
    height: 800px;
    object-fit: contain;
}
.text-bottom {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 3;
    position: relative;
    padding-top: 90px;
}
#mob h1{
    background: #051b24;
    display: inline;
    padding: 12px 6px 6px 9px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 75px;
}

#mob h4{
    background: #0c4053;
    display: inline;
    padding: 12px 6px 6px 9px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 53px;
    font-weight: 900 !important;
}
#mob .container-fullscreen{
    width: 60%;
}

.article-low{
    padding: 20px;
    text-align: right;
    background-color: #0c465d;
    color: white;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: 30px;
}

#section03 h3{
    margin-top: 50px;
}
.article-low h3{
    text-align: right;    
    margin-top: 0px !important;
}
#section05-a img{
    width: 100%;
}
#section05-a{
    text-align: center;
}
/* .last-one{
    background-color: #ddc040 !important;
    color: #a13b2d !important;
}
.last-one p{
    color: #a13b2d !important;
    font-weight: 700 !important;
} */




    .story01-p{
        color: black;
    }
    .story-01-btn{
        margin-bottom: 13px;
        margin-top: 13px;
    }
    .story-01-btn a{
        font-weight: 500;
        color: #a20014;
        font-size: 20px;
    }
    .youtube-container{
        width: 70%;
        margin: auto;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .box-stories {
        background-color: #000000b5;
        text-align: center;
        color: white;
        padding: 20px;
        font-size: 18px;
        line-height: 27px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .at-expanding-share-button-mobile-container .at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg>span {
            background-color:   #71010f!important;
            color: #71010f!important;
        }

        .font-diff-sec03 {
            background-size: cover;
            background-repeat: no-repeat;
            padding: 45px;
            display: flex;
            margin-bottom: 45px;
            justify-content: center;
            align-items: center;
            background-color:#dddee45c;
            margin-top: 30px;
            border-radius: 4px;
            /* background-image: url(../graphics/bk.png);
            background-repeat: repeat; */
        }
        .font-diff-sec03 p {
            /* font-family: aref-regular !important; */
            /* font-size: 22px !important; */
            /* line-height: 39px; */
            color: #000000;
            border-left:7px solid #051b24;
            padding-left: 14px;
        }
        .des02{
            font-style: italic;
        }




       

        #section04{
            background-color: #0000000a !important;
            color: #1c1a1a;
        }
        #section13{
            background-color: #ececec !important;
            color: #1c1a1a;
        }
        #section16{
            background-color: #ececec !important;
            color: #1c1a1a;
        }
        #section06{
            background-color: #0000000a !important;
            color: #1c1a1a;
        }
        #section10{
            background-color: #0000000a !important;
            color: #1c1a1a;
        }
        #section11{
            height: 500px;
        }
        #section04 h3{
                    text-align: right;
    margin-top: 70px;
    font-size: 31px;
    font-weight: 600 !important;
    color: #061c25;
        }
        h3{
                    text-align: right;
    margin-top: 70px;
    font-size: 31px;
    font-weight: 600 !important;
    color: #061c25;
        }
        #section14{
            height: 600px;
        }
        #section17{
            height: 600px;
        }


        .sec09-bk {
            background-color: #a20014;
            padding-top: 25px;
            padding-bottom: 10px;
            border-radius: 5px;
            margin-top: 50px;
            margin-bottom: 35px;
        }
        .head-inpho-row{
                background-color: white;
                display: flex;
                align-items: center;
                padding-top: 10px;
                padding-bottom: 10px;
        }
        .head-inpho-row{
            color: #545454;
        }
        .head-inpho-col02 .head01{
            color: #a20014;
            font-weight: 800;
            font-size: 18px;
        }
        .head-inpho-col img{
            width: 150px;
            margin-left: 25px;
        }
        .sec09-content-inpho {
            font-weight: 500 !important;
            color: white;
            font-size: 15px;
            line-height: 22px;
            padding-top: 20px;
            padding-bottom: 13px;
        }
        .footer-inpho-row{
            background-color: white;
        }
        .footer-inpho-row p {
            color: #a20014;
            font-weight: 600;
            padding-top: 7px;
            padding-bottom: 7px;
        }


        .timeline-head{
            background-color: #a20014;
            border-radius: 5px;
            text-align: center;
        }
        .timeline-head p{
            color: white;
            font-size: 16px;
            font-weight: 600;
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .timeline-container{
            display: flex;
        }
        .sec10-timline{
            margin-top: 60px;
            margin-bottom: 20px;
        }
        .line01{
            clear: both;
            position: relative;
            width: 100%;
            height: 6px;
            border-radius: 10px;
            /* margin: 10px 0; */
            /* border-top: 1px solid #e3e3e3; */
            background-image: linear-gradient(to right, #e71d36, #a20014);
            margin-bottom: 6px;
            margin-top: 3px;
        }
        .timeline-elemnt{
            width: 10%;
            margin-left: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .timeline-elemnt .num{
            color: #979090;
            font-size: 24px;
            font-weight: 700 !important;
            margin-top: 20px;
        }
        .timeline-elemnt .des02{
            font-weight: 600;
        }
        .row-sec20{
            display: flex;
        }
        .imgsec20-container{
            position: relative;
            width: 16.7%;
            height: 300px;
            cursor: pointer;
        }
        .imgsec20-container img{
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .box-lyar{
            position: absolute;
            background-color: #00000085;
            z-index: 1;
            width: 100%;
            top: 0;
            height: 100%;
            transition: all .5s;
        }
        .opinion-mnum{
            transition: all .5s;
            background-color: #000000d4;
            z-index: 9999999999;
            padding: 29px;
        }
        .box-img-container .name{
            z-index: 999;
            position: absolute;
            color: white;
            bottom: 3px;
            left: 50%;
            transform: translateX(-50%);
            font-weight: 800 !important;
            font-size: 14px;
        }
        .opinion-mnum01 p{
            color: white;
            text-align: right;
        }
        #section20 h3{
            font-weight: 500 !important;
            font-size: 28px;
            text-align: center;
        }
        #section20 {
            overflow: initial;
        }
        .close-modal{
            color: white;
            font-size: 29px;
            cursor: pointer;
            margin-bottom: 10px;
        }
        .activelyar{
            background-color: #00000033 !important;
        }
       
        .opinion01, .opinion02, .opinion03, .opinion04, .opinion05, .opinion06{
            display: none;
        }
        .activeStory{
            display: block !important;
        }
        
        /* .head-opinion01:hover .opinion01{
            display: block;
        } */

      @media (max-width:992px) {
        
        
      }

      @media (max-width:767px) {
  
        
      }


    @media (max-width: 720px) {
        #header-video {display: none;}
        #header-mobile {display: block;}
    }

    @media screen and (max-width: 480px)  {
        #mob h1 {
            background: #051b24;
            display: inline;
            padding: 12px 6px 6px 9px;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
            line-height: 52px;
        }
        .font-diff-sec03 {
            background-image: unset;
            background-size: cover;
            background-color: white;
            background-repeat: no-repeat;
            padding-top: 9px;
            /* padding: 113px; */
            padding-right: 5px;
            padding-left: 5px;
            display: flex;
            padding-bottom: 12px;
            margin-bottom: 50px;
            margin-top: 46px;
            justify-content: center;
            align-items: center;
        }
        .timeline-elemnt {
            width: 100%;
            margin-left: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 12px;
        }
        .timeline-container {
            display: flex;
            flex-direction: column;
        }
        .logopic {
            width: 80px;
        }
        .section00 h2 {
            font-size: 19px;
        }
        .section00 h1 {
            font-weight: 400 !important;
            font-size: 21px;
        }
        .video-promo-head {
            background-color: #a20014;
            color: white;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 5px;
            font-size: 10px;
            font-weight: bold !important;
        }
        .youtube-promo {
            width: 100%;
            margin: auto;
            margin-top: 11px;
        }
        .sec10-timline {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .head-inpho-row{
            flex-direction: column;
        }
        .head-inpho-col img {
            width: 150px;
            margin-left: 0;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .head-inpho-col02{
            text-align: center; 
        }
        .head-inpho-col02 .head01{
            font-size: 17px;
        }
        .des01{
            font-size: 14px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        h3 {
            text-align: center;
            font-weight: 400 !important;
            font-size: 27px;
        }
        .youtube-container {
            width: 100%;
        }

    }


