.img240 {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
    object-fit: cover
}

.img180 {
    width: 100%;
    max-height: 180px;
    object-fit: cover
}

.img150 {
    width: 100%;
    max-height: 150px;
    object-fit: cover
}

.img80 {
    width: 100%;
    max-height: 80px;
    object-fit: cover
}

.img65 {
    width: 100%;
    max-height: 65px;
    object-fit: cover
}

.img50 {
    width: 100%;
    max-height: 50px;
    object-fit: cover
}

.img-100 {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.logo {
    height: 75px;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.video {
    width: 100%;
    position: relative;
}

.icon-video {
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-video span {
    font-size: 30px;
    color: #1b9ce3;
}

li#icon-twitter:hover a#icon-twitter span {
    color: #000;
}

.icon-video:hover {
    background-color: #1b9ce3;
}

a.icon-video:hover span {
    color: #fff;
}

.mfp-wrap {
    z-index: 5000;
}

.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 7em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 3rem;
    }
}

.item {
    border: none;
    margin-bottom: 30px;
    border-radius: 4px;
}

.item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.item a img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.item .item-wrap {
    display: block;
    position: relative;
}

.item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.item .item-wrap>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}

.item .item-wrap:hover span {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 1200px) {
    .sidenav-footer {
        bottom: 15px;
        left: 15px;
        position: fixed;
    }
}

@media (max-width: 576px) {
    .icon-home {
        font-size: 15px;
    }
}

@media (min-width: 576px) {
    .icon-home {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .icon-home {
        font-size: 35px;
    }
}

/*---------------------------------------------*/
.how-countdown {
    background-color: #fff;
    border-radius: 18px;
    margin: 18px;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
    font-size: 12px;
    color: #7d8da6;
    line-height: 1;
    text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt3 {
    font-size: 36px;
    color: #555555;
    line-height: 1;
}

/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/

.size2 {
    width: 90px;
    height: 90px;
    padding: 15px;
}

/*------------------------------------------------------------------
[ Flex ]*/
/* ------------------------------------ */
.flex-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-c {
    justify-content: center;
}

/*---------------------------------------------*/
.flex-col-c-m {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.badge-count-task {
    position: absolute;
    transform: scale(0.7);
    margin-top: -0.25rem;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 700;
}

/*
    Clickable
*/

.clickable {
    min-height: 44px;
    max-height: 44px;
}

.flyout-trigger {
    cursor: pointer;
    display: block;
    padding: 7px;
    background-color: #000;
    box-shadow: 0px 8px 26px -12px rgba(0, 0, 0, 0.18);
}

.nav-trigger.flyout-trigger.fixed {
    display: none;
    position: fixed;
    top: 1em;
    right: 1.3em;
}

.nav-trigger .fa {
    cursor: pointer;
    color: white;
}

.nav-trigger .bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    margin-left: -250px;
    background-color: #333;
    overflow: auto;
    transition: 0.5s;
    padding: 30px 0;
}

.sidenav-show {
    margin-left: 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.sidenav .sidebar-heading {
    text-decoration: none;
    font-size: 13px;
    color: #aaa;
    display: block;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #ccc;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav small {
    color: #bbb;
}

.sidenav hr {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.select2-container--bootstrap4 .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--bootstrap4 .select2-selection--multiple {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    /* font-size: 0.875rem; */
    font-weight: 400;
    color: #495057;
}

.bs-stepper .bs-stepper-header {
    display: flex;
    flex-wrap: nowrap;
}

.bs-stepper .bs-stepper-header .step {
    flex: 0 0 auto;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.card>.overlay,
.card>.loading-img,
.overlay-wrapper>.overlay,
.overlay-wrapper>.loading-img,
.info-box>.overlay,
.info-box>.loading-img,
.small-box>.overlay,
.small-box>.loading-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.card .overlay,
.overlay-wrapper .overlay,
.info-box .overlay,
.small-box .overlay {
    border-radius: 0.25rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    content: "\f106";
}

.accordion-toggle.collapsed .expand-button:after {
    transform: rotate(180deg);
}
