#back-to-top {
    position: fixed;
    width: 44px;
    left: 44px;
    bottom: 108px;
    z-index: 1000;
    background: #2c141400;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

#back-to-top i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;font-size: 27px;
}

#back-to-top span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#back-to-top:hover {
    color: #00bebe;
    background: #38383800;
    right: 0;
}



input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea, .form-control {
    padding: 4px 11px;
    margin-bottom: 0px;
    color: #000000;
    border-radius: 11px;
    min-height: 38px;
    border: 0px;
    background: #f0f8f9;
}

input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, .form-control:focus {
    background: #ccdcde00;
    border: 0px;
	outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

select {
    padding: 2px 2px;
    border: 1px solid #55a2a4;
    border-radius: 11px;
    background: #fb323200;
    color: #000000;
}

select:hover, select:focus, select:active {
    padding: 2px 2px;
    border: 1px solid #416d6d;
    border-radius: 11px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    color: #000000;
}

.search-form label {
    display: none;
}

.search-form .search-input {
    width: 85%;
}

.search-form .search-submit {
    width: 14%;
    padding: 1px;
}

.btn-default, input[type="button"] {
    background: #ffffff00;
    color: #000000;
    border: none;
}

.btn-default:hover, input[type="button"]:hover, .btn-default:focus, input[type="button"]:focus, .btn-default:active, input[type="button"]:active {
    background: #0000;
    outline: none;
    color: #008074;
}

.btn-default:active:focus, input[type="button"]:active:focus {
    outline: none;
}

.btn-default[disabled], input[type="submit"][disabled] {
    background: #ffffff;
}

.button3 {
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
}

.button3 {
    --border-right: 4px;
    font-weight: 800;
    --text-stroke-color: #000000;
    --animation-color: #2ba5a1;
    --fs-size: 0.9em;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: var(--fs-size);
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
}

.hover-text {
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: #ffffff;
    width: 0%;
    inset: 0;
    border-right: var(--border-right) solid #188885;
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 1px #000000;
}

.button3:hover .hover-text {
    width: 100%;
    filter: drop-shadow(0 0 23px var(--animation-color))
}

hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #c8ccd1;
}

/* scrollbar */
::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #fff9f300
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #009688 0%, #4CAF50 100%);
    border-radius: 11px;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(125deg, #4CAF50 0%, #009688 100%);
    border-radius: 11px;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

::-webkit-scrollbar {
    width: 5px;
}

.navbar {
    position: relative;
    min-height: 50px;
    background-color: #221f19;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.jl_menu_footer {
    padding: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

body {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
    line-height: 28px;
    background-color: #f3ffff;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #fff;
}

h1 {font-size: 27px;letter-spacing: 3px;}
h2 {font-size: 18px;}
h3 {font-size: 22px;text-transform: uppercase;}
h4 {font-size: 24px;}
a {color: #0645ad;}
a:hover, a:focus {color: #000000;text-decoration: none;}
.format-quote .featured-media {background-color: #ffffff00;background-size: cover;background-position: center;margin-bottom: 0;padding: 0px;border-radius: 30px;}


.format-quote .featured-media blockquote {
    margin-bottom: 0;
    border: 0;
    color: #ffffff;
    margin: 0;
    padding: 44px;
    font-size: 1.25em;
    text-align: center;
    background: rgb(0 0 0 / 41%);
    border-radius: 30px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.format-quote .featured-media blockquote a {
    color: #ffffff;
}

.format-quote .featured-media blockquote a:hover {
    color: #ffffff;
    text-decoration: none;
}




blockquote cite {
    font-size: 12px;
}


::selection {
    color: #ffffff;
    background: #000000;
    text-shadow: none;
}


::selection {
    color: #ffffff;
    background: #000000;
    text-shadow: none;
}





.header-wrap .main-header .description {
    padding: 15px 0;
    position: relative;
    letter-spacing: 3px;
    color: #000000;
    font-size: 14px;
}

.header-wrap .main-header .description:before {
    content: '';
    width: 88px;
    height: 2px;
    left: 0;
    top: 0;
    background: #34fffd;
    position: absolute;
}

.header-wrap .main-header .main-navigation {
    position: relative;
    padding: 15px 0;
}

.header-wrap .main-header .main-navigation:before {
    content: '';
    width: 64px;
    height: 2px;
    left: 0;
    top: 0;
    background: #0c5352;
    position: absolute;
}

.main-navigation .menu, .navbar-collapse .menu {
    padding: 0;
}

.main-navigation .menu li, .navbar-collapse .menu li {
    list-style: none;
    position: relative;
    padding-bottom: 4px;
}

.header-wrap {
    position: fixed;
    width: 300px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #e8f4ff, #f3ffff);
    z-index: 1000;
    background-size: cover;
    background-position: center;
}

.header-wrap .main-header {
    width: 100%;
    height: 100%;
    padding: 0px 42px;
}

.header-wrap .main-header .logo {
    font-size: 2em;
    padding: 30px 0;
    line-height: 1em;
    text-transform: uppercase;
}

.main-navigation .menu li a, .navbar-collapse .menu li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(90deg, #e8f4ff, #eff3f4);

    border-radius: 11px;
    padding: 5px 10px;
}
.main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
    color: #008080;
    background: linear-gradient(90deg, #eff3f400, #e5f1f2);
}
.main-navigation .menu li.menu-item-has-children > a, .navbar-collapse .menu li.menu-item-has-children > a {
    padding-right: 10px;
}

.main-navigation .menu li.menu-item-has-children > a:after, .navbar-collapse .menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: Fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
}

.main-navigation .menu li.current-menu-item > a, .navbar-collapse .menu li.current-menu-item > a, .main-navigation .menu li.current-menu-parent > a, .navbar-collapse .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-ancestor > a, .navbar-collapse .menu li.current-menu-ancestor > a {
    color: #125051;
    border-radius: 11px;
    padding: 5px 10px;
}

.main-navigation .menu li ul, .navbar-collapse .menu li ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 200px;
    background: #ffffff00;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation .menu li ul.alter, .navbar-collapse .menu li ul.alter {
    right: 0;
    left: auto;
}

.main-navigation .menu li ul li, .navbar-collapse .menu li ul li {
    list-style: none;
    display: block;
    position: relative;
}

.main-navigation .menu li ul li a, .navbar-collapse .menu li ul li a {
    color: #000000;
    padding: 5px 10px;
    margin: 0px;
    margin-bottom: 4px;
    line-height: 1em;
    display: block;
    border-radius: 11px;
    width: 100%;
}

.main-navigation .menu li ul li a:hover, .navbar-collapse .menu li ul li a:hover {
    color: #185151;
    text-decoration: none;
}

.main-navigation .menu li ul li.menu-item-has-children > a:after, .navbar-collapse .menu li ul li.menu-item-has-children > a:after {
    top: 4px;
}

.main-navigation .menu li:hover > ul, .navbar-collapse .menu li:hover > ul {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;filter: alpha(opacity=(100));
}

.content-area-wrap {
    margin-left: 300px;
}
.post-single {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
    border-radius: 11px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-single .post-content {
    min-height: 100%;
    background: rgb(0 0 0 / 53%);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 11px;
}

.post-single.no-image .post-content .post-excerpt {
    margin-top: 11px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 11px;
    color: #efefef;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}


.post-single .post-content .bdr-top, .post-single .post-content .bdr-right, .post-single .post-content .bdr-bottom, .post-single .post-content .bdr-left {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #000000;
}

.post-single .post-content .bdr-bottom {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.post-single.no-image .post-content {
    background: #161616;
}
.post-single.no-image .post-content .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single.no-image .post-content .post-header .post-title {
    color: #dbdbdb;
}
.post-single.no-image .post-content .post-excerpt {
    margin-top: 11px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 16px;
    color: #efefef;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single1 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single1 .post-content1 {
    min-height: 100%;
    background: rgb(0 0 0 / 50%);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}





.post-single1 .post-content1 .bdr-top1, .post-single1 .post-content1 .bdr-right1, .post-single1 .post-content1 .bdr-bottom1, .post-single1 .post-content1 .bdr-left1 {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #ff5700;
}

.post-single1.no-image .post-content1 {
    background: linear-gradient(270deg, #657085, #5a6172, #454a56);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}
@media screen and (max-width: 767px) {
    .post-single1.no-image .post-content1 {
        text-align: center;
        background: linear-gradient(180deg, #ffffff, #f2f7ff, #bac7d9);
        border-radius: 20px;
        border-bottom: 2px solid #4f5d71;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .post-single1.no-image .post-content1:hover {
        background: linear-gradient(180deg, #ffffff, #f2f7ff, #a8b5c7);
        border-bottom: 2px solid #384251;
    }
}

.post-single1.no-image .post-content1 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single1.no-image .post-content1 .post-header .post-title {
    color: #ffffff;
}
.post-single1.no-image .post-content1 .post-excerpt1 {
    margin-top: 4px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 12px;
    color: #ffffff;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single2 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single2 .post-content2 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}


.post-single2 .post-content2 .bdr-top2, .post-single2 .post-content2 .bdr-right2, .post-single2 .post-content2 .bdr-bottom2, .post-single2 .post-content2 .bdr-left2 {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #ff5700;
}
.post-single2.no-image .post-content2 {
    background: linear-gradient(90deg, #244469 0%, #4a76a8 100%);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

@media screen and (max-width: 767px) {
    .post-single2.no-image .post-content2 {
        text-align: center;
        background: linear-gradient(180deg, #ffffff, #e6f7ff, #9dbac9);
        border-bottom: 2px solid #1362a1;
        border-radius: 20px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .post-single2.no-image .post-content2:hover {
        background: linear-gradient(180deg, #ffffff, #e6f7ff, #8da6b2);
        border-bottom: 2px solid #12558a;
    }
}

.post-single2.no-image .post-content2 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single2.no-image .post-content2 .post-header .post-title {
    color: #ffffff;
}

.post-single3 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single3 .post-content3 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single3 .post-content3 .featured-mark {
    position: absolute;
    bottom: 11px;
    right: 9px;
    width: 35px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    text-align: center;
    line-height: 35px;
    padding-left: 2px;
    background: #842d00;
    color: #ffffff;
    border-radius: 2px;
}

.post-single3 .post-content3 .featured-mark i {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    font-size: 16px;
}

.post-single3 .post-content3 .bdr-top3, .post-single3 .post-content3 .bdr-right3, .post-single3 .post-content3 .bdr-bottom3, .post-single3 .post-content3 .bdr-left3 {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #ff5700;
}

.post-single3.no-image .post-content3 {
    background: linear-gradient(90deg, #2a2742 0%, #493f8a 100%);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-single4 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single4 .post-content4 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single4 .post-content4 .featured-mark {
    position: absolute;
    bottom: 11px;
    right: 9px;
    width: 35px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    text-align: center;
    line-height: 35px;
    padding-left: 2px;
    background: #842d00;
    color: #ffffff;
    border-radius: 2px;
}

.post-single4 .post-content4 .featured-mark i {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    font-size: 16px;
}

.post-single4 .post-content4 .bdr-top4, .post-single4 .post-content4 .bdr-right4, .post-single4 .post-content4 .bdr-bottom4, .post-single4 .post-content4 .bdr-left4 {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #ff5700;
}

.post-single4.no-image .post-content4 {
    background: linear-gradient(270deg, #bf7356, #9f6745, #95563b);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-single4.no-image .post-content4 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single4.no-image .post-content4 .post-header .post-title {
    color: #ffffff;
}






@media screen and (max-width: 767px) {
    .post-single3.no-image .post-content3 {
        background: linear-gradient(180deg, #ffffff, #ebe8ff, #cbcae9);
        border-radius: 20px;
        text-align: center;
        border-bottom: 2px solid #493f8a;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }
}

.post-single3.no-image .post-content3 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single3.no-image .post-content3 .post-header .post-title {
    color: #ffffff;
}


.post-single5 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single5 .post-content5 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single5 .post-content5 .bdr-top5, .post-single5 .post-content5 .bdr-right5, .post-single5 .post-content5 .bdr-bottom5, .post-single5 .post-content5 .bdr-left5 {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #ff5700;
}

.post-single5.no-image .post-content5 {
    background: linear-gradient(270deg, #538754, #4a954b, #437a59);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}
.post-single5.no-image .post-content5 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single5.no-image .post-content5 .post-header .post-title {
    color: #ffffff;
}

.post-single6 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single6 .post-content6 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single6.no-image .post-content6 {
	background: linear-gradient(270deg, #b52635, #8f3332, #641a1a);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}


.post-single6.no-image .post-content6 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single6.no-image .post-content6 .post-header .post-title {
    color: #ffffff;
}

.post-single7 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single7 .post-content7 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single7.no-image .post-content7 {
    background: linear-gradient(270deg, #bc5669, #9c27b0, #560f94);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-single7.no-image .post-content7 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single7.no-image .post-content7 .post-header .post-title {
    color: #ffffff;
}

.post-single8 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

.post-single8 .post-content8 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}


.post-single8.no-image .post-content8 {
    background: linear-gradient(90deg, #4a4672 0%, #7069a9 100%);
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-single8.no-image .post-content8 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single8.no-image .post-content8 .post-header .post-title {
    color: #ffffff;
}
.post-wrap2 {padding: 6px;height: 270px;overflow: hidden;text-align: center;}
.post-wrap2 a {color: #ffffff;}
.post-wrap2 a:hover {color: #ffffff;}
.post-wrap2 a:hover .post-content {
    backdrop-filter: blur(4px);
    background: rgb(0 0 0 / 80%);
}



.post-wrap2 a:hover .post-content .post-header .post-title {
    font-size: 22px;
    color: #0ff;
    letter-spacing: 1px;
}


.post-wrap3 {
    padding: 6px;
    height: 270px;
    overflow: hidden;
    text-align: center;
}
.post-wrap3 a {
    color: #efefef;
}

.post-wrap3 a:hover {
    color: #ffffff;
}

.post-header .post-meta {
    backdrop-filter: blur(7px);
    background: #000000a3;
    z-index: 3;
    margin-bottom: 11px;
    border-bottom: 2px solid #168c8a38;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 11px;
    line-height: 2;
    display: inline-block;
    padding: 1px 10px;
    letter-spacing: 1px;
}

.post-header .post-meta:hover {
    background: #0e0b01;
    color: #9dfff6;
    border-bottom: 2px solid #168c8ab3;
}

.post-header1 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #303644;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #191d23;
    border-bottom: 2px solid #212630;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header1 .post-title {margin-top: 0px;}


.post-header2 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #30477b;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #06274c;
    border-bottom: 2px solid #1e2f54;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header2 .post-title {margin-top: 0px;}

.post-header3 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #341b60;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #120f25;
    border-bottom: 2px solid #110724;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header3 .post-title {margin-top: 0px;}

.post-header4 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #684f3c;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #583500;
    border-bottom: 2px solid #564334;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header4 .post-title {margin-top: 0px;text-transform: uppercase;}

.post-header5 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #545a4b;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #02130a;
    border-bottom: 2px solid #394030;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header5 .post-title {margin-top: 0px;}

.post-header6 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #503b3b;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 10px;
    letter-spacing: 1px;
    border: 0px solid #330404;
    border-bottom: 2px solid #330404;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header6 .post-title {margin-top: 0px;}

.post-header7 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #4e1c56;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #3b0e42;
    border-bottom: 2px solid #2c0a31;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}

.post-header7 .post-title {margin-top: 0px;}

.post-header8 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #57477c;
    z-index: 3;
    color: #ffffff;
    padding: 1px 10px;
    line-height: 2;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 0px solid #353252;
    border-bottom: 2px solid #342a4a;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 69%);
}
.post-header8 .post-title {margin-top: 0px;}


.sub-text-new {
    text-align: left;
    font-family: "Raleway",sans-serif;
    letter-spacing: 2px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 1px;
}

.sidebar-wrap {
    padding: 0px 18px;
    margin-top: 4px;
}

.sidebar-wrap .widget.widget_recent_comments ul {
    margin: 0;
    padding: 0;
}

.sidebar-wrap .widget.widget_recent_comments ul li {
    list-style: none;
    color: #252525;
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px solid #ebebeb;
}

.sidebar-wrap .widget.widget_recent_comments ul li:first-child {
    padding-top: 0px;
}

.sidebar-wrap .widget.widget_recent_comments ul li a {
    color: #000000;
}



.sidebar-wrap .widget.widget_recent_comments ul li a:hover, .sidebar-wrap .widget.widget_recent_comments ul li a:focus {
    color: #0645ad;
}


.sidebar-wrap .widget .title4 {
    padding-bottom: 1px;
    color: #3a3a3a;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -5px;
    padding-left: 1px;
    letter-spacing: 2px;
}

.sidebar-wrap .widget .title4:after {
    content: '';
    width: 80px;
    height: 7px;
    bottom: 2px;
    left: 1px;
    position: absolute;
    background-color: #ff9800ba;
}

.sidebar-wrap .widget .title {
    padding-bottom: 1px;
    color: #3a3a3a;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -5px;
    padding-left: 1px;
    letter-spacing: 2px;
}

.sidebar-wrap .widget .title:after {
    content: '';
    width: 80px;
    height: 7px;
    bottom: 2px;
    left: 1px;
    position: absolute;
    background-color: #1a5c5680;
}

.sidebar-wrap .widget .title5 {
    padding-bottom: 1px;
    color: #3a3a3a;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -5px;
    padding-left: 1px;
    letter-spacing: 2px;
}

.sidebar-wrap .widget .title5:after {
    content: '';
    width: 80px;
    height: 7px;
    bottom: 2px;
    left: 1px;
    position: absolute;
    background-color: #007336b3;
}

.sidebar-wrap .widget .title6 {
    padding-bottom: 1px;
    color: #3a3a3a;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -5px;
    padding-left: 1px;
    letter-spacing: 2px;
}

.sidebar-wrap .widget .title6:after {
    content: '';
    width: 80px;
    height: 8px;
    bottom: 2px;
    left: 1px;
    position: absolute;
    background-color: #1c76fb78;
}

.sidebar-wrap .widget.widget_recent_entries ul {
    padding: 0;
}

.sidebar-wrap .widget.widget_recent_entries ul li {
    list-style: none;
    border-bottom: 1px solid #dddddd;
    font-size: 19px;
    margin: 7px;
}


.sidebar-wrap .widget.widget_recent_entries ul li .post-date {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date a {
    color: #000000;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date a:hover {
    color: #606060;
    text-decoration: underline;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date1 {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.cover {
    color: #000000;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}
.cover .cover-inner {
    padding: 20px;
    background: linear-gradient(92deg, #188885, #177774, #20a19d);
    border-radius: 30px;
    border-bottom: 2px solid #053c3c;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}


.cover a {color: #ffffff;border-bottom: solid 2px #08c0bf;}
.cover a:hover {color: #a5f5ff;}

.cover2 {
    color: #000000;
    text-align: left;
    background-size: cover;
    padding: 4px 6px;
}

.cover2 .cover-inner {
    padding: 11px;
    background: linear-gradient(180deg, #f3ffff00, #fff);
    margin: 6px;
    border-radius: 20px;
    border-bottom: 2px solid #4e0fb3;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover33 {
    color: #000000;
    text-align: center;
    background-size: cover;
    padding: 1px;
}

.cover33 .cover-inner {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #7970;
}
.cover4 {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover4 a {color: #ffffff;}
.cover4 a:hover {color: #d9dedf}

.cover4 .cover-inner {
    padding: 30px 11px;
    background: linear-gradient(90deg, #1f6c65 7%, #0e3633 51%, #0f3633 100%);
    border-radius: 20px;
    font-size: 13px;
}

.cover6 {
    color: #ffeee5;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}
.cover6 .cover-inner {
    padding: 4px;
    background: linear-gradient(116deg, #cc7c5d, #4f3429, #8f3816);
    border-radius: 11px;
    border-bottom: 2px solid #4c2b1e;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}
.cover7 {
    color: #e6fff0;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}


.cover7 .cover-inner {
    padding: 4px;
    background: linear-gradient(116deg, #4caf50, #264231, #297c2d);
    border-radius: 11px;
    border-bottom: 2px solid #264231;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover11 {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}
.cover11 .cover-inner {
    padding: 4px;
    background: radial-gradient(circle, #493f8a, #414b50);
    border-radius: 11px;
    border-bottom: 2px solid #362c95;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover71 {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover71 .cover-inner {
    padding: 4px;
    background: linear-gradient(116deg, #6daaf6, #253540, #135c95);
    border-radius: 11px;
    border-bottom: 2px solid #253642;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.social-links-wrap {
    margin-bottom: 14px;
}

.social-links {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0px;
    line-height: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
    line-height: 18px;
    font-size: 18px;
    margin: 0 4px;
}

.social-links li a {
    display: inline-block;
}

.social-links li a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #eeeeee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-links li a i:hover, .social-links li a i:focus {
    color: #ffffff;
}

.single-post-full .post-content-wrap {
    background: linear-gradient(180deg, #f3ffff00, #fff);
    padding: 18px;
    margin: 11px 6px;
    border-radius: 20px;
    border-bottom: 2px solid #000000;
    box-shadow: 0px 5px 5px -5px rgb(5 18 18 / 42%);
}

.single-post-full .post-content-wrap .post-content-full {
    margin-top: 28px;
}
.profile {
    box-sizing: border-box;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    display: block;
    margin: 20px auto 0px;
    background: linear-gradient(180deg, #f3ffff, #fff);
    padding: 4px;
    border-radius: 11px 11px 11px 11px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 11px;
    border: 0px solid #c8ccd1;
    border-bottom: 2px solid #009688;
    box-shadow: 0px 5px 5px -5px rgb(34 60 80 / 60%);
}

.profile *, .profile *:before, .profile *:after {
    box-sizing: border-box;
}

.profile-intro {
    display: block;
}

.profile-head {
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(180deg, #f3ffff, #e9f9f9);
    border: 0px solid #566060;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    border-bottom: 2px solid #566060;
}

.profile-photo-block {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 10%;
    margin: 10px auto 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #286e6e;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.profile-photo-block .user_avatar {
    display: block;
}

.profile-photo-block .user_avatar img {
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.profile-status > span {
    display: block;
    width: 25px;
    height: 25px;
    background: #2BD400;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 30px;
    font-size: 0;
    border-radius: 50%;
    border: 3px solid #286e6e;
}

.profile-status > span.statusOnline {
    background: #54cce7;
}

.profile-status > span.statusOffline {
    background: #ff001b;
}

.profile-name {
    display: block;
    max-width: 100%;
}

.profile-full-name-row {
    display: block;
    margin: 0 0 6px;
    text-align: center;
}

.profile-full-name-row > span {
    display: inline-block;
    vertical-align: middle;
}

.profile-full-name {
    display: block;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-nickname {
    display: block;
    text-align: center;
    background: #475252;
    padding-left: 7px;
    border-radius: 20px;
    padding-right: 7px;
    margin: 7px;
    color: #fff;
    border: 1px solid #000000;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.profile-nickname > a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-moder-panel {
    display: block;
    margin: 20px auto 0;
}

.profile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0 11px;
}

.profile-buttons .button {
    margin: 8px;
}

.profile-body {
    display: block;
    padding: 11px 0;
    margin: 0 auto;
    border-top: 0px solid #D5D9DB;
}

.profile-section {
    display: block;
    margin: 0 0 11px;
}

.profile-section:last-child {
    margin: 0;
}

.profile-section-name {
    display: block;
    margin: 0px 5px 5px;
}

.profile-section-content {
    display: block;
}

.profile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 7px 8px;
}

.profile-row:last-child {
    margin: 7px;
}

.profile-row-name {
    display: block;
    min-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.profile-row-content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* profile labels */
.profile-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-label {
    display: block;
    background: linear-gradient(90deg, #1f6c65 7%, #0e3633 51%, #0f3633 100%);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #272c2c;
    border-radius: 20px;
    margin: 8px;
    padding: 6px 14px 7px;
    font-size: 1.5rem;
    line-height: 1.0rem;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    white-space: nowrap;
    transition: background .2s ease;
    -webkit-transition: background .2s ease;
}

.profile-label:focus, .profile-label:hover {
    background: linear-gradient(90deg, #0e3633 7%, #0e3633 51%, #1f6c65 100%);
    color: #ffffff;
    text-decoration: none;
}

.profile-label b {
    font-weight: 600;
}

.social-accounts.profile-social-accounts {
    padding: 0;
}

.profile-social-accounts {
    padding: 0;
    font-size: 0;
}



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

  body {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
    line-height: 28px;
    background-color: #f3ffff;
}  

.format-quote .featured-media blockquote {padding: 27px;font-size: 0.8em;}
.sidebar-wrap .widget.widget_recent_entries ul li .post-date {display: none;}
.sidebar-wrap .widget.widget_recent_entries ul li .post-date1 {display: none;}  
.sidebar-wrap .widget.widget_recent_entries ul li {font-size: 16px;}

#back-to-top {bottom: 54px;}
    
.post-wrap3 {
    padding: 6px;
    height: 216px;
}
.post-single.no-image .post-content .post-excerpt {display: none;}
.post-single1.no-image .post-content1 .post-excerpt1 {display: none;}    
.post-single2.no-image .post-content2 .post-excerpt2 {display: none;}
.post-single3.no-image .post-content3 .post-excerpt3 {display: none;}    
.post-single4.no-image .post-content4 .post-excerpt4 {display: none;}
.post-single5.no-image .post-content5 .post-excerpt5 {display: none;}
.post-single6.no-image .post-content6 .post-excerpt6 {display: none;}   
.post-single7.no-image .post-content7 .post-excerpt7 {display: none;}
.post-single8.no-image .post-content8 .post-excerpt8 {display: none;}
    
    
    h1 {
        font-size: 19px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    h3 {

        letter-spacing: 1px;
        margin-bottom: 0px;
    }
	
}


@media screen and (max-width: 767px) {
.post-wrap3 {
    padding: 18px 0px;
    height: 252px;
}
.navbar {
        position: relative;
        min-height: 50px;
        background-color: #005151;
        margin-bottom: 0px;
        border: 0px solid transparent;
    }
    
    .main-navigation .menu li, .navbar-collapse .menu li {
        list-style: none;
        position: relative;
        padding-bottom: 4px;
    }

    .main-navigation .menu li a, .navbar-collapse .menu li a {
        font-size: 15px;
        letter-spacing: 2px;
        color: #ffffff;
        padding: 4px 10px;
        background: linear-gradient(90deg, #00000000, #f0edf630);
    }

    .main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
        color: #180a22;
    }

    .main-navigation .menu li.current-menu-item > a, .navbar-collapse .menu li.current-menu-item > a, .main-navigation .menu li.current-menu-parent > a, .navbar-collapse .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-ancestor > a, .navbar-collapse .menu li.current-menu-ancestor > a {
        color: #ffffff;
        border-radius: 11px;
        padding: 4px 10px;
    }

    .main-navigation .menu li ul li a, .navbar-collapse .menu li ul li a {
        margin-bottom: 0px;
        line-height: 1em;
    }

    .main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
        color: #c1fffa;
        background: linear-gradient(90deg, #f8f5ff17, #3ea8a861);
    }	

  .navbar-brand {
        font-size: 2.4em;
        line-height: 1em;
        padding: 0px;
    }

    .navbar-brand:hover, .navbar-brand:focus {
        color: #202020;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-toggle {
        border: 1px solid #15381700;
        margin-top: 6px;
        margin-bottom: 0;
        background: #002b2b00;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 30px;
        padding: 12px 8px;
        margin-right: 0px;
    }

    .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navbar-collapse .navbar-nav {
        margin: 21px -15px 0;
    }

    .navbar-collapse .navbar-nav.menu li ul {
        position: relative;
        left: 0;
        width: auto;
        padding-top: 6px;
        padding-left: 6px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=(100));
        visibility: visible;
        background: transparent;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar-collapse .navbar-nav.menu li ul li a {
        color: #fff;
        padding: 4px 10px;
    }

    .navbar-collapse .navbar-nav.menu li ul li a:hover {
        color: #cfffff;
    }

    .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a {
        margin-right: 0px;
    }

    .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a:after {
        content: '';
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button {
        position: absolute;
        width: 17px;
        height: 17px;
        top: 4px;
        right: 11px;
        border: 1px solid #537c6a;
        background: #c1ffe4;
        color: #fff;
        border-radius: 20px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:before {
        content: '';
        width: 9px;
        height: 1px;
        background: #202020;
        left: 3px;
        top: 7px;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:after {
        content: '';
        width: 1px;
        height: 9px;
        background: #202020;
        left: 7px;
        top: 3px;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:hover,.navbar-collapse .navbar-nav.menu li .submenu-button:focus {
        border-color: #000000;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:hover:before, .navbar-collapse .navbar-nav.menu li .submenu-button:focus:before, .navbar-collapse .navbar-nav.menu li .submenu-button:hover:after, .navbar-collapse .navbar-nav.menu li .submenu-button:focus:after {
        background: #000000;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button.opened:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background: none;
    }

    .content-area-wrap {
        margin-left: 0px;
    }

    .main-footer {
        margin-left: 0;
    }
    
    .gam2 {
        display: none;
    }
	

	    .post-single8.no-image .post-content8 {
        background: linear-gradient(180deg, #ffffff, #e9e7f3, #dbd6ff);
        border-radius: 20px;
        text-align: center;
        border-bottom: 2px solid #8d84d7;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .post-single7.no-image .post-content7 {
        background: linear-gradient(180deg, #ffffff, #f9f2fb, #faecfd);
        border-radius: 20px;
        text-align: center;
        border-bottom: 2px solid #9c27b0;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }
	
    .post-single6.no-image .post-content6 {
        background: linear-gradient(180deg, #ffffff, #ffeaea, #e58889);
        border-bottom: 2px solid #a90002;
        border-radius: 20px;
        text-align: center;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .post-single6.no-image .post-content6:hover {
        background: linear-gradient(180deg, #ffffff, #ffeaea, #d57f80);
        border-bottom: 2px solid #6a0203;
    }
    .post-single4.no-image .post-content4 {
        background: linear-gradient(180deg, #ffffff, #fff7ea, #eddfc8);
        border-bottom: 2px solid #ff9800;
        border-radius: 20px;
        text-align: center;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .post-single4.no-image .post-content4:hover {
        background: linear-gradient(180deg, #ffffff, #fff7ea, #e9d5b4);
        border-bottom: 2px solid #ff5722;
    }

    .post-single5.no-image .post-content5 {
        background: linear-gradient(180deg, #ffffff, #e2ffeb, #89dfa3);
        border-bottom: 2px solid #0d6026;
        text-align: center;
        border-radius: 20px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .post-single5.no-image .post-content5:hover {
        background: linear-gradient(180deg, #ffffff, #e2ffeb, #79c791);
        border-bottom: 2px solid #09421a;
    }
	
	
    body {
        font-family: 'Arimo', sans-serif;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #000000;
        line-height: 26px;
        background-color: #ffffff;
    }

    h1 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 12px;
        letter-spacing: 1px;
    }
    h3 {
        font-size: 19px;
        letter-spacing: 3px;
        margin-bottom: 4px;
    }
  

.post-header1 .post-title {color: #000000;}
	
.cover33 {color: #ffffff;padding: 0px;}
.cover33 .cover-inner {background: #005151;}
.cover {
    color: #000000;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 0px;
}
    .cover .cover-inner {
        padding: 10px;
        border-radius: 0px 0px 30px 30px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        background: linear-gradient(174deg, #005151, #005151, #008a8a);
        border-bottom: 2px solid #004141;
    }
.post-single1.no-image .post-content1 .post-excerpt1 {display:inline-block; color: #000000;}    
.post-single2.no-image .post-content2 .post-excerpt2 {display:inline-block; color: #000000;}
.post-single3.no-image .post-content3 .post-excerpt3 {display:inline-block; color: #000000;}    
.post-single4.no-image .post-content4 .post-excerpt4 {display:inline-block; color: #000000;}
.post-single5.no-image .post-content5 .post-excerpt5 {display:inline-block; color: #000000;}
.post-single6.no-image .post-content6 .post-excerpt6 {display:inline-block; color: #000000;}   
.post-single7.no-image .post-content7 .post-excerpt7 {display:inline-block; color: #000000;}
.post-single8.no-image .post-content8 .post-excerpt8 {display:inline-block; color: #000000;}
    
.cover4 {color: #000000;padding: 0px;}
.cover4 a {color: #000000;}
.cover4 a:hover {color: #009688}
.cover4 .cover-inner {background: #00000000;font-size: 11px;}

.button3 {--text-stroke-color: #ffffff;--animation-color: #2ba5a1;--fs-size: 0.6em;letter-spacing: 4px;}   

.social-links li a i {

    color: #000000;

}

.social-links li a i:hover, .social-links li a i:focus {
    color: #009688;
}

    
}
