@import url('https://fonts.googleapis.com/css?family=Trirong:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

/*
    font-family: 'Trirong', serif;
    font-family: 'gt_sectra';
*/

/*social btn */
.fb-share-button span{height: 26.5px!important}


#index-wapper{margin:0px 0px 0px 0px;}
h1, h2, h3, h4, h5, h6 {
    color: #fff!important;}
/*  Plyr 
======================================================= */
.player{width:100%}
.plyr--video .plyr__control.plyr__tab-focus, 
.plyr--video .plyr__control:hover, 
.plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid {
    background: #fff;
    color: #000;
}
.plyr--full-ui input[type=range] {
    color: #fff;
}
.section-scroll .plyr__video-wrapper {
    height: 100%;
}
.section-scroll .plyr video {
    /*! width: auto; */
    /*! min-width: 100%; */
    /*! min-height: 100%; */
}




/*  Animation 
======================================================= */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes scaleDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.scaleDown {
    -webkit-animation-name: scaleDown;
    animation-name: scaleDown;
}
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.section-scroll .animate {
    /*-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;*/
}
@keyframes dash {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.dash {
    -webkit-animation-name: dash;
    animation-name: dash;
}






/*  Misc 
======================================================= */
#wrapper {
}
.dt {
    display: block !important;
}
.mb {
    display: none !important;
}
.invert {
    filter: invert(1);
}
.image {
    overflow: hidden;
}
.object-fit {
    position: relative;
    display: none;
    overflow: hidden;
    /*! display: none; */
}
.object-fit:before {
    content: "";
    display: block;
}
.object-fit > img,
.object-fit > video,
.object-fit > iframe,
.object-fit > .plyr {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
.ic {
    display: inline-block;
    vertical-align: middle;
}
.hero .meta {
    width: 100%;
    padding: 100px 40px 40px;
    position: absolute;
    z-index: 1;
    left: 50%; 
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.section {
    position: relative;
}
.sc-inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.container,
.container-fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.container {
    width: 1130px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}



/*  Content
======================================================= */

.section-scroll {
    min-height: 100vh;
    /*! display: none; */
    position: relative;
    margin-bottom: -200px;
    top:-100px;
}
.align-middle {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.align-middle .container-fluid {
    width: 100%;
}
.index-hero .object-fit:before {
    padding-top: 100vh;
}
.index-hero .rs_outline {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 40%;
    z-index: 1;
    height: calc(100% + 10px);
}
.rs_outline .path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    fill: none; 
    stroke: #fff; 
    stroke-width: 2.999; 
    stroke-miterlimit: 10;
}
.index-hero .meta {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    width: 50px; display:none;
}
.index-about .entry-content {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.index-core .entry-content {
    padding: 120px 40px 40px;
    width: 450px;
    max-width: 100%;
    position: relative;
    z-index: 10;
}
.index-core .default {
    width: 100%;
    height: 100%;
}
.values-content.swiper-container {
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.values-content .swiper-slide .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.values-content .swiper-slide .image img {
    transform: translate3d(-30px,0,0) scale(1.05);
}
.values-content .swiper-slide-active .image img {
    transform: translate3d(0,0,0) scale(1.05);
}
/*.values-content .swiper-slide .image:after {
    content: '';
    background: url(images/rs_clipped-2.png) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    height: 100%;
    width: 100%;
}*/
.values-content .object-fit:before {
    padding-top: 100vh;
}
.values-content .swiper-slide {
    background-color: #fff;
}
.values-content .swiper-wrapper {
    opacity: 0;
    visibility: hidden;
}
.values-content .swiper-wrapper.show {
    opacity: 1;
    visibility: visible;
}
.values-content .swiper-pagination {
    bottom: 50px;
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
    z-index: 10; 
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.values-content .swiper-pagination-bullet {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 1.4em;
    color: #000;
    opacity: 0.2;
}
.values-content .swiper-pagination-bullet.default,
.values-content .swiper-pagination-bullet:hover {
    opacity: 1;
}
.values-content .title {
    font-size: 2.4em;
}
.index-goal {
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}
.index-goal .entry-content {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.index-goal .entry-content .title {
    margin-bottom: 0;
    font-size: 8em;
    text-transform: uppercase;
}
.index-milestone .titleblock {
    margin-bottom: 35px;
}
.index-milestone .wrap {
    width: 100%;
    position: relative;
}
.milestone-timeline {
    padding-left: calc((100vw - 1050px)/2);
    width: 100%;
    position: static;
}
.milestone-timeline .swiper-slide {
    width: 350px;
    cursor: pointer;
    margin-top: 15px;
    padding-right: 30px;
}
.milestone-timeline .swiper-slide:nth-child(even) {
    margin-top: 45px;
}
.milestone-timeline .meta {
    padding-top: 15px;
    padding-bottom: 15px;
}
.milestone-timeline .image {
    position: relative;
}
.milestone-timeline .image > img {
    display: block;
}
.milestone-timeline .image .year {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    font-size: 6.5em;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
}