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

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');
}

.footer-area .about-widget ul li {
    color: #333;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 10px;
}

.footer-area .about-widget ul li i {
    font-size: 26px;
    margin-right: 6px;
    position: relative;
    top: 4px;
}

.logo,
.header-logo-area a {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    min-width: 220px;
}

.footer-area .about-widget .footer-logo-area {
    margin-bottom: 25px;
}

.footer-area .about-widget .desc {
    color: #333;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 17px;
}

.footer-area .about-widget ul li a {
    color: #333;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-navbar:before {
    content: "\e6fb";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-address:before {
    content: "\e636";
}

.icon-email:before {
    content: "\e66f";
}

.icon-search:before {
    content: "\e6c8";
}

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

body {
    margin: 0;
    font-family: Lora;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

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

ul {
    padding-left: 2rem
}

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

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    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
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

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

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

@media (min-width:576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

@media (min-width:768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .offset-md-3 {
        margin-left: 25%
    }
}

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

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .offset-lg-0 {
        margin-left: 0
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px))
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.w-100 {
    width: 100% !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

body {
    color: #8a8a8a;
    font-size: 1rem;
    font-family: Lora;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
    word-wrap: break-word
}

h2,
h3,
h4 {
    color: #343434;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0
}

a {
    color: #6af7ee;
    text-decoration: none;
    transition: .3s
}

a:active,
a:focus,
a:hover {
    box-shadow: none;
    color: #6af7ee;
    outline: 0;
    text-decoration: none
}

a img {
    border: none
}

.btn:focus {
    box-shadow: none
}

p {
    margin-bottom: 30px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

:active,
:focus {
    box-shadow: none;
    outline: 0 !important
}

img {
    max-width: 100%
}

input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

blockquote,
ul {
    margin-bottom: 30px
}

.wrapper {
    overflow-x: hidden
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
}

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

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

.row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

section .container {
    padding-bottom: 70px;
    padding-top: 130px
}

@media only screen and (max-width:1199px) {
    section .container {
        padding-bottom: 10px;
        padding-top: 60px
    }
}

.btn-theme {
    background-color: #6af7ee;
    border: 2px solid #6af7ee;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 10px 5px;
    text-align: center;
    width: 124px;
    transition: all .3s ease-out
}

.btn-theme:hover {
    background-color: transparent;
    border: 2px solid #6af7ee;
    color: #6af7ee
}

.btn-link {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline
}

.btn-link:hover {
    color: #6af7ee;
    text-decoration: underline
}

.pagination-content-wrap {
    margin-top: 30px;
    margin-bottom: 36px
}

.pagination-content-wrap .pagination-nav .pagination li {
    margin-right: 9px
}

.pagination-content-wrap .pagination-nav .pagination li a {
    background: #fff;
    border: 1px solid #ededed;
    color: #222;
    font-size: 15px;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    width: 50px;
    text-align: center
}

.pagination-content-wrap .pagination-nav .pagination li a.next,
.pagination-content-wrap .pagination-nav .pagination li a.prev {
    font-size: 14px;
    width: 60px
}

.pagination-content-wrap .pagination-nav .pagination li a.active {
    color: #fff;
    background-color: #333
}

.pagination-content-wrap .pagination-nav .pagination li a:hover {
    color: #fff;
    background-color: #333
}

.pagination-content-wrap .pagination-nav .pagination li:last-child {
    margin-right: 0
}

.pagination-content-wrap.border-top {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px
}

.main-menu>li {
    margin-right: 14px;
    padding: 3px 0
}

.main-menu>li:last-child {
    margin-right: 0
}

.main-menu>li>a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding: 7px 25px;
    position: relative
}

.main-menu>li:hover>a {
    color: #6af7ee
}

.main-menu>li:hover>a:before {
    color: #6af7ee
}

.res-mobile-menu {
    margin: 0
}

.res-mobile-menu .slicknav_btn {
    display: none
}

.res-mobile-menu .slicknav_menu {
    background-color: transparent;
    padding: 0
}

.res-mobile-menu .slicknav_nav {
    display: block !important
}

.res-mobile-menu .slicknav_nav li {
    border-top: 1px solid #eee;
    position: relative
}

.res-mobile-menu .slicknav_nav li:last-child {
    border-bottom: 0
}

.res-mobile-menu .slicknav_nav li a {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 8px 20px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0
}

.res-mobile-menu .slicknav_nav li a:hover {
    color: #6af7ee;
    background-color: transparent
}

.section-title {
    margin-bottom: 44px
}

.header-area {
    padding: 0
}

@media only screen and (max-width:1199px) {
    .header-area .container {
        max-width: 960px
    }
}

.header-area.sticky-header {
    transition: all .4s ease-out
}

.header-area.header-default {
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}

.header-area .header-navigation-area .main-menu.nav {
    align-items: center;
    justify-content: center
}

.header-area .header-navigation-area .main-menu.nav>li {
    padding: 0;
    margin-right: 0
}

.header-area .header-navigation-area .main-menu.nav>li>a {
    color: #0a0a0a;
    font-size: 15px;
    font-weight: 600;
    height: 100px;
    line-height: 102px;
    padding: 0 22px 0 23px;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-out
}

@media only screen and (max-width:1199px) {
    .header-area .header-navigation-area .main-menu.nav>li>a {
        font-size: 15px;
        padding: 0 12px
    }
}

.header-area .header-navigation-area .main-menu.nav>li>a:hover {
    color: #6af7ee
}

.header-area .header-navigation-area .main-menu.nav>li>a:hover:after {
    bottom: auto;
    height: 100%;
    top: 0
}

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

.header-area .header-navigation-area .main-menu.nav>li:first-child a {
    padding-left: 0
}

.header-area .header-navigation-area .main-menu.nav>li:last-child {
    margin-right: 0
}

.header-area .header-navigation-area .main-menu.nav>li:last-child a {
    padding-right: 0
}

.header-area .header-action-area {
    position: relative;
    top: 2px
}

@media only screen and (max-width:1199px) {
    .header-area .header-action-area {
        top: 0
    }
}

.header-area .btn-menu {
    background-color: transparent;
    color: #282828;
    border: none;
    margin: 0;
    padding: 5px 0;
    font-size: 25px;
    padding-right: 5px;
    transition: all .4s ease-out
}

.header-area .btn-menu:hover {
    color: #6af7ee
}

.header-logo-area {
    position: relative
}

.header-action-area .header-action {
    margin-bottom: 0
}

.header-action-area .header-action li {
    display: inline-block;
    position: relative
}

.header-action-area .header-action li .action-item {
    color: #363636;
    font-size: 24px;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    transition: all .4s ease-out
}

.header-action-area .header-action li .action-item:hover {
    color: #6af7ee
}

.header-action-area .header-action li.search-item .action-item {
    width: 31px
}

.off-canvas-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    transition: .3s;
    z-index: 9999
}

.off-canvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    left: 0
}

.off-canvas-wrapper.active .off-canvas-inner {
    transform: none
}

.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: .3s
}

.off-canvas-wrapper.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, .5);
    cursor: url(../img/icons/cancel-white.png), auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.off-canvas-wrapper .btn-menu-close {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #6af7ee;
    opacity: 1;
    border-radius: 0;
    color: #fff;
    background-image: none;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    border: none;
    position: relative;
    transition: all .3s ease-out
}

.off-canvas-wrapper .btn-menu-close i {
    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 18px
}

.off-canvas-wrapper .btn-menu-close:hover {
    color: #6af7ee;
    background-color: #363636
}

.off-canvas-wrapper .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transform: translateX(0);
    transition: .3s;
    height: 100vh;
    width: 100%;
    z-index: 3
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    padding: 0;
    position: relative;
    overflow-y: auto;
    transition: .4s;
    transition-duration: .4s;
    transform: translateX(-100%);
    width: 350px;
    z-index: 9
}

@media only screen and (max-width:575px) {
    .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
        width: 310px
    }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
    margin: 0;
    padding: 0
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
    margin-bottom: 0
}

.contact-form .form-group .form-control {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border-color: #999;
    height: 60px;
    padding-left: 5px;
    font-size: 15px;
    letter-spacing: 0;
    border-width: 0 0 1px 0
}

.contact-form .form-group .form-control:active,
.contact-form .form-group .form-control:focus {
    border-color: #363636
}

.contact-form .form-group textarea.form-control {
    height: 166px;
    resize: none;
    padding-top: 36px
}

.contact-form .form-group .btn-contact {
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 46px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    text-decoration: none
}

.contact-form .form-group .btn-contact:hover {
    border-color: #6af7ee;
    color: #6af7ee
}

.comment-form-content .form-group {
    margin-bottom: 36px
}

.comment-form-content .form-group label {
    color: #222;
    font-size: 14px;
    margin-bottom: 10px
}

.comment-form-content .form-group .form-control {
    background: #f2f2f2;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #f2f2f2;
    font-size: 14px;
    width: 100%;
    padding-left: 13px;
    height: 46px
}

.comment-form-content .form-group .form-control:active,
.comment-form-content .form-group .form-control:focus {
    border: 2px solid #6af7ee;
    border-radius: 5px
}

.comment-form-content .form-group textarea.form-control {
    height: 135px;
    padding-top: 13px
}

.comment-form-content .form-submit-btn {
    margin-top: -7px
}

.comment-form-content .form-submit-btn .btn-submit {
    border: none;
    border-radius: 5px;
    background-color: #6af7ee;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    padding: 0 33px;
    text-transform: capitalize;
    transition: all .4s ease-out
}

.comment-form-content .form-submit-btn .btn-submit:hover {
    background-color: #222
}

.sidebar-area .widget-item {
    border: 2px solid #efefef;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 35px 28px 37px
}

@media only screen and (max-width:1199px) {
    .sidebar-area .widget-item {
        margin-bottom: 30px;
        padding: 23px 16px 26px
    }
}

@media only screen and (max-width:991px) {
    h4 {
        font-size: 20px;
        color: #000;
    }

    section .container {
        padding-bottom: 30px;
        padding-top: 60px
    }

    .sidebar-area .widget-item {
        margin-top: 50px
    }

    .res-mobile-menu .slicknav_nav li {
        height: 50px;
        line-height: 50px;
    }

    .res-mobile-menu .slicknav_nav li a {
        display: inline-block;
        width: 100%;
    }
}

.sidebar-area .widget-item .widget-title .title {
    color: #343434;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 18px;
    text-transform: uppercase
}

.sidebar-area .widget-search-box form .form-input-item {
    position: relative
}

.sidebar-area .widget-search-box form .form-input-item input {
    border: 1px solid #d9d9d9;
    background-color: #f6f6f6;
    border-radius: 15px;
    color: #919090;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 10px 70px 10px 19px;
    width: 100%
}

.sidebar-area .widget-search-box form .form-input-item .btn-src {
    border: none;
    background-color: #6af7ee;
    border-radius: 0 15px 15px 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 9px 23.65px;
    height: 100%;
    top: 0;
    right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sidebar-area .widget-search-box form .form-input-item .btn-src:hover {
    background-color: #000;
    color: #fff
}

.sidebar-area .widget-categories ul {
    margin: 0
}

.sidebar-area .widget-categories ul li {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 0;
    height: 48px;
    line-height: 47px;
    padding: 0 19px;
    transition: all .3s ease-in-out
}

.sidebar-area .widget-categories ul li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget-categories ul li a {
    align-items: center;
    color: #616161;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
    transition: all .3s ease-in-out
}

.sidebar-area .widget-categories ul li a span {
    color: #494949;
    font-size: 18px;
    transition: all .3s ease-in-out
}

.sidebar-area .widget-categories ul li:hover {
    background-color: #6af7ee;
    border-color: #6af7ee
}

.sidebar-area .widget-categories ul li:hover a {
    color: #fff
}

.sidebar-area .widget-categories ul li:hover a span {
    color: #fff
}

.sidebar-area .widget-categories ul li.active {
    background-color: #6af7ee;
    border-color: #6af7ee
}

.sidebar-area .widget-categories ul li.active a {
    color: #fff
}

.sidebar-area .widget-categories ul li.active a span {
    color: #fff
}

.sidebar-area .widget-blog-post {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 29px;
    padding-bottom: 31px
}

.sidebar-area .widget-blog-post:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar-area .widget-blog-post ul {
    margin: 0
}

.sidebar-area .widget-blog-post ul li {
    display: flex
}

.sidebar-area .widget-blog-post ul li .content {
    align-self: center
}

.sidebar-area .widget-blog-post ul li .content span {
    color: #6af7ee;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase
}

.sidebar-area .widget-blog-post ul li .content h4 {
    color: #383838;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 0
}

.sidebar-area .widget-blog-post ul li .content h4 a {
    color: #383838
}

.sidebar-area .widget-blog-post ul li .content h4 a:hover {
    color: #6af7ee
}

.sidebar-area .widget-tags ul {
    margin: 0
}

.sidebar-area .widget-tags ul li {
    display: inline-block
}

.sidebar-area .widget-tags ul li a {
    color: #656565;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 0 23px;
    margin-bottom: 9px;
    margin-right: 8px;
    height: 40px;
    line-height: 38px
}

@media only screen and (max-width:1199px) {
    .sidebar-area .widget-tags ul li a {
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 9px
    }
}

.sidebar-area .widget-tags ul li a:hover {
    background-color: #6af7ee;
    border-color: #6af7ee;
    color: #fff
}

.post-item .inner-content {
    margin-bottom: 30px;
    transition: all .4s ease-out
}

.post-item .inner-content .thumb img {
    transition: all .4s ease-out
}

.post-item .inner-content .thumb:hover img {
    opacity: .7
}

.post-item .inner-content .content {
    background-color: #f6f7f8;
    padding: 10px 20px
}

.post-item .inner-content .content .title {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: 1.6
}

.post-item .inner-content .content .title a {
    color: #000
}

.post-item .inner-content .content .title a:hover {
    color: #6af7ee
}

.post-item .inner-content .content .meta {
    margin-bottom: 4px
}

.post-item .inner-content .content .meta li {
    color: #363636;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize
}

.post-item .inner-content .content p {
    color: #363636;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 21px
}

.post-item .inner-content .content .btn-theme {
    font-weight: 500;
    font-size: 13px;
    padding: 10px 10px;
    width: 107px;
    text-transform: capitalize
}

.post-item .inner-content .content .btn-theme:hover {
    background-color: #000;
    color: #fff
}

.post-item .inner-content:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.post-item .inner-content:hover .content .btn-theme {
    border-color: #6af7ee;
    background-color: #6af7ee
}

.blog-details-area {
    margin-bottom: 10px
}

@media only screen and (max-width:991px) {
    .post-item .inner-content .content .title {
        margin-bottom: 5px;
    }

    .blog-details-content-wrap .blog-details-footer .article-next-previous {
        padding: 30px 0 !important;
    }

    .blog-details-content-wrap {
        margin-bottom: 10px
    }
}

.blog-details-content-wrap .content-info {
    margin-top: 40px;
    text-align: left
}

.blog-details-content-wrap .content-info .title {
    font-size: 34px;
    margin-bottom: 36px
}

@media only screen and (max-width:1199px) {
    .blog-details-content-wrap .content-info .title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.blog-details-content-wrap .content-info .meta {
    margin-bottom: 15px
}

@media only screen and (max-width:1199px) {
    .blog-details-content-wrap .content-info .meta {
        margin-bottom: 10px
    }
}

.blog-details-content-wrap .content-info .meta li {
    color: #636363;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: capitalize
}

.blog-details-content-wrap .content-info .meta .post-separator {
    margin: 0 10px
}

@media only screen and (max-width:991px) {
    .blog-details-content-wrap .thumb img {
        width: 100%
    }

    .blog-details-content-wrap .content-info {
        margin-top: 10px;
    }
}

.blog-details-content-wrap .content {
    color: #222;
    margin-top: 26px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px
}

.blog-details-content-wrap .content blockquote {
    color: #343434;
    background-color: #f6f6f6;
    border: 1px solid #ededed;
    border-left: 5px solid #6af7ee;
    line-height: 26px;
    font-size: 14px;
    font-style: italic;
    margin: 40px 0 40px 0;
    padding: 30px 45px
}

@media only screen and (max-width:1199px) {
    .blog-details-content-wrap .content blockquote {
        margin-left: 0
    }
}

@media only screen and (max-width:575px) {
    .blog-details-content-wrap .content blockquote {
        padding: 22px 18px
    }
}

.blog-details-content-wrap .blog-details-footer .single-post-tag {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 30px 0;
    padding: 13px 0;
    text-align: center
}

.blog-details-content-wrap .blog-details-footer .single-post-tag span {
    color: #222;
    font-size: 13px
}

.blog-details-content-wrap .blog-details-footer .single-post-tag a {
    color: #222;
    font-size: 13px
}

.blog-details-content-wrap .blog-details-footer .single-post-tag a:hover {
    color: #6af7ee
}

.blog-details-content-wrap .blog-details-footer .social-sharing {
    text-align: center
}

.blog-details-content-wrap .blog-details-footer .social-sharing .title {
    color: #6b6b6b;
    font-size: 13px;
    margin-top: 58px;
    margin-bottom: 18px;
    font-weight: 500;
    text-transform: capitalize
}

.blog-details-content-wrap .blog-details-footer .social-sharing .social-icon {
    margin-bottom: 58px
}

.blog-details-content-wrap .blog-details-footer .social-sharing .social-icon li {
    display: inline-block
}

.blog-details-content-wrap .blog-details-footer .social-sharing .social-icon li:last-child a {
    margin-right: 0
}

.blog-details-content-wrap .blog-details-footer .social-sharing .social-icon li a {
    background-color: #f5f5f5;
    border-radius: 100%;
    color: #636363;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    width: 30px;
    border: 1px solid #eee
}

.blog-details-content-wrap .blog-details-footer .social-sharing .social-icon li a:hover {
    background-color: #6af7ee;
    color: #fff
}

.blog-details-content-wrap .blog-details-footer .article-next-previous {
    border-top: 1px solid #eceff8;
    border-bottom: 1px solid #eceff8;
    margin: 0;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blog-details-content-wrap .blog-details-footer .article-next-previous a {
    color: #222;
    font-size: 14px
}

.blog-details-content-wrap .blog-details-footer .article-next-previous a:hover {
    color: #6af7ee
}

.comment-form-area {
    margin-top: 20px
}

.comment-form-area .title {
    font-size: 18px;
    margin-bottom: 12px
}

.comment-form-area p {
    color: #222;
    font-size: 12px;
    margin-bottom: 28px
}

.contact-area .container {
    padding-top: 94px;
    padding-bottom: 100px
}

@media only screen and (max-width:1199px) {
    .contact-area .container {
        padding-top: 24px;
        padding-bottom: 30px
    }
}

.contact-area .section-title {
    margin-bottom: 50px;
    text-align: center
}

@media only screen and (max-width:1199px) {
    .contact-area .section-title {
        margin-bottom: 30px
    }
}

.contact-area .section-title h2 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500
}

@media only screen and (max-width:991px) {
    .blog-details-content-wrap .content blockquote {
        margin: 15px 0;
    }

    .sidebar-area .widget-item {
        margin-top: 20px;
    }

    .contact-area .section-title h2 {
        font-size: 22px
    }

    .blog-details-content-wrap .content p {
        margin-top: 16px;
    }
}

.contact-info-area {
    background-color: #f8f8f8
}

.contact-info-area .container {
    padding-top: 130px;
    padding-bottom: 70px
}

@media only screen and (max-width:1199px) {
    .contact-info-area .container {
        padding-top: 70px;
        padding-bottom: 20px
    }
}

.contact-info-area .contact-info-item {
    background-color: #fff;
    border-top: 2px solid #6af7ee;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    padding: 42px 25px 38px 40px;
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .contact-info-area .contact-info-item {
        padding: 44px 10px 42px 34px
    }
}

.contact-info-area .contact-info-item h4 {
    color: #363636;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-bottom: 18px
}

@media only screen and (max-width:1199px) {
    .contact-info-area .contact-info-item h4 {
        margin-bottom: 10px;
        font-size: 12px
    }
}

.contact-info-area .contact-info-item p {
    color: #000;
    margin: 0;
    font-size: 17px;
    font-weight: 500
}

@media only screen and (max-width:1199px) {
    .contact-info-area .contact-info-item p {
        font-size: 14px
    }
}

.footer-area {
    background-color: #f6f7f8;
    padding-bottom: 0;
    padding-top: 32px
}

.footer-area .footer-top-area {
    padding-bottom: 60px
}

@media only screen and (max-width:991px) {
    .footer-area .footer-top-area {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:575px) {
    .footer-area .footer-top-area {
        padding-bottom: 25px
    }
}

@media only screen and (max-width:991px) {
    .footer-area .widget-item {
        margin-bottom: 28px
    }
}

.footer-area .widget-item .widget-title {
    font-size: 17px;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    .footer-area .widget-item .widget-title {
        margin-bottom: 20px
    }
}

.footer-area .widget-menu-wrap .nav-menu {
    margin-bottom: 0
}

.footer-area .widget-menu-wrap .nav-menu li {
    font-size: 14px;
    margin-bottom: 13px
}

.footer-area .widget-menu-wrap .nav-menu li a {
    color: #333
}

.footer-area .widget-menu-wrap .nav-menu li a:hover {
    color: #6af7ee
}

.footer-area .widget-menu-wrap .nav-menu li:last-child {
    margin-bottom: 0
}

.footer-area .widget-newsletter p {
    color: #333;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 10px
}

.footer-area .widget-newsletter .newsletter-form .form-control {
    background-color: #fff;
    color: #777;
    height: 49px;
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    border-radius: 0;
    border-color: transparent;
    transition: all .3s ease-out
}

.footer-area .widget-newsletter .newsletter-form .form-control:active,
.footer-area .widget-newsletter .newsletter-form .form-control:focus,
.footer-area .widget-newsletter .newsletter-form .form-control:hover {
    border-color: #6af7ee;
    box-shadow: none
}

.footer-area .widget-newsletter .newsletter-form .btn-submit {
    background-color: #6af7ee;
    border: 2px solid #6af7ee;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    box-shadow: none;
    width: 160px;
    height: 49px;
    margin-top: 15px;
    transition: all .4s ease-out
}

.footer-area .widget-newsletter .newsletter-form .btn-submit:hover {
    background-color: #fff;
    color: #6af7ee
}

.footer-area .footer-bottom {
    background-color: #fff;
    text-align: center;
    padding: 22px 0 22px
}

.footer-area .footer-bottom .copyright {
    color: #363636;
    font-size: 14px
}



@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: 20px;
	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;
}