

body{
  position: relative !important ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
  position: relative;
}

 /*  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;}
.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;
}

.lead {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.68421053em;
}
.float-left {
    float: left !important;
    text-align: right;
}
.caption{
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-top: 55px;
}
.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: 65%;
    background-color: black;
    position: absolute;
    z-index: -1;}
section{
    background-color: #ffffff00;
}
#mob{
    min-height: 100vh;
    height: 100%;
}

.text-bottom {
    vertical-align: bottom;
}
/* 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;
    }

    /* 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;
        }
        .network002 img{
            width: 100%;
            height: 75vh;
            object-fit: contain;
            margin-bottom: 55px;
        }

        #section1 p {
            padding-bottom: 35px;
        }
        #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: 54%;
            font-weight: 300 !important;
            margin-top: -185px;
        }

        .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;
            margin-right: 24px;
        }
        .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;
        }
       
        .country-name{
            color: #a20013;
            font-size: 36px;
            font-weight: 400;
            margin-left: 0;
        }
        .country-name02{
            color: black;
            font-size: 16px;
            font-weight: 600;
        }
        .from-to{
            margin-right: 25px;
            margin-left: 10px;
        }
        .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;
        }
    
       
         

      @media (max-width:992px) {
        .country-name {
            font-size: 29px;
            font-weight: 600;
            margin-left: 0;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        
      }

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


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

    @media screen and (max-width: 800px)  {
        .text-bottom {
            vertical-align: bottom;
        }
        .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;
        }
        .logopic {
            width: 75px;
        }
        .logo03 {
            left: 113px;
            top: 21px;
        }
        .logo03 img {
            width: 50px;
        }
      
        
        
    }


