

body{
  position: relative !important ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
  position: relative;
}
.float-left {
    float: left !important;
    text-align: right;
}
 /*  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;
}
.all-story{
    width: 45%;
    margin: auto;
    background-color: #f7f7f7;
    margin-top: 30px;
    padding: 10px;
}
.all-story li{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.all-story li{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.all-story li span{
    font-weight: 600;
    font-size: 20px;
}
.allheads-conta{
    display: flex;
}
.one-last0info h3{
    text-align: center;
    font-weight: 500 !important;
    color: #656565;
    margin-bottom: 25px;
}

/* .planting-ul{
    list-style: url(../graphics/planting.svg);
} */
.single-img p{
    font-size: 14px;
    margin-top: 19px;
    font-weight: 600;
    color: #3b3030;
}
.div-main-tabs-elemnt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs-elemnt-image{
    margin-left: 9px;
}
.tabs-elemnt-image img{
    width: 45px;
}
.tabs-elemnt-text {
    font-size: 16px;
    margin-left: 10px;
}
.tabs-elemnt-num{
    font-size: 23px;
    font-weight: 700;
    color: #7b9047;
}
.one-last0info{
    /* background-color: #f7f7f7; */
    padding: 20px;
    padding-top: 33px;
}
/* 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;}
.bgS {  background-color: var(--support-color);}
.bgW {  background-color: #fff;}

a:not(.btn) {
    color: #a20015;
    font-weight: 600;
}
a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    text-decoration: none;
    outline: none;
    color: #000000;
}
.pdf-container a{
    display: block;
}
.lead {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.68421053em;
}
.pos{
  position: relative;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logo03{
    position: absolute;
    left: 145px;
    top: 21px;
    z-index: 99999999999 !important;
}
.logo03 img{
    width: 63px;
}
.logopic {
    width: 100px;
}
.lyar-bottom{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 40%;
    background-color: black;
    position: absolute;
    z-index: -1;}
section{
    background-color: #ffffff00;
}
#mob{
    min-height: 100vh;
    height: 100%;
}

.text-bottom{
    vertical-align: middle;
}
.labels{
    display: flex;
    justify-content: center;
    margin-top: 44px;
}
.lab-cont {
    display: flex;
    margin-left: 20px;
}
.col-la02{
    background-color: #b49292;
    width: 37px;
    height: 20px;
}
.col-la03{
    background-color: #a20013;
    width: 37px;
    height: 20px;
}
.col-la04{
    background-color: #3b3030;
    width: 37px;
    height: 20px;
}
.col-la01{
    background-color: #e1dfdf;
    width: 37px;
    height: 20px;
}
.lab-text{
    font-size: 18px;
    font-weight: 500;
    margin-right: 6px;
}
.col-lab002 .lab-cont{
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
}
.col-lab002 .lab-cont > .lab-text{
    margin-top: 20px;
    text-align: center;
}

/* 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;
}
.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;
    }
    .pdf-container {
        display: flex;
        margin-bottom: 50px;
    }
    .pdf-container a {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 33.333%;
    }
    .pdf-container img {
        width: 43px;
        margin-bottom: 15px;
        height: 43px;
    }
    .pdf-container a > p {
        font-weight: 500;
        font-size: 17px;
        text-align: center;
        margin-bottom: 0;
        width: 70%;
        margin-top: 6px;
    }
    .link-css{
        margin-top: 26px;
    }
    .link-css a{
        display: block;
        display: flex;
        align-items: center;
    }
    .link-css a > p{
        font-weight: 700 !important;
        transition: all .5s;
    }
    .link-css a > p:hover{
        color: #a20013 !important;
    }

    .link-css a > img{
        width: 30px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .all-story{
        display: none;
    }
   .all-story  ul{
        list-style: none;
        padding: 20px;
        background-color: #f5f2f2;
        border-radius: 3px;
    }
    .activeStory{
        display: block !important;
    }
    .div-main-tabs{
        cursor: pointer;
        width: 50%;
        background-color: #e8e8e8;
        margin-left: 9px;
        padding: 5px;
        transition: all .5s;
}
.div-main-tabs:hover{
    background-color: #dedede;
}
.activeStory-Nav{
    background-color: #f5f2f2;
}
    .allheads-conta{
        display: flex;
    }

    /* 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 */

        .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;
        }
        .inpho01{
            margin-top: 25px;
            margin-bottom: 45px;
        }
        .titles img{
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        .network001 img{
            width: 100%;
            height: 75vh;
            object-fit: contain;
            margin-bottom: 55px;
        }
        .network002 img{
            width: 100%;
            height: 75vh;
            object-fit: contain;
            margin-bottom: 55px;
        }

     
        #section1-a p{
            padding-bottom: 35px;
        }
        .titles{
            background-color: #f1f1f1;
            padding: 29px;
            margin-bottom: 40px;
        }
        .titles p{
            padding-bottom: 15px !important;
        }
        .titles h3{
            color: #3a3939;
            font-weight: 600 !important;
            font-size: 20px;
        }
        .title-container{
            display: flex;
        }
        .title-container .titles{
           margin-left: 10px;
        }

       

       
        .section00 h1 {
            width: 45%;
            font-weight: 500 !important;
            margin-top: 0;
            line-height: 73px;
            font-size: 45px;
        }
        .section00 h4 {
            color: white;
        }

        .inpho-row-container {
            background-color: #f1f1f1;
            display: flex;
            padding: 25px;
            width: 100%;
            margin-bottom: 25px;
        }
        .date-inpho{
            margin-left: 34px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: baseline;
        }
        .date-inpho .des{
            color: black;
            font-size: 16px;
            font-weight: 600;
            margin-top: 35px;
            text-align: center;
        }
        .data-inpho{
            display: flex; 
            align-items: flex-end;
        }
        .from-to{
            display: flex;
            flex-direction: column;
            color: black;
            font-weight: 600;
            font-size: 19px;
            align-items: center;
        }
        .col01{
            display: flex;
            align-items: flex-end;
        }
        .data-inpho img{
            transform: scale(-1);
        }
        .country-name{
            color: #a20013;
            font-size: 36px;
            font-weight: 400;
            margin-left: 15px;
        }
        .country-name02{
            color: black;
            font-size: 16px;
            font-weight: 500;
        }
        .from-to{
            margin-left: 25px;
        }
        .inpho-row-container-head{
            color: #a20013;
            font-size: 21px;
            font-weight: 600;
            margin-bottom: 15px;
        } 
        .last-one{
            margin-bottom: 50px;
        }
        

   
       

        #section02 h3{
            font-weight: 500 !important;
            margin-top: 30px;
            font-size: 32px;
            margin-bottom: 15px;
        }
        /* section {
            padding: 0 0;
        } */


        #section10 h3{
            font-weight: 500 !important;
            font-size: 36px;
        }
        #section08 h3{
            font-weight: 500 !important;
            font-size: 36px;
            margin-bottom: 25px;
        }
        #section06 h3{
            font-weight: 500 !important;
            font-size: 33px;
            margin-bottom: 11px;
        }
        #section06 .head02{
            margin-top: 15px;
        }
        #section09 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section04 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section05 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section03 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section09 .head01{
            padding-top: 60px;
            margin-bottom: 30px;
        }
        #section04 .head01{
            padding-top: 60px;
            margin-bottom: 30px;
        }
        #section09 .head02{
            margin-top: 100px;
            margin-bottom: 30px;
        }
        #section05 .head01{
            padding-top: 60px;
            margin-bottom: 10px;
        }
        #section03 .head02{
            margin-top: 100px;
            margin-bottom: 30px;
        }
        #section03 .head01{
            padding-top: 60px;
            margin-bottom: 30px;
        }
        #section05 .head02{
            margin-top: 30px;
            margin-bottom: 15px;
        }
        #section09 .p02{
            padding-bottom: 70px;
        }
        #section07{
            height: 400px !important;
        }
        .sec05-row01{
            margin-bottom: 20px;
            margin-top: 25px;
        }
        #section06 .head02 {
            margin-top: 30px;
        }

        .sec05-row01-col01{
            display: flex;
            justify-content: center;
            margin-left: 70px;
            margin-right: 70px;
        }
        .sec05-row01-col01 .text{
            margin-top: 10px;
            font-weight: 500;
        }
        .sec05-row01{
            display: flex;
            justify-content: center
        }
        .sec05-row01-col01{
            display: flex;
            flex-direction: column;
        }
        .sec05-row01-col01 .num{
            font-size: 71px;
            font-weight: 200 !important;
            margin-bottom: 10px;
        }
        .sec05-row01-col02{
            display: flex;
            justify-content: center;
            margin-top: 90px;
            margin-bottom: 40px;
        }
        .sec05-row01-col02 .num{
            font-size: 71px;
            font-weight: 200 !important;
            margin-bottom: 10px;
            margin-right: 10px;
        }
        .sec05-row01-col02 .text{
            font-weight: 500;
        }
        .sec05-container{
            margin-top: 90px;
        }
        .bk-white{
            background-color: white;
        }


        #jp_container_2{
            position: relative !important;
        }
        .audio-player {
          
            background-image: url(../graphics/group-7.svg);
        }
        .sound-bk{
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
        }
        .no-flexbox .audio-player {
            display: none;
        }
    
        .flex-wrap {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            padding-right: 10px;
            padding-left: 10px;
        }
    
    
        .flex-item {}
    
        .jp-controls.flex-item {
            flex-basis: 150px;
        }
    
        .jp-progress-container.flex-item {
            flex-basis: 200px;
            flex-grow: 2;
            flex-shrink: 2;
            background-color: #e38983;
            border-radius: 6px;
            margin-bottom: 10px;
        }
        .triangle {
            border-color: transparent transparent red transparent;
            border-style: solid;
            border-width: 0px 200px 200px 200px;
            height: 0px;
            width: 0px;
        }

        .chart-container{
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f7f7f7;
            padding: 30px;
        }
        .chart-container02{
            padding: 30px;
            margin-bottom: 50px;
            background-color: #f7f7f7;
            margin-top: 30px;
        }

        .chart-container
            .inpho-chart01{
            width: 40%;
        }
        .chart-container .qustions{
            width: 100%;
            line-height: 31px;
            margin: auto;
            font-size: 20px;
            text-align: center;
            margin-top: 30px;
            color: #564d4e;
            font-weight: 500;
        }
        .inpho-chart01{
            width: 30%;
            margin: auto;
        }
       .qustions{
            line-height: 31px;
            font-size: 20px;
            margin-bottom: 30px;
            color: #564d4e;
            font-weight: 500;
        }
        #mob h2{
            width: 55%;
         line-height: 50px;
        }
        .left-side-img img{
            width: 100%;
            box-shadow: -10px 10px 6px rgb(0 0 0 / 24%), -1px 9px 8px rgb(0 0 0 / 38%);
        }
        .left-side-img  p{
            margin: auto;
            font-size: 17px;
            font-weight: 600;
            margin-top: 25px;
            text-align: center;
            width: 78%;
            margin-bottom: 50px;
        }

        #section02{
            background-color: #272121;
        }
    
       .documents-img{
        width: 100%;
       }
       .img-container {
           width: 50%;
           margin-left: 0;
           margin: auto;
       }
       .img-container02 {
        width: 100%;
                margin-top: 40px;
    }
       .img-container img{
            width: 100%;
            height: 410px;
            object-fit: cover;
            box-shadow: -10px 10px 6px rgb(0 0 0 / 24%), -1px 9px 8px rgb(0 0 0 / 38%);
        }
        .img-container p{
            margin: auto;
            font-size: 17px;
            font-weight: 500;
            margin-top: 32px;
            text-align: center;
            width: 78%;
            margin-bottom: 50px;     
        }
        .single-img img{
            box-shadow: -10px 10px 6px rgb(0 0 0 / 11%), -1px 9px 8px rgb(0 0 0 / 9%);
            height: 500px;
            object-fit: cover;
            width: 350px;
        }
        .single-img {
            width: 70%;
            margin: auto;
            margin-top: 40px;
            margin-bottom: 40PX;
            text-align: center;
            display: block;
        }
         

      @media (max-width:992px) {
        .country-name {
            margin: auto;
            font-size: 17px;
            font-weight: 600;
            margin-top: 25px;
            text-align: center;
            width: 78%;
            margin-bottom: 50px;
        }
        
      }

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


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

    @media screen and (max-width: 800px)  {
        .row .col-lg-6{
            width: 50%;
        }
        .allheads-conta {
            display: flex;
            flex-direction: column;
        }
        .div-main-tabs {
            cursor: pointer;
            width: 100%;
            background-color: #e8e8e8;
            margin-left: 0;
            padding: 5px;
            transition: all .5s;
            margin-bottom: 10px;
        }
        .single-img {
            width: 100%;
            margin: auto;
            margin-top: 40px;
            margin-bottom: 40PX;
            text-align: center;
        }
        .all-story {
            width: 100%;
            margin: auto;
            background-color: #f7f7f7;
            margin-top: 30px;
            padding: 10px;
        }
        .single-img img {
            box-shadow: -10px 10px 6px rgb(0 0 0 / 11%), -1px 9px 8px rgb(0 0 0 / 9%);
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
        .chart-container .qustions {
            width: 100%;
            line-height: 23px;
            margin: auto;
            font-size: 16px;
            text-align: center;
            margin-top: 30px;
            color: #564d4e;
            font-weight: 500;
        }
        .inpho-chart01 {
            width: 100%;
            margin: auto;
        }
        .chart-container .inpho-chart01 {
            width: 100%;
        }
        #mob h2 {
            width: 100%;
            line-height: 50px;
            line-height: 31px;
        }
        .date-inpho {
            margin-left: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .from-to {
            margin-left: 0;
            margin-bottom: 18px;
            margin-top: 18px;
        }
        .col01 {
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
        }
        .data-inpho{
            flex-direction: column;
            align-items: center;
        }

        .lyar-bottom{
            opacity: 74%;
        }
        .section00 h1 {
            width: 100%;
            font-weight: 400 !important;
            font-size: 23px !important;
            line-height: 36px;
        }
        .logopic {
            width: 75px;
        }
        .logo03 {
            left: 113px;
            top: 21px;
        }
        .logo03 img {
            width: 50px;
        }
        .date-00 {
            display: block;
            color: white;
            font-size: 19px;
            font-weight: 500;
            padding: 0;
            padding-top: 12px;
            margin-bottom: 0;
            top: 29px;
            /* font-style: italic; */
            background-color: #a20013;
            padding: 5px;
            width: 135px;
            margin-top: 12px;
        }
        
        
    }


