

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  font-size: 1rem;
  background: #f4f4f4;
}
/*h1, h2, h3, h4, h5, h6, .t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6{
  font-weight: 600;
}*/
a{
	color: #113DFA;
}
a:hover, a:focus, button:hover, button:focus{
    text-decoration: none !important;
    outline: none !important;
}
.navbar-light .navbar-brand{
    color: #333;
    font-size: 2rem;
    letter-spacing: 0.5px;
}
.btn{
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 16px;
}
.btn-theme{
    background: #fff;
    border: 2px solid #1E1E1E;
    color: #1E1E1E;
    box-shadow: 0px 10px 24px rgba(0,0,0,0.2);
}
.t-h1{
  font-size: 5.5rem;
  line-height: 1.1;
}
.t-h2{
  font-size: 4.5rem;
  line-height: 1.1;
}
.t-h3{
  font-size: 2.5rem;
}
.t-h4{
  font-size: 2rem;
}
.t-h5{
  font-size: 1.5rem;
}
.t-h6{
  font-size: 1.25rem;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.br16{
    border-radius: 16px;
}
.container{
    max-width: 1600px !important;
}
.section{
    padding: 60px 0;
}
.shadow-sm{
    box-shadow: 0px 4px 24px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 4px 24px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 24px rgba(0,0,0,0.2);
}
.kf-banner{
    position: relative;
}
.kf-banner img{
    max-width: 1720px;
    margin: 0 auto;
    border-radius: 32px;
    display: block;
    width: 100%;
}
.kf-video {
    height: 600px;
    object-fit: cover;
    display: block;
    width: 100%;
}
.testimonial-card{
    max-width: 1170px;
    overflow: hidden;
    background: #fff;
}
.test-hero{
    width: 100%;
}
.tc-info{
    padding: 20px;
}
.h-auto{
    height: auto !important;
}
/*.kf-video::-webkit-media-controls {
  display:none !important;
}*/
.kf-video-alt {
    width: auto;
    max-width: 100%;
    height: calc(100vh - 30px);
    margin: 0 auto;
    display: block;
}
.modal-backdrop.show{
    opacity: 0.95;
}
.overlay {
    position: absolute;
    bottom: 50px;
    right: 50px;
    left: 50px;
    color: #fff;
    max-width: 1500px;
    margin: 0 auto;
    z-index: 1;
}
.kfb-overlay{
    position: absolute;
    bottom: 30%;
    right: 100px;
    max-width: 670px;
    margin: 0 auto; 
    color: #fff;
    z-index: 1;
}
.kfb-overlay::after {
    position: absolute;
    content: '';
    left: -5%;
    top: -12%;
    background-image: url(../img/quote.png);
    height: 150px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    opacity: 0.3;
}
.stats span{
    font-size: 5.5rem;
    line-height: 1;
}
#journeySlide .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}
#journeySlide.owl-theme button.owl-dot {
    background: #D9D9D9;
    width: 100px;
    height: 4px;
}
#journeySlide.owl-theme button.owl-dot.active{
    background: #1E1E1E;
}
#journeySlide.owl-theme .t-h2, #journeySlide.owl-theme .t-h6{
    opacity: 0.6;
}
#journeySlide.owl-theme .active .t-h2, #journeySlide.owl-theme .active .t-h6{
    opacity: 1;
}

#tiktokSlide iframe{
    height: 500px;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 24px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 24px rgba(0,0,0,0.2);
}
.kf-book{
    max-width: 600px;
    width: 100%;
}
#gallerySlide .owl-stage{
    margin-left: -16.5%;
}
#tiktokSlide .owl-stage {
    padding: 20px 0;
}
#tiktokSlide.owl-drag .owl-item{
 padding: 10px;   
}
header {
    position: sticky;
    top: -1px;
    z-index: 9;
    background: #f4f4f4;
}
header.fixed{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
header .navbar ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin-left: auto;
    margin-bottom: 0;
    padding: 20px;
}
header .navbar ul li a{
    color: #2C7B93;
    font-weight: 400;
}
header .navbar ul li a:hover, header .navbar ul li a:focus{
    font-weight: 500;
    color: #2C7B93;
}
header .navbar ul li a.active{
    color: #6f6f6f;
}
.social-widget {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10;
    max-width: 1720px;
    margin: 0 auto;
    left: 0;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    backface-visibility: visible;
    pointer-events: none;
}
.social-widget a {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.social-widget ul{
    padding-left: 0;
    list-style: none;
    box-shadow: -3px 0px 6px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 10px 4px;
    background: #fff;
}
.social-widget li{
    margin: 5px 0;
    pointer-events: all;
}
.social-widget img {
    border-radius: 0;
    width: 32px;
    height: 32px;
}
.kfb-banner{
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
.kfb-banner:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005685+0,005685+44,005685+100&0+0,0.9+44,1+100 */
    background: linear-gradient(to bottom,  rgba(0,86,133,0) 0%,rgba(0,86,133,0.9) 44%,rgba(0,86,133,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 32px;
}
.pws-overlay{
    position: absolute;
    color: #fff;
    bottom: 10%;
    right:0;
    left: 0;
}
.pws-section{
    position: relative;
}
.readmore{
    display: none;
    font-size: 18px;
}
/*#journeySlide{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
#journeySlide .item{
    width:33.33%;
    min-width: 450px;
    padding: 0 15px;
}*/
#journeySlide .owl-item {
    opacity: 0.6;
}

#journeySlide .owl-item.active {
    opacity: 1;
}
.nav-toggler-icon {
    background-image: url(../img/menu-icon.png);
    background-size: contain;
    height: 40px;
    width: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.kfb-overlay .t-h2{
    text-align: right;
}
.container-fluid, .container{
    padding-left: 30px;
    padding-right: 30px;
}
.btn-watch{
    background: rgba(255,255,255,0.5);
    color: #000;
    padding: 8px 15px;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1;
    backdrop-filter: blur(10px);
}
.modal-xl{
    min-width: 100%;
}
#video-watch{
    padding: 0 17px;
}
#video-watch .modal-content{
    background: transparent;
    border:none;
    box-shadow: none;
}
.modal-dialog{
    margin: 0 auto;
}
button.close {
    position: absolute;
    right: 20px;
    top: 5px;
}
button.close img{
    width: 30px;
}
.owl-dots {
    display: grid;
    justify-content: center;
    width: 300px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    margin: 10px auto;
}
.owl-carousel button.owl-dot {
    background: #ddd;
    height: 4px;
    width: 100%;
    border-radius: 0;
    margin: 0 1px;
}
.owl-carousel button.owl-dot.active{
    background: #000;
}
/*#tiktokSlide.owl-carousel button.owl-dot {
    background: #b7b7b7;
    border-radius: 0;
    margin: 0 1px;
}
#tiktokSlide.owl-carousel button.owl-dot.active{
    background: #000;
}*/
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: rgba(0,0,0,0.5);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    pointer-events: auto;
}
.nav-tabs {
  border-top: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  padding: 0 25px;
}
.nav-tabs .nav-link{
    background: transparent;
    border: none;
    color: #2C7B93;
    cursor: pointer;
    font-size: 18px;
}
.nav-tabs .nav-link.active{
    background: transparent;
    border:none;
}
.nav-tabs .nav-link:focus{
    color: #495057;
}
.mediaTabContent img, .mediaTabContent iframe, .mediaTabContent video{
    max-width: 1170px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.mediaTabContent img.img-fluid{
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.mediaTabContent video{
    height: auto;
}
.mediaTabContent iframe, .mediaTabContent .tv-video{
    height: auto;
    min-height: 500px;
}
#mediaLogos img{
    height: auto;
}
.text-dark{
    color: #000 !important;
}
.mediaTabContent .video-landscape, .video-landscape{
    height: 300px;
}
header h2{
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    padding-top: 50px;
    padding-bottom: 20px;
}
header.fixed h2{
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}
header.fixed .navbar ul{
    padding: 10px 20px;
}
#tv > div {
    max-width: 1170px;
}
.sticky-read{
    position:  absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #1362ae;
    opacity: 0.1;
    border-radius:8px;
    color: #fff;
    padding:10px 20px;
    border: 1px solid #fff;
    max-width:200px;
    /* Change this for the animation speed */  
    transition: all 0.8s ease;
    text-decoration: none;
    z-index: 2;
}

.sticky-read.revealed {
  bottom: 60px;
  opacity: 1;
}
.story-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    transition: all 0.8s ease;
    border-radius: 8px;
}
.story-overlay.active{
    opacity: 1;
    transition: all 0.8s ease;
}
.sticky-read:hover, .sticky-read:focus{
    background: #1362ae;
    color: #fff;
    border: 1px solid #fff;
}
.tv-video{
    width: 100%;
    height: auto;
}
/*.owl-carousel .owl-dots{
    margin-top: 0;
}*/

@media screen and (max-width:1566px){
    .t-h3 {
      font-size: 2.2rem;
    }
    .stats span{
        font-size: 4.5rem;
    }
}
@media screen and (max-width:1366px){
    .stats span{
        font-size: 4rem;
    }
    .t-h2 {
        font-size: 3.5rem;
    }
    .t-h3 {
        font-size: 2rem;
    }
    .t-h6 {
        font-size: 1.1rem;
    }
    
    .kfb-overlay{
        max-width: 500px;
    }
    .kfb-overlay::after {
        left: -12%;
        top: -15%;
        height: 130px;
        width: 130px;
    }
    .kf-video{
        height: auto;
    }
}
@media screen and (max-width:1199px){
    .stats span{
        font-size: 4rem;
    }
    .t-h2 {
        font-size: 3rem;
    }
    .t-h3 {
        font-size: 1.5rem;
    }
    .kfb-overlay{
        max-width: 570px;
        bottom: 30%;
        right: 30px;
    }
    #tiktokSlide iframe{
        height: 440px;
    }
     .kfb-overlay::after{
        left: 0;
     }
     .t-h6{
        font-size: 1rem;
     }
}
@media screen and (max-width:991px){
    body {
        line-height: 1.4;
        font-size: 0.9rem;
    }
    .stats span {
        font-size: 3rem;
    }
    .t-h2 {
        font-size: 2.5rem;
    } 
    .kfb-overlay {
        position: absolute;
        bottom: 30px;
        max-width: 100%;
        left: 20px;
        right: 20px;
    }
    #gallerySlide .owl-stage {
        margin-left: -25.5%;
    }
    .kf-banner img{
        min-width: 1200px;
    }
    .kfb-overlay::after{
        left: 0;
        height: 90px;
        width: 90px;
    }
    .pws-overlay{
        position: relative;
        bottom: 0;
        color: inherit;
        padding-top: 30px;
    }
    .kf-video-alt{
        height: auto;
    }
    .modal.show .modal-dialog{
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
    }
    #tiktokSlide iframe{
        height: 380px;
    }
    header .navbar ul{
        max-width: 400px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        height: 30px;
        width: 30px;
        font-size: 23px;
        line-height: 10px;
    }
    button.close{
        top: -25px;
    }
    .mediaTabContent iframe, .mediaTabContent .tv-video{
        min-height: 400px;
    }
}
@media screen and (max-width:767px){
    .stats .t-h3{
        font-size: 1.2rem;
    }
    .overlay{
        right: 35px;
        left: 35px;
        bottom: 15px;
    }
    .stats span {
        font-size: 2.2rem;
    }
    .section{
        padding: 40px 0;
    }
    .kfb-overlay .t-h2 {
        font-size: 2.3rem;
    }
    header .navbar ul{
        flex-direction: column;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    header .navbar ul li a {
        display: block;
        padding: 7px 15px;
        font-size: 20px;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 10;
        width: 100%;
        box-shadow: 0px 11px 10px 0px rgba(0,0,0,0.2);
    }
    .navbar-light .navbar-brand{
        font-size: 1.5rem;
    }
    .btn-watch.btn{
        padding: 4px 10px;
        font-size: 14px;
        bottom: 30px;
        right: 30px;
    }
    header .navbar ul{
        max-width: initial;
    }
    .mediaTabContent .tv-video{
        min-height: initial;
    }
    .mediaTabContent iframe{
        min-height: 300px;
    }

}
@media screen and (max-width:576px){
    .stats .t-h3{
        font-size: 1rem;
        line-height: 1.2;
    }
    .stats span {
        font-size: 2rem;
    }
    .kf-banner img{
        margin-left: -15%;
    }
    .overlay-title {
        color: #fff;
        position: absolute;
        padding: 0 15px;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
        right: 15px;
        left: 15px;
        top: 0;
        bottom: 16px;
        border-radius: 16px;
        display: flex !important;
        align-items: flex-end;
    }
    .overlay-button{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: flex !important;
        align-items: flex-end;
        bottom: 0;
        padding-bottom: 30px;
        justify-content: center;
    }
    .pws-desc.less-read{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .readmore {
        font-style: italic;
        display: inline-block;
        color: #1a71ff;
        font-weight: 300;
    }
    #journeySlide .owl-item, #journeySlide .owl-item.active {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    #journeySlide .owl-item.active.center {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        transform-origin: top;
    }
    #journeySlide .owl-item.active.center p {
        font-size: 14px;
    }
    /*#journeySlide.owl-carousel .owl-stage{
        padding-bottom: 30px;
    }*/
    .social-widget a img {
        width: 30px;
        height: 30px;
        margin: 5px 0;
    }
    .kf-banner img {
        max-height: 600px;
        object-fit: cover;
    }
    #tiktokSlide iframe{
        height: 340px;
    }
    .btn {
      padding: 7px 15px;
      font-size: 18px;
    }
    .container-fluid, .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .social-widget a{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #journeySlide .owl-item.active.center .t-h2{
        color: #000;
    }
    #journeySlide .owl-dots{
        margin-top: 0;
    }
    header h2{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    header.fixed h2{
        font-size: 24px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .kf-video{
        height: 320px;
    }
    .mediaTabContent .video-landscape, .video-landscape{
        height: 260px;
    }
    .mediaTabContent iframe{
        height: 300px;
    }
    .mediaTabContent img.img-fluid{
        max-width: 100%;
    }
    .owl-dots{
        width: 100%;
        max-width: 260px;
    }
    .test-hero {
       /* transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        height: 250px;*/
        overflow: hidden;
        z-index: 0;
        position: relative;
        object-position: bottom !important;
        margin-bottom: 30px;
    }

    .tc-info{
        z-index: 1;
        position: relative;
    }
    .tc-info{
        padding: 10px;
    }
    .nav-tabs .nav-link{
        padding: 0.5rem;
    }
}
@media screen and (max-width:480px){
    .stats .t-h3 {
        font-size: 12px;
    }
    #gallerySlide .owl-stage {
        margin-left: 0;
    }
    .kf-banner img{
        margin-left: -40%;
    }
    .nav-tabs .nav-item {
      padding: 0 10px;
    }
    .nav-tabs .nav-link{
        font-size: 16px;
    }
    .container-fluid, .container{
        padding: 0 15px;
    }
}
@media screen and (max-width:414px){
    .kf-banner img{
        margin-left: -55%;
    }
}