@font-face {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Lora-Regular.ttf) format('ttf');
}

.fa-ul>li {
    position: relative
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-comments:before {
    content: "\f086"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-heart:before {
    content: "\f004"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-search:before {
    content: "\f002"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-twitter:before {
    content: "\f099"
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lora-Regular.ttf) format('ttf')
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-9001.eot) format("embedded-opentype"), url(../fonts/fa-solid-9001.woff2) format("woff2"), url(../fonts/fa-solid-9001.woff) format("woff"), url(../fonts/fa-solid-9001.ttf) format("truetype");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

figure {
    margin: 0 0 1rem
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

[hidden] {
    display: none !important
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-group {
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
}

.collapse {
    display: none
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

@media (min-width:576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-size: 16px;
    color: #615e5d;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    font-family: Poppins, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0 15px
    }
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    transition: all .5s ease
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #f2be00
}

button,
input,
select,
textarea {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 15px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all .5s ease
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: all .5s ease
}

p {
    position: relative;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    color: #615e5d;
    margin-bottom: 0;
    font-style: normal;
    transition: all .5s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: Comfortaa, Cursive;
    font-weight: 400;
    margin: 0;
    transition: all .5s ease
}

.centred {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

figure {
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    padding: 10px 38px;
    background: #111;
    line-height: 26px;
    color: #37e219ab;
    border: 2px solid #37e219ab;
    font-weight: 400;
    border-radius: 30px;
    transition: all .5s ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.theme-btn:hover {
    color: #fff
}

.theme-btn:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    border-bottom: 50px solid #37e219ab;
    border-right: 50px solid transparent;
    transition: all .6s ease;
    transform: translateX(-100%);
    z-index: -1
}

.theme-btn:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #37e219ab;
    transition: all .6s ease;
    transform: translateX(100%);
    z-index: -1
}

.theme-btn:hover::before {
    transform: translateX(-40%)
}

.theme-btn:hover::after {
    transform: translateX(40%)
}

.pagination li {
    display: inline-block;
    margin: 0 5px
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Playfair Display', sans-serif;
    height: 52px;
    font-weight: 900;
    width: 52px;
    line-height: 52px;
    text-align: center;
    color: #737879;
    background: #f4f3f0;
    transition: all .5s ease
}

.pagination li a.active,
.pagination li a:hover {
    background: #f18f20;
    color: #fff
}

.scroll-top span {
    color: #fff
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    transition: all .5s ease
}

.sticky-header {
    position: fixed;
    background: #222;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
}

.main-header .outer-container {
    position: relative;
    display: block
}

.main-header .main-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.main-header .logo-box {
    position: relative;
    float: left;
    padding: 50px 0 25px 0
}

.footer-logo a,
.main-header .logo-box a {
    color: #37e219ab;
    font-size: 1.5rem
}

.main-header .nav-outer {
    position: relative;
    float: right
}

.main-header .nav-outer .share-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.main-header .nav-outer .share-box .social-links li:last-child {
    margin-bottom: 0
}

.main-header .nav-outer .share-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff
}

.main-header .nav-outer .header-flyout-searchbar i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin: 0 20px
}

.main-menu .navigation>li:first-child {
    margin-left: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: Comfortaa, Cursive;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
    opacity: 1;
    text-transform: capitalize;
    padding: 50px 0 25px 0;
    transition: all .5s ease
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #37e219ab
}

.main-menu .navigation {
    position: relative
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #000
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-family: Comfortaa, Cursive;
    padding: 6px 25px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li:hover a {
    color: #37e219ab;
    padding-left: 30px
}

.main-menu .navigation>li>ul>li:last-child:hover {
    border-bottom: none
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1
}

.navbar-header {
    display: none
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 5px;
    padding: 20px 0;
    background: #000
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    margin: 0
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-family: Comfortaa, Cursive;
    padding: 6px 25px;
    line-height: 24px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #37e219ab !important;
    padding-left: 30px !important
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-size: 16px;
    color: #fff;
    top: 6px;
    right: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #37e219ab
}

.sticky-header .main-menu .navigation>li {
    margin: 0
}

.sticky-header .main-menu .navigation>li>a {
    padding: 27px 30px !important
}

.sticky-header .main-menu .navigation>li>a {
    color: #fff
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: #37e219ab
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    margin-top: 0;
    padding: 25px 0 24px 0
}

.sticky-header .menu-area {
    position: relative;
    float: right;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none
}

.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title>:last-child {
    margin-bottom: 0 !important
}

.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s
}

.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row input[type=search] {
    width: 100%;
    height: 60px;
    padding: 0 40px 0 0;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff
}

.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row button[type=submit] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer
}

.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row button[type=submit] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px
}

body.flyout-searchbar-active .wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1
}

.main-slider h1 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 80px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
    transition: all .7s ease;
    transform: translateY(-50px)
}

.main-slider .active h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .7s
}

.main-slider h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: Comfortaa, Cursive;
    color: #fff;
    font-weight: 700;
    margin-bottom: 32px;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(-50px)
}

.main-slider .active h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}

.main-slider .slider-btn .theme-btn {
    font-size: 22px;
    padding: 29px 70px 28px 70px;
    border-radius: 40px
}

.dot-style-one .owl-dots .owl-dot span {
    display: none
}

.album-popup .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 115px 100px 50px 100px
}

.album-popup .inner-box .title-box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-family: Comfortaa, Cursive;
    font-weight: 400;
    color: #232a34;
    margin-bottom: 6px
}

.album-popup .inner-box .title-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #37e219ab;
    text-transform: uppercase;
    margin-bottom: 18px
}

.album-popup .inner-box .title-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    color: #525252;
    font-weight: 400
}

.album-popup .inner-box .photo-album .image img {
    width: 100%
}

.instagram-section .inner-content li {
    position: relative;
    float: left;
    width: 16.666%
}

.instagram-section .inner-content li img {
    width: 100%;
    transition: all .5s ease
}

.instagram-section .inner-content li .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #232a34;
    text-align: center;
    margin: 0 3px 0 2px
}

.instagram-section .inner-content li:hover img {
    opacity: .2;
    transform: scale(1.1)
}

.instagram-section .inner-content li .inner-box .image-content a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: Poppins, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    transform: translateY(20px);
    opacity: 0
}

.instagram-section .inner-content li .inner-box .image-content a:hover {
    color: #37e219ab
}

.main-footer .footer-top h3 {
    position: relative;
    display: block;
    font-size: 28px;
    font-family: Comfortaa, Cursive;
    line-height: 38px;
    color: #fff;
    margin-bottom: 11px
}

.main-footer .footer-top .subscribe-form .form-group {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto
}

.main-footer .footer-top .subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    background: #1f252e;
    border: 1px solid #1f252e;
    border-radius: 30px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    transition: all .5s ease
}

.main-footer .footer-top .subscribe-form .form-group input:focus {
    border-color: #37e219ab
}

.main-footer .footer-top .subscribe-form .form-group button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    background: #37e219ab;
    color: #fff;
    text-align: center;
    padding: 7.5px 43px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    cursor: pointer;
    transition: all .5s ease
}

.main-footer .footer-top .subscribe-form .form-group button:hover {
    background: #fff;
    color: #37e219ab
}

.main-footer .footer-top .subscribe-form .form-group input::-webkit-input-placeholder {
    color: #fff
}

.main-footer .footer-bottom {
    position: relative;
    display: block;
    padding: 29px 0 32px 0
}

.main-footer .footer-bottom .copyright {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #666b74
}

.main-footer .footer-bottom .copyright a {
    position: relative;
    display: inline-block;
    color: #fff
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline
}

.social-style-one li {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #171d24;
    text-align: center;
    border-radius: 50%
}

.social-style-one li a:hover {
    color: #37e219ab
}

.main-footer .footer-bottom .footer-logo {
    position: relative;
    margin-top: 8px
}

.main-header .outer-box .album-box button {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    transition: all .5s ease
}

.main-header .outer-box .album-box button:hover {
    color: #37e219ab
}

.main-slider .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0;
    transition: all 1.5s ease;
    transform: translateX(50px)
}

.main-slider .active h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.5s
}

.main-slider .content-box .text {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: Poppins, sans-serif;
    margin-bottom: 37px;
    opacity: 0;
    transition: all 1.5s ease;
    transform: translateX(-50px)
}

.main-slider .active .text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.5s
}

.main-slider.style-two .content-box h1 {
    font-weight: 300;
    text-transform: capitalize;
    font-family: Comfortaa, Cursive;
    margin-bottom: 18px;
    letter-spacing: 0
}

.dot-style-two .owl-dots .owl-dot span {
    display: none
}

.nav-style-one .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: rgba(255, 255, 255, .1)
}

.footer-style-two {
    position: relative;
    display: block;
    background: #232a34
}

.footer-style-two .widgets-section {
    position: relative;
    display: block;
    color: #9da5b1;
    padding: 113px 0 120px 0;
    border-bottom: 1px solid #2c343f
}

.footer-style-two .widgets-section .logo-widget {
    position: relative;
    display: block;
    margin-right: 40px;
    margin-top: 7px
}

.footer-style-two .widgets-section .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.footer-style-two .widgets-section .logo-widget p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #9da5b1
}

.footer-style-two .widgets-section .widget-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: Comfortaa, Cursive;
    font-weight: 400;
    color: #fff;
    margin-bottom: 26px
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 13px
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .subscribe-form {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: #9da5b1;
    background: #1f252e;
    border: 1px solid #1f252e;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    padding: 10px 70px 10px 30px;
    border-radius: 30px;
    transition: all .5s ease
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .subscribe-form .form-group input:focus {
    border-color: #37e219ab
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .subscribe-form .form-group input::-webkit-input-placeholder {
    color: #9da5b1
}

.footer-style-two .widgets-section .subscribe-widget .widget-content .subscribe-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    background: #37e219ab;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 8px rgba(157, 165, 177, .3);
    transition: all .5s ease
}

.footer-style-two .widgets-section .link-widget {
    position: relative;
    display: block;
    margin-left: 40px
}

.footer-style-two .widgets-section .link-widget .widget-content ul li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-style-two .widgets-section .link-widget .widget-content ul li:last-child {
    margin-bottom: 0
}

.footer-style-two .widgets-section .link-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #9da5b1
}

.footer-style-two .widgets-section .contact-widget {
    position: relative;
    display: block;
    margin-left: 30px
}

.footer-style-two .widgets-section .contact-widget .widget-content ul li {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-bottom: 6px
}

.footer-style-two .widgets-section .contact-widget .widget-content ul li:last-child {
    margin-bottom: 0
}

.footer-style-two .widgets-section .contact-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #9da5b1
}

.footer-style-two .footer-bottom .copyright a:hover,
.footer-style-two .widgets-section .contact-widget .widget-content ul li a:hover,
.footer-style-two .widgets-section .link-widget .widget-content ul li a:hover {
    color: #37e219ab
}

.footer-style-two .footer-bottom {
    position: relative;
    display: block;
    padding: 30px 0;
    text-align: center
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #7e838b
}

.footer-style-two .footer-bottom .copyright a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    text-decoration: underline
}

.contact-section {
    position: relative;
    display: block;
    padding: 115px 0 120px 0
}

.contact-section .contact-info .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    color: #d9e2ed;
    font-weight: 400;
    margin-bottom: 27px;
    padding: 0 0 0 63px
}

.contact-section .contact-info .info-list li:last-child {
    margin-bottom: 0
}

.contact-section .contact-info .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    color: #d9e2ed;
    font-weight: 400
}

.contact-section .contact-info .info-list li a:hover {
    color: #37e219ab
}

.contact-section .contact-form-area {
    position: relative;
    display: block;
    margin-top: 9px
}

.contact-section .contact-info .info-list li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #fff
}

.default-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.default-form .column .form-group:last-child {
    margin-bottom: 0
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=text],
.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 15px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    color: #fff;
    background: rgba(35, 42, 52, .5);
    transition: all .5s ease
}

.default-form .form-group textarea {
    height: 240px;
    resize: none
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #9099a8
}

.default-form .form-group button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 400;
    background: #37e219ab;
    padding: 12px 62.5px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease
}

.default-form .form-group button:hover {
    background: #fff;
    color: #37e219ab
}

.page-title {
    height: 120px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: Comfortaa, Cursive;
    font-weight: 700;
    color: #fff;
    margin-right: 4px;
    padding-right: 12px
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0;
    margin: 0;
    color: #37e219ab
}

.page-title .content-box .bread-crumb li a {
    position: relative;
    display: inline-block;
    color: #fff
}

.page-title .content-box .bread-crumb li a:hover {
    color: #37e219ab
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 5px;
    height: 1px;
    top: 14px;
    right: 0
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none
}

.blog-page {
    position: relative;
    display: block;
    padding: 60px 0 120px 0
}

.blog-page {
    position: relative;
    display: block;
    padding: 120px 0px 60px 0px;
}

.single-blog-content .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.single-blog-content .inner-box .image-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-content .inner-box .image-holder .image-box img {
    width: 100%;
    transition: all 3s ease;
}

.single-blog-content .inner-box:hover .image-holder .image-box img {
    transform: scale(1.1);
}

.single-blog-content .inner-box .image-holder .info-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(35, 42, 52, 0.7);
    padding: 10px 50px 10px 25px;
    transform: translateY(55px);
    transition: all 500ms ease;
}

.single-blog-content .inner-box:hover .image-holder .info-box {
    transform: translateY(0px);
}

.single-blog-content .inner-box .image-holder .info-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-right: 20px;
}

.single-blog-content .inner-box .image-holder .info-box li:before {
    position: absolute;
    content: '';
    background: #37e219ab;
    width: 2px;
    height: 15px;
    top: 3px;
    right: -10px;
}

.single-blog-content .inner-box .image-holder .info-box li:nth-child(2):before,
.single-blog-content .inner-box .image-holder .info-box li:last-child:before {
    display: none;
}

.single-blog-content .inner-box .image-holder .info-box li:last-child {
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}


.single-blog-content .inner-box {
    position: relative;
    margin-bottom: 30px
}

.single-blog-content .inner-box .image-holder {
    position: relative;
    display: block;
    overflow: hidden
}

.single-blog-content .inner-box .image-holder .image-box img {
    width: 100%;
    transition: all 3s ease
}

.single-blog-content .inner-box:hover .image-holder .image-box img {
    transform: scale(1.1)
}

.single-blog-content .inner-box .image-holder .info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(35, 42, 52, .7);
    padding: 10px 50px 10px 25px;
    transform: translateY(55px);
    transition: all .5s ease
}

.single-blog-content .inner-box:hover .image-holder .info-box {
    transform: translateY(0)
}

.single-blog-content .inner-box .image-holder .info-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Comfortaa, Cursive;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-right: 20px
}

.single-blog-content .inner-box .image-holder .info-box li:before {
    position: absolute;
    content: '';
    background: #37e219ab;
    width: 2px;
    height: 15px;
    top: 3px;
    right: -10px
}

.single-blog-content .inner-box .image-holder .info-box li:last-child:before,
.single-blog-content .inner-box .image-holder .info-box li:nth-child(2):before {
    display: none
}

.single-blog-content .inner-box .image-holder .info-box li:last-child {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.single-blog-content .inner-box .image-holder .info-box li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 52px;
    height: 50px;
    line-height: 50px;
    background: rgba(5, 159, 129, .7);
    text-align: center
}

.single-blog-content .inner-box .lower-content {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 3px solid #ececec;
    padding: 22px 15px 18px 15px
}

.single-blog-content .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 6px
}

.single-blog-content .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Comfortaa, Cursive;
    line-height: 24px;
    color: #878787;
    margin: 0 8px
}

.single-blog-content .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #e4e4e4;
    width: 2px;
    height: 15px;
    top: 4px;
    right: -12px
}

.single-blog-content .inner-box .lower-content .post-info li:last-child:before {
    display: none
}

.single-blog-content .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    color: #323942;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.single-blog-content .inner-box .lower-content h4 a {
    position: relative;
    display: inline-block;
    color: #323942
}

.single-blog-content .inner-box .lower-content h4 a:hover {
    color: #37e219ab
}

.single-blog-content .inner-box .lower-content .text {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    line-height: 26px;
    color: #525252
}

.single-blog-content .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #37e219ab;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scale(0, 0);
    transition: all .5s ease
}

.single-blog-content .inner-box:hover .lower-content:before {
    transform: scale(1, 1)
}

.single-blog-content .inner-box .lower-content .dot-box .dot {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 7px;
    background: #c4c4c4;
    border-radius: 50%;
    transition: all .5s ease
}

.single-blog-content .inner-box:hover .lower-content .dot-box .dot {
    background: #37e219ab
}

.blog-page .load-more-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #fff;
    background: #eee;
    padding: 4px 15px;
    text-align: center;
    z-index: 1;
    transition: all .5s ease
}

.blog-page .load-more-btn a.active {
    background: #37e219ab
}

.blog-page .load-more-btn a:hover {
    background: #232a34;
    transform: translateY(-3px)
}

.blog-page .load-more-btn {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar .sidebar-search {
    position: relative;
    display: block;
    margin-bottom: 55px
}

.sidebar-page-container .sidebar .sidebar-search .form-group {
    position: relative;
    display: block;
    margin-bottom: 0
}

.sidebar-page-container .sidebar .sidebar-search .form-group input::-webkit-input-placeholder {
    color: #a9a9a9
}

.sidebar-page-container .sidebar .sidebar-search .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 30px;
    font-size: 14px;
    color: #a9a9a9;
    padding: 10px 50px 10px 20px;
    transition: all .5s ease
}

.sidebar-page-container .sidebar .sidebar-search .form-group button:hover,
.sidebar-page-container .sidebar .sidebar-search .form-group input:focus+button {
    color: #37e219ab
}

.sidebar-page-container .sidebar .sidebar-search .form-group input:focus {
    border-color: #37e219ab
}

.sidebar-page-container .sidebar .sidebar-search .form-group button {
    position: absolute;
    top: 11px;
    right: 18px;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    cursor: pointer;
    background: 0 0;
    transition: all .5s ease
}

.sidebar-page-container .sidebar .sidebar-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: Comfortaa, Cursive;
    color: #333;
    font-weight: 700;
    margin-bottom: 21px
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li:last-child {
    margin-bottom: 0
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #8e8e8e
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a span {
    float: right
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover {
    color: #37e219ab
}

.sidebar-page-container .sidebar .sidebar-categories {
    position: relative;
    display: block;
    margin-bottom: 47px
}

.sidebar-page-container .sidebar .sidebar-post .post {
    position: relative;
    display: block;
    padding: 15px 5px;
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child {
    margin-bottom: 0
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 111px;
    height: 111px;
    overflow: hidden;
    background: #37e219ab
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb img {
    width: 100%;
    transition: all .5s ease
}

.sidebar-page-container .sidebar .sidebar-post .post:hover .post-thumb img {
    opacity: .5
}

.sidebar-page-container .sidebar .sidebar-post .post h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: Comfortaa, Cursive;
    font-weight: 700;
    color: #222;
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a {
    position: relative;
    display: inline-block;
    color: #222
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover {
    color: #37e219ab
}

.sidebar-page-container .sidebar .sidebar-post .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    color: #b9b9b9;
    font-weight: 400
}

.sidebar-page-container .sidebar .sidebar-post {
    position: relative;
    display: block;
    margin-bottom: 55px
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list li {
    position: relative;
    float: left;
    overflow: hidden;
    background: #37e219ab;
    width: 107px;
    height: 107px;
    margin: 0 10px 20px 9px
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list li img {
    width: 100%;
    transition: all .5s ease
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list li:hover img {
    opacity: .5
}

.sidebar-page-container .sidebar .sidebar-instagram .sidebar-title {
    margin-bottom: 28px
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
}

.tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #acacac;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    border-radius: 25px;
    text-align: center;
    padding: 3px 19px
}

.tags-list li a:hover {
    background: #37e219ab;
    border-color: #37e219ab;
    color: #fff
}

.sidebar-page-container .sidebar .sidebar-tags .sidebar-title {
    margin-bottom: 27px
}

.contact-section.style-two {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.contact-section.style-two:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.contact-section.style-two h3.top-text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-family: Comfortaa, Cursive;
    color: #d9e2ed;
    font-weight: 700;
    margin-bottom: 44px;
    text-align: center
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

/** blog-single **/
.blog-single {
    position: relative;
    display: block;
    padding: 120px 0px 60px 0px;
}

.blog-single .owl-dots {
    display: none !important;
}

.blog-single .blog-single-content .carousel-box img {
    width: 100%;
}

.blog-single .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.blog-single .owl-nav .owl-prev,
.blog-single .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: rgba(35, 42, 52, 0.70);
    cursor: pointer;
    transition: all 500ms ease;
}

.blog-single .owl-nav .owl-prev:hover,
.blog-single .owl-nav .owl-next:hover {
    background: rgba(5, 159, 129, 0.70);
}

.blog-single .blog-single-content .post-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 700;
    margin-bottom: 27px;
}

.blog-single .blog-single-content .post-title .title-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 400;
    color: #878787;
    margin-right: 15px;
}

.blog-single .blog-single-content .post-title .title-info li:last-child {
    margin-right: 0px;
}

.blog-single .blog-single-content .post-title .title-info li:before {
    position: absolute;
    content: '';
    background: #e4e4e4;
    width: 2px;
    height: 15px;
    top: 4px;
    right: -11px;
}

.blog-single .blog-single-content .post-title .title-info li:last-child:before {
    display: none;
}

.blog-single .blog-single-content .post-title .title-info .info-box li i {
    color: #d0d0d0;
}

.blog-single .blog-single-content .post-title {
    position: relative;
    display: block;
    padding: 0 0px 12px 0px;
    border-bottom: 3px solid #f5f5f5;
    margin-bottom: 30px;
}

.blog-single .blog-single-content .inner-box .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #525252;
    font-weight: 400;
    margin-bottom: 33px;
}

.blog-single .blog-single-content .inner-box .text blockquote {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 400;
    color: #2f2f2f;
    padding: 0px 0px 0px 60px;
    margin-bottom: 36px;
}

.blog-single .blog-single-content .inner-box .text blockquote i {
    position: absolute;
    left: 0px;
    top: -7px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: #eeeeee;
}

.blog-single .blog-single-content .inner-box .two-column .image-box {
    position: relative;
    display: block;
    margin-right: 33px;
    margin-top: 8px;
}

.blog-single .blog-single-content .inner-box .two-column .image-box img {
    width: 100%;
}

.blog-single .blog-single-content .inner-box .two-column .text {
    position: relative;
    display: block;
}

.blog-single .blog-single-content .inner-box .two-column .text .italic-text {
    color: #37e219ab;
    font-style: italic;
    margin-bottom: 15px;
}

.blog-single .blog-single-content .inner-box .two-column .text p {
    margin-bottom: 26px;
}

.blog-single .blog-single-content .inner-box .two-column .text p:last-child {
    margin-bottom: 0px;
}

.blog-single .blog-single-content .inner-box .two-column {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.blog-single .blog-single-content .post-share-option {
    position: relative;
    display: block;
    padding: 20px 0px;
    margin-bottom: 54px;
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
}

.blog-single .blog-single-content .post-share-option .tags li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 700;
    color: #525252;
}

.blog-single .blog-single-content .post-share-option .tags li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 700;
    color: #525252;
}

.blog-single .blog-single-content .post-share-option .tags li a:hover {
    color: #37e219ab;
}

.blog-single .blog-single-content .post-share-option .tags {
    position: relative;
    margin-top: 7px;
}

.blog-single .blog-single-content .post-share-option .share li h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 700;
    top: 3px;
    margin-right: 17px;
    color: #222;
}

.blog-single .blog-single-content .post-share-option .share li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.blog-single .blog-single-content .post-share-option .share li:last-child {
    margin-right: 0px;
}

.blog-single .blog-single-content .post-share-option .share li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #b8b8b8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f3f3f3;
    text-align: center;
    border-radius: 50%;
}

.blog-single .blog-single-content .post-share-option .share li a:hover {
    color: #37e219ab;
}

.blog-single .blog-single-content .group-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Comfortaa', Cursive;
    color: #333333;
    font-weight: 700;
    margin-bottom: 22px;
}

.blog-single .blog-single-content .related-post {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment {
    position: relative;
    display: block;
    padding: 0px 0px 0px 100px;
    margin-bottom: 30px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .author-thumb {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 67px;
    height: 67px;
    overflow: hidden;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .name {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #323942;
    margin-right: 6px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 400;
    color: #525252;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .comment-info {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .text {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #525252;
    margin-bottom: 7px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .info-box .replay-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #3a3b44;
    text-transform: uppercase;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .info-box .replay-btn a:hover {
    color: #37e219ab;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .info-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Comfortaa', Cursive;
    font-weight: 400;
    color: #3a3b44;
    margin-right: 15px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment .info-box li:last-child {
    margin-right: 0px;
}

.blog-single .blog-single-content .comments-area .comment-box .comment.replay-comment {
    margin-left: 100px;
    margin-bottom: 0px;
}

.blog-single .blog-single-content .comments-area {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.blog-single .blog-single-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-single .blog-single-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-single .blog-single-content .comments-form-area .comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}

.blog-single .blog-single-content .comments-form-area .comment-form .form-group textarea {
    height: 150px;
    resize: none;
}

.blog-single .blog-single-content .comments-form-area .comment-form .form-group input:focus,
.blog-single .blog-single-content .comments-form-area .comment-form .form-group textarea:focus {
    border-color: #37e219ab;
}

.blog-single .blog-single-content .comments-form-area .comment-form .form-group {
    margin-bottom: 20px;
}

.blog-single .blog-single-content .comments-form-area .comment-form .form-group:last-child {
    margin-bottom: 0px;
}

footer .row{
    justify-content: center;
}

/* =============== Mobile menu ===================== */
@media only screen and (max-width: 991px) {
    .sticky-header .container {
        padding-bottom: 15px;
    }

    .sticky-header .logo-box {
        padding: 0;
        padding-top: 10px;
    }

    .main-box .logo-box {
        display: none;
    }

    .sticky-header {
        height: 50px !important;
    }

    .header-top .links-nav li {
        margin-right: 15px;
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        top: 0px;
    }

    .main-header .main-menu {
        width: 100vw;
        top: 50px;
        position: fixed;
        left: 0;
        background-color: #333333;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px;
        cursor: pointer;
        border-radius: 0px;
        background: #37e219ab;
        position: fixed;
        top: 0.5em;
        right: 1em;
    }

    .page-title {
        height: 60px;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
        height: 2px;
        width: 29px;
        display: block;
        margin: 5px;
    }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 90vw;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        max-height: 320px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100vw !important;
        background: #333333;
        border: 1px solid #ffffff;
    }

    .main-menu .navbar-collapse>.navigation>li {
        margin: 0px !important;
        float: none !important;
        width: 100vw;
        border-bottom: 1px solid #ffffff !important;
    }

    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: none;
    }

    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important;
    }

    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333333;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        border-top: 1px solid rgba(255, 255, 255) !important;
    }

    .main-menu .navbar-collapse>.navigation>li:last-child {
        border-bottom: none;
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 12px 15px !important;
        line-height: 22px;
        color: #fff;
        background: #333333;
        text-align: left;
        min-height: 0px;
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        color: #ffffff !important;
        background: #333333;
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {

    .blog-page,
    .sidebar-page-container {
        padding-top: 60px;
    }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 100vw;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        max-height: 320px;
        border-radius: 3px;
    }

    .footer-style-two .widgets-section .link-widget{
        margin-left: 0;
    }

    .footer-logo a, .main-header .logo-box a{
        font-size: 20px;
    }

    .blog-single .blog-single-content .post-title h2{
        font-size: 20px;
        line-height: 30px;
    }
}

.collapse.show {
    display: block;
}

.my-title a {
    position: relative;
    display: inline-block;
    color: #37e219ab;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5em;
    border-left: 4px solid #37e219ab;
    padding-left: 20px;
}

@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }
  
  .positionFixed {
      bottom: 0px;
      left: 50%;
      position: fixed;
      transform: translate(-50%, 0%);
      z-index: 999;
      width: 100%;
      background-color: #e4e4e4;
      display: flex;
      justify-content: center;
  }
  
  .ad-div {
      margin-bottom: 50px;
      width: 100%;
      min-height: 250px;
      clear: both;
  }
  
  .t_de {
      clear: both;
      height: 0.2rem;
      width: 100%;
      max-width: 100%;
      line-height: 0.3rem;
      font-size: 0.6rem;
      padding: 0.5rem 0 1rem 0;
      box-sizing: border-box;
      color: #707070;
      text-align: center;
  }
  
  .grecaptcha-badge {
      visibility: hidden;
  }