

section {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #fff; */
    overflow: hidden
}

@media only screen and (min-width:768px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width:992px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

section.radius {
    border-radius: 4px
}

section.medium {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width:992px) {
    section.medium {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

section.medium.boxed {
    padding-bottom: 50px
}

@media only screen and (min-width:992px) {
    section.medium.boxed {
        padding-bottom: 100px
    }
}

section.store,
section.profile {
    padding-top: 40px;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {

    section.store,
    section.profile {
        padding-bottom: 40px
    }
}


.boxed-container .block blockquote {
    padding-left: 20px;
    border-left: 1px solid #3c8ffc
}

.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.hide {
    display: none !important
}

.bkg-light {
    background-color: #f4f4f4;
}

.bkg-dark {
    /* background-color: #e5e5e5;  */
    background-color: #f4f4f4;
}

.bkg-dark .section-header {
    color: #fff
}

.bkg-white {
    background-color: #fff
}

.disabled {
    cursor: not-allowed
}

.view-more {
    padding-top: 60px
}

@media only screen and (min-width:992px) {
    .view-more {
        padding-top: 115px
    }
}

.view-more .btn {
    font-weight: 600;
    text-transform: uppercase
}

@media only screen and (min-width:1400px) {
    .grid-4 .row {
        margin-right: -25px;
        margin-left: -25px
    }
}

@media only screen and (min-width:1400px) {
    .grid-4 .row [class*=col-] {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media only screen and (min-width:1200px) {

    .grid-2 .row,
    .grid-3 .row {
        margin-right: -30px;
        margin-left: -30px
    }
}

@media only screen and (min-width:1400px) {

    .grid-2 .row,
    .grid-3 .row {
        margin-right: -35px;
        margin-left: -35px
    }
}

@media only screen and (min-width:1200px) {

    .grid-2 .row [class*=col-],
    .grid-3 .row [class*=col-] {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media only screen and (min-width:1400px) {

    .grid-2 .row [class*=col-],
    .grid-3 .row [class*=col-] {
        padding-right: 35px;
        padding-left: 35px
    }
}

.animation-a {
    width: 30px;
    height: 30px;
    background-color: #3c8ffc;
    display: block;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden
}

.animation-a.adding {
    animation: heartBeat 1s infinite;
    -webkit-animation: heartBeat 1s infinite;
    -moz-animation: heartBeat 1s infinite;
    -o-animation: heartBeat 1s infinite
}

header.header {
    width: 100%
}

header.header .top-bar {
    position: relative;
    background-color: #031222;
    height: 35px;
    z-index: 1501
}

@media(max-width:991px) {
    header.header .top-bar>.container {
        max-width: 100% !important
    }
}

header.header .top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none
}

@media only screen and (min-width:768px) {
    header.header .top-bar ul {
        display: inline-block
    }
}

header.header .top-bar ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff
}

header.header .top-bar ul li+li {
    margin-left: 10px;
    padding-left: 10px
}

header.header .top-bar ul li+li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 1px;
    background-color: #fff;
    display: block
}

header.header .top-bar ul li a {
    color: #fff
}

header.header .top-bar ul li span {
    display: inline-block
}

header.header .top-bar ul li span+span {
    padding-left: 5px
}

header.header .top-bar .btn-group .btn {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    outline: none !important;
    border: 0;
    padding: 0 10px
}

header.header .top-bar .btn-group .btn:after {
    position: absolute;
    top: 12px;
    right: 0;
    content: "\f107";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

header.header .top-bar .btn-group .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #031222;
    background-clip: padding-box;
    border: 0;
    border-radius: 0
}

header.header .top-bar .btn-group .dropdown-menu.show {
    display: block
}

header.header .top-bar .btn-group .dropdown-menu a {
    display: block;
    padding: 3px 10px;
    white-space: nowrap
}

header.header .top-bar .btn-group .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, .1)
}

header.header .top-bar .btn-group.location .btn {
    padding: 0 10px 0 25px
}

@media only screen and (min-width:768px) {
    header.header .top-bar .btn-group.location .btn {
        padding: 0 10px
    }
}

header.header .top-bar .btn-group.location .btn:before {
    position: absolute;
    top: 10px;
    left: 5px;
    content: "\f57d";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

@media only screen and (min-width:768px) {
    header.header .top-bar .btn-group.location .btn:before {
        display: none
    }
}

header.header .top-bar .btn-group.location .dropdown-menu {
    min-width: 115px
}

header.header .top-bar .btn-group.location .dropdown-menu a {
    padding: 3px 20px 3px 25px
}

@media only screen and (min-width:768px) {
    header.header .top-bar .btn-group.location .dropdown-menu a {
        padding: 3px 10px
    }
}

header.header .main-menu-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

header.header .main-menu-wrapper nav {
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.header .main-menu-wrapper .main-menu {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(max-width:991px) {
    header.header .main-menu-wrapper .main-menu>.container {
        max-width: 100% !important
    }
}

header.header .main-menu-wrapper .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header.header .main-menu-wrapper .main-menu .logo {
    position: relative;
    float: left;
    height: 100%;
    line-height: 80px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.header .main-menu-wrapper .main-menu .logo img {
    max-height: 40px
}

/* @media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .logo img {
        max-height: 50px
    }
} */

header.header .main-menu-wrapper .main-menu .hamburger {
    position: relative;
    float: left;
    height: 100%;
    width: 50px;
    margin-right: 0;
    line-height: 80px;
    margin-left: -15px
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .hamburger {
        display: none
    }
}

header.header .main-menu-wrapper .main-menu .hamburger a {
    position: relative;
    padding: 0;
    height: 80px;
    width: 50px;
    display: block;
    outline: none;
    float: left
}

header.header .main-menu-wrapper .main-menu .hamburger a span {
    display: block;
    position: absolute;
    top: 45%;
    left: 15px;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    background: 0 0;
    border: 0;
    padding: 0;
    outline: none;
    width: 20px;
    height: 14px
}

header.header .main-menu-wrapper .main-menu .hamburger a span:before,
header.header .main-menu-wrapper .main-menu .hamburger a span:after,
header.header .main-menu-wrapper .main-menu .hamburger a span span {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #000
}

header.header .main-menu-wrapper .main-menu .hamburger a span:before,
header.header .main-menu-wrapper .main-menu .hamburger a span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

header.header .main-menu-wrapper .main-menu .hamburger a span:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0)
}

header.header .main-menu-wrapper .main-menu .hamburger a span:after {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0)
}

header.header .main-menu-wrapper .main-menu .hamburger a span>span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    overflow: hidden;
    text-indent: 200%
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav {
        text-align: center
    }
}

header.header .main-menu-wrapper .main-menu .main-nav:before,
header.header .main-menu-wrapper .main-menu .main-nav:after {
    display: table;
    content: " "
}

header.header .main-menu-wrapper .main-menu .main-nav:after {
    clear: both
}

header.header .main-menu-wrapper .main-menu .main-nav a {
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav a {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li {
        height: 100%;
        display: inline-block
    }
}

header.header .main-menu-wrapper .main-menu .main-nav>li>a {
    position: relative
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li>a {
        line-height: 80px;
        padding-right: 17px;
        padding-left: 17px;
        display: inline-block
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li>a:before {
        position: absolute;
        left: auto;
        right: 17px;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        content: "";
        height: 1px;
        width: 0;
        background-color: #e453af;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }
}

header.header .main-menu-wrapper .main-menu .main-nav>li:hover>a {
    opacity: 1
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li:hover>a:before {
        left: 17px;
        right: auto;
        width: calc(100% - 34px)
    }
}

header.header .main-menu-wrapper .main-menu .main-nav>li.active>a {
    font-weight: 600
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li.active>a:before {
        width: calc(100% - 34px)
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu>a:after {
        font-family: 'font awesome 5 free';
        font-weight: 900;
        content: "\f107";
        margin-left: 3px
    }
}

header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul {
    text-align: left
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        min-width: 220px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #031222
    }
}

header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul>li>a {
    text-transform: none;
    font-weight: 400 !important
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul>li>a {
        font-size: 14px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        display: block;
        border-bottom: none !important
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul>li>a:hover {
        color: #3c8ffc
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu {
        position: relative
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu>a {
        position: relative;
        padding-right: 25px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu>a:after {
        font-family: fontawesome;
        content: "\f105";
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        height: 15px;
        width: 15px;
        line-height: 1;
        margin-top: auto;
        margin-bottom: auto
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu>ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 220px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu:hover>ul {
        display: block;
        -webkit-animation: fadeIn .7s;
        animation: fadeIn .7s
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu:hover>ul {
        display: block;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s
    }
}

header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) {
    display: none
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) {
        display: block
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen)>li>a {
        line-height: 70px;
        padding-top: 10px
    }
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
    position: absolute;
    top: 100%;
    width: 280px;
    left: -280px;
    overflow: auto;
    background-color: #031222;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (min-width:576px) {
    header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
        left: -480px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
        display: none
    }
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen a {
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: block
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen li {
    display: block
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li {
    border-bottom: 1px solid #000
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul {
    background-color: #fff
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul:before {
    border-top-color: #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li:not(:last-of-type) {
    border-bottom: 1px solid rgba(3, 18, 34, .1)
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li>a {
    color: #000
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li>a.menu-trigger {
    background-color: #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li>a:not(.menu-trigger):hover {
    background-color: #3c8ffc
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li.menu-dropdown>ul {
    background-color: #3c8ffc
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li.menu-dropdown>ul:before {
    border-top-color: #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li.menu-dropdown>ul li:not(:last-of-type) {
    border-bottom: 1px solid #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>a {
    position: relative;
    padding-right: 25px
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>a:after {
    position: absolute;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    content: "\f105";
    top: 0;
    right: 10px;
    bottom: 0;
    height: 15px;
    width: 15px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>a.menu-trigger:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>ul {
    position: relative
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px;
    display: block
}

header.header .main-menu-wrapper .main-menu.main-menu-opened {
    background-color: #fff
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span>span {
    opacity: 0
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .main-nav.small-screen {
    left: 0
}

header.header .main-menu-wrapper .main-menu .right-block {
    float: right;
    white-space: nowrap;
    line-height: 80px
}

header.header .main-menu-wrapper .main-menu .right-block .btn {
    font-weight: 600
}

header.header .main-menu-wrapper .main-menu .right-block .btn>.fa {
    margin-right: 0
}

header.header .main-menu-wrapper .main-menu .right-block .btn>.fa+span {
    margin-left: 5px
}

header.header .main-menu-wrapper .main-menu .right-block .btn span {
    /* display: none */
}

@media only screen and (min-width:768px) {
    header.header .main-menu-wrapper .main-menu .right-block .btn span {
        display: inline-block
    }
}

header.header .main-menu-wrapper .main-menu .right-block .btn+.btn {
    margin-left: 5px
}

header.header .main-menu-wrapper.sticky-nav nav {
    position: fixed !important
}

header.header .main-menu-wrapper.sticky-nav .main-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15)
}

header.header .main-menu-wrapper .btn-group {
    position: relative
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .btn-group.d-lg-block {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

header.header .main-menu-wrapper .btn-group .btn:after {
    display: none
}

header.header .main-menu-wrapper .btn-group .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 165px;
    padding: 10px 0;
    margin: 21px 0 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #031222;
    background-clip: padding-box;
    border: 0;
    border-radius: 0
}

header.header .main-menu-wrapper .btn-group .dropdown-menu.show {
    display: block
}

header.header .main-menu-wrapper .btn-group .dropdown-menu a {
    display: block;
    padding: 5px 13px;
    white-space: nowrap;
    line-height: normal
}

header.header .main-menu-wrapper .btn-group .dropdown-menu a:hover {
    color: #3c8ffc
}

header.header .main-menu-wrapper .btn-group .dropdown-menu a>i {
    margin-right: 5px
}

header.header.floating {
    /* position: absolute !important */
}

.overlay-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1499;
    height: 100vh;
    width: 100vw;
    display: none;
    background-color: rgba(3, 18, 34, .5);
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

footer.footer {
    position: relative;
    color: #fff;
    background-color: #031222
}

footer.footer .back-to-top {
    padding: 6px 0;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 15px
}

footer.footer .block-navigation {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation {
        /* padding-top: 110px; */
        /* padding-bottom: 110px */
    }
}

footer.footer .block-navigation .logo {
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    footer.footer .block-navigation .logo {
        margin-bottom: 40px;
        text-align: left
    }
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation .logo {
        margin-bottom: 10px;
        min-height: 75px
    }
}

footer.footer .block-navigation .logo img {
    max-width: 175px;
    height: auto
}

footer.footer .block-navigation .info {
    text-align: center
}

/* @media only screen and (min-width:768px) {
    footer.footer .block-navigation .info {
        text-align: left
    }
} */

footer.footer .block-navigation .heading {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px
}

footer.footer .block-navigation .heading:after {
    content: '';
    display: block;
    width: 90px;
    margin: 20px auto 0;
    border-top: 1px solid #3c8ffc
}

@media only screen and (min-width:992px) {
   /*  footer.footer .block-navigation .heading:after {
        width: 90px;
        margin: 10px auto 0
    } */
}

footer.footer .block-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

footer.footer .block-navigation ul li a {
    color: #fff
}

footer.footer .block-navigation ul li a:hover {
    color: #e055ad
}

footer.footer .block-navigation ul.social {
    padding-top: 5px
}

@media only screen and (min-width:768px) {
    footer.footer .block-navigation ul.social {
        padding-top: 0;
        display: table;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation ul.social {
        display: block;
        width: auto;
        text-align: left;
        padding-top: 90px
    }
}

footer.footer .block-navigation ul.social li {
    display: inline-block;
    padding: 0 10px 0 0
}

@media only screen and (min-width:768px) {
    footer.footer .block-navigation ul.social li {
        display: table-cell;
        padding: 23px 0 30px
    }
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation ul.social li {
        display: inline-block;
        text-align: left;
        padding: 0 10px 0 0
    }
}

footer.footer .block-navigation ul.social li:last-child {
    padding: 0
}

footer.footer .block-navigation ul.social li a {
    font-size: 40px;
    line-height: 30px;
    color: #3c8ffc
}

footer.footer .block-navigation ul.social li a:hover {
    color: #fff
}



footer.footer .block-copyright {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px;
    background: #02172e;
}

footer.footer .block-copyright a {
    color: #e055ad
}

footer.footer .block-copyright a:hover {
    color: #cccccc;
}

footer.footer .newsletter-banner {
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 45px
}

@media only screen and (min-width:992px) {
    footer.footer .newsletter-banner {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

footer.footer .newsletter-banner label {
    position: relative;
    font-size: 20px;
    /* padding-left: 40px; */
    padding-bottom: 15px;
    margin: 0 auto;
    color: #303030;
}

@media only screen and (min-width:768px) {
    footer.footer .newsletter-banner label {
        font-size: 28px;
        /* padding-left: 50px; */
        display: block
    }
}

@media only screen and (min-width:992px) {
    footer.footer .newsletter-banner label {
        font-size: 28px;
        /* padding-left: 95px; */
        padding-bottom: 0;
        color: #474a4d;
    }
}

/* footer.footer .newsletter-banner label:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    content: '\f0a1';
    font-size: 30px;
    line-height: 30px;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    color: #474a4d;
}
 */
@media only screen and (min-width:768px) {
    footer.footer .newsletter-banner label:before {
        top: -5px;
        font-size: 35px;
        line-height: 50px;
        left: 35px
    }
}

@media only screen and (min-width:992px) {
    footer.footer .newsletter-banner label:before {
        top: 0;
        font-size: 35px;
        line-height: 40px
    }
}

footer.footer .newsletter-banner input[type=text],
footer.footer .newsletter-banner input[type=search],
footer.footer .newsletter-banner input[type=password],
footer.footer .newsletter-banner input[type=email],
footer.footer .newsletter-banner input[type=tel],
footer.footer .newsletter-banner input[type=number],
footer.footer .newsletter-banner input.form-control {
    border-color: #fff
}

footer.footer .newsletter-banner input[type=text]:focus,
footer.footer .newsletter-banner input[type=search]:focus,
footer.footer .newsletter-banner input[type=password]:focus,
footer.footer .newsletter-banner input[type=email]:focus,
footer.footer .newsletter-banner input[type=tel]:focus,
footer.footer .newsletter-banner input[type=number]:focus,
footer.footer .newsletter-banner input.form-control:focus,
footer.footer .newsletter-banner input[type=text]:active,
footer.footer .newsletter-banner input[type=search]:active,
footer.footer .newsletter-banner input[type=password]:active,
footer.footer .newsletter-banner input[type=email]:active,
footer.footer .newsletter-banner input[type=tel]:active,
footer.footer .newsletter-banner input[type=number]:active,
footer.footer .newsletter-banner input.form-control:active {
    border-color: #fff
}

footer.footer .newsletter-banner .btn {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: .25rem 1.75rem;
    text-transform: uppercase;
    font-weight: 600
}

footer.footer .newsletter-banner .btn:hover {
    color: #fff;
    background-color: #031222;
    border-color: #031222
}

footer.footer .newsletter-banner.custom-1 input[type=text],
footer.footer .newsletter-banner.custom-1 input[type=search],
footer.footer .newsletter-banner.custom-1 input[type=password],
footer.footer .newsletter-banner.custom-1 input[type=email],
footer.footer .newsletter-banner.custom-1 input[type=tel],
footer.footer .newsletter-banner.custom-1 input[type=number],
footer.footer .newsletter-banner.custom-1 input.form-control {
    -webkit-border-top-left-radius: 38px;
    -webkit-border-bottom-left-radius: 38px;
    -moz-border-radius-topleft: 38px;
    -moz-border-radius-bottomleft: 38px;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px
}

.btn {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: inherit;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0 transparent
}

.btn.full-width {
    min-width: 100%
}

.btn.btn-circle {
    border-radius: 50%
}

.btn.btn-circle,
.btn.btn-square {
    padding: 0 !important;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px
}

.btn.btn-circle>.fa,
.btn.btn-square>.fa {
    margin-right: 0
}

.btn.btn-default {
    color: #6c6c6c;
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.btn.btn-default:hover {
    background-color: #fff
}

.btn.btn-primary {
    color: #fff;
    background-color: #ee343f;
    border-color: #ee343f;
    
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    color: #008080  !important;
    background-color: #fff !important;
    border-color: #008080  !important
}

.btn.btn-secondary {
    color: #fff;
    background-color: #e055ad;
    border-color: #eb27a3;
}

.btn.btn-secondary:hover {
    color: #eb27a3;
    background-color: #fff;
    border-color: #eb27a3;
}

.btn.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn.btn-transparent:hover {
    color: #3c8ffc;
    background-color: #fff;
    border-color: #3c8ffc
}

.btn.btn-transparent-2 {
    color: #3c8ffc;
    background-color: #fff;
    border-color: #3c8ffc
}

.btn.btn-transparent-2:hover {
    color: #fff;
    background-color: #3c8ffc;
    border-color: #3c8ffc
}

.btn.btn-facebook {
    color: #fff;
    background-color: #3a5997;
    border-color: #3a5997
}

.btn.btn-facebook:hover {
    border-color: rgba(58, 89, 151, .9);
    background-color: rgba(58, 89, 151, .9)
}

.btn.btn-twitter {
    color: #fff;
    background-color: #1ba1f2;
    border-color: #1ba1f2
}

.btn.btn-twitter:hover {
    border-color: rgba(27, 161, 242, .9);
    background-color: rgba(27, 161, 242, .9)
}

.btn.btn-linkedin {
    color: #fff;
    background-color: #0277b5;
    border-color: #0277b5
}

.btn.btn-linkedin:hover {
    border-color: rgba(2, 119, 181, .9);
    background-color: rgba(2, 119, 181, .9)
}

.btn.btn-google {
    color: #fff;
    background-color: #d34936;
    border-color: #d34936
}

.btn.btn-google:hover {
    border-color: rgba(211, 73, 54, .9);
    background-color: rgba(211, 73, 54, .9)
}

.btn>.fa {
    margin-right: 5px
}

button.btn {
    text-transform: uppercase;
    font-weight: 600
}

.btn {
    /* border-radius: 38px */
}

.btn.btn-circle {
    border-radius: 50%
}

.rating {
    unicode-bidi: bidi-override;
    display: inline-block
}

.rating:not(.rated) {
    direction: rtl
}

.rating:not(.rated)>span {
    cursor: pointer
}

.rating:not(.rated)>span:hover:before {
    content: "\2605";
    position: absolute
}

.rating:not(.rated)>span:hover~span:before {
    content: "\2605";
    position: absolute
}

.rating>span {
    display: inline-block;
    position: relative;
    width: 16px;
    color: #3c8ffc
}

.pagination {
    display: block;
    border-radius: 0;
    padding-top: 50px
}


html.loading,
body.loading {
    height: 100%;
    overflow: hidden
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10060;
    background-color: #fff;
    display: none
}

.page-loader.loading {
    display: block
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-loader .loader .fa,
.page-loader .loader .fas {
    font-size: 48px;
    color: #3c8ffc
}

@font-face {
    font-family: glyphicons halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

/* .modal { */
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal .modal-dialog {
    border-radius: 45px
}

.modal .modal-dialog .modal-header {
    border-bottom: 0
}

.modal .modal-dialog .modal-header h1,
.modal .modal-dialog .modal-header h2,
.modal .modal-dialog .modal-header h3,
.modal .modal-dialog .modal-header h4,
.modal .modal-dialog .modal-header h5,
.modal .modal-dialog .modal-header h6 {
    text-transform: uppercase;
    width: 100%
}

.modal .modal-dialog .modal-header h1:after,
.modal .modal-dialog .modal-header h2:after,
.modal .modal-dialog .modal-header h3:after,
.modal .modal-dialog .modal-header h4:after,
.modal .modal-dialog .modal-header h5:after,
.modal .modal-dialog .modal-header h6:after {
    content: '';
    display: block;
    width: 90px;
    margin-top: 10px;
    border-top: 1px solid #3c8ffc
}

.modal .modal-dialog .modal-header.text-center h1:after,
.modal .modal-dialog .modal-header.text-center h2:after,
.modal .modal-dialog .modal-header.text-center h3:after,
.modal .modal-dialog .modal-header.text-center h4:after,
.modal .modal-dialog .modal-header.text-center h5:after,
.modal .modal-dialog .modal-header.text-center h6:after {
    margin: 5px auto 0
}

@media only screen and (min-width:992px) {

    .modal .modal-dialog .modal-header.text-center h1:after,
    .modal .modal-dialog .modal-header.text-center h2:after,
    .modal .modal-dialog .modal-header.text-center h3:after,
    .modal .modal-dialog .modal-header.text-center h4:after,
    .modal .modal-dialog .modal-header.text-center h5:after,
    .modal .modal-dialog .modal-header.text-center h6:after {
        margin: 10px auto 0
    }
}

.modal .modal-dialog .modal-header .caption-header {
    padding-top: 20px;
    display: inline-block
}

.modal .modal-dialog .modal-header+h1,
.modal .modal-dialog .modal-header+h2,
.modal .modal-dialog .modal-header+h3,
.modal .modal-dialog .modal-header+h4,
.modal .modal-dialog .modal-header+h5,
.modal .modal-dialog .modal-header+h6,
.modal .modal-dialog .modal-header+p,
.modal .modal-dialog .modal-header+ul {
    padding-top: 30px
}

@media only screen and (min-width:992px) {

    .modal .modal-dialog .modal-header+h1,
    .modal .modal-dialog .modal-header+h2,
    .modal .modal-dialog .modal-header+h3,
    .modal .modal-dialog .modal-header+h4,
    .modal .modal-dialog .modal-header+h5,
    .modal .modal-dialog .modal-header+h6,
    .modal .modal-dialog .modal-header+p,
    .modal .modal-dialog .modal-header+ul {
        padding-top: 50px
    }
}

.modal .modal-dialog .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px !important;
    outline: 0
}

.modal .modal-dialog .modal-content .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal .modal-dialog .modal-footer {
    justify-content: inherit;
    border-top: 0
}

.modal.quick-view .modal-dialog {
    max-width: 290px;
    margin: 0 auto
}

@media only screen and (min-width:370px) {
    .modal.quick-view .modal-dialog {
        max-width: 300px
    }
}

@media only screen and (min-width:576px) {
    .modal.quick-view .modal-dialog {
        margin: 1.75rem auto
    }
}

@media only screen and (min-width:768px) {
    .modal.quick-view .modal-dialog {
        max-width: 600px
    }
}

@media only screen and (min-width:992px) {
    .modal.quick-view .modal-dialog {
        max-width: 990px
    }
}

@media only screen and (min-width:1200px) {
    .modal.quick-view .modal-dialog {
        max-width: 1170px
    }
}

@media only screen and (min-width:1400px) {
    .modal.quick-view .modal-dialog {
        max-width: 1300px
    }
}

.modal.quick-view .modal-dialog .modal-content {
    color: #fff;
    background-color: #000
}

.modal.quick-view .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal.quick-view .x-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    font-size: 18px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
    overflow: hidden
}

.modal.quick-view .quick-view-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.modal.quick-view .quick-view-wrapper .image-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 200px
}

@media only screen and (min-width:370px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper {
        min-height: 220px
    }
}

@media only screen and (min-width:768px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper {
        min-height: 440px
    }
}

@media only screen and (min-width:992px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper {
        -ms-flex: 0 0 550px;
        flex: 0 0 550px;
        max-width: 550px;
        min-height: 300px
    }
}

@media only screen and (min-width:1200px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper {
        -ms-flex: 0 0 555px;
        flex: 0 0 555px;
        max-width: 555px
    }
}

@media only screen and (min-width:1400px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper {
        -ms-flex: 0 0 650px;
        flex: 0 0 650px;
        max-width: 650px
    }
}

.modal.quick-view .quick-view-wrapper .image-wrapper .image {
    min-height: 200px
}

@media only screen and (min-width:370px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper .image {
        min-height: 220px
    }
}

@media only screen and (min-width:768px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper .image {
        min-height: 440px
    }
}

@media only screen and (min-width:992px) {
    .modal.quick-view .quick-view-wrapper .image-wrapper .image {
        min-height: 300px
    }
}

.modal.quick-view .quick-view-wrapper .image-wrapper img {
    width: 100%;
    height: auto
}

.modal.quick-view .quick-view-wrapper .content-wrapper {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 15px
}

.modal.quick-view .quick-view-wrapper .content-wrapper .category {
    font-size: 18px;
    margin-bottom: 10px
}

@media only screen and (min-width:370px) {
    .modal.quick-view .quick-view-wrapper .content-wrapper .category {
        font-size: 24px
    }
}

.modal.quick-view .quick-view-wrapper .content-wrapper .category:after {
    content: '';
    display: block;
    width: 90px;
    margin: 5px auto 0;
    border-top: 1px solid #3c8ffc
}

.modal.quick-view .quick-view-wrapper .content-wrapper .name {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    max-height: 20px;
    max-width: 100%;
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden
}

@media only screen and (min-width:370px) {
    .modal.quick-view .quick-view-wrapper .content-wrapper .name {
        font-size: 24px
    }
}

.modal.quick-view .quick-view-wrapper .content-wrapper .name:hover {
    color: #3c8ffc
}

.modal.quick-view .quick-view-wrapper .content-wrapper .price {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block
}

@media only screen and (min-width:370px) {
    .modal.quick-view .quick-view-wrapper .content-wrapper .price {
        font-size: 24px;
        margin: 10px 0
    }
}

.modal.quick-view .quick-view-wrapper .content-wrapper .excerpt {
    color: #fff;
    margin: 10px auto 15px;
    max-width: 450px;
    display: none
}

@media only screen and (min-width:370px) {
    .modal.quick-view .quick-view-wrapper .content-wrapper .excerpt {
        display: block
    }
}

@media only screen and (min-width:768px) {}

.modal.quick-view .quick-view-wrapper .content-wrapper .excerpt:after {
    content: '';
    display: block;
    width: 90px;
    margin: 10px auto 0;
    border-top: 1px solid #3c8ffc
}

.modal.quick-view .quick-view-wrapper .content-wrapper .location,
.modal.quick-view .quick-view-wrapper .content-wrapper .posted {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: none
}

@media only screen and (min-width:370px) {

    .modal.quick-view .quick-view-wrapper .content-wrapper .location,
    .modal.quick-view .quick-view-wrapper .content-wrapper .posted {
        display: block
    }
}

.modal.quick-view .quick-view-wrapper .content-wrapper a:not(.btn) {
    color: #fff
}

.modal.quick-view .quick-view-wrapper .content-wrapper a:not(.btn):hover {
    color: #3c8ffc
}

.modal.quick-view .quick-view-wrapper .content-wrapper a.btn {
    font-weight: 600 !important;
    margin-top: 15px
}

.modal.report-this .modal-dialog {
    max-width: 300px;
    margin: 0 auto
}

@media only screen and (min-width:370px) {
    .modal.report-this .modal-dialog {
        max-width: 340px;
        margin: 1.75rem auto
    }
}

@media only screen and (min-width:768px) {
    .modal.report-this .modal-dialog {
        max-width: 600px
    }
}

.modal.report-this .modal-dialog .modal-content {
    color: #fff;
    background-color: #000
}

.modal.report-this .modal-dialog .modal-content .modal-body {
    padding: 15px
}

.modal.report-this .modal-dialog .modal-content .field-contactform-recaptcha .g-recaptcha {
    transform: scale(.88);
    -webkit-transform: scale(.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@media only screen and (min-width:370px) {
    .modal.report-this .modal-dialog .modal-content .field-contactform-recaptcha .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.modal.report-this .x-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    font-size: 18px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
    overflow: hidden
}

.modal-open .modal.show .modal-dialog {
    -webkit-transform: translate(0, calc(0vh));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(0vh));
    transform: translate(0, 50vh) translate(0, -50%)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    background-color: #ccc
}

.modal-backdrop.in {
    opacity: .8
}

.form-group {
    margin-bottom: 15px
}

.input-group .input-group-prepend .input-group-text {
    background-color: #fff;
    border-color: #e1e1e1
}

.input-group .input-group-append .input-group-text {
    background-color: #fff;
    border-color: #e1e1e1
}

label {
    display: inline-block;
    margin-bottom: 0
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    font-family: montserrat, sans-serif;
    color: #000;
    font-weight: 300;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input.form-control:focus,
input[type=text]:active,
input[type=search]:active,
input[type=password]:active,
input[type=email]:active,
input[type=tel]:active,
input[type=number]:active,
input.form-control:active {
    color: #000;
    background-color: #fff;
    border-color: #6c6c6c;
    outline: none;
    box-shadow: 0 0 0 0 transparent
}

textarea.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    font-family: montserrat, sans-serif;
    color: #000;
    font-weight: 300;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
    min-height: 165px
}

textarea.form-control:focus,
textarea.form-control:active {
    color: #000;
    background-color: #fff;
    border-color: #6c6c6c;
    outline: none;
    box-shadow: 0 0 0 0 transparent
}

input[type=checkbox] {
    position: absolute;
    left: -1000em
}

input[type=checkbox]+label {
    position: relative;
    padding: 2px 0 8px 25px;
    margin: 0 0 10px
}

@media only screen and (min-width:768px) {
    input[type=checkbox]+label {
        margin: 10px 0 0
    }
}

input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    display: block;
    font-family: 'font awesome 5 free';
    color: #6c6c6c;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    cursor: pointer
}

input[type=checkbox]:checked+label:before {
    content: "\f14a";
    font-weight: 900;
    color: #3c8ffc;
    width: auto;
    height: auto;
    border: 0;
    top: 0;
    border-radius: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single:focus {
    outline: none !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default {}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6c6c6c;
    line-height: 36px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #e1e1e1
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3c8ffc transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e1e1e1;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #3c8ffc transparent;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #e1e1e1;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #e1e1e1;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #3c8ffc
}

.form-group.icon .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 32px !important
}

.kv-plugin-loading {
    background: 0 0 !important
}

.select2-container--krajee {
    display: block
}

.select2-container--krajee:focus {
    outline: none !important
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #e1e1e1;
    font-size: 14px;
    outline: none !important
}

.select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 transparent;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #e1e1e1
}

.select2-container--krajee .select2-selection--single {
    padding: 6px 0
}

.select2-container--krajee .select2-selection--single:focus {
    -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(102, 175, 233, .6);
    box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(102, 175, 233, .6);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #e1e1e1;
    outline: none !important
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #e1e1e1
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: absolute;
    height: 40px;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow:focus {
    outline: none !important
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #3c8ffc transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--krajee.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 transparent;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #e1e1e1
}

.select2-container--krajee.select2-container--open .select2-dropdown {
    webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-color: #e1e1e1;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search input {
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    background: #fff url(../images/search.html) right 10px top 13px no-repeat;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #555
}

.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option {
    font-family: montserrat, sans-serif
}

.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option.select2-results__option--highlighted {
    background-color: #3c8ffc;
    color: #fff
}

.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option.select2-results__message {
    background-color: #fff;
    color: #ffc67c;
    font-size: 10px;
    font-style: italic
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: #e1e1e1 !important
}

.ck.ck-editor__main>.ck-editor__editable:focus,
.ck.ck-editor__main>.ck-editor__editable:active {
    color: #000;
    background-color: #fff;
    border-color: #6c6c6c !important;
    outline: none !important;
    box-shadow: 0 0 0 0 transparent !important
}

.ck.ck-toolbar {
    border-color: #e1e1e1 !important
}

.ck.ck-toolbar__separator {
    background: #e1e1e1 !important
}

.cke {
    border-color: #e1e1e1 !important
}

.cke .cke_top {
    border-color: #e1e1e1 !important
}

.cke .cke_bottom {
    border-color: #e1e1e1 !important
}

.form-group.has-error .cke_chrome {
    border-color: #e44d4d
}

.ck-editor__editable {
    min-height: 200px
}

.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url(../images/loading.html) top left no-repeat;
    border: none
}

.file-object {
    margin: 0 0 -5px;
    padding: 0
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block
}



.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: 0 0;
    color: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: '\f104'
}

[dir=rtl] .slick-prev:before {
    content: '\f105'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: '\f105'
}

[dir=rtl] .slick-next:before {
    content: '\f104'
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: 'font awesome 5 free';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slider-single .slider-item {
    display: block !important
}

.slider-single .slider-item .image {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 550px;
    overflow: hidden
}

.slider-single .slider-item .image img {
    width: 100%;
    height: auto
}

@media only screen and (min-width:768px) {
    .slider-single .slider-item .image img {
        visibility: hidden
    }
}

.slider-single .slick-prev,
.slider-single .slick-next {
    background-color: #3c8ffc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 50%;
    z-index: 5;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {

    .slider-single .slick-prev,
    .slider-single .slick-next {
        opacity: 1
    }
}

.slider-single .slick-prev:before,
.slider-single .slick-next:before {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-single .slick-prev {
    left: -15px
}

@media only screen and (min-width:768px) {
    .slider-single .slick-prev {
        left: 20px
    }
}

.slider-single .slick-next {
    right: -15px
}

@media only screen and (min-width:768px) {
    .slider-single .slick-next {
        right: 20px
    }
}

.slider-single .slick-dots {
    position: absolute;
    bottom: 5px;
    list-style: none;
    display: block;
    line-height: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

@media only screen and (min-width:768px) {
    .slider-single .slick-dots {
        bottom: 30px
    }
}

.slider-single .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 5px 2px;
    padding: 0;
    cursor: pointer;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .slider-single .slick-dots li {
        height: 12px;
        width: 12px
    }
}

.slider-single .slick-dots li button {
    background: 0 0;
    border: 0;
    height: 8px;
    width: 8px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .slider-single .slick-dots li button {
        height: 12px;
        width: 12px
    }
}

.slider-single .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    font-size: 6px;
    line-height: 8px;
    text-align: center;
    color: #000;
    opacity: 1;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (min-width:768px) {
    .slider-single .slick-dots li button:before {
        height: 12px;
        width: 12px;
        line-height: 12px
    }
}

.slider-single .slick-dots li button:hover:before {
    border-color: #ffc67c;
    background: #ffc67c
}

.slider-single .slick-dots li.slick-active button:before {
    border-color: #3c8ffc;
    background: #3c8ffc
}

.slider-multiple.slick-slider {
    margin: 0 -15px
}

.slider-multiple.slick-slider .slick-slide {
    margin-right: 15px;
    margin-left: 15px
}

.slider-multiple .slick-prev,
.slider-multiple .slick-next {
    background-color: #3c8ffc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 50%;
    z-index: 5;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {

    .slider-multiple .slick-prev,
    .slider-multiple .slick-next {
        opacity: 1
    }
}

.slider-multiple .slick-prev:before,
.slider-multiple .slick-next:before {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-multiple .slick-prev {
    left: 0
}

@media only screen and (min-width:768px) {
    .slider-multiple .slick-prev {
        left: -5px
    }
}

@media only screen and (min-width:992px) {
    .slider-multiple .slick-prev {
        left: -30px
    }
}

@media only screen and (min-width:1200px) {
    .slider-multiple .slick-prev {
        left: -48px
    }
}

.slider-multiple .slick-next {
    right: 0
}

@media only screen and (min-width:768px) {
    .slider-multiple .slick-next {
        right: -5px
    }
}

@media only screen and (min-width:992px) {
    .slider-multiple .slick-next {
        right: -30px
    }
}

@media only screen and (min-width:1200px) {
    .slider-multiple .slick-next {
        right: -48px
    }
}

.home-slider {
    position: relative;
    width: 100%;
    height:auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0
}

.home-slider .item {
    width: 100vw;
    height: /* 100vh */500px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-slider .item .content-wrapper {
    height: 100%;
    padding-top: 150px
}

@media only screen and (min-width:768px) {
    .home-slider .item .content-wrapper {
        padding-top: 150px;
    }
}

.home-slider .item .content-wrapper .info {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 5px;
    text-align: center;
    padding: 20px 15px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (min-width:768px) {
    .home-slider .item .content-wrapper .info {
        padding: 40px;
        max-width: 600px
    }
}

@media only screen and (min-width:992px) {
    .home-slider .item .content-wrapper .info {
        min-height: 200px;
        max-width: 550px
    }
}

.home-slider .item .content-wrapper .info .info-header h1,
.home-slider .item .content-wrapper .info .info-header h2,
.home-slider .item .content-wrapper .info .info-header h3,
.home-slider .item .content-wrapper .info .info-header h4,
.home-slider .item .content-wrapper .info .info-header h5,
.home-slider .item .content-wrapper .info .info-header h6,
.home-slider .item .content-wrapper .info .info-header .heading {
    text-transform: uppercase
}

.home-slider .item .content-wrapper .info .info-header h1:after,
.home-slider .item .content-wrapper .info .info-header h2:after,
.home-slider .item .content-wrapper .info .info-header h3:after,
.home-slider .item .content-wrapper .info .info-header h4:after,
.home-slider .item .content-wrapper .info .info-header h5:after,
.home-slider .item .content-wrapper .info .info-header h6:after,
.home-slider .item .content-wrapper .info .info-header .heading:after {
    content: '';
    display: block;
    width: 90px;
    margin-top: 10px;
    /* border-top: 1px solid #3c8ffc */
}

.home-slider .item .content-wrapper .info .info-header.text-center h1:after,
.home-slider .item .content-wrapper .info .info-header.text-center h2:after,
.home-slider .item .content-wrapper .info .info-header.text-center h3:after,
.home-slider .item .content-wrapper .info .info-header.text-center h4:after,
.home-slider .item .content-wrapper .info .info-header.text-center h5:after,
.home-slider .item .content-wrapper .info .info-header.text-center h6:after {
    margin: 10px auto 0
}

.home-slider .item .content-wrapper .info .info-header .caption-header {
    padding-top: 20px;
    display: inline-block
}

.home-slider .item .content-wrapper .info .info-header .heading {
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (min-width:992px) {
    .home-slider .item .content-wrapper .info .info-header .heading {
        font-size: 36px;
        font-weight: bold;
    }
}

.home-slider .item .content-wrapper .info .info-header+h1,
.home-slider .item .content-wrapper .info .info-header+h2,
.home-slider .item .content-wrapper .info .info-header+h3,
.home-slider .item .content-wrapper .info .info-header+h4,
.home-slider .item .content-wrapper .info .info-header+h5,
.home-slider .item .content-wrapper .info .info-header+h6,
.home-slider .item .content-wrapper .info .info-header+p,
.home-slider .item .content-wrapper .info .info-header+ul {
    padding-top: 30px
}

@media only screen and (min-width:992px) {

    .home-slider .item .content-wrapper .info .info-header+h1,
    .home-slider .item .content-wrapper .info .info-header+h2,
    .home-slider .item .content-wrapper .info .info-header+h3,
    .home-slider .item .content-wrapper .info .info-header+h4,
    .home-slider .item .content-wrapper .info .info-header+h5,
    .home-slider .item .content-wrapper .info .info-header+h6,
    .home-slider .item .content-wrapper .info .info-header+p,
    .home-slider .item .content-wrapper .info .info-header+ul {
        padding-top: 50px
    }
}

.home-slider .item .content-wrapper .info .btn {
    font-weight: 600
}

.home-slider .slick-active .item .content-wrapper .info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    list-style: none;
    display: block;
    line-height: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

@media only screen and (min-width:370px) {
    .home-slider .slick-dots {
        -webkit-transform: translate(0, -250px);
        transform: translate(0, -250px)
    }
}

@media only screen and (min-width:992px) {
    .home-slider .slick-dots {
        right: 15px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 30px
    }
}

.home-categories .categories_wrapper {
    border-radius: 4px;
    background-color: rgba(243, 248, 251, .9);
    min-height: 320px;
    margin-top: -70px
}

@media only screen and (min-width:370px) {
    .home-categories .categories_wrapper {
        margin-top: -250px
    }
}

@media only screen and (min-width:768px) {
    .home-categories .categories_wrapper {
        margin-top: -130px
    }
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper {
        margin-top: -230px
    }
}

.home-categories .categories_wrapper.custom-1 {
    margin-top: 0;
    background-color: transparent
}

@media only screen and (min-width:768px) {
    .home-categories .categories_wrapper.custom-1 {
        margin-top: 0
    }
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper.custom-1 {
        margin-top: 0
    }
}

.home-categories .categories_wrapper.custom-1 .category-list .item a {
    display: inline-block
}

.home-categories .categories_wrapper.custom-1 .category-list .item a:hover .icon {
    background-color: #ffc67c;
    border-color: #ffc67c
}

.home-categories .categories_wrapper .category-search {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper .category-search {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:1400px) {
    .home-categories .categories_wrapper .category-search {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper .category-search .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media only screen and (min-width:1400px) {
    .home-categories .categories_wrapper .category-search .row {
        margin-right: -35px;
        margin-left: -35px
    }
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper .category-search .row [class*=col-] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:1400px) {
    .home-categories .categories_wrapper .category-search .row [class*=col-] {
        padding-right: 35px;
        padding-left: 35px
    }
}

.home-categories .categories_wrapper .category-search .input-group,
.home-categories .categories_wrapper .category-search .form-group {
    position: relative
}

.home-categories .categories_wrapper .category-search .input-group .fa,
.home-categories .categories_wrapper .category-search .form-group .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    font-size: 16px
}

.home-categories .categories_wrapper .category-search .input-group input[type=text],
.home-categories .categories_wrapper .category-search .form-group input[type=text],
.home-categories .categories_wrapper .category-search .input-group input[type=search],
.home-categories .categories_wrapper .category-search .form-group input[type=search],
.home-categories .categories_wrapper .category-search .input-group input[type=password],
.home-categories .categories_wrapper .category-search .form-group input[type=password],
.home-categories .categories_wrapper .category-search .input-group input[type=email],
.home-categories .categories_wrapper .category-search .form-group input[type=email],
.home-categories .categories_wrapper .category-search .input-group input[type=tel],
.home-categories .categories_wrapper .category-search .form-group input[type=tel],
.home-categories .categories_wrapper .category-search .input-group input[type=number],
.home-categories .categories_wrapper .category-search .form-group input[type=number],
.home-categories .categories_wrapper .category-search .input-group input.form-control,
.home-categories .categories_wrapper .category-search .form-group input.form-control {
    border-radius: 4px;
    padding-left: 32px
}

.home-categories .categories_wrapper .category-search .input-group .btn,
.home-categories .categories_wrapper .category-search .form-group .btn {
    text-transform: uppercase;
    font-weight: 600;
    min-width: 100%
}

.home-categories .categories_wrapper .category-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper .category-list {
        padding-bottom: 60px
    }
}

.home-categories .categories_wrapper .category-list .item {
    padding-top: 30px;
    text-align: center
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper .category-list .item {
        padding-top: 40px
    }
}

.home-categories .categories_wrapper .category-list .item a {
    display: inline-block
}

.home-categories .categories_wrapper .category-list .item a:hover .icon {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25)
}

.home-categories .categories_wrapper .category-list .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    background-color: #3c8ffc;
    border: 3px solid #3c8ffc;
    color: #fff;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home-categories .categories_wrapper .category-list .item .icon .fa {
    font-size: 24px
}

.home-categories .categories_wrapper .category-list .item .icon img {
    width: 100%;
    height: auto
}

.home-categories .categories_wrapper .category-list .item h1,
.home-categories .categories_wrapper .category-list .item h2,
.home-categories .categories_wrapper .category-list .item h3,
.home-categories .categories_wrapper .category-list .item h4,
.home-categories .categories_wrapper .category-list .item h5,
.home-categories .categories_wrapper .category-list .item h6 {
    color: #000
}

@media only screen and (max-width:767px) {

    .home-categories .categories_wrapper .category-list .item h1,
    .home-categories .categories_wrapper .category-list .item h2,
    .home-categories .categories_wrapper .category-list .item h3,
    .home-categories .categories_wrapper .category-list .item h4,
    .home-categories .categories_wrapper .category-list .item h5,
    .home-categories .categories_wrapper .category-list .item h6 {
        font-size: 12px
    }
}

@media only screen and (max-width:991px) {}

.home-categories .categories_wrapper .category-list .item h1:after,
.home-categories .categories_wrapper .category-list .item h2:after,
.home-categories .categories_wrapper .category-list .item h3:after,
.home-categories .categories_wrapper .category-list .item h4:after,
.home-categories .categories_wrapper .category-list .item h5:after,
.home-categories .categories_wrapper .category-list .item h6:after {
    content: '';
    display: none;
    width: 90px;
    margin: 5px auto 0;
    border-top: 1px solid #3c8ffc
}

@media only screen and (min-width:992px) {

    .home-categories .categories_wrapper .category-list .item h1:after,
    .home-categories .categories_wrapper .category-list .item h2:after,
    .home-categories .categories_wrapper .category-list .item h3:after,
    .home-categories .categories_wrapper .category-list .item h4:after,
    .home-categories .categories_wrapper .category-list .item h5:after,
    .home-categories .categories_wrapper .category-list .item h6:after {
        display: block;
        width: 90px;
        margin: 10px auto 0
    }
}

.home-categories .categories_wrapper .category-list .item .counter {
    display: none;
    padding-top: 15px
}

@media only screen and (min-width:992px) {
    .home-categories .categories_wrapper .category-list .item .counter {
        display: block
    }
}

.home-categories .categories_wrapper .category-list .item.empty {
    opacity: .5
}

.home-categories .categories_wrapper .category-list .item.empty h1:after,
.home-categories .categories_wrapper .category-list .item.empty h2:after,
.home-categories .categories_wrapper .category-list .item.empty h3:after,
.home-categories .categories_wrapper .category-list .item.empty h4:after,
.home-categories .categories_wrapper .category-list .item.empty h5:after,
.home-categories .categories_wrapper .category-list .item.empty h6:after {
    content: "";
    width: 35px;
    height: 10px;
    border-radius: 5px;
    background-color: #3c8ffc;
    display: block
}

.category-search-home {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #3c8ffc;
    margin-top: -230px;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .category-search-home {
        position: absolute;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-radius: 10px;
        width: 700px;
        margin-top: 0
    }
}

@media only screen and (min-width:992px) {
    .category-search-home {
        width: 960px;
        bottom: 40px;
        padding-top: 60px;
        padding-bottom: 45px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:1400px) {
    .category-search-home {
        width: 1230px
    }
}

@media only screen and (min-width:992px) {
    .category-search-home .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media only screen and (min-width:1400px) {
    .category-search-home .row {
        margin-right: -35px;
        margin-left: -35px
    }
}

@media only screen and (min-width:992px) {
    .category-search-home .row [class*=col-] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:1400px) {
    .category-search-home .row [class*=col-] {
        padding-right: 35px;
        padding-left: 35px
    }
}

.category-search-home .input-group,
.category-search-home .form-group {
    position: relative
}

.category-search-home .input-group .fa,
.category-search-home .form-group .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    font-size: 16px
}

.category-search-home .input-group input[type=text],
.category-search-home .form-group input[type=text],
.category-search-home .input-group input[type=search],
.category-search-home .form-group input[type=search],
.category-search-home .input-group input[type=password],
.category-search-home .form-group input[type=password],
.category-search-home .input-group input[type=email],
.category-search-home .form-group input[type=email],
.category-search-home .input-group input[type=tel],
.category-search-home .form-group input[type=tel],
.category-search-home .input-group input[type=number],
.category-search-home .form-group input[type=number],
.category-search-home .input-group input.form-control,
.category-search-home .form-group input.form-control {
    border-radius: 38px;
    padding-left: 32px
}

.category-search-home .input-group .btn,
.category-search-home .form-group .btn {
    text-transform: uppercase;
    font-weight: 600;
    min-width: 100%
}

.category-search-home .input-group .select2-container--default .select2-selection--single,
.category-search-home .form-group .select2-container--default .select2-selection--single {
    border-radius: 18px
}

.category-search-home .input-group .select2-container--open.select2-container--below .select2-selection--single,
.category-search-home .form-group .select2-container--open.select2-container--below .select2-selection--single {
    -moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.category-search-home .input-group .select2-container--open.select2-container--above .select2-selection--single,
.category-search-home .form-group .select2-container--open.select2-container--above .select2-selection--single {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    -webkit-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px
}

.featured-stores {
    margin-top: 60px !important
}

@media only screen and (min-width:768px) {
    .featured-stores {
        margin-top: 80px !important
    }
}

@media only screen and (min-width:992px) {
    .featured-stores {
        margin-top: 100px !important
    }
}

.featured-stores .item .img-thumbnail {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #3c8ffc;
    border-radius: 50%;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-stores .item .img-thumbnail img {
    width: 180px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.featured-stores .item .info {
    padding: 100px 25px 20px;
    color: #6c6c6c;
    background-color: #fff;
    border-radius: 4px;
    /* margin-top: -80px; */
    min-height: 180px;
    text-align: center
}

@media only screen and (min-width:992px) {
    .featured-stores .item .info {
        padding: 100px 20px 20px
    }
}

.featured-stores .item .info h1,
.featured-stores .item .info h2,
.featured-stores .item .info h3,
.featured-stores .item .info h4,
.featured-stores .item .info h5,
.featured-stores .item .info h6 {
    color: #000
}

.featured-stores .item .info h1>.fa,
.featured-stores .item .info h2>.fa,
.featured-stores .item .info h3>.fa,
.featured-stores .item .info h4>.fa,
.featured-stores .item .info h5>.fa,
.featured-stores .item .info h6>.fa {
    margin-right: 10px
}

.featured-stores .item .info h1+.actions,
.featured-stores .item .info h2+.actions,
.featured-stores .item .info h3+.actions,
.featured-stores .item .info h4+.actions,
.featured-stores .item .info h5+.actions,
.featured-stores .item .info h6+.actions {
    padding-top: 0
}

.featured-stores .item .info h1+.excerpt,
.featured-stores .item .info h2+.excerpt,
.featured-stores .item .info h3+.excerpt,
.featured-stores .item .info h4+.excerpt,
.featured-stores .item .info h5+.excerpt,
.featured-stores .item .info h6+.excerpt {
    padding-top: 10px
}

.featured-stores .item .info .excerpt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.featured-stores .item .info .excerpt+.btn {
    margin-top: 10px
}

.featured-stores .item .info .btn {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px
}

.featured-stores .item .actions {
    margin-top: 10px
}

.featured-stores .item .actions .rating {
    float: none;
    margin-right: 0
}

.featured-stores .item .actions .rating+.reviews {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px
}

.featured-stores .item .actions+.excerpt {
    margin-top: 10px
}

.featured-stores .slick-prev,
.featured-stores .slick-next {
    top: calc(50% + 32px) !important
}

.featured-clients {
    margin-top: 50px !important
}

@media only screen and (min-width:992px) {
    .featured-clients {
        margin-top: 100px !important
    }
}

.featured-clients .item .img-thumbnail {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #3c8ffc;
    border-radius: 50%;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-clients .item .img-thumbnail img {
    width: 120px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.featured-clients .item .info {
    padding: 70px 25px 20px;
    color: #6c6c6c;
    background-color: #fff;
    border-radius: 4px;
    margin-top: -50px;
    min-height: 180px;
    text-align: center
}

@media only screen and (min-width:992px) {
    .featured-clients .item .info {
        padding: 70px 20px 20px
    }
}

.featured-clients .item .info .excerpt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.featured-clients .item .author {
    padding-bottom: 10px
}

.featured-clients .item .author .name {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: block;
    padding-bottom: 10px
}

.featured-clients .item .author .name strong,
.featured-clients .item .author .name b {
    display: block
}

.featured-clients .slick-prev,
.featured-clients .slick-next {
    top: calc(50% + 17px) !important
}

.featured-articles .item {
    text-align: center;
    padding-top: 60px
}

@media only screen and (min-width:992px) {
    .featured-articles .item {
        padding-top: 115px
    }
}

.featured-articles .item .image {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, .25);
    -moz-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, .25);
    box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, .25)
}

.featured-articles .item .image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.featured-articles .item .image:after {
    content: "\f06e";
    font-family: 'font awesome 5 free';
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.featured-articles .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-articles .item:hover .image:before,
.featured-articles .item:hover .image:after {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:992px) {
    .featured-articles .item:hover .image img {
        -webkit-transform: rotate(4deg) scale(1.1);
        -ms-transform: rotate(4deg) scale(1.1);
        transform: rotate(4deg) scale(1.1)
    }
}

.featured-articles .item .info {
    position: relative;
    padding-top: 20px
}

@media only screen and (min-width:992px) {
    .featured-articles .item .info {
        padding-top: 65px
    }
}

.featured-articles .item .info .name {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block
}

.featured-articles .item .info .name:after {
    content: '';
    display: block;
    width: 90px;
    margin: 20px auto 0;
    border-top: 1px solid #3c8ffc
}

@media only screen and (min-width:992px) {
    .featured-articles .item .info .name:after {
        width: 90px;
        margin: 20px auto 0
    }
}

.featured-articles .item .info .excerpt {
    color: #6c6c6c;
    margin-bottom: 15px;
    max-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width:768px) {
    .featured-articles .item .info .excerpt {
        min-height: 45px
    }
}

.featured-articles .item .info .location,
.featured-articles .item .info .posted {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    display: block
}

.listing-products .item {
    text-align: center;
    padding-top: 60px
}

/* @media only screen and (min-width:768px) {
    .listing-products .item {
        padding-top: 80px
    }
} */

/* @media only screen and (min-width:992px) {
    .listing-products .item {
        padding-top: 115px
    }
} */

.listing-products .item .image {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, .25);
    -moz-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, .25);
    box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, .25);
    max-width: 300px;
	height: 100%;
	width: 100%;
	min-height: 250px;
}

.listing-products .item .image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.listing-products .item .image img {
    /* width: 100%; */
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.image-wrapper {
    /* width: 300px; */
    height: 250px;
}

.offer-slide02 .promoted {
    position: relative;
    height: 0;
    z-index: 2;
    text-align: center
}

 .offer-slide02 .promoted span {
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #a60404;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px
}

.listing-products .item .quick-actions {
    position: relative;
    height: 0;
    z-index: 2;
    text-align: center
}

.listing-products .item .quick-actions .btn {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.listing-products .item .quick-actions .btn+.btn {
    margin-left: 8px
}

.listing-products .item .info {
    position: relative;
    padding-top: 35px
}

@media only screen and (min-width:992px) {
    .listing-products .item .info {
        /* padding-top: 65px */
    }
}

.listing-products .item .info .category {
    font-size: 14px;
    margin-bottom: 15px
}

.listing-products .item .info .category:after {
    content: '';
    display: block;
    width: 90px;
    margin: 20px auto 0;
    border-top: 1px solid #3c8ffc
}

@media only screen and (min-width:992px) {
    .listing-products .item .info .category:after {
        margin: 9px auto 0
    }
}

.listing-products .item .info .name {
    display: inline-block;
    color: #000;
    font-weight: 500;
    text-overflow: ellipsis;
    max-height: 20px;
    max-width: 100%;
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden
}

.listing-products .item .info .name:hover {
    color: #3c8ffc
}

.listing-products .item .info .price {
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    margin-top: -5px
}

.listing-products .item .info .excerpt {
    color: #6c6c6c;
    margin-bottom: 15px;
    max-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width:768px) {
    .listing-products .item .info .excerpt {
        min-height: 45px
    }
}

.listing-products .item .info .location,
.listing-products .item .info .posted {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    display: block
}

.listing-products .item .item-wrapper .image-wrapper {
    position: relative
}

.listing-products .item .item-wrapper .image-wrapper:before {
    content: "\f004";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 36px;
    color: #3c8ffc;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden
}

.listing-products .item .item-wrapper .image-wrapper.adding:before {
    animation: heartBeat 1s;
    -webkit-animation: heartBeat 1s;
    -moz-animation: heartBeat 1s;
    -o-animation: heartBeat 1s
}

@media only screen and (min-width:992px) {
    .listing-products .item:hover .image:before {
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (min-width:992px) {
    .listing-products .item:hover .image img {
        -webkit-transform: rotate(4deg) scale(1.1);
        -ms-transform: rotate(4deg) scale(1.1);
        transform: rotate(4deg) scale(1.1)
    }
}

.listing-products.list .item {
    text-align: left
}

@media only screen and (min-width:768px) {
    .listing-products.list .item .info {
        padding-top: 0
    }
}

.listing-products.list .item .info .category:after {
    margin: 5px 0 0
}

@media only screen and (min-width:992px) {
    .listing-products.list .item .info .category:after {
        margin: 10px 0 0
    }
}

@media only screen and (min-width:768px) {
    .listing-products.list .item .info .price {
        position: absolute;
        top: 50px;
        right: 0;
        margin-bottom: 0;
        margin-top: 0
    }
}

.listing-products.list .item .info .excerpt {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 20px;
    max-width: 725px
}

@media only screen and (min-width:992px) {
    .listing-products.list .item .info .excerpt {
        margin-top: 30px;
        margin-bottom: 10px
    }
}

.listing-products.list .item[class*=col-] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

@media only screen and (min-width:768px) {
    .listing-products.list .item .item-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:768px) {
    .listing-products.list .item .item-wrapper .image-wrapper {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px
    }
}

@media only screen and (min-width:992px) {
    .listing-products.list .item .item-wrapper .image-wrapper {
        -ms-flex: 0 0 365px;
        flex: 0 0 365px;
        max-width: 365px
    }
}

@media only screen and (min-width:768px) {
    .listing-products.list .item .item-wrapper .info-wrapper {
        -ms-flex: 1;
        flex: 1;
        padding-left: 40px
    }
}

.listing-reviews .item {
    background-color: #edf5ff;
    border-radius: 4px;
    padding: 0 15px 40px;
    margin-top: 90px
}

@media only screen and (min-width:992px) {
    .listing-reviews .item {
        padding: 40px 15px;
        margin-top: 115px
    }
}

@media only screen and (min-width:992px) {
    .listing-reviews .item+.item {
        margin-top: 40px
    }
}

.listing-reviews .item .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.listing-reviews .item .item-wrapper .user-details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -50px;
    padding-bottom: 30px
}

@media only screen and (min-width:992px) {
    .listing-reviews .item .item-wrapper .user-details {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
        margin-top: 0;
        padding-bottom: 0
    }
}

.listing-reviews .item .item-wrapper .user-details .avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #3c8ffc;
    border-radius: 50%;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.listing-reviews .item .item-wrapper .user-details .avatar+.date,
.listing-reviews .item .item-wrapper .user-details .avatar+.name {
    margin-top: 15px
}

.listing-reviews .item .item-wrapper .user-details .avatar .fa,
.listing-reviews .item .item-wrapper .user-details .avatar .far,
.listing-reviews .item .item-wrapper .user-details .avatar .fas {
    font-size: 48px;
    line-height: 96px
}

.listing-reviews .item .item-wrapper .user-details .avatar img {
    width: 100%;
    height: auto
}

.listing-reviews .item .item-wrapper .user-details .date,
.listing-reviews .item .item-wrapper .user-details .name {
    display: block
}

@media only screen and (min-width:992px) {

    .listing-reviews .item .item-wrapper .user-details .date+.rating,
    .listing-reviews .item .item-wrapper .user-details .name+.rating {
        margin-top: 10px
    }
}

.listing-reviews .item .item-wrapper .user-details .name {
    font-weight: 600
}

.listing-reviews .item .user-comment {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width:992px) {
    .listing-reviews .item .user-comment {
        -ms-flex: 1;
        flex: 1
    }
}

.search-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-radius: 5px
}

@media only screen and (min-width:992px) {
    .search-block {
        padding-top: 60px;
        padding-bottom: 45px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:1400px) {
    .search-block {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media only screen and (min-width:992px) {
    .search-block .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media only screen and (min-width:1400px) {
    .search-block .row {
        margin-right: -35px;
        margin-left: -35px
    }
}

@media only screen and (min-width:992px) {
    .search-block .row [class*=col-] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:1400px) {
    .search-block .row [class*=col-] {
        padding-right: 35px;
        padding-left: 35px
    }
}

.search-block .input-group,
.search-block .form-group {
    position: relative
}

.search-block .input-group .fa,
.search-block .form-group .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    font-size: 16px
}

.search-block .input-group input[type=text],
.search-block .form-group input[type=text],
.search-block .input-group input[type=search],
.search-block .form-group input[type=search],
.search-block .input-group input[type=password],
.search-block .form-group input[type=password],
.search-block .input-group input[type=email],
.search-block .form-group input[type=email],
.search-block .input-group input[type=tel],
.search-block .form-group input[type=tel],
.search-block .input-group input[type=number],
.search-block .form-group input[type=number],
.search-block .input-group input.form-control,
.search-block .form-group input.form-control {
    border-radius: 4px
}

.search-block .input-group.icon .fa,
.search-block .form-group.icon .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    font-size: 16px
}

.search-block .input-group.icon input[type=text],
.search-block .form-group.icon input[type=text],
.search-block .input-group.icon input[type=search],
.search-block .form-group.icon input[type=search],
.search-block .input-group.icon input[type=password],
.search-block .form-group.icon input[type=password],
.search-block .input-group.icon input[type=email],
.search-block .form-group.icon input[type=email],
.search-block .input-group.icon input[type=tel],
.search-block .form-group.icon input[type=tel],
.search-block .input-group.icon input[type=number],
.search-block .form-group.icon input[type=number],
.search-block .input-group.icon input.form-control,
.search-block .form-group.icon input.form-control {
    padding-left: 32px
}

.search-block .btn {
    text-transform: uppercase;
    font-weight: 600;
    min-width: 100%
}

.search-block ul.display-opts {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.search-block ul.display-opts li {
    display: inline-block;
    padding: 0 8px;
    line-height: 38px
}

@media only screen and (min-width:992px) {
    .search-block ul.display-opts li {
        padding: 0 5px
    }
}

.search-block ul.display-opts li a {
    font-size: 24px;
    color: #fff
}

@media only screen and (min-width:992px) {
    .search-block ul.display-opts li a {
        font-size: 28px;
        color: #3c8ffc
    }
}

.search-block.side {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-top: 115px;
    background-color: #edf5ff;
    max-width: 375px
}

@media only screen and (min-width:992px) {
    .search-block.side .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media only screen and (min-width:992px) {
    .search-block.side .row [class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}



.gm-style .gm-style-iw {
    overflow: inherit !important
}

/* new css */

/* .top_ads01 img {
    width: 100%;
    max-width: 790px;
    display: block;
    margin: 0 auto;
} */

.ad01_728x90 {
    width: 100%;
    max-width: 728px;
    display: block;
    margin: 0 auto;
    position: relative;
    /* top: 160px; */
}

.content_part h1 {
    color: #008080;
    font-size: 28px;
	padding-bottom: 10px;
}
.content_part h3 {
    font-size: 23px;
    padding-bottom: 4px;
    color: #232323;
}
.content_part p {
    padding-bottom: 4px;
    line-height: 25px;
    font-size: 15px;
    color: #232323;
}

.topAds {
    padding-bottom: 0px;
}
.my_btn01 {
    padding: 5px 16px !important;
    font-size: 17px;
    font-weight: bold;

}

.my_btn02 {
    padding: 4px 26px !important;
    font-size: 14px;
    color: #ffffff !important;
}

.content_part {
    margin-top: 50px !important;
}

.carousel-indicators {
    bottom: 0px;
}

.adUnit {
    background-color:#fff;
    border-radius: 4px;
}

.freebies_content {
    margin-top: 12px;
    color:#4e4e4e;

}

.card-text01 {
    font-size: 14px;
    color: #414141;
}

.blog_content {
    color: #e055ad;
}
.card-title01 {
    font-size: 18px;
    font-weight: 500;
}


.heading01 {
    color: #e055ad;
}

.my_btn03 {
    background: #008080;
    padding: 16px 16% !important;
    font-size: 24px;
    border: 1px solid #e055ad;
    border-radius: 4px;    
    font-size: 22px;
}

/* .blinking{
    animation:blinkingText 1.2s infinite;
}

@keyframes blinkingText{
    0%{     color: #ffffff;    }
    49%{    color: #ffffff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ffffff;    }
} */

footer.footer .newsletter-banner label {
    /* margin-right: -231px; */
    text-align: right;
}
footer.footer .newsletter-banner label::before {
    /* left: 175px; */
}


.hlf_link ul li {
    float: left;
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #fff;
    margin-bottom: 21px;
}



.hlf_link ul li:first-child {
    /* background-color: #900; */
    border: none !important;
}

.hlf_link {

    width: 100%;
    display: flex;
    justify-content: center;    
    border-bottom: 1px solid #706d6d;
    margin-bottom: 20px; 
}

.info {
    text-align: center !important;
    font-size: 13px !important;
    }

#toTop {
    padding: 5px 3px;
    background: #e055ad;
    color: #fff;
    position: fixed;
    bottom: 40px;
    right: 5px;
    display: none;
    z-index: 9;
}    

.Ads_section01 img {
    margin: 0 auto;
    display: block;

}

.rightAd {
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 999999;
    display: none;
}


/* @media(max-width:900px) {
.top_ads01 {max-width: 100%;}
} */



/* @media only screen and (min-width:1366px) and (max-width:1366px) and (orientation:landscape) {
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}
    .logo img {width: 50% !important; max-height: 40px !important;}

}   */

    





/* 
#Layer_1 {
    width: 70px;
}
 */

.carousel-control-prev-icon{background-image: none !important; width: 50px;}

.carousel-control-next-icon{background-image: none !important; width: 50px;}
.carousel-control-next, .carousel-control-prev{opacity: 1;}

.carousel-caption p{font-size: 30px; font-weight: bold;letter-spacing: 8.3px; text-align: left;}
.carousel-caption h5{ font-size: 50px; font-weight: bold; color: #eb27a3; text-align: left;}

/* .carousel-caption01 p{font-size: 30px; font-weight: bold;letter-spacing: 8.3px; text-align: right !important;}
.carousel-caption01 h5{ font-size: 50px; font-weight: bold; color: #eb27a3; text-align: right !important;} */


.carousel-caption{top: 40%;}

.blogImg {

    padding: 0;
    height: 150px;
    overflow: hidden;

}

.blogImg img {
    width: 100%;
}

.blogContentWraper h3 {
    font-size: 13px;
    /* padding: 13px 5px; */
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}

.blog {
    padding: 0 !important;
    border: 1px solid #e3e2e2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 1px 1px #d9d9d9;
    background: #ffffff;
}


.blogContent {
    height: 65px;
    overflow: hidden;
    text-align: left;
}
.blogContentWraper {
    padding: 14px;
}



.offer-content h3 {
    font-size: 16px;
    font-weight: 500;
color:#454545;
}
.offer-content p {
    font-size: 14px;
    color: #605b5b;
    min-height: 65px;
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin:5px 0 5px 0;
    border-top: 1px solid 
    #e3e3e3;
}






#page-title[data-bg-parallax],
[data-bg-parallax] {
    background-color: #181818
}

.parallax-container {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0;
    transition: opacity .5s linear
}

.parallax-container.parallax-responsive {
    background-size: cover!important;
    background-attachment: scroll!important;
    background-position: center center!important
}

.img-loaded {
    opacity: 1
}

[data-bg-image] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

[data-bg-image]::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #181818;
    transition: opacity .5s linear
}

[data-bg-image].bg-loaded::before {
    opacity: 0
}

body[data-bg-image] {
    background-attachment: fixed;
    background-position: top center
}

.shape-divider {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 0;
    bottom: 0;
    top: auto;
    left: 0
}

.shape-divider svg {
    width: 100%;
    height: auto;
    display: block
}

.shape-divider[data-position=bottom] {
    bottom: 0;
    top: auto
}

.shape-divider[data-position=top] {
    bottom: auto;
    top: 0
}

.shape-divider[data-flip-horizontal=true] {
    transform: rotateY(180deg)
}

.shape-divider[data-flip-vertical=true] {
    transform: rotateX(180deg)
}

.shape-divider[data-flip-horizontal=true][data-flip-vertical=true] {
    transform: rotateY(180deg) rotateX(180deg)
}






/* ====================New CSS HS || start=================== */

.content{background-color:#f1f1f1; padding-top: 20px;}
.col-lg-3.col-md-4.col-sm-6.col-xs-12 {
    padding: 0 10px 0 10px;
    
   /*  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; */
}

.mrg20b{margin-bottom: 20px;}

.post_img {
    width: 300px;
    position: relative;
}

.post_img>a>img {
    position: absolute;
    left: 0;
    top: -35px;
    width: 300px;
    height: 250px;
    z-index: 1;
    background: #fff;
    object-fit: contain;
}

.lable {
    text-align: left;
    background: #008080;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.post_img>a {
    position: relative;
    width: 300px;
    display: block;
    padding-top: 59.9%;
    overflow: hidden;
}

.post_hd {
    background: #fff;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #2e2e2e;
    height: 113px;
    width: 300px;
}
.date_box {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    font-style: italic;
}

.post_hd h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin: 3px 0 0;
}



.our_container {
    max-width: 1280px;
}

.fixed_width {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px !important;
    max-width: 300px !important;
    /* height: 250px;
    max-height: 250px; */
    margin-right: 20px;
margin-bottom: 30px;
}

.google_ads{-ms-flex: 0 0 300px;
    flex: 0 0 300px !important;
    max-width: 300px !important;
    height: 250px;
    max-height: 250px;
    margin-top: 6%;
}












/* ====================New CSS HS || End====================== */









/* ===============Responsive || Start======================== */


@media(max-width:320px) {

    header.header .main-menu-wrapper .main-menu .hamburger { height: 0%;}
    header.header .main-menu-wrapper .main-menu .logo {left: 30px; height: 50%}
    header.header .main-menu-wrapper .main-menu .logo img{width: 85%;}
    .mobile_col-7{height: 80px;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}
    .carousel-control-prev-icon, .carousel-control-next-icon {width: 21px !important;}

    .carousel-caption {top: 13% !important;}
    .carousel-caption h5 {font-size: 18px !important;}
    .carousel-caption p {font-size: 12px !important; letter-spacing:2.2px !important;}
    .carousel-indicators {display: none;}

    .hlf_link ul li { width: 100%; border: none !important;}
    section { padding-top: 20px;}
    .content_part {margin-top: 40px !important;}
    .Ads01 { padding: 30px 0px;}

    .flickity-button {background: #ffffff !important; border-radius: 0 !important;width: 20px !important;
    margin: 0 -30px !important;}

    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 18px !important;
    line-height: 12px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }

    /* footer.footer .newsletter-banner label {padding-left: 40px;} */

    .my_btn04 {font-size: 12px !important;}
    .content_part h1 {font-size: 18px; font-weight: bold;}
    .content_part h3 {font-size: 16px;}
    .content_part p {font-size: 14px;}
    .my_btn01 {font-size: 15px;}
    .free01{ font-size: 18px !important; font-weight: bold;}
    .inspiro-slider.slider-halfscreen { height: 30vh !important;}
    /* #slider {height: 30vh !important;} */
    .inspiro-slider .flickity-page-dots {bottom: 6px !important;}

    .blogImg {height: 180px !important;}

/* =================== HS || Start ================= */

    /* .post_box {
        margin: 0 auto;
    } */

    .our_container {max-width: 100% !important;}
    .fixed_width {-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
    .post_img {width: 100% !important;}
    .post_img > a > img {width: 100% !important;}
    .post_hd {width: 100% !important;}
    .post_img > a {width: 100%;}
    .google_ads {margin-top: 0%; margin: 0 auto;}

/* =================== HS || End ================= */


}

@media(max-width:575px) {
    /* .home-slider { height: 207px;} */
     header.header .main-menu-wrapper .main-menu .hamburger { height: 0%;}
    header.header .main-menu-wrapper .main-menu .logo {left: 30px; height: 50%}
    header.header .main-menu-wrapper .main-menu .logo img{width: 85%;}
    .mobile_col-7 {height: 80px;}
    .home-slider .slick-dots {
        -webkit-transform: translate(0, -130px);
        transform: translate(0, -130px);
    }
    .listing-products .item {padding-top: 0px; }
    .listing-products .item .image{max-width: 100% !important;}
    .image-wrapper {width: 100%;}
    .listing-products .item .info {padding-top: 15px;padding-bottom: 30px;}
    .listing-products .item .image img {width: 100%;}
    .my_btn03 { font-size: 15px; margin: 0 auto;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}

    .carousel-control-prev-icon, .carousel-control-next-icon {width: 21px !important;}
     .carousel-caption {top: 21% !important;}
    .carousel-caption h5 {font-size: 18px !important;}
    .carousel-caption p {font-size: 12px !important; letter-spacing:2.2px !important;}
    .carousel-indicators {display: none;}

    .hlf_link ul li { width: 100%; border: none !important;}

    section { padding-top: 20px;}
    .content_part {margin-top: 40px !important;}
    .Ads01 { padding: 30px 0px;}

    .flickity-button {background: #ffffff !important;  border-radius: 0 !important;width: 20px !important;
    margin: 0 -30px !important;}

    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 18px !important;
    line-height: 12px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }
    .my_btn04 {font-size: 9px !important; padding: 4px 15px !important;}

    /* footer.footer .newsletter-banner label {padding-left: 40px;}   */
    .inspiro-slider.slider-halfscreen { height: 30vh !important;} 
    .content_part h1 {font-size: 18px; font-weight: bold;}
    .content_part h3 {font-size: 16px;}
    .content_part p {font-size: 14px;}
    .my_btn01 {font-size: 15px;}
    .free01 { font-size: 18px !important; font-weight: bold;}

    .inspiro-slider.slider-halfscreen {height: 30vh !important;}
    /* #slider {height: 30vh !important;} */
    .inspiro-slider .flickity-page-dots {bottom: 6px !important;}

    .blogImg {height: 180px !important;}


/* =================== HS || Start ================= */

    /* .post_box {
        margin: 0 auto;
    } */

    .our_container {max-width: 100% !important;}
    .fixed_width {-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
    .post_img {width: 100% !important;}
    .post_img > a > img {width: 100% !important; height: inherit !important; top: 5px;}
    .post_hd {width: 100% !important;}
    .post_img > a {width: 100%;}
    .google_ads {margin-top: 0%; margin: 0 auto;}

/* =================== HS || End ================= */

}

@media (min-width:768px) and (max-width:1024px) {
    /* .home-slider { height: 337px;} */
    .carousel-caption {top: 34% !important;}
    .carousel-caption h5 {font-size: 35px !important;}
    .carousel-caption p {font-size: 18.5px !important;}
    .home-slider .slick-dots {-webkit-transform: translate(0, -130px);transform: translate(0, -130px);}
    .image-wrapper {width: 100%; height: auto;}
    .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .listing-products .item .image{min-height: auto;}
    .listing-products .item .image img {width: 100%;}  
    .adUnit img { width: 100%;}  
    .listing-products .item .info .category { font-size: 12px;}
    .home-slider .item .content-wrapper .info {padding: 20px !; max-width: 380px;}
    .home-slider .item .content-wrapper { padding-top: 120px;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}
    .blogContentWraper h3 {font-size: 10px !important; line-height: 16px !important;}
    .hlf_link ul li {
    width: 100%;
    border: none !important;
    }

    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 22px !important;
    line-height: 15px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }
    .my_btn04 {font-size: 12px !important;}
    .inspiro-slider.slider-halfscreen { height: 30vh !important;}
    /* #slider {height: 30vh !important;} */


    header.header .main-menu-wrapper .main-menu .hamburger {height: 0% !important;}
    .our_container {max-width: 100% !important;}
    .post_box {margin-left: 39px;}

   
}

/* @media only screen and (min-width:640px) and (max-width:640px) and (orientation:landscape) {
    .inspiro-slider.slider-halfscreen { height: 64vh !important;}    
    .logo img{max-height: none;}

} */




@media only screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    /* .home-slider { height: 302px;} */
    .home-slider .slick-dots {-webkit-transform: translate(0, -130px); transform: translate(0, -130px);}
    .adUnit img{width: 100% !important;}
    .my_btn02 {padding: 5px 20px !important; font-size: 11px;}
    .card-title01 { font-size: 14px;}
    .image-wrapper {width: 100%; height: auto;}
    .col-sm-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
    .listing-products .item .image{min-height: auto;}
    .listing-products .item .image img{width: 100%;}
    .listing-products .item .info .category {font-size: 12px;}
    .my_btn03 {font-size: 22px;}
    .hlf_link ul li {padding: 0px 7px 0px 7px;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}
    .carousel-control-prev-icon, .carousel-control-next-icon {width: 21px !important;}
     .carousel-caption {top: 23% !important;}
    .carousel-caption h5 {font-size: 35px !important;}
    .carousel-caption p {font-size: 20px !important; letter-spacing:7.2px !important;}
    .carousel-indicators {display: none;}

    .hlf_link ul li {
    width: 100%;
    border: none !important;
    }

    .flickity-button {
        background: #ffffff !important;  
        border-radius: 0 !important;
        width: 20px !important;
        height: 40px !important;
        line-height: 20px !important;}
    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 24px !important;
    line-height: 20px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }
    
    .inspiro-slider.slider-halfscreen {height: 50vh !important;}
    .inspiro-slider .flickity-page-dots {bottom: 6px !important;}




}


@media (min-width:736px) and (max-width:767px) and (orientation:landscape) {

    .post_box {margin-left: 39px;}

}






/* @media (min-width:676px) and (max-width:768px) and (orientation:landscape) {

    .logo img {width: 60% !important; max-height: none !important;}
    .blogContentWraper h3 {font-size: 11px !important;}
    footer.footer .newsletter-banner label {font-size: 21px !important; padding-left: 50px !important;}
    .inspiro-slider.slider-halfscreen { height: 30vh !important;}
    .inspiro-slider.slider-halfscreen {height: 64vh !important;}

} */

/* @media only screen and (min-width:360px) and (max-width:740px) and (orientation:landscape) {

    .inspiro-slider.slider-halfscreen {height: 32vh !important;}
}

 */

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    .home-slider { height: 422px;}  
    .carousel-caption {top: 35% !important;}  
    .carousel-caption h5 {font-size: 40px !important;}
    .carousel-caption p {font-size: 22.5px !important;}
    .adUnit img { width: 100%;}
    .home-slider .slick-dots { -webkit-transform: translate(0, -20px);transform: translate(0, -20px);}
    .home-slider .item .content-wrapper { padding-top: 120px;}
    .my_btn03 {font-size: 21px;}
    .blogContentWraper h3 {font-size: 13px !important; line-height: 20px !important;}
    .main-menu .main-nav:not(.small-screen) > li > a {line-height: 63px !important;}
    .hlf_link ul li {width: unset !important;}
    footer.footer .block-navigation ul li a {font-size: 12px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}
    .logo img {width: 80%;}
    header.header .main-menu-wrapper .main-menu .logo img {max-height: none !important;}
    .inspiro-slider.slider-halfscreen {height: 55vh !important;}

    .post_box {margin-left: inherit;}

}

@media only screen and (min-width:812px) and (max-width:812px) and (orientation:landscape) {
    .post_box {margin-left: 52px;}

}

@media only screen and (min-width:846px) and (max-width:846px) and (orientation:landscape) {
    .post_box {margin-left: 52px !important;}

}

@media only screen and (min-width:896px) and (max-width:896px) and (orientation:landscape) {
    .post_box {margin-left: 89px;}

}

/* @media only screen and (min-width:950px) and (max-width:950px) and (orientation:landscape) {
    .post_box {margin-left: 89px !important;}

} */

@media only screen and (min-width:846px) and (max-width:846px) and (orientation:landscape) {
    header.header .main-menu-wrapper .main-menu .hamburger {height: 0%;}
    .our_container {max-width: 100% !important;}
    .post_box {margin-left: 39px;}

}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation:portrait) {

    .hlf_link ul li {width: unset !important;border-left: 1px solid #fff !important;}
    .hlf_link ul li {padding: 0px 10px 0px 10px;}
    .blogContentWraper h3 {
    font-size: 14px !important;
    line-height: 20px !important;
    }
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}
    .logo img {width: 100%;}
}  

@media only screen and (min-width:1112px) and (max-width:1112px) and (orientation:landscape) {

    .home-slider {height: 372px;}
    .carousel-caption {top: 35% !important;}  

    .adUnit img { width: 100%;}
    .listing-products .item .image{max-width: 100% !important; min-height: auto; height: auto;}
    .image-wrapper {width: 100%; height: auto;}
    .listing-products .item .image img {width: 100%; height: auto;}
    .my_btn03 {font-size: 21px;}

    .blogContentWraper h3 {font-size: 10px !important; line-height: 16px !important;}
    .hlf_link ul li {padding: 0px 10px 0px 10px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}

    .inspiro-slider.slider-halfscreen {height: 45vh !important;}
    .logo img {width: 100%;}


}  


@media only screen and (min-width:1280px) and (max-width:1366px) and (orientation:landscape) {

    .adUnit img { width: 100% !important;}
    .listing-products .item .image{max-width: 100% !important; min-height: auto; height: auto;}
    .image-wrapper {width: 100%; height: auto;}
    .listing-products .item .image img {width: 100%; height: auto;}
    .my_btn03 {font-size: 21px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px !important;
    padding-left: 7px !important;}
    .inspiro-slider.slider-halfscreen {height: 52vh !important;}
    .logo img {width: 100% !important; max-height: 40px !important;}

}  


@media only screen and (min-width:1366px) and (max-width:1440px) and (orientation:landscape) {
    .inspiro-slider.slider-halfscreen {height: 50vh !important;}

}


@media only screen and (min-width:1400px) {
    /* .container { max-width: 1260px} */
}



/* ===============Responsive || End======================== */

div#ci_gallery{
margin:0 auto;
display:block;
padding-left: 30px;
}




.top_ads01 {
    width: 100%;
    margin: 0 auto;
        margin-bottom: 0px;
    display: block;
    max-width: 728px;
    max-height: 90px;
    background: aliceblue;
}

.topAds01 {
    background: #f1f1f1;
    padding: 20px 0px;
}

.bottom_ads01 {
    width: 100%;
    margin: 0 auto;
        margin-bottom: 0px;
    display: block;
    max-width: 728px;
    max-height: 90px;
    background: aliceblue;
}

/* .bottomAds01 {
    background: #f1f1f1;
    padding: 20px 0px;
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 100%;
} */

.bottomAds01 {
    background: #f1f1f1;
    padding: 20px 0px;
    margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
}


.leftAds01 {
    position: absolute;
    left: 0;
    /* top: 437px; */
    padding: 0 !important;
    z-index: 999;
}
.left_ads01 {
    width: 100%;
    background: aliceblue;
    max-width: 160px;
    max-height: 600px;
    margin-top: 20px;
}

.rightAds01 {
    position: absolute;
    right: 0;
    /* top: 437px; */
    padding: 0 !important;
    z-index: 999;
}
.right_ads01 {
    width: 100%;
    background: aliceblue;
    max-width: 160px;
    max-height: 600px;
    margin-top: 20px;
}


@media(max-width:800px) {
    .leftAds01 {display: none;}
    .rightAds01 {display: none;}
    .info { padding: 0 0px !important;}

}

.our_container {
    max-width: 1140px !important;
}
.post_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.info {
    padding: 0 70px;
}