

body{
  position: relative !important ;
  background-image: url(../graphics/bk-body.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: var(--main-color);}
.bgS {  background-color: var(--support-color);}
.bgW {  background-color: #fff;}

section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff00;
}

.pos{
  position: relative;
  margin-top: 140px;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 115px;
}
.lyar-full{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient( #02020282,#02020282, #02020282 ,#02020282, #02020282);
}
.lyar-full02{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient( #020202c9,#020202c9, #020202c9 ,#020202c9, #020202c9);
}
#mob{
    min-height: 100vh;
}
.lead {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.68421053em;
}
/* 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;
        }
       #section06{
        background-color: #0000001a;
       }

        #section02{
            background-image: url(../graphics/sec02.jpg);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        #section04{
            background-image: url(../graphics/sec04.jpg);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        #section07{
            background-image: url(../graphics/sec07.jpg);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        #section09{
            background-image: url(../graphics/sec09.jpg);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        .inpho01-container{
            display: flex;
            justify-content: center;
            width: 100%;
        }
        .inpho01-col{
            width: 25%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .inpho01-col img{
            width: 120px;
            height: 120px;
        }
        .inpho01-col .num{
            font-size: 70px;
            font-weight: 300;
            margin-bottom: 26px;
            margin-top: 60px;
        }
        .inpho01-col .des{
            font-size: 20px;
            font-weight: 500;
        }
        .font-diff-sec02 {
            background-image: url(../graphics/paper.png);
            background-size: cover;
            background-repeat: no-repeat;
            padding-top: 150px;
            /* padding: 113px; */
            padding-right: 62px;
            padding-left: 60px;
            padding-bottom: 178px;
            margin-bottom: 85px;
            margin-top: 65px;
        }
        .font-diff-sec02 h3 {
            text-align: center;
            font-weight: 600 !important;
            margin-bottom: 30px;
            color: #404040;
            font-size: 21px;
        }
        .font-diff-sec02 p {
            font-size: 22px !important;
            line-height: 47px;
            color: #404040;
        }

        .inpho02-container{
            display: flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 45px;
            margin-top: 50px;
        }
        .inpho02-col{
            width: 33.33%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .inpho02-col img{
            width: 200px;
            height: 200px;
        }
        .inpho02-col .des{
            text-align: center;
            margin-top: 10px;
            font-weight: 700;
            font-size: 14px;
        }
        .container-a img{
            width: 230px;
        }
        .last-inpho-container{
            display: flex;
            width: 100%;
        }
        .last-inpho-col{
            width: 50%;
            text-align: center;
        }
        .last-inpho-col img{

        }
        .last-inpho-col .des{
            font-weight: 600;
            /* text-align: center; */
            font-size: 15px;
            line-height: 26px;
            width: 310px;
            margin: auto;
        }

        .inpho03-container .first-row{
            display: flex;
            width: 100%;
            margin-bottom: 10px;
            align-items: flex-end;
        }
        .first-row .cont-des{
            width: 70%;
            display: flex;
            color: #a20014;
            font-size: 15px;
            font-weight: 600;
        }
        .first-row .cont-des .num{
            width: 50%;
            display: flex;
            color: #a20014;
            font-size: 59px;
            padding-right: 10px;
            font-weight: 700;
        }
        .inpho03-container{
            margin-bottom: 70px;
            margin-top: 70px;
        }
        .first-row .img-03{
            width: 30%;
        }
        .first-row .img-03 img{
            width:75px;
        }
        .secound-row img{
            width: 100%;
        }
        .third-row{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .fourt-row .des{
            text-align: left;
            color: #564c4c;
            font-weight: 800;
        }
        .fourt-row .des span{
            text-align: left;
            color: #564c4c;
            font-size: 55px;
            padding-right: 10px;
            font-weight: 500;
        }
        .img-small{
            margin-top: 50px;
            text-align: center;
        }
        .img-small img{
            width: 60%;
        }

      @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)  {
        .inpho01-col {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 50px;
        }
        .inpho01-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
        }
        .inpho02-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            margin-bottom: 45px;
            margin-top: 50px;
        }
        .inpho02-col {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 40px;
        }
        .last-inpho-container {
            display: flex;
            width: 100%;
            flex-direction: column;
        }
        .last-inpho-col {
            width: 100%;
            text-align: center;
        }
        .last-inpho-col img{
            width: 100%;
        }
        .font-diff-sec02 {
            background-image: unset;
            background-size: cover;
            background-repeat: no-repeat;
            padding-top: 20px;
            /* padding: 113px; */
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 0;
            margin-bottom: 20;
            margin-top: 0;
        }
        h3{
            font-size: 30px !important;  
        }
        .img-small img {
            width: 100%;
        }
    }


