/*@font-face {
    font-family: 'Mardoto';
    src: url('../webfonts/mardoto/Mardoto-Light.eot');
    src: url('../webfonts/mardoto/Mardoto-Light.woff2') format('woff2'),
    url('../webfonts/mardoto/Mardoto-Light.woff') format('woff'),
    url('../webfonts/mardoto/Mardoto-Light.ttf') format('truetype'),
    url('../webfonts/mardoto/Mardoto-Light.svg#Mardoto-Light') format('svg'),
    url('../webfonts/mardoto/Mardoto-Light.eot?#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
}*/
@font-face {
    font-family: 'Mardoto';
    src: url('../webfonts/mardoto/Mardoto-Regular.eot');
    src: url('../webfonts/mardoto/Mardoto-Regular.woff2') format('woff2'),
    url('../webfonts/mardoto/Mardoto-Regular.woff') format('woff'),
    url('../webfonts/mardoto/Mardoto-Regular.ttf') format('truetype'),
    url('../webfonts/mardoto/Mardoto-Regular.svg#Mardoto-Regular') format('svg'),
    url('../webfonts/mardoto/Mardoto-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mardoto';
    src: url('../webfonts/mardoto/Mardoto-Medium.eot');
    src: url('../webfonts/mardoto/Mardoto-Medium.woff2') format('woff2'),
    url('../webfonts/mardoto/Mardoto-Medium.woff') format('woff'),
    url('../webfonts/mardoto/Mardoto-Medium.ttf') format('truetype'),
    url('../webfonts/mardoto/Mardoto-Medium.svg#Mardoto-Medium') format('svg'),
    url('../webfonts/mardoto/Mardoto-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Mardoto';
    src: url('../webfonts/mardoto/Mardoto-Bold.eot');
    src: url('../webfonts/mardoto/Mardoto-Bold.woff2') format('woff2'),
    url('../webfonts/mardoto/Mardoto-Bold.woff') format('woff'),
    url('../webfonts/mardoto/Mardoto-Bold.ttf') format('truetype'),
    url('../webfonts/mardoto/Mardoto-Bold.svg#Mardoto-Bold') format('svg'),
    url('../webfonts/mardoto/Mardoto-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}


body{
    font-family: 'Mardoto', sans-serif;
    /*font-weight: 300;*/
    padding-top: 176px;
    color: #000000;
}
b, strong {
    font-weight: 700;
}
header{
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
header .header-top{
    background: #BF381D;
}
header .header-menu{
    background: #212226;
}
header .navbar{
    background: transparent;
    padding-bottom: 0;
    height: 110px;
}
.header-menu .nav-link{
    color: #FFFFFF;
    font-size: 20px;
    padding: 18px 12px;
}
.header-menu .nav-link.active{
    background: #FFFFFF;
    color: #212226;
}

.collapse-menu-bar{
    width: 54px;
    height: 54px;
    background: url("../img/bars.svg") #FFFFFF no-repeat center center;
    background-size: 28px;

}
.menu-content{
    z-index: 1;
    position: relative;
    background: #212226;
    padding-right: 100px;
    max-width: 520px;
}
.menu-content:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #212226;
    left: -99%;
}
.collapse-menu{
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-open .collapse-menu {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.menu-block-after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.collapse-menu-top{
    height: 110px;
}
.menu-close{
    font-size: 32px;
    color: #ffffff !important;
    height: 54px;
    width: 54px;
    text-align: center;
    display: inline-block;
    line-height: 54px;
}
.collapse-menu-list{
    margin-top: 20px;
    height: calc(100vh - 130px);
    padding-right: 20px;
}
.collapse-menu-list ul{
    list-style: none;
    padding-left: 102px;
}
.collapse-menu-list ul li{
    margin-bottom: 37px;
}
.collapse-menu-list ul li:last-child{
    margin-bottom: 0px;
}
.collapse-menu-list ul li a{
    color: #ffffff !important;
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
}

.dropdown-calendar{
    margin: 0;
    border-radius: 0;
    border-color: #B7B7B7;
    padding: 15px;
    width: 320px;
}
#datetimepicker_archive{
    max-width: 380px;
    border: 1px solid #B7B7B7;
    padding: 10px 5px;
}
.bootstrap-datetimepicker-widget{
    background: transparent;
}
.bootstrap-datetimepicker-widget .table-sm td,
.bootstrap-datetimepicker-widget .table-sm th {
    padding: .4rem .3rem;

}
.bootstrap-datetimepicker-widget .table-sm tbody td{
    border: none;
}
.bootstrap-datetimepicker-widget .table thead th{
    border-bottom: none;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover{
    color: #B7B7B7;
    cursor: default;
}
.bootstrap-datetimepicker-widget table{
    color: #000000;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover{
    background-color: transparent;
    color: #000000;
    font-weight: bold;
    text-shadow: none;
}

.min-width-150{
    min-width: 150px;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-22{
    font-size: 22px !important;
}
.font-weight-medium{
    font-weight: 500 !important;
}
.btn.focus,
.btn:focus{
    box-shadow: none;
}

.cs-textarea,
.cs-input {
    line-height: 1.5;
    border-radius: 0;
    font-size: 16px;
    border-width: 1px;
    border-color: #B7B7B7;
}
.cs-input.form-control-lg{
    height: calc(1.5em + 1rem + 8px);
    padding: .5rem 1rem;
}
.cs-textarea.form-control:focus,
.cs-input.form-control:focus{
    border-color: #B7B7B7;
    box-shadow: none;
}
.cs-input-group.group-append input {
    padding-right: 64px;
}
.cs-input-group .input-group-append {
    position: absolute;
    right: 4px;
    top: 0;
}
.cs-input-group .input-group-append button {
    width: 48px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #B7B7B7;
    background-image: none;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus{
    border-color: #B7B7B7;
    box-shadow: none;
}


a.color-white,
.color-white{
    color: #ffffff;
}
.weather a,
.weather{
    color: #ffffff;
    letter-spacing: 0.75px;
    font-size: 15px;
    text-decoration: none;
}
#weather_modal{
    font-size: 20px;
    font-weight: 500;
}
#weather_modal .weather-icon{
    width: 48px;
}
.future-news-right-border{
    border-right: 1px solid #B7B7B7;
}
#future_news .news-title{
    position: absolute;
    background: rgba(0,0,0,.27);
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    padding: 10px 20px;
    bottom: 0;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-weight: 400;
    display: inline-block;
}
#future_news .news-title:hover{
    background: #BF381D;
    color: #ffffff;
}
#future_news .news-short-content{
    line-height: 26px;
}
#future_news .news-date{
    color: #A4A4A4;
    letter-spacing: 0.75px;
    font-size: 15px;
}
#future_news .news-count{
    color: #1E1E1E;
    font-size: 15px;
}

.cs-carousel .carousel-control-next,
.cs-carousel .carousel-control-prev{
    height: 100px;
    width: 40px;
    top: 50%;
    margin-top: -50px;
    bottom: inherit;
    /*border: 2px solid #BF381D;*/
    opacity: 1;
    color: #BF381D;
    font-size: 40px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.cs-carousel .carousel-control-next:hover,
.cs-carousel .carousel-control-prev:hover{
    background: #BF381D;
    color: #ffffff;
}

.news-feed{
    border-top: 3px solid #BF381D;
}
.box-title a,
.box-title{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
}
.news-feed-list{
    height: calc(100% - 68px);
}
.inner-news-feed{
    min-height: 700px;
    max-height: 700px;
}
a.news-feed-item,
.news-feed-item{
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
a.news-feed-item:hover{
    background: #F9F9F9;
}
.news-feed-item:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 100px;
    background: #BF381D;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
a.news-feed-item:hover:before{
    opacity: 1;
    visibility: visible;
}
.news-feed-item h1{
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 25px;
    font-weight: 400;
}
.news-feed-item .date{
    color: #A4A4A4;
    font-size: 15px;
}
a.more-btn{
    color: #000000;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
a.more-btn:hover{
    color: #BF381D;
}
a.more-btn:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #BF381D;
    position: absolute;
    bottom: 0;
    left: 0;
}

a.see-youtube{
    color: #000000;
    line-height: 26px;
    position: relative;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
a.see-youtube:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #4A4A4A;
    position: absolute;
    bottom: 0;
    left: 0;
}

.select-picker .cs-btn{
    background: #F7F7F7;
    border-color: #F7F7F7;
    height: calc(1.5em + 1rem + 8px);
    color: #000000;
    font-weight: normal;
    border-width: 1px;
    border-radius: 0;
}
.select-picker .cs-btn .filter-option{
    height: auto;
}
.bootstrap-select .dropdown-toggle.cs-btn:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle.cs-btn{
    outline: none !important;
}
.select-picker .dropdown-toggle::after,
.select-picker .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border: none;
    font-size: 21px;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    margin-top: 0 !important;
    color: #000000;
    margin-left: 10px;
}
.bootstrap-select .dropdown-menu{
    top: 100% !important;
    transform: translate3d(0px, 0, 0px) !important;
    margin-top: 0;
    border: none;
    background: #F7F7F7;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu .dropdown-item{
    padding: .375rem .75rem;
    color: #000000;
}
.bootstrap-select .dropdown-menu .disabled .dropdown-item{
    color: #d6d6d6;
}
.select-picker .dropdown-item.active,
.select-picker .dropdown-item:active
/*.select-picker .dropdown-item:focus,
.select-picker .dropdown-item:hover*/{
    background: #e8e8e8;
    color: #000000;
    outline: none;
}
.category-calendar-btn{
    display: inline-block;
}
.category-calendar-btn img{
    width: 28px;
}
.thumb-image .thumb-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.news-grid-item{
    position: relative;
    padding-bottom: 20px;
}
.news-grid-item:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #BF381D;
    height: 3px;
    width: 40px;
}
.news-grid-item .news-title a{
    color: #000000;
    text-decoration: none;
    letter-spacing: 0.8px;
    line-height: 26px;
}
.bg-gray{
    background: #F9F9F9;
}
.video-grid-item .title a{
    color: #000000;
    text-decoration: none;
    letter-spacing: 0.8px;
    line-height: 26px;
}
.video-item{
    background: #F9F9F9;
    /*padding-bottom: 5px;*/
}
.video-item .title{
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 25px;
    padding: 0 15px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
.video-item .date{
    color: #A4A4A4;
    letter-spacing: 0.75px;
    line-height: 25px;
    padding: 0 15px;
    font-size: 14px;
}
.video-item.last-item .title{
    font-size: 20px;
    line-height: 35px;
}
.video-item.last-item .date{
    font-size: 17px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs-modal .close{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    opacity: 1;
    outline: none;
    text-shadow: none;
}
.cs-modal .modal-content{
    border-radius: 0;
    border: none;
}

.news-list .news-item a{
    text-decoration: none;
    display: block;
    letter-spacing: 0.75px;
    line-height: 25px;
    font-size: 15px;
    position: relative;
}
.news-list .news-item a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 100px;
    background: #BF381D;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.news-list .news-item a:hover {
    background-color: #F9F9F9;
}
.news-list .news-item a:hover:before{
    opacity: 1;
    visibility: visible;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0;
}
.lSAction>a{
    height: 100px;
    width: 40px;
    top: 50%;
    margin-top: -50px;
    bottom: inherit;
    border: 2px solid #BF381D;
    opacity: 1;
    color: #BF381D;
    font-size: 28px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;

    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.lSAction>a:hover{
    background: #BF381D;
    color: #ffffff;
}
.lSAction>a.lSNext{
    right: 0;
}
.lSAction>a.lSPrev{
    left: 0;
}
.lSAction>a:before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.lSAction>a.lSNext:before{
    content: "\f105";
}
.lSAction>a.lSPrev:before{
    content: "\f104";
}

.news-list .news-item h1{
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
.news-list .news-item .categories{
    color: #A4A4A4;
}
.news-list .news-item .date{
    color: #A4A4A4;
}
.news-feed-list .news-count,
.news-list .news-item .news-count{
    color: #000000;
}


.left-social{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    position: fixed;
    top: 470px;
    margin-left: -50px;
    width: 240px;
    height: 30px;
}
.left-social>div{
    transform-origin: top left;
    transform: rotate(-90deg);
}
.left-social a{
    color: #000000;
    text-decoration: none;
}


.post-view-title{
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 52px;
}
.view-content{
    word-break: break-word;
}
.view-content iframe,
.view-content img {
    max-width: 100%;
}
.pagination{
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.pagination a.page-link{
    color: #000000;
}
.pagination a.page-link.active{
    color: #BF381D;
}
.pagination .page-item span{
    line-height: 30px;
    padding: 5px;
}
.pagination .page-link:focus {
    box-shadow: none;
}
a.share-icon{
    font-size: 24px;
    color: #000000;
}
.slick-slide{
    outline: none;
}
h2.page-title,
a.page-title{
    font-size: 24px;
    text-decoration: none;
    color: #B7B7B7;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 29px;
    position: relative;
    padding-bottom: 10px;
}
h2.page-title,
a.page-title.active{
    color: #000000;
}
h2.page-title:before,
a.page-title.active:before{
    content: '';
    width: 42px;
    height: 3px;
    background: #BF381D;
    position: absolute;
    left: 0;
    bottom: 0;
}
.video-item a,
.pdf-item a{
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 5px;
}
.video-item a{
    padding-top: 0;
    padding-bottom: 5px;
}
.pdf-item a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 60px;
    background: #BF381D;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.pdf-item .title,
.pdf-item .title a{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}
.pdf-item .date{
    font-size: 15px;
    color: #A4A4A4;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.video-item a:before,
.pdf-item a .thumb-image:before{
    content: '';
    position: absolute;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
.pdf-item a:hover:before,
.video-item a:hover:before,
.pdf-item a:hover .thumb-image:before{
    opacity: 1;
    visibility: visible;
}

.video-item a:hover .date,
.pdf-item a:hover .date{
    color: #000000;
}
.search-input-box{
    position: relative;
    max-width: 400px;
    width: 100vw;
}
.search-input-box input{
    background-clip: inherit;
}
.search-text{
    color: #000000;
    font-size: 20px;
    font-width: 500;
    letter-spacing: 1px;
}
.selected-date{
    color: #BF381D;
}
form label{
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 26px;
}
.btn-red{
    color: #fff;
    background-color: #BF381D;
    border-color: #BF381D;
}
.btn-red:hover{
    color: #fff;
    background-color: #872a18;
    border-color: #872a18;
}
.contact-info a{
    color: #000000;
    text-decoration: none;
}

.cs-btn{
    border-radius: 0;
    padding: 0.688rem 1rem;
}
.btn-loader{
    position: relative;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
.loader-in-btn,
.loader-in-btn:before,
.loader-in-btn:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader-in-btn {
    color: #fff;
    text-indent: -9999em;
    margin: 0 auto;
    position: absolute;
    font-size: 4px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2em;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
.btn-loader.loading .loader-in-btn{
    visibility: visible;
    opacity: 1;
}
.btn-loader.loading .btn-label{
    visibility: hidden;
    opacity: 0;
}
.loader-in-btn:before,
.loader-in-btn:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader-in-btn:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader-in-btn:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.list-dot{
    list-style: none;
    padding-left: 0;
}
.list-dot li{
    position: relative;
    padding-left: 35px;
    letter-spacing: 0.8px;
    line-height: 26px;
    padding-bottom: 50px;
}
.list-dot li:before{
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 12px;
    color: #BF381D;
    z-index: 1;
}
.list-dot li h3{
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.list-dot li:after{
    content: '';
    position: absolute;
    left: 5px;
    height: 100%;
    border-right: 1px dashed #B7B7B7;
    top: 6px;
}
.list-dot li:last-child{
    padding-bottom: 0;
}
.list-dot li:last-child:after{
    display: none;
}
.person-item{
    margin-bottom: 60px;
}
.person-name{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
footer{
    background: #212226;
    color: #ffffff;
}

footer ul{
    list-style: none;
    padding: 0;
}
footer ul li{
    margin-bottom: 16px;
}
footer ul li:last-child{
    margin-bottom: 0;
}
footer ul li a:hover,
footer ul li a{
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 0.8px;
    line-height: 19px;
}
footer .copyright{
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.55px;
}

.spinner {
    margin: 0 auto;
    width: 100px;
    text-align: center;
    display: none;
}

.spinner > div {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
    animation: sk-bouncedelay 1.7s infinite ease-in-out both;
    margin-right: 5px;
}

.spinner--blue > div {
    background: #BF381D;
}

.spinner .spinner__item1 {
    -webkit-animation-delay: -0.60s;
    animation-delay: -0.60s;
}

.spinner .spinner__item2 {
    -webkit-animation-delay: -0.40s;
    animation-delay: -0.40s;
}

.spinner .spinner__item3 {
    -webkit-animation-delay: -0.20s;
    animation-delay: -0.20s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


@media (min-width: 1200px){
    .mobile-icons{
        display: none!important;
    }
}
@media (min-width: 1400px){
    .cs-container{
        max-width: 1280px;
    }
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none {
        display: none!important;
    }
    .mb-xxl-0{
        margin-bottom: 0 !important;
    }
    [class*="col-xxl"] {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1600px){
    .cs-container{
        max-width: 1480px;
    }
    .col-3xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-3xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-3xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-3xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-3xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-3xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-3xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-3xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-3xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-3xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-3xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-3xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-3xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-3xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1399px){
    .header-menu .nav-link{
        padding: 18px;
    }
    body{
        padding-top: 151px;
    }
    .collapse-menu-top,
    header .navbar{
        height: 96px;
    }
    .header-menu .nav-link {
        font-size: 17px;
        padding: 14px 12px;
    }
    .collapse-menu-list{
        height: calc(100vh - 116px);
    }
    .collapse-menu-list ul li a{
        font-size: 17px;
    }
    .post-view-title {
        font-size: 26px;
        line-height: 42px;
    }
    .box-title{
        font-size: 22px;
        line-height: 26px;
    }
    .left-social{
        top: 420px;
        font-size: 18px;
    }
    #future_news .news-title{
        font-size: 18px;
        line-height: 30px;
    }
    .collapse-menu-list ul li{
        margin-bottom: 24px;
    }
}
@media (max-width: 1250px){
    .left-social{
        margin-left: -38px;
    }
}
@media (max-width: 1199px){
    body{
        padding-top: 110px;
    }
    .mobile-icons a{
        width: 44px;
        height: 44px;
        display: inline-block;
        text-align: center;
        /*line-height: 44px;*/
        font-size: 28px;
        color: #ffffff;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-icons img{
        width: 28px;
    }
    .search-input-box{
        position: absolute;
        top: 100%;
        max-width: 100%;
        left: 0;
        display: none;
    }
    .search-input-box.show{
        display: block;
    }
    .search-input-box input:focus,
    .search-input-box input{
        background: #f9f9f9;
        border: transparent;
        border-bottom: 3px solid #000000;
    }
    .left-social{
        display: none;
    }
}
@media (max-width: 991px){
    .future-news-right-border{
        border: none;
    }
    .news-feed-list{
        min-height: 500px;
        max-height: 500px;
        position: relative !important;
    }
    .news-feed{
        background: #F9F9F9;
    }
    .news-feed-item:before,
    .news-list .news-item a:before{
        display: none;
    }
}
@media (max-width: 766px){
    body{
        padding-top: 54px;
    }
    .collapse-menu>.cs-container,
    .header-top>.cs-container{
        padding: 0;
    }
    .collapse-menu-top,
    header .navbar{
        height: 54px;
    }
    .menu-close{
        font-size: 28px;
    }
    .collapse-menu-list{
        height: calc(100vh - 74px);
    }
    .collapse-menu-list ul{
        padding-left: 70px;
    }
    .navbar-brand img{
        height: 22px;
    }
    .mobile-icons{
        margin-right: 15px;
    }
    .mobile-icons a{
        width: 28px;
        font-size: 22px;
    }
    .mobile-icons img {
        width: 20px;
    }
    #future_news .news-title{
        background: transparent;
        position: relative;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0.8px;
        line-height: 26px;
        padding: 0;
        margin-bottom: 15px;
    }
    #future_news .news-title:hover{
        background: transparent;
        color: #000000;
    }
    #future_news .news-short-content{
        display: none;
    }
    .post-view-title{
        font-size: 22px;
        letter-spacing: 1.1px;
        line-height: 36px;
    }
    h2.page-title,
    a.page-title.active,
    .box-title{
        font-size: 20px;
    }
}

/*=====================================
-------------SCROLLBAR BASE CSS-------------
=======================================*/
.scrollbar-inner{
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-wrapper {
    overflow: hidden !important;
    /*padding: 0 !important;*/
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element .scroll-element_track { display: none; }
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-inner:hover > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-inner > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-inner > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-inner > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-inner > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-inner > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-inner > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
