html {
    font-family: 'Ubuntu', sans-serif;
}


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center
}

.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px
}

.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #397537;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

a:hover,
a:active {
    color: #397537;
    text-decoration: none
}

.bg-theme {
    background-color: #397537
}

.theme-overlay[data-overlay-dark]:before {
    background: #397537
}

.text-theme-color {
    color: #397537
}

.cursor-pointer {
    cursor: pointer
}

.height-100vh {
    height: 100vh
}

@media screen and (max-width: 991px) {
    .mfp-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 575px) {
    .mb-margin-20px-bottom {
        margin-bottom: 20px
    }
}

.list-style-none li {
    list-style: none
}

.list-style-1 li {
    padding: 5px 0
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #232323;
    background: #fff
}

.scroll-to-top:hover i {
    color: #232323
}

.scroll-to-top:visited {
    color: #232323;
    text-decoration: none
}

.butn {
    background: #802525;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 28px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    border: none
}

.butn:hover,
.butn:active,
.butn:focus {
    color: #fff;
    background: #232323
}

a.butn:hover,
a.butn:active,
a.butn:focus {
    color: #fff;
    background: #232323
}

.butn:focus {
    color: #fff
}

.butn.white {
    background: #fff;
    color: #397537
}

.butn.white:hover {
    color: #fff;
    background: #232323
}

a.butn.white:hover,
a.butn.white:active,
a.butn.white:focus {
    color: #fff;
    background: #232323
}

.butn.dark {
    background: #232323;
    color: #fff
}

.butn.dark:hover,
.butn.dark:active,
.butn.dark:focus {
    color: #fff;
    background: #397537
}

.butn.disable {
    background: #d4d4d4;
    color: #fff
}

.butn.disable:hover,
.butn.disable:active,
.butn.disable:focus {
    color: #fff;
    background: #d4d4d4
}

.butn.small {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px
}

.butn.transparent {
    background: none;
    border: 1px solid #dee2e6;
    color: #232323
}

.butn.transparent:hover {
    background: #397537;
    border: 1px solid #397537;
    color: #fff
}

@media screen and (max-width: 991px) {
    .butn {
        padding: 10px 24px;
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .butn {
        padding: 10px 22px;
        font-size: 12px
    }
    .butn.small {
        padding: 6px 18px
    }
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none
}

.common-form {
    border: 20px solid #fff;
    background: #fbfbfd;
    padding: 60px 50px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
    box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05)
}

@media screen and (max-width: 1199px) {
    .common-form {
        padding: 50px
    }
}

@media screen and (max-width: 767px) {
    .common-form {
        padding: 30px;
        border: 10px solid #fff
    }
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    margin-bottom: 0
}

@media screen and (max-width: 575px) {
    .mobile-margin-15px-bottom {
        margin-bottom: 15px !important
    }
    .mobile-margin-20px-bottom {
        margin-bottom: 20px !important
    }
    .mobile-margin-25px-bottom {
        margin-bottom: 25px !important
    }
    .mobile-margin-30px-bottom {
        margin-bottom: 30px !important
    }
    .mobile-padding-15px-bottom {
        padding-bottom: 15px !important
    }
    .mobile-padding-20px-bottom {
        padding-bottom: 20px !important
    }
    .mobile-padding-25px-bottom {
        padding-bottom: 25px !important
    }
    .mobile-padding-50px-bottom {
        padding-bottom: 50px !important
    }
    .mobile-display-none {
        display: none
    }
    .mobile-no-margin-right {
        margin-right: 0 !important
    }
    .mobile-padding-15px-lr {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
    .mobile-no-padding-lr {
        padding-right: 0px !important;
        padding-left: 0px !important
    }
    .mobile-padding-fifteen-top {
        padding-top: 15%
    }
}

@media screen and (min-width: 1400px) {
    .container.lg-container {
        max-width: 80%
    }
}

.tags li {
    display: inline-block;
    margin-right: 7px;
    padding: 0 !important
}

.tags li a {
    border: 1px solid #ced4da;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px
}

.tags li:last-child {
    margin-right: 0
}

.tags li a:hover {
    background: #397537;
    color: #fff
}

label {
    margin-bottom: 0
}

label.error {
    color: #EC5E69;
    font-weight: 500;
    display: inline-block;
    font-size: 12px
}

.label.label-default {
    background: #F1F1F1;
    color: #526069
}

.label.label-primary {
    background: #ff4c52
}

.label.label-success {
    background: #63CB89
}

.label.label-info {
    background: #5893DF
}

.label.label-warning {
    background: #F1C205
}

.label.label-danger {
    background: #EC5E69
}

.form-list input,
.form-list textarea,
.form-list select {
    border-left: none !important;
    border-radius: 0;
    border-right: none;
    border-top: none
}

.header-icon {
    border: 1px solid #397537;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center
}

.header-icon .fa-clock {
    -webkit-padding-start: 2px
}

.header-icon i {
    vertical-align: sub
}

.navbar-nav li.current>a,
.navbar-nav>li.active>a {
    color: #397537
}

.navbar>ul>li.current>a:after {
    border-color: transparent #397537 #397537 transparent
}

@media screen and (max-width: 991px) {
    .navbar ul ul li.active>a {
        color: #397537
    }
    .navbar-nav li.active>a {
        opacity: 1;
        color: #397537
    }
}

.navbar-brand img {
    max-height: 60px;
    transition-duration: 0.5s;
    margin: 0;
}

.cd-headline.loading-bar .cd-words-wrapper:after {
    background: #397537
}

.line-banner {
    overflow: hidden;
    position: relative
}

.line-banner .header-text {
    position: absolute;
    width: 100%;
    top: 30%;
    z-index: 4
}

.line-banner .header-text h1 {
    font-size: 100px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    width: 80%
}

.banner-form {
    margin-top: -60px;
    position: relative;
    z-index: 99
}

.banner-form .form-control {
    padding: 10px 20px
}

@media screen and (max-width: 1199px) {
    .line-banner .header-text h1 {
        font-size: 90px;
        line-height: 110px
    }
}

@media screen and (max-width: 991px) {
    .line-banner .header-text {
        top: 50%;
        transform: perspective(1px) translateY(-50%)
    }
    .line-banner .header-text h1 {
        font-size: 68px;
        line-height: 70px
    }
}

@media screen and (max-width: 767px) {
    .line-banner .header-text h1 {
        font-size: 52px;
        line-height: 65px;
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .line-banner .header-text h1 {
        font-size: 38px;
        line-height: 52px
    }
}

.page-title-section {
    padding: 215px 0 25px
}

.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section ul {
    margin-bottom: 0
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    color: #fff;
    font-weight: 600
}

.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    padding: 0 5px 0 10px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section .active {
    color: #397537
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 150px 0 25px
    }
    .page-title-section h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 130px 0 25px
    }
    .page-title-section h1 {
        font-size: 30px;
        line-height: 1
    }
    .page-title-section ul {
        margin-top: 0
    }
    .page-title-section ul li a {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .page-title-section h1 {
        font-size: 26px
    }
    .page-title-section ul li a {
        font-size: 12px
    }
}

.testimonial-style .testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.testimonial-style .testimonial-review p {
    margin-bottom: 0
}

.testimonial-style .testimonial-left-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 177px;
    flex: 1 0 177px;
    margin-right: 100px;
    text-align: center
}

.testimonial-style .testimonial-pic {
    position: relative;
    margin: 0 0 25px
}

.testimonial-style .testimonial-pic:before {
    content: '\f10d';
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    display: block;
    position: absolute;
    top: 48%;
    right: -62px;
    margin-top: -8px;
    font-size: 21px;
    color: #397537
}

.testimonial-style .testimonial-separator:before {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -53px;
    background-color: #c5c3c3
}

.testimonial-style .testimonial-separator:after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -53px;
    background-color: #c5c3c3;
    bottom: 0
}

.testimonial-style .client-info h6 {
    margin-bottom: 0;
    font-size: 15px;
    color: #232323
}

.testimonial-style .testimonial-review {
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .testimonial-style .testimonial-review {
        padding-bottom: 65px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-style .client-info h6 {
        font-style: 14px
    }
    .testimonial-style .custom-dot {
        margin-top: 20px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-style .testimonial-review {
        padding-bottom: 0
    }
    .testimonial-style .testimonial-left-col {
        margin-bottom: 20px;
        text-align: left
    }
    .testimonial-style .testimonial-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .testimonial-style .testimonial-separator,
    .testimonial-style .testimonial-pic:before {
        display: none
    }
}

.destination .form-control {
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 0
}

.destination .btn {
    border: none;
    border-bottom: 1px solid #eee
}

#destination .owl-nav {
    position: absolute;
    left: -75%;
    bottom: 40px;
    margin-top: 0
}

#destination .owl-nav .owl-prev,
#destination .owl-nav .owl-next {
    line-height: 33px
}

@media screen and (max-width: 1199px) {
    #destination .owl-nav {
        bottom: 13px
    }
}

.lebel {
    background-color: #397537;
    padding: 4px 10px 1px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 25px;
    margin-left: 10px
}

.contact-us {
    margin-top: -90px
}

.package img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.package:hover {
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.13);
    transition: all 0.5s;
    border: 1px solid transparent !important
}

.country:hover {
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.13);
    transition: all 0.5s;
    border: 1px solid transparent !important
}

.tour-inner li {
    border-top: 1px solid #eee;
    padding: 10px 0
}

.portfolio-1 {
    position: relative
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 4px;
    filter: alpha(opacity=0);
    overflow: hidden;
    transition: opacity .5s ease-out;
    background-color: rgba(0, 0, 0, 0.6)
}

.portfolio-overlay i {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 22px;
    height: 22px;
    margin: auto;
    bottom: 0
}

.portfolio-1:hover .portfolio-overlay {
    opacity: 1
}

.booking .nav-link {
    padding: 1.5rem 1rem
}

.booking .nav-tabs {
    border-bottom: none
}

.booking .nav-tabs .nav-link:focus,
.booking .nav-tabs .nav-link:hover {
    border: none
}

.booking .nav-pills .nav-link.active,
.booking .nav-pills .show>.nav-link {
    background-color: #397537
}

.booking .nav-tabs .nav-link {
    border: none
}

.booking .form-control {
    padding: 0.575rem .75rem
}

.booking input {
    margin-bottom: 0
}

.side-bar h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600
}

.side-bar input[type=checkbox],
.side-bar input[type=radio] {
    margin-top: 0.5rem
}

.irs-grid {
    bottom: -6px
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #ededed;
    padding: 4px 8px;
    font-size: 12px;
    color: #232323
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #ededed
}

.irs--flat .irs-handle {
    top: 32px;
    width: 6px;
    height: 16px;
    background-color: #397537;
    border-radius: 4px
}

.irs--flat .irs-handle>i:first-child {
    display: none
}

.irs--flat .irs-line {
    top: 37px;
    background-color: #ededed;
    height: 6px
}

.irs--flat .irs-bar {
    top: 37px;
    background-color: #397537;
    height: 6px
}

.progress {
    box-shadow: none !important;
    height: 4px;
    border-radius: 0;
    margin-bottom: 35px;
    overflow: hidden
}

.progress-bar {
    background-color: #397537;
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px
}

.progress.progress-sm {
    height: 8px !important
}

.progress.progress-sm .progress-bar {
    line-height: 10px
}

.progress.progress-md {
    height: 15px !important
}

.progress.progress-md .progress-bar {
    line-height: 15px
}

.progress.progress-lg {
    height: 20px !important
}

.progress.progress-lg .progress-bar {
    line-height: 20px
}

.progress-rounded {
    border-radius: 60px
}

.masonry {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.masonry a {
    display: block;
    margin-top: 10px
}

.masonry a:first-child {
    margin-top: 0
}

.masonry-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 992px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

.accordion>.card {
    overflow: hidden;
    border: none
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card .card-header {
    background: none;
    padding: 0;
    margin: 0
}

.accordion>.card .btn-link {
    padding: 1.5rem 0 1.5rem 60px;
    width: 100%;
    text-align: left
}

.accordion>.card .btn-link.collapsed:before {
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
    content: "\f105";
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    font-family: Font Awesome\ 5 Free;
    top: 17px;
    left: 2px;
    position: absolute;
    color: #397537
}

.accordion>.card .btn-link:before {
    background: #397537;
    content: "\f107";
    font-weight: 700;
    font-size: 20px;
    font-family: Font Awesome\ 5 Free;
    top: 17px;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    color: #fff
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.nav-tabs.nav-justified {
    border-bottom: 1px solid #E2E2E2
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: -1px;
    margin-left: 0px
}

.nav-tabs.nav-justified>.active>a {
    border-color: transparent;
    border-bottom: 1px solid #1B2733;
    color: #1B2733
}

.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border-color: transparent;
    border-bottom: 1px solid #1B2733;
    color: #1B2733
}

.tab-content {
    margin-top: 15px
}

.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px
}

.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #d5d5d5;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.custom-dot span:hover {
    background: #d5d5d5;
    -webkit-backface-visibility: visible;
    border-radius: 30px
}

.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #397537;
    border-color: #397537;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.owl-nav i {
    color: #232323;
    font-size: 18px;
    padding-top: 6px
}

.owl-nav .owl-next {
    color: #397537;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important
}

.owl-nav .owl-prev {
    color: #397537;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-nav .owl-next {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-theme .owl-nav {
    margin-top: 50px
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #6f6f6f;
    line-height: 30px;
    border-radius: 0
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #232323
}

@media screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        margin-top: 30px
    }
}

@media screen and (max-width: 991px) {
    .custom-dot {
        margin-top: 20px
    }
}

pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px 0;
    padding-top: 0
}

.html-code {
    background-color: #fbfbfb;
    position: relative;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed
}

.html-code:before {
    color: #a8d2f5;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}

.copy-element {
    position: absolute;
    top: -50px;
    right: 100px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.source-element {
    position: absolute;
    top: -50px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.html-code .copy-element {
    top: 15px;
    right: 30px
}

.html-code:hover .copy-element,
.html-code:hover .source-element {
    opacity: 1
}

.box-hover:hover .copy-element,
.box-hover:hover .source-element {
    opacity: 1
}

.copy-element>a,
.source-element>a {
    border-radius: 0.25rem;
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600
}

.copy-element>a:hover,
.source-element>a:hover {
    background: #249af9;
    color: #fff !important
}

.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px
}

.white-popup-block {
    background-color: #fbfbfb;
    position: relative;
    max-width: 650px;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed
}

.white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0
}

.white-popup-block:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}

.white-popup-block:hover .copy-element {
    opacity: 1
}

.white-popup-block .copy-element {
    top: 45px;
    right: 30px
}

.box-hover {
    position: relative
}

.box-hover .container {
    position: relative
}

.summary-list {
    padding: 20px
}

.summary-list li {
    margin-bottom: 15px
}

.summary-list li:last-child {
    margin-bottom: 0
}

.box-shadow {
    box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.1) !important
}

.search-form_input {
    color: #397537
}

.search-frame h4 a:hover {
    color: #397537
}

.search-frame .search_list .match {
    color: #397537
}

.search-frame .search_list li:before {
    color: #397537
}

.search-frame .search_list li+li {
    border-top: 3px solid #397537
}

.search-frame .search {
    color: #397537
}

.page-container .title {
    font-size: 240px;
    line-height: 1;
    margin-bottom: 30px
}

@media screen and (max-width: 1199px) {
    .page-container .title {
        font-size: 200px
    }
}

@media screen and (max-width: 991px) {
    .page-container .title {
        font-size: 125px
    }
}

@media screen and (max-width: 767px) {
    .page-container .title {
        font-size: 75px;
        margin-bottom: 10px
    }
}

.coming-soon .social-links li {
    display: inline-block;
    font-size: 22px;
    margin-right: 30px
}

.coming-soon .social-links li:last-child {
    margin-right: 0
}

.coming-soon .social-links li a {
    color: #fff
}

.coming-soon .social-links li a:hover {
    color: rgba(255, 255, 255, 0.65)
}

ul.countdown li {
    border-right: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    color: #fff
}

ul.countdown li:last-child {
    border: medium none;
    padding-right: 0
}

ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative
}

ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .coming-soon .social-links li {
        margin-right: 15px;
        font-size: 16px
    }
    ul.countdown li {
        padding: 0 5px
    }
    .social-links li {
        margin-right: 15px
    }
    ul.countdown li span {
        font-size: 22px
    }
}

.widget-list li {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    transition: all .3s ease;
    z-index: 0
}

.widget-list li a {
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    background-color: #fff;
    padding-right: 25px
}

.widget-list li a:before {
    width: 7px;
    height: 1px;
    content: '';
    background-color: #397537;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle
}

.blogs .post {
    margin-bottom: 50px
}

.blogs .post .content {
    padding-top: 30px
}

.blogs .post .content .post-title h5 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0px
}

.blogs .post .content .post-title h5 a {
    color: #232323
}

.blogs .post .content .post-title h5 a:hover {
    color: #F24259
}

.blogs .post .content .meta {
    margin-bottom: 20px
}

.blogs .post .content .meta li {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    position: relative
}

.blogs .post .content .meta li:first-child {
    padding-left: 0
}

.blogs .post .content .special {
    padding: 15px;
    margin: 50px 0 40px 0;
    border-left: 2px solid #111;
    background: #f4f4f4;
    font-size: 16px
}

.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px
}

.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #F24259
}

.blogs .post .share-post {
    padding: 35px 0;
    border-bottom: 1px dashed #ddd;
    text-align: left
}

.blogs .post .share-post span {
    font-weight: 700
}

.blogs .post .share-post ul {
    float: right
}

.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px
}

.blogs .post .post-img img {
    width: 100%
}

.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px
}

.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px
}

.blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px
}

.blogs .comment-box .author-thumb {
    width: 80px;
    float: left
}

.blogs .comment-box .comment-info {
    margin-left: 100px
}

.blogs .comment-box .comment-info h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600
}

.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination li:first-child a {
    border-left-width: 1px
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #232323;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination.wizard li:first-child a {
    border-left-width: none
}

.pagination.wizard a {
    float: left;
    padding: 12px 28px;
    line-height: 20px;
    text-decoration: none;
    border: none;
    border-left-width: 0;
    background: #397537
}

.pagination.wizard a:hover {
    background-color: #232323;
    color: #fff
}

.pagination.wizard .disabled .butn {
    background: #d4d4d4;
    color: #fff;
    cursor: default
}

.pagination.wizard .disabled .butn:hover,
.pagination.wizard .disabled .butn:active,
.pagination.wizard .disabled .butn:focus {
    color: #fff;
    background: #d4d4d4
}

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #397537;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px
}

.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px
}

.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px
}

.side-bar .widget {
    margin-bottom: 45px
}

.side-bar .widget:last-child {
    margin-bottom: 0
}

.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.side-bar .widget .widget-title h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #397537;
    position: absolute;
    bottom: 0;
    left: 0
}

.side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    color: #6f6f6f
}

.side-bar .widget li:last-child {
    margin: 0
}

.side-bar .widget .social-listing {
    margin-bottom: 0
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block
}

.side-bar .widget .social-listing li:after {
    background: none
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0;
    float: right;
    border-radius: 0;
    padding: 0
}

.side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .blog-list-simple {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.blog-block1 .img {
    overflow: hidden;
    position: relative
}

.blog-block1 .img a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #397537;
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    z-index: 3
}

.blog-block1 .img a span {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.blog-block1 img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-block1:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.blog-block {
    display: block;
    padding: 60px 50px 50px 100px;
    text-align: right;
    border: 8px solid #397537;
    margin-left: -60px
}

.blog .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 991px) {
    .blog-block {
        border: none;
        text-align: left;
        padding: 30px 30px 0 70px
    }
}

.social-icon-style li {
    display: inline-block;
    margin-right: 10px
}

.social-icon-style li:last-child {
    margin-right: 0
}

.social-icon-style li a {
    font-size: 14px;
    border: 1px solid #232323;
    color: #232323;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center
}

.social-icon-style li a:hover {
    color: #fff;
    background: #397537;
    border: 1px solid #397537
}

@media screen and (max-width: 767px) {
    .social-icon-style li a {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px
    }
}

.popover {
    z-index: 999999
}

.datepicker.dropdown-menu {
    z-index: 999999 !important
}

.email-box {
    width: 80%;
    position: relative;
    background: none;
    overflow: hidden
}

.email-box input {
    width: 99%;
    height: 45px;
    min-height: auto;
    margin-bottom: 7px;
    border-radius: 5px;
    border: 1px solid rgba(78, 78, 84, 0.2);
    outline: none;
    padding-left: 20px;
    padding-right: 70px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.67px
}

.email-box .butn {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 13px 18px;
    border-top-left-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0
}

.contact-form {
    margin-top: -90px
}

@media screen and (max-width: 1199px) {
    .contact-form {
        margin-top: -70px
    }
}

@media screen and (max-width: 991px) {
    .contact-form {
        margin-top: -50px
    }
}

.contact-map {
    width: 100%;
    height: 400px
}

footer {
    color: #232323
}

footer .list-style-1 a {
    color: #232323
}

.footer-list-style {
    margin-bottom: 0
}

.footer-list-style li {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 0
}

.footer-list-style li a {
    vertical-align: middle
}

.footer-list-style li span {
    vertical-align: baseline;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    margin-right: 6px
}

.footer-list-style li:last-child {
    margin-right: 0
}

footer p {
    margin-bottom: 0
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.footer-bar {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent
}

.footer-bar span {
    color: #397537;
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .footer-bar p {
        font-size: 12px
    }
    footer .list-style-1 li {
        padding: 0 0 5px 0
    }
    footer .list-style-1 li:last-child {
        padding: 0
    }
    footer .list-style-1 li a {
        color: #232323
    }
}

.footer-title-style1 {
    position: relative;
    font-size: 20px;
    font-weight: 600
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -80px;
    background: #397537;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme:hover,
.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #397537
}

.all-demo:hover {
    background: #232323
}

.buy-theme span,
.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span,
.all-demo:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i,
.all-demo:hover i {
    color: #fff
}

.buy-theme a,
.all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 185px;
    right: -91px;
    background: #232323;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}