/*! 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-green
{
    background: #6da14e;
    color: #fff;
}
.btn-green:hover
{
    /*background: #6da14e;*/
    color: #fff;
}

.btn-orange
{
    background: #EA8823;
    color: #fff;
}
.btn-orange:hover
{
  
    color: #fff;
}
.site-main
{
    overflow:hidden;
}
.site-header
{
    padding: 22px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.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; */
    } 
}
@media (min-width: 1290px)
{
    .container {
        max-width: 1290px;
    }
}

.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: 18%;
}
.site-header .navbar li
{
    margin: 0 14px;
}
.navbar
{
    padding: 0;
}
.site-header .navbar li.highlight a.nav-link
{
    background: #EA8823;
    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 {
    transform: scale(1.5);
}

@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
{
    /* Changed on 06-09-19 */
    /*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: 60px;
    line-height: 75px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.page-title .title span.thin{
    font-weight: 100;
}
.page-title  .sub-title
{
    color: #EA8823;
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 144%;
}
.section-home-2,.section-2-column-image
{
    padding-top: 50px;
    padding-bottom:150px;
    background: #fff;
}   
.section-2-column-image
{
    padding-top: 100px;
}
.section-header
{
    text-align: center;
}


.section-home-2 .section-header,.section-2-column-image .section-header
{
    margin-bottom: 133px;
}
.section-header .sub-title
{
    
    color: #EA8822;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 144%;
}
.section-header sup
{
    font-size: 7px;
    top: -2em;
}
.section-header .title,.fc-toolbar .fc-left h2
{
    font-size: 45px;
    line-height: 144%;
    color: #284351;
    margin-bottom: 48px;
}
.fc-toolbar .fc-left h2
{
    margin:0;
    font-weight: 500;
}
.fc-toolbar .fc-button-group
{

}
.fc-toolbar .fc-left
{
    padding-left: 160px;
}
.section-header0 .title
{
	font-size: 45px;
    line-height: 144%;
    color: #ffffff;
    margin-bottom: 48px;
}

.small-title{
    color: rgb(40, 67, 81);;
    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 #EA8823;
    left: 0;
    bottom: 0;
}
.small-title.red:after
{
    /*border-color: #C8161A;*/
}

@media (min-width: 993px)
{
    
    .section-home-2 .left-part,.section-2-column-image .left-part
    {
        padding-right: 63px;
        padding-top: 23px;
    }
    .section-home-2 .right-part,.section-2-column-image  .right-part
    {
        padding-left: 63px;
        order: 2;
        
    }
    .section-2-column-image.left .left-part
    {
        padding-left: 63px;
        order: 1;
    }
    .section-2-column-image.left .right-part
    {
        padding-right: 63px;
        padding-top: 23px;
        order: 0;
    }
    .section-2-column-image.left .image-thumbnail:before
    {
        right: -63px;
        left: auto;
    }
    .section-2-column-image.left .image-thumbnail:after
    {
        right:35%;
        left: auto;
    }
     
}
.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;
    width: 100%;
}
.image-thumbnail:after
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 35%;
    background: #1d1d1d;
    top:-84px;
}
.image-thumbnail:before
{
    content: '';
    position: absolute;
    left: -63px;
    bottom: -52px;
    width: 130px;
    height: 105px;
    background-image: url('../images/Group-1.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;
    margin-bottom: 30px;
}

.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%);*/
    bottom: 0;
    /*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: #365767;
}
.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/red-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,.section-2-column-text
{
    padding: 136px 0;
    background: #F2F5F9;

}

.section-general-3 .sub-title,.section-2-column-text .sub-title
{
   /* color: #c7171a; */
}
.section-general-2 .sub-title
{
    /*color: #C8161A;*/

}
.section-general-3 .section-header,.section-2-column-text .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,.section-2-column-text .left-part
{
    padding-right: 25px;
}
@media (min-width: 992px)
{
    .section-general-3 .right-part,.section-2-column-text .right-part
    {
        padding-left: 25px;
    }

}

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

.section-general-4 .section-header .title,.section-faq .section-header .title
{
   /*font-size: 30px;*/
    line-height: 144%; 
    margin-bottom: 45px;
}
.section-general-4 .container,.section-faq .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,.section-blog-card
{
    padding: 157px 0;
    background:#F2F5F9;
}
.section-general-5 .sub-title,.section-blog-card .sub-title
{
    color: #838CB3;
}
.section-general-5 .section-header,.section-blog-card .section-header{
    margin-bottom: 113px;
}
.tile-container .col-item
{
    margin-bottom: 30px;
}
.recent-blog-item,.tile-item
{
    position: relative;
    padding:160px 37px 37px;
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.tile-item
{
    padding: 135px 24px 36px;
    
}
.tile-item p
{
    margin-bottom: 0;
}
.recent-blog-item:after,.tile-item:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #284351;
    opacity: 0.60;
    z-index: 0;
}
.tile-item:after
{
    opacity: 1;
    background: rgb(33,37,48);
background: -moz-linear-gradient(0deg, rgba(33,37,48,1) 0%, rgba(33,37,48,0.9) 26%, rgba(33,37,48,0.12) 62%, rgba(33,37,48,0) 89%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(33,37,48,1) 0%, rgba(33,37,48,0.9) 26%, rgba(33,37,48,0.12) 62%, rgba(33,37,48,0) 89%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(33,37,48,1) 0%, rgba(33,37,48,0.9) 26%, rgba(33,37,48,0.12) 62%, rgba(33,37,48,0) 89%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212530",endColorstr="#000000",GradientType=1); 
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08), 0px 2px 16px rgba(0, 0, 0, 0.06);

    
}
.recent-blog-item .title,.tile-item .title
{
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    padding-right: 40px;
    display: inline-block;
}
.tile-item .title
{
    font-size: 30px;
    line-height: 40px;
}
.recent-blog-item .title .lnr,.tile-item .title .lnr
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

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


.section-general-5 .link-container,.section-blog-card .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%;
}

.page-template-template-contact .page-title
{
    top: 50%;
    text-align: center;
    width: 100%;
    bottom: auto;
    transform: translateY(-50%);
}
.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;
}
.section-contact-2,.section-contact-4,.section-blank-content
{
    padding: 71px 0 52px;
    background: #284351;
    color: #fff;
    
}
@media (min-width: 767px)
{
    .section-blank-content{
        font-size: 20px;
    }   
}

.section-blank-content .embed-responsive
{
    height: 100vh;
}
.section-contact-3 p
{
    margin-bottom: 0;
}
.section-contact-3,.section-contact-5
{
    padding:49px 0;
    background: #284351;
    color: #fff;
    font-size: 20px;
    line-height: 156%;
    text-align: center;
}
.section-contact-2 .section-header .title
{
    color: #fff;
}
.section-contact-2 .text
{
    text-align: center;
}
.section-contact-4,.section-blank-content
{
    background: #fff;
    color: #284351;
    text-align: center;
}
.section-blank-content
{
    text-align: left;
}
.section-contact-5
{
    text-align: center;
    color: #284351;
    background: #F2F5F9;
}
.section-contact-6,.section-contact-block
{
    background: #284351;
    color: #fff;
    
    line-height:  144%;
    padding: 92px 0;
}
@media (min-width: 767px)
{
    .section-contact-6,.section-contact-block{
        font-size: 20px;
    }
}
.section-contact-6 a,.section-contact-block a
{
    color: #EA8822;
}
.section-contact-6 .title,.section-contact-block .title
{
    color: #fff;
}
.section-contact-6  .address,.section-contact-block .address
{
    margin-bottom: 56px;
}
.section-contact-6 .social_links_area,.section-contact-block .social_links_area
{
    text-align: center;
}
.section-contact-6  h3,.section-contact-block h3
{
    font-size: 30px;
    line-height: 144%;
    margin: 0 0 18px;
}
.section-contact-6 .google_maps,.section-contact-block .google_maps
{
    margin-top: 56px;
}
.google_maps h3
{
    text-align: center;
}
.google_maps .map
{
    max-width: 645px;
    margin: 0 auto;
}
.address ul
{
    list-style: none;
    margin:0;
    padding: 0;
}
.address ul li
{
    position: relative;
    margin-bottom: 36px;
    text-align: center;
}
.address ul li .fas
{
    font-size: 22px;
    margin-right: 22px;
}
.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;
}

/* customized page builder */
.section-tile
{
    padding: 104px 0;
    background: #284351;
    color: #fff;

}
.section-tile .title
{
    color: #fff;
}
.section-tile .sub-title
{
    color:#EA8822;
}

/* calendar */

 .fc-toolbar .fc-right .fc-button-group
 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
 }
 .fc-toolbar.fc-header-toolbar
 {
    position: relative;
 }
 .fc-toolbar.fc-header-toolbar .fc-button-group > *
 {
    margin-right: 10px;
 }

 .fc-toolbar.fc-header-toolbar .fc-button
 {
    
    padding: 0 32px;
    border-radius: 0;
    border: 0;
    color: #fff;
    background: #284351;
 }
 .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button
 {
    width: 50px;
    height: 50px;
    padding:0;
 }
 #calendar .fc-month-view thead th
 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    background-color: #284351;
    color: #fff;
    padding: 27px 5px;
    border: 9px solid #FFF;
 }
 #calendar .fc-month-view .fc-head-container
 {
    border: 0;
    padding-bottom: 15px;
 }
 #calendar .fc-other-month
 {
    background: #E6E7E8;
 }
 .fc-ltr .fc-basic-view .fc-day-top .fc-day-number
 {
    font-size: 16px;
    padding: 11px;
    color: #2D2D2C;
 }
 #calendar   td > .fc-day-grid-event
 {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 10px;
    border-radius: 0;
    margin: 0 -1px;
    
 }
 .fc-day-grid-event .fc-content
 {
    white-space: normal;
 }
 .section-calendar
 {
    padding-bottom: 104px;
 }
@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: 550px;
    }
    .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,.section-2-column-image .small-title
     {
        text-align: center;
     }
     .section-home-2 .small-title:after,.section-2-column-image .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;
    }
    #calendar .fc-month-view thead th
    {
        font-size: 16px;
        padding: 12px 5px;
    }
    .fc-toolbar .fc-left h2
    {
        font-size: 24px;
    }
    .fc-toolbar .fc-left
    {
        padding-left: 122px;
    }
    .fc-toolbar.fc-header-toolbar .fc-button
    {
        font-size: 16px;
    }
     
}
@media (max-width: 767px)
{


    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number
    {
        padding: 4px;
        font-size: 12px;
    }
    #calendar .fc-month-view thead th
    {
        font-size: 12px;
    }
    #calendar td > .fc-day-grid-event
    {
        font-size: 11px;
        line-height: 12px;
    }
    .fc-toolbar .fc-right .fc-button-group
    {
        position: static;
        transform: none;
            vertical-align: middle;
    }
    .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button
    {
        width: 30px;
        height: 30px;
    }
    .fc-toolbar .fc-right
    {
        float: none;
    }
    .fc-toolbar .fc-left
    {
        padding-left: 0;
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }
    .fc .fc-toolbar > * > *
    {
        float: none;
    }
    .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,.fc-toolbar .fc-left h2
    {
        font-size: 24px;
        line-height: 144%;
    }
    .section-home-2 .section-header,.section-2-column-image .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,.section-2-column-image
    {
        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,.tile-item .title
    {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }
    .recent-blog-item .title .lnr,.tile-item .title .lnr
    {
        right: 50%;
        top: -20px;
        transform: translateY(-50%);
    }

    .section-contact-1 h5{
        font-size: 16px;
    }
    .section-contact-1 address
    {
        font-size: 16px;
    }
}
/*custom css*/
.mt-30
{
    margin-top: 30px;
}
 .tile-item .title .lnr
{
display:none;
}


 