/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body
{
    font-family:"museo-sans";
    font-size: 16px;
    line-height: 156%;
    font-weight: 300;
    color: #000;
}
p
{
    margin-bottom: 26px;
}
@media (min-width: 1200px)
{ 
    .container {
        max-width: 1170px;  
    }
}
b,strong
{
    font-weight: 700;
}
.btn
{
    border: none;
    box-shadow: none;
    border-radius: 5px;
}
div.wpcf7 .screen-reader-response
{

}
.btn.btn-lg
{
    padding: 15px 2em;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.btn.btn-green
{
    background: #6EA14D;
    color: #fff;
}
.site-main
{
    overflow:hidden;
}
.site-header
{
    padding: 22px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}
.site-header .col-logo
{
    display: flex;
    align-items: center;
}
.site-header .navbar
{
    justify-content: right;
}
@media (min-width: 1350px)
{
    .site-header .container-inner
    {
        margin: 0 -82px;
    } 
}

.site-header .navbar li a.nav-link
{
    font-size: 21px;
     font-weight: 600;
    line-height: 156%; 
    padding: 15px 0;
    color: #fff;

}
.site-header .navbar-nav > li > .nav-link > span{
    position: relative;
}
.site-header .navbar-nav > li > .nav-link > span:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all .5s ease;
}
.site-header .navbar-nav > li > .nav-link:hover > span:after {
    width: 100%;
}
.site-header .col-logo
{
    max-width: 25%;
}
.site-header .navbar li
{
    margin: 0 24px;
}
.navbar
{
    padding: 0;
}
.site-header .navbar li.highlight a.nav-link
{
    background: #6EA14D;
    color: #fff;
    padding-left: 2em;
    padding-right: 2em;

    border-radius: 5px;
}


.section
{
    position: relative;
}
.section-home-banner,.section-page-banner
{
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
   
}
.section-home-banner .yellow-tint,.section-page-banner .yellow-tint
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f3f3f+45,3f3f3f+100&0+45,1+100 */
background: -moz-linear-gradient(top,  rgba(63,63,63,0) 45%, rgba(63,63,63,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(63,63,63,0) 45%,rgba(63,63,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(63,63,63,0) 45%,rgba(63,63,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f3f3f', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
 
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-home-banner:after,.section-page-banner:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.3;
    z-index: 0
}
.section-page-banner .video-control
{
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 99;
}
.section-page-banner .bg-video {
    
}

@media (min-width: 992px)
{
    .section-page-banner.has-video-bg
     {
        min-height: 0;
        height: auto;
        padding-bottom: 0;
     }  
}
 
 .section-page-banner .plyr__video-embed,.section-page-banner  .plyr__video-wrapper--fixed-ratio,
 .section-page-banner .plyr--video

 {
    min-height: 100%;
 }
  .section-page-banner .plyr--video 
  {
    width: 100%;

  }
.section-page-banner .video-control a
{
    color: #fff;
}
.section-page-banner .video-control a .fas
{
    display: none;
}
.section-page-banner .video-control .muted:not(.true) .fas.fa-volume-up
{
    display: inline-block;
}
.section-page-banner .video-control .muted.true  .fas.fa-volume-mute
{
    display: inline-block;
}
.section-home-banner .container,.section-page-banner .container
{
    position: relative;
    z-index: 2;
    min-height: 100%;
}

.section-home-banner .blend-circle,.section-page-banner .blend-circle
{
     position: absolute;
    bottom: -100px;
    height: 150px;
    z-index: 999;
    left: 50%;
    width: calc(100% + 150px );
    border-radius: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 65%, rgba(255, 255, 251,1) 35%, rgba(255, 255, 255,1) 35%);
}
.page-title
{
    position: absolute;
    width: 100%;
    bottom: 143px;
}
.page-title .left-part
{
    padding-right: 27px;
    border-right: 2px solid #fff;
    max-width: 150px;
    text-align: right;
    color: #EDC55E;
    font-weight: 600;
}
.page-title .right-part
{
    padding-left: 28px;
    display: flex;
    align-items:center;
}
.page-title .h-0-1
{
    font-size: 24px;
    text-transform: uppercase;
    margin: 7px 0 5px; 
    line-height: 24px;
}
.page-title .h-0-2
{
    font-size: 45px;
    line-height: 45px;
}
.page-title .title
{
    font-size: 70px;
    line-height: 75px;
    margin: 0;
    color: #fff;
}
.section-home-2
{
    padding-top: 50px;
    padding-bottom: 44px;
    background: #fff;
}   

.section-header
{
    text-align: center;
}
.section-home-2 .section-header
{
    margin-bottom: 133px;
}
.section-header .sub-title
{
    text-transform: uppercase;
    color: #EDC55E;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 144%;
    text-transform: uppercase;
}
.section-header sup
{
    font-size: 7px;
    top: -2em;
}
.section-header .title
{
    font-size: 45px;
    line-height: 144%;
    color: #284351;
    margin-bottom: 48px;
}

.small-title{
    color: #284351;
    font-weight: 600;
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 135%;
    position: relative;
    margin-bottom: 40px;
}
.small-title:after
{
    content: '';
    position: absolute;
    width: 177px;
    border-bottom: 2px solid #EDC55E;
    left: 0;
    bottom: 0;
}


@media (min-width: 993px)
{
    
    .section-home-2 .left-part
    {
        padding-right: 63px;
        padding-top: 23px;
    }
    .section-home-2 .right-part
    {
        padding-left: 63px;
         order: 2;
        
    }
}
.image-thumbnail
{
    position: relative;
     
}
.image-thumbnail .bg
{
 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f3f3f+55,3f3f3f+99&0+55,1+100 */
    background: -moz-linear-gradient(top,  rgba(63,63,63,0) 55%, rgba(63,63,63,0.98) 99%, rgba(63,63,63,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(63,63,63,0) 55%,rgba(63,63,63,0.98) 99%,rgba(63,63,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(63,63,63,0) 55%,rgba(63,63,63,0.98) 99%,rgba(63,63,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f3f3f', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */

    
    z-index: 2;
    mix-blend-mode: soft-light;
}
.image-thumbnail img
{
    position: relative;
    z-index: 1;
}
.image-thumbnail:after
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 35%;
    background: #F2F5F9;
    top:-84px;
}
.image-thumbnail:before
{
    content: '';
    position: absolute;
    left: -63px;
    bottom: -52px;
    width: 130px;
    height: 105px;
    background-image: url('../images/dots.png');
}

.section-home-3
{
    position: relative;
    overflow: hidden;
    padding-top: 189px;
    padding-bottom: 146px;
    background: #284351;
    color: #fff;
}
.section-home-3 .section-header
{
    margin-bottom: 72px;
}
.section-home-3:before
{
    content: '';
    position: absolute;
    top: 0;
    height: 150px;
    z-index: 2;
    background: #fff;
    left: 50%;
    width: calc(100% + 100px);
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);

     
}

.section-home-3 .title
{
    color: #fff;
}

.special-event-item
{
    height: 425px;
    position: relative;
}

.special-event-item .bg
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.special-event-item .content
{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 600;
    padding: 0 20px;
    z-index: 2;
}
.whole-link
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 222;
}
.special-event-item .content .title
{
    font-weight: 600;
    font-size: 30px;
    line-height: 144%;
    margin-bottom: 4px;
}
.special-event-item .tint
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.70;
}
.special-event-item .tint:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.2s; 
}
.special-event-item:hover .tint:after
{
    opacity: 0.34;
}
.section-cta
{
    background: #F2F5F9;
    color: #3F3F3F;
    padding: 73px 0;
}

.section-cta .left-part{
    font-size: 30px;
    line-height: 139%;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.section-cta .right-part
{
    max-width: 20%;
}
.section-home-4
{
    padding-top: 111px;
    padding-bottom: 137px;
}
.section-home-4 .section-header .sub-title
{
    color: #6EA14D;
}
.section-home-4 .section-header
{
    margin-bottom: 52px;
}
.section-home-4 .dots
{
    width: 130px;
    height: 230px;
    position: absolute;
    right: -27px;
    top: -64px;
    background-image: url('../images/yellow-dots.png');
}
.partner-logo-item
{
     
    position: relative;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
}
.partner-logo-item img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.site-footer
{
    padding-bottom: 107px;
    padding-top: 99px;
    color: #fff;
    background: #284351;
}
.site-footer a
{
    color: #fff;

}
.site-footer .right-part
{
    text-align: right;
}

.footer-bottom .row
{
    margin: 0 -40px;
}

.footer-bottom .row [class*=col]
{
    padding: 0 40px;
}
.footer-bottom
{
    margin-top: 42px;
    font-weight: 300;
}

.footer-bottom .widget-title
{
    font-weight: 600;
    font-size: 30px;
    line-height: 144%;
    margin: 0 0 16px;
}
.social-links
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li
{
    display: inline-block;
    margin-right: 17px;
}
.social-links li a
{
    width: 69px;
    height: 69px;
    display: block;
    border-radius: 5px;
    color: #fff;
    background: #000;
    font-size: 37px;
    text-align: center;
    line-height: 69px;
}

.social-links li.facebook a
{
    background: #3B5998;
}
.social-links li.twitter a
{
    background: #1DA1F2;
}
.social-links li.instagram a
{
    background: #405DE6;
}

.section-general-2
{
    padding-top: 50px;
    padding-bottom: 231px;
}
.section-general-2 .image-thumbnail:before
{
        background-image: url(../images/yellow-dots.png);
}
.section-general-2 .section-header
{
    margin-bottom: 136px;
}
@media (min-width: 992px)
{
    .section-general-2 .right-part
    {
        padding-left: 63px;
        order: 2;
    }
    .section-general-2 .left-part
    {
        padding-right: 63px;
    }  
}


.section-general-3
{
    padding: 136px 0;
    background: #F2F5F9;

}

.section-general-3 .sub-title
{
    color: #6EA14D;
}
.section-general-3 .section-header
{
    margin-bottom: 77px;
}
.section-header.have-border-btm
{
    position: relative;
    padding-bottom: 60px;
}
.section-header.have-border-btm:after
{
    content: '';
    position: absolute;
    width: 177px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #E0E6EE;
}
.section-header.have-border-btm .title
{
    margin-bottom: 0;
}
.section-general-3 .left-part
{
    padding-right: 25px;
}
@media (min-width: 992px)
{
    .section-general-3 .right-part
    {
        padding-left: 25px;
    }

}

.section-general-4
{
    padding: 158px 0 169px;
}

.section-general-4 .section-header .title
{
    font-size: 30px;
    line-height: 144%; 
    margin-bottom: 45px;
}
.section-general-4 .container
{
    max-width: 960px;
}
.faq-list .card-header
{
    background: transparent;
    padding: 0;
    border:none;
    border-bottom: 1px solid #D8E3FE;
}
.faq-list .card-header button
{
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 156%;
    color: #838CB3;
    text-decoration: none !important;
    position: relative;
    padding: 28px 0 28px 63px;
    display: block;
}
.faq-list .card-header button .icon
{
    font-size: 23px;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    
}
.faq-list .card-header button .icon i
{
    transition: all 0.2s;
}
.faq-list .card-header .faq-title
{
    margin: 0;

}
.faq-list .card
{
    border: none;
}
.faq-list .card-body
{
    padding: 0 75px;
}
.faq-list  .card.active .card-header
{
    border-bottom: 0;
}
.faq-list  .card.active .card-header button
{
    border-bottom: 0;
    color: #3F3F3F;
}
.faq-list  .card.active .card-header button .icon i
{
    transform: rotate(180deg);
}

.section-general-5
{
    padding: 157px 0;
    background:#F2F5F9;
}
.section-general-5 .sub-title
{
    color: #838CB3;
}
.section-general-5 .section-header{
    margin-bottom: 113px;
}
.recent-blog-item
{
    position: relative;
    padding:160px 37px 37px;
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.recent-blog-item:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #284351;
    opacity: 0.60;
    z-index: 0;
}
.recent-blog-item .title
{
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    padding-right: 40px;
    display: inline-block;
}
.recent-blog-item .title .lnr
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
.recent-blog-item .title a
{
    color: #fff;
}
.recent-blog-item .content
{
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.section-general-5 .link-container
{
    text-align: center;
    margin-top: 100px;
}

.blog-list-container
{
    position: relative;

}
.blog-list-container .item-col
{
    margin-bottom: 34px;
}
.section-blog-list
{
    padding: 138px 0 155px;
}
.section-blog-list .load-more-container
{
    padding-top: 34px;
    text-align: center;
}
.section-blog-list .load-more-container .btn  .lds-ring
{
    display: none;
}
.section-blog-list .load-more-container .btn.loading  .lds-ring
{
    display: block;
}
.section-blog-list .load-more-container .btn.loading span
{
    display: none;
}
/* Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section-single-share
{
    padding: 30px;
    background: #E0E6EE;
    color: #284351;
}
.section-single-share .left-part
{
    font-weight: 600;
    font-size: 30px;
    line-height: 144%;
    display: flex;
    align-items: center;
}
.section-single-share .right-part
{
    text-align: right;
}
.section-single-blog .container,.section-single-share .container
{
    max-width: 755px;
}
.section-single-blog
{
    padding: 140px 0 66px;
}
.section-single-blog img 
{
    max-width: 100%;
    height: auto;
}
.section-single-blog h2.small-title
{
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 144%;
}
.section-contact-1
{
    padding: 41px 0 123px;
}
.section-contact-1 .title
{
    margin-bottom: 100px;
}
.section-contact-1 .container
{
    max-width: 730px;
}
.section-contact-1 address
{
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 156%;
    color: #284351;
}
.section-contact-1 address a
{
    color: #284351;
}
.section-contact-1 h5
{
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 24px;
    line-height: 144%;
}
.section-contact-1 address .block
{
    margin-bottom: 36px;
}
.form-control{
    border: 1px solid #838CB3;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 20px;
    height: 42px;
    font-weight: 300;
    font-size: 16px;
    line-height: 156%;
    box-shadow: none !important;
}
textarea.form-control
{
    height: 100px;
    

}
.play-video
{
    display: none;
}
@media (max-width: 1250px)
{
    .site-wrapper
    {
        overflow: hidden;
    }
}

@media (max-width: 1100px)
{
    .social-links li a
    {
        width: 55px;
        height: 55px;
        font-size: 24px;
        line-height: 55px;
    }
}

@media (max-width: 992px)
{
    .section.section-page-banner 
    {
        height: 400px;
    }
    .image-thumbnail
    {
        padding-top: 27px;
        padding-left: 36px;
        margin-bottom: 112px;

    }
    .play-video
    {
        display: block;
        position: absolute;
        bottom: 63px;
        z-index: 99;
        color: #fff !important;
        font-size: 15px;
        left: 50%;
        
        transform: translateX(-50%);
        font-weight: 500;
        text-transform: uppercase;
    }
    .play-video i
    {
        margin-right: 10px;
    }
    .section-page-banner .video-control
    {
        display: none;
    }
    .image-thumbnail .bg
    {
        left: 38px;
        top: 0;
        width: calc(100% - 38px);
        
    }
    .image-thumbnail:before{
        width: 68.4px;
        left: 0;
        bottom: -28px;
        height: 55.25px;
        background-size: 100%;
    }
    .image-thumbnail:after
    {
        top: -27px;
    }
     .image-thumbnail img
     {
        width: 100%;
     }
     .section-home-2 .small-title
     {
        text-align: center;
     }
     .section-home-2 .small-title:after
     {

        left: 50%;
        transform: translateX(-50%);

     }
     .special-event-item
     {
        margin-bottom: 38px;
        
     }
     .special-event-item .bg
     {
        background-size: cover;
     }
     .section-cta .left-part
     {
        text-align: center;
        margin-bottom: 15px;
     }
     .section-cta .right-part
     {
        text-align: center;
        max-width: none;
     }
     .site-header .col-logo
     {
        max-width: none;
     }
     .partner-logo-item
     {
        margin-bottom: 55px;
     }
     .recent-blog-list .col-lg-4
     {
        margin-bottom: 35px;
     }
     .navbar-nav
    {
        background: #fff;
        padding: 10px 10px 25px;
    }
    .navbar-toggler
    {
        position: absolute;
        right: 0;
        top: -35px;
        color: #fff;
    }
    .site-header .navbar li a.nav-link
    {
        color: #284351;
    }
    .site-header .navbar li.highlight a.nav-link
    {
        text-align: center;
    }
     
}
@media (max-width: 767px)
{
    
    .partner-logo-item img
    {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .partner-logo-item
    {
        padding: 50px 44px;
        margin-bottom: 55px;
    }

    .page-title .title{
        font-size: 45px;
        line-height:50px;
    }
    .page-title .h-0-1
    {
        font-size: 16px;
        line-height: 16px;
    }
    .page-title .h-0-2
    {
         font-size: 30px;
         line-height: 30px;
    }
    .section-header .sub-title
    {
        font-size: 16px;
        line-height: 144%;
    }
    .section-header .title
    {
        font-size: 24px;
        line-height: 144%;
    }
    .section-home-2 .section-header
    {
        margin-bottom: 30px;
    }
    .page-title .left-part
    {
        max-width: 110px;
    }
    .page-title
    {
        bottom: 67px;
    }
    .small-title,.section-single-blog h2.small-title
    {
        font-size: 24px;
        line-height: 135%;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .section-single-share .left-part
    {
        text-align:center;
        margin-bottom: 15px;
        display: block;
    }
    .section-home-2
    {
        padding-bottom: 0;
    }
    .section-home-3
    {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .special-event-item
    {
        height: 355px;
    }
    .section-cta .left-part
    {
        font-size: 20px;
        line-height: 156%;
    }
    .section-home-4 .dots
    {
        display: none;
    }
    .section-home-4
    {
        padding: 100px 0;
    }
    .site-footer .left-part
    {
        text-align: center;
    }
    .site-footer .left-part img
    {
        max-width: 236px;
    }
    .site-footer .right-part
    {
        text-align: center;
        margin-top: 50px;
    }
    .footer-bottom
    {
        text-align: center;
    }
    .footer-bottom .col-lg-4
    {
        margin-bottom: 40px;
    }
    .social-links li
    {
        display: block;
        margin: 0 0 25px;
        text-align: center;
    }
    .social-links li  a
    {
        margin:0 auto;
    }
    .recent-blog-item .title
    {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }
    .recent-blog-item .title .lnr
    {
        right: 50%;
        top: -20px;
        transform: translateY(-50%);
    }

    .section-contact-1 h5{
        font-size: 16px;
    }
    .section-contact-1 address
    {
        font-size: 16px;
    }
}