
/*about-decision*/
.decision-content h1{
    font-size: 40px;
    color: #fff;
}
.decision-sec{
    position: relative;
    padding-bottom: 182px;
}

.decision-content{
    position: relative;
    background-color: var(--body-bg-dark);
    padding: 80px 160px;
    height: 782px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.decision-content .decision-content-inner{
    max-width: 520px;
}

.decision-content h2,
.decision-content p{
    color: #fff;
}

.decision-content p{
    line-height: 30px;
    margin-bottom: 0;
}

.decision-sec .absolute-image{
    position: absolute;
    right: 0;
    bottom: 0;
}

.has-after-effect{
    position: relative;
    overflow: hidden;
}

.has-after-effect:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: 0.5s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.isinview .has-after-effect:after{
    transform: translateX(-100%);
}


/*about-network*/

.network-sec{
    margin: 240px 0 166px;
}

/*.network-sec:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -82px;*/
/*    width: calc(100% - 960px);*/
/*    height: 1px;*/
/*    background-color: var(--body-color);*/
/*}*/


.hero__footer-stroke{
    height: 2px;
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
}
.hero__footer-stroke-inner-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: calc(11rem + (100% - 22rem)/12*6);
}
.hero__footer-stroke-inner-1-inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--body-color);
    opacity: 0;
}

.has-dark-bg .hero__footer-stroke-inner-1-inner{
    background-color: #fff;
}

.hero__footer-stroke-inner-1-innermost {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hero__footer-stroke-inner-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: auto;
    width: calc(11rem + (100% - 22rem)/12*6);
}
.hero__footer-stroke-inner-2-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.hero__footer-stroke-inner-2-innermost {
    background-image: linear-gradient(90deg,#fff,#fff 6px,transparent 0,transparent);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 11px 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.network-sec .animated-image{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.network-sec .absolute-content{
    position: absolute;
    bottom: -74%;
    display: flex;
    font-size: 16px;
}

.network-sec .animated-image .animated-linework{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(200% - 100px);
    display: block;
    /*opacity: 0;*/
}

.network-sec .animated-image .animated-linework > svg{
    width: 100%;
    height: 100%;
}


.network-sec.about .hero__footer-stroke{
    bottom: -40px;
}



/* Core Values */

.core-value-sec.section{
    padding-bottom: 40px;
}

.core-value-sec .section-title,
.team-sec .section-title{
    margin-bottom: 60px;
}

.core-block{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.core-block .icon{
    margin-bottom: 35px;
}

.core-block .icon img{
    width: 90px;
}

.core-block h4{
    color: #fff;
}

.core-block p{
    text-align: justify;
}


/* Team */

.team-block{
    position: relative;
    margin-bottom: 30px;
    transition: 0.4s;
    display: block;
}

.team-block .team-thumb{
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}

.team-block .team-thumb:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--body-color);
    transition: 0.8s;
    opacity: 0;
    visibility: hidden;
}

.team-block:hover .team-thumb:before{
    width: 100%;
    right: auto;
    left: 0;
    opacity: 0.5;
    visibility: visible;
}

.team-block .team-thumb img{
    width: 100%;
}

.team-block .team-thumb span{
    display: block;
    transition: 0.4s;
}

.team-block .team-thumb .left{
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #fff;
}
.team-block .team-thumb .bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
}
.team-block .team-thumb .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #fff;
}
.team-block .team-thumb .top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
}

.team-block .team-body{
    margin-top: 4px;
    margin-left: 15px;
}

.team-block .team-body span{
    display: flex;
    font-size: 16px;
    margin-bottom: 3px;
    color: var(--body-color);
}

.team-block .team-body h4{
    margin-bottom: 0;
    transition: 0.4s;
}

.team-block .team-thumb .social-icons{
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-block .team-thumb .social-icons li + li{
    margin-left: 10px;
}

.team-block .team-thumb .social-icons li{
    transition: 0.5s;
    transition-delay: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.team-block .team-thumb .social-icons li a{
    color: #ff0000;
    font-size: 18px;
}

.team-block .team-thumb .social-icons li:last-child{
    transition-delay: 0.6s;
}

.team-block:hover .team-thumb .left{
    transform: translateX(-15px);
}

.team-block:hover .team-thumb .right{
    transform: translateX(15px)
}

.team-block:hover .team-thumb .top{
    transform: translateY(-15px);
}

.team-block:hover .team-thumb .bottom{
    transform: translateY(15px);
}

.team-block .team-body h4 a{
    color: var(--secondary-color);
}

.team-block:hover .team-thumb .social-icons li{
    opacity: 1;
    visibility: visible;
}


/* Mission */

.mission-sec .section-title{
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.mission-sec .section-title .subtitle{
    font-size: 20px;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 5px;
    display: block;
}

.mission-sec .animated-text{
    margin: 46px 0 150px;
    display: flex;
    align-items: center;
    position: relative;
}
.marquee-style-1 {
  display:inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left1 10s linear infinite;
  animation: scrolling-left1 10s linear infinite;
}

.marquee-style-2 {
  display:inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left2 10s linear infinite;
  animation: scrolling-left2 10s linear infinite;
  animation-delay: 5s;
}

.mission-sec .animated-text h1{
    font-size: 200px;
    font-weight: 700;
    opacity: 0.1;
    margin: 0 30px;
    white-space: nowrap;
}
.mission-sec .animated-text h2{
    font-size: 200px;
    font-weight: 700;
    opacity: 0.1;
    margin: 0 30px;
    white-space: nowrap;
}

.mission-sec .timeline-outer{
    border-top: 2px solid var(--primary-color);
}

.mission-sec .timeline-wrapper{
    padding-top: 50px;
    position: relative;
    transition: 1.4s;
    right: 0;
}

/*.mission-sec .timeline-wrapper:before{*/
/*    content: "";*/
/*    position: relative;*/
/*    left: 0;*/
/*    top: -50px;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: var(--tertiary-color);*/
/*}*/

.mission-sec .timeline-wrapper .timeline-inner{
    display: flex;
    align-items: center;
    margin: 0 -30px;
    position: relative;
    left: 228px;
}

.timeline-wrapper .timeline-block{
    position: relative;
    border-radius: 12px;
    background-color: var(--body-bg-dark);
    padding: 40px;
    min-width: 400px;
    height: 308px;
    margin: 0 30px;
    z-index: 1;
}

.timeline-wrapper .timeline-block:before{
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    filter: drop-shadow(0.731px 0.682px 7px var(--primary-color));
    background-color: var(--primary-color);
}

.timeline-wrapper .timeline-block span{
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.timeline-wrapper .timeline-block h4{
    color: #fff;
}

.timeline-wrapper .timeline-block p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.timeline-wrapper .timeline-block.has-gradient-bg:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-image: url(../img/about/section3-card-bg.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.timeline-wrapper .timeline-block.has-gradient-bg span,
.timeline-wrapper .timeline-block.has-gradient-bg h4,
.timeline-wrapper .timeline-block.has-gradient-bg p{
    color: var(--body-color);
}


/*responsive*/

@media(max-width: 1699px){
    .decision-content{
        height: 658px;
    }
    
    .network-sec .hero__footer-stroke {
    bottom: -130px;
}
    
    .decision-sec .absolute-image{
        bottom: -17px;
    }
    
    .network-sec .animated-image{
        width: 800px;
    }
    .hero__footer-stroke-inner-1{
        width: calc(12rem + (100% - 22rem)/12*6);
    }
    .hero__footer-stroke-inner-2{
        width: calc(10rem + (100% - 22rem)/12*6);
    }
    
    .hero__footer-stroke{
        bottom: -97px;
    }
    .network-sec .absolute-content{
        bottom: -58%;
    }
    
    /*.mission-sec .timeline-wrapper .timeline-inner{*/
    /*    left: 482px;*/
    /*}*/
    
    .mission-sec .animated-text h1{
        font-size: 176px;
    }
    .mission-sec .animated-text h2{
        font-size: 176px;
    }
}

@media(max-width: 1599px){
    
    .decision-sec .absolute-image{
        bottom: 2px;
    }
    .hero__footer-stroke{
        bottom: -75px;
    }
    .network-sec .absolute-content{
        bottom: -102%;
    }
    .network-sec {
    margin: 185px 0 140px;
}
.hero__footer-stroke-inner-2{
 width: calc(13rem + (100% - 22rem)/12*6);   
}
}

@media(max-width: 1499px){
    .decision-content{
        height: 600px;
    }
    .hero__footer-stroke-inner-1{
        width: calc(6rem + (100% - 22rem)/12*6);
    }
    .hero__footer-stroke-inner-2{
        width: calc(16rem + (100% - 22rem)/12*6);
    }
}

@media(max-width: 1399px){
    .decision-content{
        height: 546px;
       padding: 80px 100px;
    }
    .mission-sec .animated-text h1{
        font-size: 134px;
    }
    .mission-sec .animated-text h2{
        font-size: 134px;
    }
    
    .network-sec.about .network-title{
    max-width: 350px;
}
.network-sec.about .hero__footer-stroke {
    bottom: -20px;
}
}

@media(max-width: 1199px){
    
    .network-sec.about .hero__footer-stroke {
    bottom: 66px;
}
    .decision-content{
        height: 484px;
    }
    
    .network-sec .animated-image{
        width: 600px;
    }
    .network-sec .absolute-content {
        bottom: -46%;
    }
    .network-sec {
    margin: 68px 0 30px;
}
.mission-sec .timeline-wrapper .timeline-inner{
        left: 868px;
    }
    .mission-sec .animated-text h1{
        font-size: 114px;
    }
    .mission-sec .animated-text h2{
        font-size: 114px;
    }
    .hero__footer-stroke{
        bottom: 32px;
    }
    .hero__footer-stroke-inner-1 {
    width: calc(11rem + (100% - 22rem)/12*6);
}
.hero__footer-stroke-inner-2 {
    width: calc(11rem + (100% - 22rem)/12*6);
}
}

@media(max-width: 991px){
    
    .network-sec.about .hero__footer-stroke{
        display: none;
    }
    
    .decision-content{
        height: 400px;
        padding: 80px 100px;
    }
    
    .decision-sec .absolute-image{
        bottom: -137px;
    }
    
    .network-sec .animated-image{
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        margin-top: 110px;
    }
    
    .hero__footer-stroke-inner-1{
        width: 100%;
    }
    .hero__footer-stroke-inner-2{
        display: none;
    }
    
    .hero__footer-stroke{
        top: 300px;
        bottom: auto;
    }
    
    .network-sec.section {
    margin: 68px 0 0;
    padding-bottom: 0;
}

.mission-sec .timeline-wrapper{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
}
.mission-sec .timeline-outer{
    border-top: 0;
    border-left: 2px solid var(--primary-color);
    margin-left: 32px;
}
.mission-sec .timeline-wrapper .timeline-inner{
    left: 0;
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.timeline-wrapper .timeline-block{
    min-width: 100%;
}
.timeline-wrapper .timeline-block + .timeline-block{
    margin: 30px 0 0 0;
}
.timeline-wrapper .timeline-block:before{
    top: 0;
    left: -60px;
}
}

@media(max-width: 767px){
    .mission-sec .animated-text h1{
        font-size: 60px;
    }
    .mission-sec .animated-text h2{
        font-size: 60px;
    }
    .mission-sec .animated-text{
       margin: 32px 0 70px; 
    }
}

@media(max-width: 575px){
    .decision-content{
        padding: 80px 40px;
    }
    .mission-sec .timeline-wrapper{
    padding-left: 28px;
    padding-right: 28px;
}
.timeline-wrapper .timeline-block{
    padding: 20px;
    height: auto;
}
.timeline-wrapper .timeline-block:before {
    left: -38px;
}
.timeline-wrapper .timeline-block span{
    font-size: 14px;
}
.timeline-wrapper .timeline-block p{
    font-size: 16px;
}
}