

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

 /*  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: #71010f;
		--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;}

.cols{
    width: 33.33%;
}
footer .col-lg-6 {
    width: 50%;
}
.onlyone00a{
    font-size: 6px !important;
    line-height: 10px !important;
}
#desktop{
    display: block;
}
#mobile{
    display: none;
}
.gray-c{
    color: #6A6E71 !important;
}
.video-container{
    width: 100%;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 0;
    position: relative;
}
.video-promo-head {
    background-color: #364231;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 17px;
    font-weight: bold !important;
}
.video-sticky{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.black-lyer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000a8;
    height: 100%;
    z-index: 0;
}

.pos{
    position: relative;
    display: flex;
    align-items: center;
}
.logo2 {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logo3 {
    position: absolute;
    right: 25px;
    top: 13px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 88px;
}
.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;
    padding: 0 !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;
}
.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: #222629;
        opacity: 0.8;
    }
    .main-green-box{
        background-color: #87C232;
        width: 90px;
        height: 56px;
        position: absolute;
        top: 0;
        left:  -43px;
    }
    .float-left{
        text-align: right;
    }
    .main-head{
        position: relative;
        margin-bottom: 17px;
    }
        #mob .sub-head h4{
            color: #618930 !important;
        }
        .journ{
            display: flex;
            align-items: baseline;
        }
        .journ img{
            margin-right: 25px;
        }
        .date{
            color: #618930;
            font-size: 18px;
            font-weight: 500;
        }
     
        .fotter-main{
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            position: absolute;
            bottom: 10px;
            width: 100%;
        }
    /* addthis */

        .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
            background-color:#87C232!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:   #87C232!important;
            color: #87C232!important;
        }
        .head04{
            position: relative;
            margin-bottom: 5px;
        }
        .dark-mood{
            background-color: #222629;
        }
        .green-boxes{
            background-color: #87C232;
            position: absolute;
            width: 70px;
            height: 35px;
            left: 0;
            top: 0;
            z-index: -1;
        }
        .head04 h3{
            margin-bottom: 10px !important;
            font-weight: 500 !important;
        }
        .lead {
            font-weight: 500;
            font-size: 19px;
            line-height: 1.68421053em;
        }
        .qoute-container{
            position: relative;
            padding: 10px;
        }
        .qoute-container p{
            color: #ffffff !important;
        }
      
        .qoute-container:before {
            background-color: #618930;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: " ";
            width: 100%;
            height: 100%;
            z-index: 0;
            opacity: 0.9;
        }
        #qute01{
            background-image: url(../graphics/qoute01.png);
            background-position: center;
            background-size: cover;
            width: 60%;
            margin: auto;
            margin-top: 90px;
        }
        #qute08{
            background-image: url(../graphics/qoute01.png);
            background-position: center;
            background-size: cover;
            width: 60%;
            margin: auto;
            margin-top: 90px;
        }
        .qute-footer p{
            color: #222629 !important;
        }
        #qute04{
            background-image: url(../graphics/qoute01.png);
            background-position: center;
            background-size: cover;
            width: 60%;
            margin: auto;
            margin-top: 90px;
        }
        .qute-sticky-squrre-top-left{
            background-color: #222629;
            width: 80px;
            height: 80px;
            position: absolute;
            top: -20px;
            left: -20px;
            z-index: -1;
        }
        .img-container{
            display: flex;
            flex-direction: revert;
            width: 100%;
        }
        .cols img{
            height: 300px;
            border: 1px solid #89c03e;
            object-fit: cover;
            width: 100%;
            margin-bottom: 40px;
        }
        .no-border{
            border: unset !important;
        }
       .qute-sticky-squrre-bottom-right{
            background-color: #222629;
            width: 80px;
            height: 80px;
            position: absolute;
            bottom: -20px;
            right: -20px;
            z-index: -1;
       }
       .qute-content{
           position: relative;
       }
       .qute-head h3{
           color: white;
           margin-bottom: 12px;
       }
       .qute-head{
            display: flex;
            align-items: flex-end;
       }
       .qute-head img{
           padding-left: 2px;
       }
       .qute-bottom-img{
            margin-top: -40px;
       }


       .image-container{
           position: relative;
       }
       .sticky-img-green-light{
        position: absolute;
        z-index: -1;
        left: -40px;
        top: -39px;
       }
       .sticky-img-green-light05{
        position: absolute;
        z-index: -1;
        left: 59px;
        top: -19px;
       }
       .img-col{
            width: 100%;
            object-fit: cover;
       }
       #sec02-head{
            margin-bottom: 45px;
       }
       .row-images{
            align-items: center;
            margin-bottom: 35px;
       }
       .sticky-img{
            position: absolute;
            z-index: -1;
            right: -41px;
            top: -41px;
       }
       .dark-mood .lead{
           color: #C8CACB;
       }
       .main-content{
           position: relative;
           margin-bottom: 60px;
       }
     #section09  .main-content{
        position: relative;
        margin-bottom: 60px;
        background-color: #f3f3f39c;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 35px;
        border-radius: 3px;
       }
       .circle-02-dotted{
            width: 317px;
            height: 317px;
            border: 4px dashed #707070;
            position: absolute;
            top: 4px;
            left: 3px;
            border-radius: 100%;
            -webkit-animation:spin 4s linear infinite;
            -moz-animation:spin 4s linear infinite;
            animation:spin 4s linear infinite;
       }

       .circle-02{
           position: relative;
        background-color: white;
        width: 324px;
        height: 324px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 140px;
        margin-bottom: 100px;
       }
       .circle02-content{
            width: 300px;
            text-align: center;
       }
       .circle02-content p{
            color: #222629 !important;
            font-weight: 500;
            font-size: 17px;
            margin-top: 19px;
       }
       #line01{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-top: -225px;
            margin-left: -100px;
       }
       #line02{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -70px;
        margin-left: -226px;
   }
   #line03{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 36px;
    margin-left: -239px;
   }
#line04{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 135px;
    margin-left: -194px;
}
#line05{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 206px;
    margin-left: -105px;
}
#line06{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 231px;
    margin-left: 7px;
}
#line07{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 206px;
    margin-left: 115px;
}
#line08{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      /* margin-left: -150px; */
      margin-top: 135px;
      margin-left: 194px;
}
#line09{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 36px;
    margin-left: 239px;
}
#line10{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -70px;
    margin-left: 226px;
}
#line11{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -164px;
    margin-left: 176px;
}
#line12{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -226px;
    margin-left: 92px;
}
#line13{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -239px;
    margin-left: -3px;
}
#line14{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -156px;
    margin-left: -183px;
}
.heads-006{
    border-left: 3px solid #618930;
    padding-left: 4px;
    color: #ababab;
    font-weight: 700;
    margin-right: 15px;
}
.head02inph-07{
    color: #222629 !important;
}
.head-main{
    display: flex;
    margin-bottom: 20px;
    margin-left: 10px;
}
#line13 .line00{
    width: 1px;
    height: 100px;
    background-color: #C8CACB;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    margin-top: 28px;
}
#line01 .line00{
    transform: translate(-50%,-50%) rotate(-25deg);
    margin-top: 34px;
    margin-left: 9px;
}
#line12 .line00{
    transform: translate(-50%,-50%) rotate(25deg);
    margin-top: 31px;
    margin-left: -10px;
}
#line02 .line00{
    transform: translate(-50%,-50%) rotate(
        113deg
        );
            margin-top: 12px;
            margin-left: 23px;
}
#line14 .line00{
    transform: translate(-50%,-50%) rotate(130deg);
    margin-top: 23px;
    margin-left: 19px;
}
#line03 .line00{
    transform: translate(-50%,-50%) rotate(90deg);
    margin-top: 0;
    margin-left: 38px;
}
#line11 .line00{
    transform: translate(-50%,-50%) rotate(49deg);
    margin-top: 18px;
    margin-left: -25px;
}
#line04 .line00{
    transform: translate(-50%,-50%) rotate(49deg);
            margin-top: -9px;
            margin-left: 24px;
}
#line10 .line00{
    transform: translate(-50%,-50%) rotate(58deg);
            margin-top: 15px;
            margin-left: -32px;
}
#line06 .line00{
    transform: translate(-50%,-50%) rotate(0);
    margin-top: -18px;
    margin-left: 0;
}
#line05 .line00{
    transform: translate(-50%,-50%) rotate(30deg);
    margin-top: -17px;
    margin-left: 5px;
}
#line07 .line00{
    transform: translate(-50%,-50%) rotate(329deg);
    margin-top: -24px;
    margin-left: -6px;
}
#line08 .line00{
    transform: translate(-50%,-50%) rotate(313deg);
    margin-top: -19px;
    margin-left: -17px;

}
#line09 .line00{
    transform: translate(-50%,-50%) rotate(-90deg);
    margin-top: 0px;
    margin-left: -39px;
}
.line00{
    width: 1px;
    height: 100px;
    background-color: #C8CACB;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
       .green-circlr{
            background-color: #87C232;
            display: flex;
            width: 85px;
            height: 85px;
            border-radius: 100%;
            text-align: center;
            justify-content: center;
            flex-direction: column;
       }
       .green-circlr p{
           margin-bottom: 0 !important;
           font-weight: 600;
           font-size: 11px;
       }
       .times .year{
            background-color: #87C232;
            display: flex;
            width: 60px;
            height: 54px;
            border-radius: 100%;
            text-align: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            font-size: 19px;
            font-weight: 500;
            margin-left: 10px;
            position: relative;
            z-index: 99999;
            cursor: pointer;
       }
       .year p{
            margin-bottom: -7px;
           color: white;
       }

.heads-006{
    border-left: 3px solid #618930;
    padding-left: 4px;   
}
/* .note-sec09{
    padding-top: 40px;
    padding-bottom: 12px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    color: #ababab;
    text-align: left;
    padding-left: 11px;
} */

.p-l-c{
    padding-left: 30px;
}
.p-r-c{
    padding-right: 30px;
}
#section09 .first-row{
    width: 16.6%;
}
#section09 .year-content{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-0%,-50%);
    visibility: hidden;
    transition: all .05s;
}
#section09 .year-content-0a {
    display: flex;
    align-items: center;
    flex-direction: row;
    /* margin-bottom: 15px; */
}
#section09 .year-content-0b {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
#section09 .year-content {
    width: 50%;
}
.year-content-0a{
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
 
}
.year-content-0b{
    display: flex;
    margin-top: 5px;
}
.year-content-03{
    display: flex;
    margin-top: 5px;
}
.year-content-04{
    display: flex;
    margin-top: 5px;
}
.year-content-05{
    display: flex;
    margin-top: 5px;
}
.black-box{
    background-color: #222629;
    color: white;
    padding: 11px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 10px;
}
.gray-box-timrline{
    background-color: #e2e2e2;
    color: black;
    padding: 11px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 10px;
    width: 100%;
}
.blk-width-fixed{
    width: 155px;
    text-align: center;
    line-height: 18px;
}

.year-content{
    width: 100%;
}

.connect{
    display: flex;
    align-items: center;
}
.cir001{
    margin-right: -2px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #222629; 
    z-index: 9;
}
.cir002{
    margin-left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #87C232;
    z-index: 9;
}
.cir-line001{
    width: 6px;
    height: 1px;
    background-color: #87C232;
}
.first-row {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

#section09 .first-row{
    margin-bottom: 5px;
    margin-top: 10px;
}

.hexa{
    position: relative;
    width: 200px;
}
.hexa-img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.hexa .head0a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-top: -16px;
    flex-direction: row-reverse;
}
.first-white{
    padding: 3px;
}
.first-white .head0c{
    text-align: center !important;
    justify-content: center !important;
    border: 1px dashed #87C232 !important;
    padding: 14px !important;
}
}
.headsec04aa p{
    font-weight: bold !important;
    margin-bottom: 0;
}
.headsec04bb p{
    font-weight: bold !important;
    margin-bottom: 0;
}
.last-green{
    border-bottom: unset !important;
}
.last-white{
    border-bottom: unset !important;
}
.headsec04aa img{
    width: 32px;
    padding-right: 10px;
}
.headsec04bb img{
    width: 32px;
    padding-right: 10px;
}
.headsec04aa{
    display: flex;
    align-items: flex-start;
}
.headsec04bb{
    display: flex;
    align-items: flex-start;
}
.hexa .head-b{
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    color: white;
    font-weight: 600;
}
.head0a p{
    color: white;
    margin-left: 5px;
    font-weight: 500;
    font-size: 18px;
}
.hexy {
    position: relative;
    margin: 1px 26px;
    background-color: #87C232;
    height: 173.2050807569px;
    width: 100px;
    /*outline: 1px solid red;*/
    display: inline-block;
    z-index: 1;
  }
  
  .hexy,
  .hexy:before,
  .hexy:after {
    height: 62.205081px;
    width: 36px;

  }
  .hexy:hover,
  .hexy:before:hover,
  .hexy:after:hover {
    background-color: #E48B34;
    cursor: pointer;
  }
  
  .hexy:before {
    position: absolute;
    content: "";
    background-color: inherit;
    transform: rotate(60deg);
    overflow: hidden;
  }
  
  .hexy:after {
    position: absolute;
    content: "";
    background-color: inherit;
    transform: rotate(-60deg);
    /*overflow: hidden;*/
  }
  
  /*.hexy:hover {
    background-color: #E48B34;
    cursor: pointer;
    z-index: 105;
  }*/
  .hexy:nth-child(odd) {
    top: 0;
  }
  
  .hexynone {
    position: relative;
    display: inline-block;
    height: 173.2050807569px;
    width: 100px;
    margin: 1px 26px;
  }
  
  .hexynone:nth-child(odd) {
    top: 88px;
  }
  
  .hex-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    font-size: 1rem;
    text-align: center;
    z-index: 100;
  }
  
  /*.hex-img {
    background-color: green;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: $height;
    width: $width*2;
    }*/
  .hex-container {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  
  .ibws-fix {
    /* inline-block whitespace fix */
    font-size: 0;
  }
  
  .hexyinner {
    position: absolute;
    /*margin: 1px $hex-margin;*/
    background-color: black;
    opacity: 0.5;
    height: 155.8845726812px;
    width: 90px;
    top: 8px;
    left: 5px;
    /*outline: 1px solid red;*/
    display: inline-block;
  }
  
  .hexyinner,
  .hexyinner:before,
  .hexyinner:after {
    height: 155.8845726812px;
    width: 90px;
    z-index: 20;
  }

  .hexyinner:before {
    position: absolute;
    content: "";
    background-color: inherit;
    transform: rotate(60deg);
    overflow: hidden;
  }
  
  .hexyinner:after {
    position: absolute;
    content: "";
    background-color: inherit;
    transform: rotate(-60deg);
    overflow: hidden;
  }
  .head0a{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 20px;
    position: relative;
  }
.positi{
    position: absolute;
    top: 0px !important;
    right: -27px;
    background-color: #618930 !important;
    z-index: -1;
}



  .hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #64C7CC;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #64C7CC;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #64C7CC;
}
.hexy02{
    background-color: #222629;
    z-index: 0;
    margin-right: -88px;
    margin-left: -1px;  
}


.head0c{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}
.squer-text{
    background-color: white;
    padding: 20px;
    width: 346px;
    padding-right: 50px;
    padding-left: 5px;
    z-index: -1;
    position: relative;
    height: 120.205081px;
}

.rows{
    display: flex;
    margin-bottom: 30px;
}

.head0c p{
    color: #474A4F;
    font-weight: 500;
    padding-left: 6px;
    font-size: 18px;
}
.squre-content{
    font-weight: 500;
}
.head-b{
    color: white;
    font-weight: 700;
}

.head05{
    position: relative;
    margin-bottom: 35px;
}
.white-boxes{
    background-color: #ffffff;
    position: absolute;
    width: 84px;
    height: 35px;
    left: -8px;
    top: 0;
    z-index: -1;
}

.head05 h3{
    color: #6A6E71;
}

.squre-border{
    height: 114.205081px;
    width: 346px;
    margin: 3px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px dotted #87c231;
}
.hexy03{
    background-color: #ffffff;
    z-index: 0;
    margin-right: -98px;
    margin-left: -1px;  
    border: 2px dotted #87c231;

}
.inpho02{
    display: flex;
    justify-content: center;
}
.col01{
    margin-left: 35px;
    margin-left: 65px;
}
.grid-grren-bk{
    position: absolute;
    top: 125px;
    right: 50px;
    z-index: -5;
}
.grid-gray-bk{
    position: absolute;
    bottom: 30px;
    right:  100px;
    z-index: -5;  
}



.inpho01-circle{
    width: 280px !important;
    text-align: center;
}
.inpho01-circle p {
    font-weight: 700;
    font-size: 20px;
}
.inpho01 .line00{
    width: auto;
    height: auto;
    background-color: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: unset;
    margin-left: unset;
}

#section03 .circle-02-dotted {
    width: 317px;
    height: 317px;
    border: 2px dashed #87c231;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
}
#section03 .circle-02{
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 7%), 2px -1px 5px 0 rgb(0 0 0 / 8%);
}
.inpho01 #line00{
    margin-top: -164px;
    margin-left: 176px;
}
.inpho01 #line11 > .line00 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -164px;
    margin-left: 176px;
    transform: unset !important;
    margin-top: -121px !important;
    margin-left: -164px !important;
    height: 124px;
    z-index: -4;
}
.inpho01 #line11 > .green-circlr {
    margin-left: -60px;
    margin-top: -172px;
}
.inpho01 .green-circlr{
    margin-left: 109px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 260px;
    border-radius: 0;
    background-color: unset;
    flex-direction: row;
}
.inpho01  .green-circlr > p{
    margin-bottom: 0 !important;
    font-weight: 600;
    background-color: #87C232;
    /* display: flex; */
    width: 85px;
    height: 65px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    z-index: 1;
}
.inph001-p02-circle{
    background-color: #222629;
    width: 355px;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 65px;
    border-radius: 10px;
}
.green-right{
    background-color: #87c231;
    border-radius: 100%;
    width: 84px;
    margin-right: -66px;
    margin-left: -39px;
    height: 65px;
    z-index: -1;
    box-shadow: 0 4px 10px 4px rgb(0 0 0 / 7%), 2px -1px 5px 0 rgb(0 0 0 / 12%);
}
.green-left{
    background-color: #87c231;
    border-radius: 100%;
    width: 69px;
    margin-right: -30px;
    margin-left: -46px;
    height: 65px;
    z-index: 0;
    box-shadow: 0 4px 10px 4px rgb(0 0 0 / 7%), 2px -1px 5px 0 rgb(0 0 0 / 12%);
}
.black-right{
    background-color: #222629;
    border-radius: 100%;
    width: 69px;
    margin-left: -30px;
    height: 65px;
    z-index: -1;
}
.black-left{
    background-color: #222629;
    border-radius: 100%;
    width: 69px;
    margin-right: -30px;
    height: 65px;
    z-index: -1;
}
.white{
    color: white;
}
.green{
    color: #78b321;
}




.inpho01 #line09 > .line00 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: unset !important;
    margin-top: -273px !important;
    margin-left: -181px !important;
    height: 90px;
    z-index: -4;
}
.inpho01 #line09 > .green-circlr {
    margin-left: -85px !important;
    margin-top: -298px !important;
}



.inpho01 #line10 > .line00 {
    transform: unset !important;
    margin-top: -79px !important;
    margin-left: -114px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line10 > .green-circlr {
    margin-left: -23px !important;
    margin-top: -116px !important;
}




.inpho01 #line01 > .line00 {
    transform: unset !important;
    margin-top: 147px !important;
    margin-left: 243px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line01 > .green-circlr {
    margin-left: 302px !important;
    margin-top: 115px !important;
}

.inpho01 #line02 > .line00 {
    transform: unset !important;
    margin-top: 71px !important;
    margin-left: 389px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line02 > .green-circlr {
    margin-left: 428px !important;
    margin-top: 38px !important;
}

.inpho01 #line03 > .line00 {
    transform: unset !important;
    margin-top: 46px !important;
    margin-left: 379px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line03 > .green-circlr {
    margin-left: 421px !important;
    margin-top: 15px !important;
}

.inpho01 #line04 > .line00 {
    transform: unset !important;
    margin-top: 4px !important;
    margin-left: 280px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line04 > .green-circlr {
    margin-left: 337px !important;
    margin-top: -5px !important;
}


.inpho01 #line05 > .line00 {
    transform: unset !important;
    margin-top: -50px !important;
    margin-left: 151px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line05 > .green-circlr {
    margin-left: 223px !important;
    margin-top: 12px !important;
    align-items: center;
}

.black-expand-right {
    height: 103px;
    margin-left: -41px;
    width: 96px;
}

.height-more{
    height: 103px;
}

.inpho01 #line05 > .inph001-p02-circle {
    height: 103px;
    margin-left: -41px;
    width: 96px;
}
.black-expand {
    height: 103px;
    margin-right: -35px;
    width: 80px;
}
.black-expand02{
    height: 103px;
    width: 104px;
    margin-right: -41px;
}
.inpho01 #line06 > .green-circlr {
    margin-left: -297px !important;
    margin-top: -15px !important;
    align-items: center;
}

.inpho01 #line06 > .line00 {
    transform: translate(-50%,-50%);
    margin-top: -35px !important;
    margin-left: -102px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line06 > .green-circlr {
    margin-left: -372px !important;
    margin-top: -12px !important;
}
.green-left02bc{
    margin-right: -52px;
    margin-left: -46px;
}

.inpho01 #line07 > .line00 {
    margin-top: -49px !important;
    margin-left: -242px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inpho01 #line07 > .green-circlr {
    margin-left: -503px !important;
    margin-top: -74px !important;
}


.inpho01 #line08 > .line00 {
    transform: unset !important;
    margin-top: -44px !important;
    margin-left: -412px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inpho01 #line08 > .green-circlr {
    margin-left: -632px !important;
    margin-top: -75px !important;
}

.inpho01 #line12 > .line00 {
    transform: unset !important;
    margin-top: 242px !important;
    margin-left: -334px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inpho01 #line12 > .green-circlr {
    margin-left: -547px !important;
    margin-top: 207px !important;
}

.inpho01 #line13 > .line00 {
    margin-top: 174px !important;
    margin-left: -193px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}
.inpho01 #line13 > .green-circlr {
    margin-left: -454px !important;
    margin-top: 139px !important;
}


.inpho01 #line14 > .line00 {
    margin-top: 23px !important;
    margin-left: 24px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inpho01 #line14 > .green-circlr {
    margin-left: -249px !important;
    margin-top: -25px !important;
}

.inpho01 #line15 > .line00 {
    margin-top: -178px !important;
    margin-left: -113px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inpho01 #line15 > .green-circlr {
    margin-left: -390px !important;
    margin-top: -259px !important;
}

.inpho01 #line16 > .line00 {
    transform: unset !important;
    margin-top: -283px !important;
    margin-left: -184px !important;
    z-index: -4;
    position: absolute;
    top: 50%;
    left: 50%;
}
.inpho01 #line16 > .green-circlr {
    margin-left: -381px !important;
    margin-top: -337px !important;

}
.gray-p{
    color:#a0a2a5 !important;
    line-height: 15px;
    font-size: 11px;
}
.left-main > .line-stack  .inph001-p02-circle{
    padding-left: 30px;
    padding-right: 0;
}

.left-main > .line-stack  .green-circlr > .green-right{
    margin-right: -36px;
    margin-left: -36px;
    z-index: 1;
}
.left-main > .line-stack  .green-circlr > p{
    width: 73px;
    padding-right: 11px;
}
.left-main > .line-stack  .green-circlr > .green-left{
    margin-right: -55px;
    margin-left: -46px;
    width: 141px;
}
.inpho04-timeline{
    margin-top: 40px;
}
#section09 .row{
    display: flex;
    flex-direction: column;
    position: relative;

}


.col-01-green{
    width: 30%;
    background-color: #618930;
    border-bottom: 1px solid white;
    height: 100%;
}
.col-02-white{
    width: 70%;
    background-color: white;
    height: 100%;
    border-bottom: 1px solid #618930;
}
.row-sec04{
    display: flex;
    width: 100%;
    align-items: center;
    height: 75px;
}

.pulse2{
    animation: pulse2 .7s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
  }
  @-webkit-keyframes pulse2 {
    0% {
        -webkit-filter: drop-shadow(1px 1px 2px #87c231);
    }
    50% {
        -webkit-filter: drop-shadow(1px 1px 2px #88c231a4);
    }
    100% {
        -webkit-filter: drop-shadow(1px 1px 2px #88c23144);
    }
  }

  @keyframes pulse2 {
    0% {
        filter: drop-shadow(1px 1px 2px #87c231);
    }
    50% {
        filter: drop-shadow(1px 1px 2px #88c231a4);
    }
    100% {
        filter: drop-shadow(1px 1px 2px #88c23144);
    }
  }


#section09 .col03 {
    width: 50%;
    display: flex;
    justify-content: center;
    justify-content: right;
    border-right: 1px dashed #87c231;
    padding-right: 15px;
}
#section09 .times .year{
    height: 60px;
}

#section09 .year p{
    font-size: 21px;
    font-weight: 600;
}
.row{
    display: flex;
    flex-direction: row;
}
.col03{
    width: 50%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

 /* player */
       /*-------------- AUDIO PLAYER --------------*/
       .nextStory{
        text-decoration: none;
        color: #ffffff;
    }
    .nextStory-btn{
        color: white;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 30px;
    }
    .audio-player {
        /* position: fixed;
        bottom: 0;
        left: 0;
        right: 0; */
    }

    .no-flexbox .audio-player {
        display: none;
    }

    .flex-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }


    .flex-item {}

    .jp-controls.flex-item {
        flex-basis: 150px;
    }

    .jp-progress-container.flex-item {
        flex-basis: 200px;
        flex-grow: 2;
        flex-shrink: 2;
    }

    .jp-now-playing.flex-item {
        flex-basis: 145px;
    }

    .jp-toggles.flex-item {
        flex-basis: 55px;
    }

    .jp-volume-controls.flex-item {
        flex-basis: 29px;
    }

    .jp-audio,
    .jp-audio-stream,
    .jp-video {
        background: rgb(0, 0, 0);
        padding: 15px;
        position: relative;
        margin-bottom: 20px;
    }
        .modalStripBottom .container{
            margin-right: 0px !important;
            margin-left: 0px !important;
            max-width: 100% !important;
        }
    /*Controls*/

    .jp-playlist {
        display: none;
    }

    .jp-interface .jp-controls button,
    .jp-interface .jp-toggles button,
    .jp-interface .jp-volume-controls button {
        background: none;
        border: none;
        outline: none;
        color: #222629;
        line-height: 24px;
        font-weight: 600;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-size: 20px;
        padding: 0 5px;
        cursor: pointer;
    }

    .jp-interface .jp-controls .jp-play i,
    .jp-interface .jp-controls .jp-previous i,
    .jp-interface .jp-controls .jp-next i {
        font-size: 20px;
        color: #eeeeee;
    }

    .jp-interface .jp-controls .jp-play {
        border: solid 2px #eeeeee;
        border-radius: 50%;
        width: 52px;
        height: 52px;
        margin: 0 10px;
    }

    .jp-interface .jp-controls .jp-play i {
        padding-left: 5px;
        padding-top: 5px;
    }

    .jp-audio.jp-state-playing .jp-play i {
        padding-left: 0px;
    }

    .jp-audio.jp-state-playing .jp-play i:before {
        content: "\f04c" !important;
    }
      /*Progress bars*/

      .jp-progress-container,
      .jp-volume-bar-container {
          height: 30px;
          padding: 10px;
          padding-right: 0;
      }

      .jp-progress,
      .jp-seek-bar,
      .jp-play-bar,
      .jp-volume-bar,
      .jp-volume-bar-value {
          height: 8px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
      }

      .jp-progress {
          margin: 0 50px;
          background-color: #C8CACB;
          border-radius: 5px;
      }

      .jp-seek-bar,
      .jp-volume-bar {
          cursor: pointer;
          background-color: #C8CACB;
          border-radius: 5px;
      }

      .jp-play-bar {
          float: left;
          position: relative;
          background-color: #87c231;
          border-radius: 5px;
          overflow: visible!important;
      }

      .jp-volume-bar-value {
          float: left;
          position: relative;
          background-color: #aaaaaa;
      }

      .jp-progress .bullet,
      .jp-volume-bar .bullet {
          position: absolute;
          content: "";
          top: -5px;
          right: -7px;
          height: 18px;
          width: 18px;
          background: #C8CACB;
          border-radius: 50%;
      }

      .jp-time-holder {
          position: relative;
          top: 0;
          color: #C8CACB;
          font-size: 12px;
      }

      .jp-time-holder .jp-current-time {
          position: absolute;
          left: 0;
          top: -3px;
          color: #65961d;
      }

      .jp-time-holder .jp-duration {
          position: absolute;
          right: 0;
          top: -3px;
          color: #65961d;
      }


      /* Track & Artist */

      .jp-now-playing {
          padding: 0 37px;
      }

      .jp-track-name {
          color: #c9c9c9;
          font-size: 16px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 145px;
      }

      .jp-artist-name {
          color: #6d6d6d;
          font-size: 14px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 140px;
      }


      /* Toggles */

      .jp-toggles button {
          margin: 0 3px;
      }

      .jp-toggles button:hover {
          color: #C8CACB;
      }

      .jp-state-looped .jp-toggles .jp-repeat,
      .jp-state-shuffled .jp-toggles .jp-shuffle,
      .jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
          color: #00c85f;
      }


      /* Volume Controls */

      .jp-volume-controls button {
          float: left;
      }

      .jp-volume-controls .jp-volume-bar {
          margin-left: 40px;
          margin-top: 8px;
      }

      .jp-state-muted .jp-mute i:before {
          content: "\f026" !important;
      }

      .jp-volume-bar,
      .jp-volume-bar-value {
          border-radius: 5px;
      }

      .jp-state-no-volume .jp-volume-controls {
          display: none;
      }
      .jp-audio, .jp-audio-stream, .jp-video {
        background: rgb(255 255 255) !important;
        padding: 15px;
        width: 70%;
        position: relative;
        margin-bottom: 20px;
        margin: auto;
        margin-bottom: 65px !important;
        border-radius: 5px;
    }

      /* Playlist  */

      .jp-playlist {
          position: absolute;
          right: 65px;
          bottom: 100%;
          background: rgba(0, 0, 0, 0.8);
          padding: 20px 25px;
          width: 400px;
      }

      .jp-playlist ul {
          padding: 0;
          margin: 0;
          max-height: 200px;
          overflow: auto;
      }

      .jp-playlist li {
          list-style: none;
      }

      .jp-playlist li a {
          color: #c9c9c9;
          display: block;
          padding: 10px 0;
          outline: none;
          border-bottom: 1px solid #1F1F1F;
      }

      .jp-playlist li:last-child a {
          border-bottom: 0;
      }

      .jp-playlist li a:hover,
      .jp-playlist li a:focus,
      .jp-playlist li a:active {
          color: #00c85f;
          text-decoration: none;
      }

      .jp-playlist li a span {
          color: #6d6d6d;
      }
      .modal-dialog {
        max-width: 800px;
    }

        /* #jp_container_2 .jp-audio, .jp-audio-stream, .jp-video {
            background: rgb(113, 1, 15) !important;
        } */
      /* ==================== Media Query ==================== */

      #sec1-b{
        position: relative;
        min-height: 900px;
      }
      #sec1-b img{
        position: absolute;
        top: 0;
        right: 0;
      }
      @media screen and (min-width: 1890px)  {
        #sec1-b img {
            position: absolute;
            top: 0;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
        }
      }

      @media (min-width:1200px) {
            .jp-now-playing {
            display: none;
            }
        }
      @media (max-width:992px) {
        #sec1-b img {
            position: absolute;
            top: 0;
            right: 0;
        }
      }

      @media (max-width:767px) {
          .jp-volume-bar,
          .jp-volume-bar .bullet,
          .jp-time-holder {
          display: none!important;
          }
          .jp-progress-container.flex-item {
          flex-basis: 140px;
          padding: 12px 15px;
          }
          .jp-progress .bullet {
          right: -10px;
          }
          .jp-volume-controls.flex-item {
            flex-basis: 33px;
            display: none !important;
          }
          .jp-progress {
          margin: 0;
          }
          .jp-interface .jp-controls .jp-play {
          margin: 0 3px;
          }
          .jp-interface .jp-controls .jp-play i,
          .jp-interface .jp-controls .jp-previous i,
          .jp-interface .jp-controls .jp-next i {
          font-size: 16px;
          }
          .jp-interface .jp-controls .jp-play {
          width: 42px;
          height: 42px;
          }
          .jp-interface .jp-controls .jp-play i {
          padding-left: 3px;
          padding-top: 0;
          }
          .jp-state-playing .jp-interface .jp-controls .jp-play i {
          padding-left: 0;
          }
          .jp-controls.flex-item {
          flex-basis: 100px;
          }
      }

@media (max-width: 991px) {
  .reverse {
  grid-template-columns: 1fr;
  grid-template-areas: "content-left" "content-right";  }
}

/* mobile custom  */
#header-mobile {
  height: 100vh;
  display: none;}

@media (max-width: 720px) {
    #header-video {display: none;}
    #header-mobile {display: block;}
}
@media (max-width: 786px) {
    .padpr {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 1125px) and (min-width: 998px) {
        .jp-progress-container.flex-item {
          flex-basis: 221px;
          flex-grow: 2;
          flex-shrink: 2;
      }
  }
@media (min-width:1200px) {
    .black-box{
            width: 105px;
            line-height: 15px;
            text-align: center;
        }
        .blk-width-fixed {
            width: 155px;
            text-align: center;
            line-height: 18px;
        }
        
    }

      @media (max-width:900px) {
        .inpho02 {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .image-container img{
            width: 100%;
        }
        #section07 .row {
            display: flex;
            flex-direction: column;
        }
        #section09 .row {
            display: flex;
            flex-direction: column;
        }
        .col03 {
            width: 100%;
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
        
      }


    @media (max-width: 720px) {
        #qute01 {
            background-image: url(../graphics/qoute01.png);
            background-position: center;
            background-size: cover;
            width: 100%;
            margin: auto;
            margin-top: 90px;
        }
        #qute08{
            width: 100%;
        }
        #qute04{
            width: 100%;
        }
        .img-container {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .cols {
            width: 100%;
        }
        .video-container {
            margin-bottom: 40px;
        }
        
    }

    @media screen and (max-width: 580px)  {
        
        .inpho01 .green-circlr {
            position: unset !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-top: 0 !important;
            top:unset !important;
            left: unset !important;
            display: flex;
            width: 100%;
            border-radius: 0;
            background-color: unset;
            flex-direction: column;
        }
        .inpho01 #line15 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line16 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line14 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line13 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line12 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line11 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line10 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line09 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line08 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line07 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line06 > .green-circlr {
            margin-left:0 !important;
        }
        .inpho01 #line05 > .green-circlr {
            margin-left:0 !important;
        }
        .inpho01 #line04 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line03 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line02 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line01 > .green-circlr {
            margin-left:0 !important;
            margin-top: 0 !important;
        }
        .inpho01 #line01{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line02{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line03{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line04{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line05{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line06{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line07{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line08{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line09{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line10{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line11{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line12{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line13{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line14{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line15{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 #line16{
            position: unset !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
            margin-top: unset !important;
            margin-left: unset !important;
        }
        .inpho01 .green-circlr > p {
                margin-bottom: 0 !important;
                font-weight: 600;
                background-color: #87C232;
                /* display: flex; */
                width: 100%;
                height: auto;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                border-radius: 0;
                z-index: 1;
                padding: 8px;
                font-size: 17px;
        }
        .inph001-p02-circle {
            background-color: #222629;
            width: 100%;
            padding-right: 34px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            height: auto;
            border-radius: 0;
            padding: 17px;
        }
        .inpho01   .white {
            color: white;
            font-size: 14px;
        }
        .inpho01   .green {
            color: #78b321;
            font-size: 15px;
        }
        .inpho01   .gray-p {
            color: #a0a2a5 !important;
            line-height: 20px;
            font-size: 15px;
        }
        .inpho01 .green-right{
            display: none;
        }
        .inpho01 .green-left{
            display: none;
        }
        .inpho01 .black-right{
            display: none;
        }
        .inpho01 .black-left{
            display: none;
        }
        .inpho01 .line-stack{
            display: flex;
            justify-content: center;
            padding-top: 25px;
            padding-bottom: 25px;
        }
       
        #section08{
            min-height: 1300px;
        }
        .main-left-circle .circle02-content {
            width: 253px;
            text-align: center;
            padding-right: 89px;
        }
        .main-right-circle .circle02-content {
            width: 253px;
            text-align: center;
            padding-left: 89px;
        }
        .main-left-circle{
            margin-right: -288px;
            margin-bottom: 84px;
            top: 17px;
        }
        .main-right-circle{
            top: 102px;
            margin-left: -288px;
        }
        #desktop{
            display: none;
        }
        #mobile{
            display: block;
        }
        .video-sticky {
            width: 55px;
        }
        .video-promo-head {
            background-color: #364231;
            color: white;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-right: 5px;
            font-size: 14px;
            font-weight: bold !important;
        }
        .jp-audio, .jp-audio-stream, .jp-video {
            background: rgb(255 255 255) !important;
            padding: 15px;
            width: 100%;
            position: relative;
            margin-bottom: 20px;
            margin: auto;
            margin-bottom: 65px !important;
            border-radius: 5px;
        }
        .heads-006 {
            border-right: 3px solid #618930;
            padding-right: 4px;
            font-size: 10px;
            font-weight: 800;
        }
        .auto-fifth-width{
            width: 50% !important;
        }
        .auto-fourth-width{
            width: 25% !important;
        }
        .auto-third-width{
            width: 33.33% !important;
        }
        .auto-width{
            width: 100% !important;
        }
        .blk-width-fixed {
            width: 152px !important;
        text-align: center;
        line-height: 18px;
    }
        .gray-box-timrline {
            background-color: #e2e2e2;
            color: black;
            padding: 11px;
            font-weight: 600;
            border-radius: 3px;
            font-size: 10px;
            width: 100%;
            padding-left: 0;
        }
        .times .year {
            background-color: #87C232;
            display: flex;
            width: 43px;
            height: 40px;
            border-radius: 100%;
            text-align: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            font-size: 15px;
            font-weight: 500;
            margin-left: 6px;
        }
        .black-box {
            background-color: #222629;
            color: white;
            padding: 1px;
            font-weight: 600;
            border-radius: 3px;
            font-size: 10px;
            width: 70px;
            text-align: center;
        }
     
        .cir-line001 {
            width: 0px;
            height: 1px;
            background-color: #87C232;
        }
        .cir001 {
            margin-right: -2px;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background-color: #222629;
            z-index: 9;
        }
        .cir-line001 {
            width: 0px;
            height: 1px;
            background-color: #87C232;
        }
        .cir002 {
            margin-left: -2px;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background-color: #87C232;
            z-index: 9;
        }
        .head04 h3 {
            margin-bottom: 10px !important;
            font-weight: 600 !important;
        }
        .logo2 {
            position: absolute;
            left: 13px;
            top: 13px;
            z-index: 99999999999 !important;
        }
        .grid-grren-bk {
            position: absolute;
            top: 167px;
            left: 123px;
            z-index: -5;
            width: 100px;
        }
        .logopic {
            width: 88px;
        }
        .head0c {
            justify-content: center;
        }
        .col01 {
            margin-left: 35px;
            margin-left: 0;
        }
        .sticky-img-green-light {
            position: absolute;
            z-index: -1;
            left: -27px;
            top: -25px;
            width: 100px !important;
        }
        .sticky-img {
            width: 100px !important;
        }
        .rows {
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
            justify-content: center;
            align-items: center;
        }
        .hexy02 {
            background-color: #222629;
            z-index: 0;
            margin-right: -88px;
            margin-left: -1px;
            display: none;
        }
        .squer-text {
            background-color: white;
            padding: 15px;
            width: 250px;
            z-index: -1;
            position: relative;
        }
        .squre-content {
            font-weight: 500;
            text-align: center;
        }
        
        .squre-border {
            height: 114.205081px;
            width: 244px;
            margin: 3px;
            position: absolute;
            top: 0;
            left: 0;
            border: 2px dotted #87c231;
        }
        .inpho01-circle {
            width: 100% !important;
            text-align: center;
        }
        #line05{
            margin-bottom: 30px !important;
            /* margin-top: 30px !important; */
        }
        #line06{
            margin-bottom: 30px !important;
            /* margin-top: 90px !important; */
        }
        .height-more {
            height: 125px !important;
            padding-right: 0 !important;
        }
        .left-stack .green-circlr{
            flex-direction: column-reverse;
        }

        .head0a p{
            color: white;
            margin-left: 0;
            font-weight: 500;
            font-size: 12px;
        }
        .head0c p {
            color: #474A4F;
            font-weight: 500;
            padding-left: 6px;
            font-size: 14px;
        }
        .col-01-green {
            width: 40%;
            background-color: #618930;
            border-bottom: 1px solid white;
            height: 100%;
        }
        .row-sec04 {
            display: flex;
            width: 100%;
            align-items: center;
            height: 150px;
        }
        .head0a {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding-right: 0;
            position: relative;
        }

        /* new one */
        #section09 .year-content {
            width: 100%;
        }
        #section09 .col03 {
            width: 100%;
            display: flex;
            justify-content: center;
            justify-content: right;
            border-left: unset;
            padding-left: 15px;
            /* border-bottom: 1px dashed #87c231; */
        }
        #section09 .year p {
            font-size: 18px;
            font-weight: 600;
        }

        #section09 .times .year {
            height: 50px;
        }
        #section09 .main-content {
            position: relative;
            margin-bottom: 60px;
            background-color: #f3f3f39c;
            padding-top: 40px;
            padding-bottom: 40px;
            padding-right: 20px;
            border-radius: 3px;
            padding-left: 12px;
            min-height: 500px;
        }
        #section09 .year-content {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(-0%,-50%);
            transition: all .05s;
            margin-top: 155px;
        }
    }


