.fa-lighter {
    -webkit-text-stroke: 3px #fff
}

.block-number {
    text-align: center;
    font-weight: 700;
    font-size: .8125em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #191919;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.block-number:hover {
    opacity: 1
}

.block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919
}

.block-number a:focus,
.block-number a:hover {
    color: #191919
}

.demo-footer .main-content .footer,
.demo-header .main-content .header,
.demo-navbar .main-content .navbar,
.demo-section .main-content .section,
.demo-topbar .main-content .topbar {
    margin: 30px 20px 100px;
    border: 1px solid #f5f6f7;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.demo-navbar .main-content .navbar,
.demo-topbar .main-content .topbar {
    position: static;
    margin: 0
}

.sample-blocks img {
    border-radius: .25rem
}

.sample-blocks img.aos-animate {
    opacity: .5 !important
}

.sample-blocks img:hover {
    opacity: 1 !important;
    -webkit-transition: .7s !important;
    transition: .7s !important
}

.sample-blocks a {
    position: absolute
}

.sample-blocks a:nth-child(1) {
    -webkit-animation: wobble 4s infinite;
    animation: wobble 4s infinite;
    right: 15px;
    bottom: -20px
}

.sample-blocks a:nth-child(2) {
    -webkit-animation: wobble 8s infinite;
    animation: wobble 8s infinite;
    right: 320px;
    bottom: 30px
}

.sample-blocks a:nth-child(3) {
    -webkit-animation: wobble 5s infinite;
    animation: wobble 5s infinite;
    right: 0;
    bottom: 190px
}

.sample-blocks a:nth-child(4) {
    -webkit-animation: wobble 6s infinite;
    animation: wobble 6s infinite;
    right: 280px;
    bottom: 180px
}

.sample-blocks a:nth-child(5) {
    -webkit-animation: wobble 9s infinite;
    animation: wobble 9s infinite;
    right: 270px;
    bottom: 320px
}

.sample-blocks a:nth-child(6) {
    -webkit-animation: wobble 7s infinite;
    animation: wobble 7s infinite;
    right: 20px;
    bottom: 370px
}

.sample-blocks a:nth-child(7) {
    -webkit-animation: wobble 5s infinite;
    animation: wobble 5s infinite;
    right: 200px;
    bottom: 470px
}

.sample-blocks a:nth-child(8) {
    -webkit-animation: wobble 8s infinite;
    animation: wobble 8s infinite;
    right: 10px;
    bottom: 470px
}

.sample-blocks a:nth-child(9) {
    -webkit-animation: wobble 9s infinite;
    animation: wobble 9s infinite;
    right: 0;
    bottom: 570px
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px)
    }

    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(5px, 5px);
        transform: rotate(1deg) translate(5px, 5px)
    }

    100% {
        -webkit-transform: rotate(-1deg) translate(-5px, -5px);
        transform: rotate(-1deg) translate(-5px, -5px)
    }
}

.min-hide {
    display: block !important
}

.web-hide {
    display: none !important
}

.pull-lg-left {
    float: left !important
}

@media (max-width:768px) {
    .pull-lg-left {
        float: inherit !important
    }

    .web-hide {
        display: block !important
    }

    .min-hide {
        display: none !important
    }
}

@media (max-width:400px) {
    .web-hide {
        display: block !important
    }

    .min-hide {
        display: none !important
    }

    body>.footer .nav a:last-child,
    body>.footer .social a:last-child {
        display: none
    }
}

.myloader-outer {
    min-height: 360px;
    text-align: center;
    width: 100%;
    position: relative
}

.myloader-position {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.myloader-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0 0;
    border: 3px solid rgba(0, 0, 0, .1);
    border-top-color: #fff;
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.custom-datepicker {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    height: calc(2.53125rem + 2px);
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.9;
    color: #999;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

span.select2.select2-container.select2-container--default {
    width: 100% !important
}

.is-country-list-select2 span.select2.select2-container.select2-container--default {
    width: 105px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px
}

.nav-tabs-outline .nav-item {
    min-width: 45px !important
}

.myloader-outer_page {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.myloader-outer_page:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .5));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .5))
}

.myloader-outer_page:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.myloader-outer_page:not(:required):after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0 0;
    border: 3px solid rgba(0, 0, 0, .1);
    border-top-color: #fff;
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tab-tab.show.active {
    background-color: #445571 !important;
    border-color: #445571 !important;
    color: #fff !important;
    padding: 15px 35px;
    margin-top: 0 !important;
    box-shadow: 0 0 18px rgba(0, 0, 0, .06);
    border-radius: .25rem !important
}

.tab-tab {
    background-color: #fff !important;
    color: #555 !important
}