

body{
  position: relative !important ;
  background-attachment: fixed;
  color: #1c1a1a;
  background-image: url(../graphics/1.png);
  background-size: contain;
}
footer .col-lg-6 {
 width: 50%;
}

.imgs-quarantine-02 {
  margin: auto;
  margin-bottom: 60px;
  margin-top: 45px;
  width: 100%;
}

.imgs-quarantine {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: -4px 4px 9px #a9a3a3;
  /* filter: grayscale(.4); */
  border-radius: 2px;
  filter: sepia(.5);
}

.date-00 {
  display: block;
  color: white;
  font-size: 19px;
  position: absolute;
  font-weight: 500;
  padding: 0;
  padding-top: 12px;
  margin-bottom: 45px;
  bottom: 0;
  /* font-style: italic; */
  background-color: #a20013;
  padding: 5px;
  width: 135px;
  margin-top: 12px;
  left: 0;
}
.date-00 img {
    width: 25px;
    padding-left: 4px;
}


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


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

.h3-inpho0a{
    font-weight: 600 !important;
    margin-top: 80px;
    margin-bottom: 62px;
}

.pos {
    position: relative;
    margin-top: 25%;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
  width: 117px;
  object-fit: contain;
}
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);
}
.background-layar{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #221408c9;
}
#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: #000;
}

.section00 h2{
    font-size: 33px;

}

.link-img{
    width: 26px;
}

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


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

    .youtube-container{
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 40px;
    }


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

      @media (max-width:767px) {


      }


   

/* Blockquote main style */
.blockquote {
    position: relative;
    font-weight: 800;
    color:#292929;
    padding: 15px 0;
    width: 70%;
    z-index: 1;
    margin: 20px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: none;
}

/* Blockquote header */
.blockquote p {
    position: relative;
    text-align: center;
    color:#454040;
    font-size: 17px!important;
    font-weight: 800;
    line-height: 1.6;
    margin: 0;
}

/* Blockquote right double quotes */
.blockquote:after {
  position: absolute;
      content: "”";
      color: #454040;
      font-size: 13rem;
      line-height: 0;
      bottom: -49px;
      right: 30px;
      font-family: fantasy;
}


/* main image */
  #main-image{
    width: 100%;
  }
  .p-style{
    font-size: 21px;
    font-weight: 500;
    color: #3F2812;
    line-height: 35px;
    text-align: justify;
  }
  .p-style-alone{
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .container-imagesalone {
    text-align: center;
    position: relative;
    margin-top: 75px;
    margin-bottom: 75px;
}
.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.frame-youtube {
  width: 50%;
  margin: auto;
}
.background-overlay:before {
  background: url(../images/overlay-pattern/overlay-pattern-1.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .2;
  min-height: 2000px;
  background-color: black;
}

h3{
  font-size: 1.78571429em;
  margin-bottom: 45px !important;
  line-height: 1.5em;
  font-weight: 500;
  display: inline-block;
  background-color: #A20014;
  color: #ffffff;
  padding: 6px 20px;
  position: relative;
}
.bk00a {
    width: 100%;
    height: 47px;
    background-color: #2c1a0c;
    transform: rotate(356deg);
    position: absolute;
    right: 0;
    z-index: -1;
}
#section08{
  background-size: cover;
  height: auto;
  background-attachment: fixed;
  width: 100%;
}

#section08 h3{
  background-color: unset;
}

.bgg05{
  position: relative !important;
  background-attachment: fixed;
  color: #1c1a1a;
  background-image: url(../graphics/success.png)!important;
  background-size: contain;
  background-repeat: no-repeat;
}
.quote-inside{
  display: block;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
}

.quote-inside img{
  display: block;
  width: 75px;
  object-fit: contain;
}

.image-flex-container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.image-flex-container p{
  width: 60%;
}
.image-flex-container img{
  width: 40%;
  margin-right: 45px;
}
.text-alone-law{
  background-color: #a20015;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 120px;
  padding-bottom: 0;
  margin-top: 39px;
  border-radius: 7px;
}
.text-alone-law p{
  color: white;
  padding: 4px;
  padding-bottom: 0;
  /* margin-bottom: 120px; */
  font-size: 19px;
  font-weight: 600;
  padding-top: 22px;
}
.pin-img{
  width: 113px;
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
}
.bk-img{
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -73px;
}
#section05{
  background-image: url(../graphics/sec05-bk.png);
  background-attachment: fixed;
  background-size: cover;
}
#section0aa{
  background-image: url(../graphics/section0aa-bk.png);
  background-attachment: fixed;
  background-size: cover;
  height: 500px;
  background-position: bottom;
}
#section05 h3{
  background-color: unset;
}
.a-container{
  display: flex;
  align-items: center;
}
.a-container img{
  width: 48px;
  object-fit: contain;
  margin-bottom: 18px;
  margin-left: 11px;
}
.a-container p{
  font-size: 17px;
  font-weight: 600;
  color: #3F2812;
  line-height: 26px;
  width: 50%;
}
.image-header1{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  margin-top: 140px;
}


/* increase header size after 600px */
@media all and (max-width: 600px) {
  .image-header1{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 140px;
  }
    .blockquote p {
        font-size: 60px;
   }
   #section08{
    background-position: right;
    background-attachment: unset;
   }
   .image-flex-container{
    flex-direction: column;
   }
   .image-flex-container p {
    width: 100%;
   }
   .image-flex-container img {
    margin-top: 14px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px;
}
.a-container p{
  width: 100%;
}
.imgs-quarantine{
  margin-bottom: 10px;
}
#section0aa{
  background-attachment: unset;
  background-position: right;
}

.image-header1P{
  width: 100%;
}
.logopic {
  width: 90px;
  object-fit: contain;
}
}


/* Layout Styles */

