/* common properties */
body {
    background-color: rgb(229, 229, 229);
}

body * {
    /*font-family: 'Oswald', sans-serif;*/
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

img {
    max-width: 100%;
    height: auto;
}

.heading-option {
    background-color: #00aef9;
    position: relative;
    height: 25px;
    margin-bottom: 10px;
}

.heading-option h2, .heading-option h1 {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
}

.heading-option span {
    background-color: rgb(44, 44, 44);
    font-size: 12pt;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    display: inline-block;
}

.heading-option-center h2, .heading-option-center h1 {
    text-align: center;
}

.section-heading-option {
    /* background-color: #00aef9;
    position: relative;
    height: 35px; */
    margin-bottom: 10px;
}

.section-heading-option h2,
.section-heading-option h1 {
    /* position: absolute;
    top: -10px;
    left: 0; */
    width: 100%;
}

.section-heading-option h2 span,
.section-heading-option h1 span {
    background-color: rgb(44, 44, 44);
    font-size: 16pt;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px;
    display: inline-block;
    max-width: 80%;
}

.section-heading-option-left h2,
.section-heading-option-left h1 {
    text-align: left;
    position: relative;
}

.section-heading-option-left h2::before,
.section-heading-option-left h1::before {
    content: '';
    background-color: #00aef9;
    display: block;
    height: 35px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.section-heading-option-left h1 span,
.section-heading-option-left h2 span {
    margin-left: 50px;
    z-index: 1;
    position: relative;
}

.section-heading-option-right h2,
.section-heading-option-right h1 {
    text-align: right;
    position: relative;
}

.section-heading-option-right h2::before,
.section-heading-option-right h1::before {
    content: '';
    background-color: #00aef9;
    display: block;
    height: 35px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.section-heading-option-right h2 span,
.section-heading-option-right h1 span {
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

.section-heading-option-center h2,
.section-heading-option-center h1 {
    text-align: center;
}

.section-heading-option-center h2 span,
.section-heading-option-center h1 span {
    margin-right: auto;
}

/* common properties */

/* post comment box properties */

.post_commentbox {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding: 5px 0px;
}

.post_commentbox a,
.post_commentbox span {
    color: #798992;
    font-size: 11px;
    margin-right: 5px;
}

.post_commentbox a>i,
.post_commentbox span>i {
    margin-right: 5px;
}

.post_commentbox a,
.post_commentbox span {
    color: #798992;
    font-size: 11px;
    margin-right: 5px;
}
/* post comment box properties */

/* header section properties */
#top-nav-container {
    background-color: rgb(44, 44, 44);
    padding: 15px 25px;
}
a.top-nav-option {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
    margin-right: 30px;
}
#second-nav-container nav {
    margin-left: 25px;
    margin-right: 25px;
    background-color: rgb(44, 44, 44);
}
#whatsnew-row {
    background-color: rgb(44, 44, 44);
    margin-left: 25px;
    margin-right: 25px;
}
#whatsnew-row p#heading {
    background-color: #00aef9;
    color: #fff;
    padding: 5px 10px;
    font-size: 9pt;
    text-align: center;
    margin-bottom: 0;
}
#whatsnew-carousel div.whatsnew-option a {
    margin-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 10pt;
}
#whatsnew-carousel div.whatsnew-option img {
    width: 25px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
}
/* header section properties */
div.latest-post-slide {
    position: relative;
}
div.latest-post-slide a {
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 18pt;
    padding: 15px 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}
#latest-post-slider-container div.owl-nav {
    position: absolute;
    top: 30px;
    left: 15px;
}
#latest-post-slider-container div.owl-nav button.owl-prev,
#latest-post-slider-container div.owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 5px;
}
#latest-postv-slider-container {
    height: 100%;
}
.latest-postv-option {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
}
.latest-postv-option img {
    width: 80px;
    height: auto;
    margin-right: 10px;
}
.latest-postv-option a {
    font-weight: 400;
    font-size: 12pt;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-transform: capitalize;
}
.whyhow-main-post img {
    width: 100%;
}
.whyhow-main-post h3 {
    margin-top: 20px;
}
.whyhow-main-post h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-weight: 400;
    font-size: 18pt;
    text-transform: capitalize;
}
div.whyhow-post-option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
div.whyhow-post-option img {
    width: 80px;
    height: auto;
    margin-right: 10px;
}
div.whyhow-post-option a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 12pt;
    text-transform: capitalize;
    font-weight: 400;
}
#popular-post-container {
    height: 100%;
}
.popular-post-option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.popular-post-option img {
    width: 80px;
    margin-right: 10px;
}
.popular-post-option h3 {
    line-height: 0.5;
}
.popular-post-option h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 10pt;
    text-transform: capitalize;
    font-weight: 400;
}
#popular-postv-slider {
    margin-top: 20px;
}
#trending-topic-main {
    margin-top: 20px;
    margin-bottom: 20px;
}
#trending-topic-main img {
    width: 100%;
}
#trending-topic-main h3 {
    font-weight: 400;
    font-size: 16pt;
    margin-top: 20px;
    text-transform: capitalize;
}
#trending-topic-main h3 a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
div.trending-topic-option {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
div.trending-topic-option img {
    width: 80px;
    margin-right: 10px;
}
div.trending-topic-option h3 {
    font-weight: 400;
    font-size: 11pt;
    text-transform: capitalize;
}
div.trending-topic-option h3 a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
#programming-topic-main {
    margin-top: 20px;
    margin-bottom: 20px;
}
#programming-topic-main img {
    width: 100%;
}
#programming-topic-main h3 {
    font-weight: 400;
    font-size: 16pt;
    margin-top: 20px;
    text-transform: capitalize;
}
#programming-topic-main h3 a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
div.programming-topic-option {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
div.programming-topic-option img {
    width: 80px;
    margin-right: 10px;
}
div.programming-topic-option h3 {
    font-weight: 400;
    font-size: 11pt;
    text-transform: capitalize;
}
div.programming-topic-option h3 a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.category-option {
    border-bottom: 1px solid #000;
}
.category-option a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
/* design 1 properties */
.design1-option {
    margin-bottom: 50px;
}
.design1-option img {
    width: 100%;
}
.design1-option h3 {
    margin-top: 10px;
}
.design1-option h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 16pt;
    text-transform: uppercase;
}
.design1-option p {
    font-weight: 300;
    color: #000;
    margin-top: 20px;
}
.design1-option-main {}
.design1-option-main img {
    width: 100%;
}
.design1-option-main h3 {
    margin-top: 20px;
}
.design1-option-main h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 34pt;
    text-transform: uppercase;
}
.design1-option-main p {
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    font-size: 14pt;
}
/* design 1 properties */

/* design 2 properties */
.design2-option {
    margin: 0px 15px;
    background-color: #00aef9;
    border-radius: 20px;
    padding-bottom: 20px;
}
.design2-option img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.design2-option a.product-attachment {
    background-color: #fff;
    color: #00aef9;
}
.design2-option h3,
.design2-option p {
    margin-left: 20px;
    margin-right: 20px;
}
.design2-option h3 {
    margin-top: 20px;
}
.design2-option h3 a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 18pt;
    text-transform: uppercase;
}
.design2-option p {
    margin-top: 25px;
    color: #fff;
    font-weight: 300;
}
/* design 2 properties */

/* design 3 properties */
.design3-option {
    margin: 20px 15px;
}
.design3-option img {
    width: 100%;
    border-radius: 5px;
}
.design3-option h3 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 14pt;
}
.design3-option h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
}
/* design 3 properties */

/* design 4 properties */
#design4-main-option {
    border-right: 1px solid #e5e5e5;
    padding: 50px 50px 50px 0px;
    text-align: center;
}
#design4-main-option div {
    border-radius: 50px;
    width: 80%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#design4-main-option div img {
    width: 200%;
    margin-left: -50%;
    max-width: 200% !important;
}
#design4-main-option div h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    /*margin-left: 50px;*/
    margin-right: 30px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 22pt;
    text-align: left;
    text-transform: uppercase;
}

#design4-main-option div h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.design4-option {
    margin: 15px;
}
.design4-option img {
    width: 100%;
    border-radius: 15px;
}
.design4-option h3 {
    margin-top: 20px;
}
.design4-option h3 a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14pt;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
/* design 4 properties */

/* design 5 properties */
.design5-main-option {}
.design5-main-option img {
    width: 100%;
    border-radius: 25px;
}
.design5-main-option h3 {
    margin-top: 30px;
}
.design5-main-option h3 a {
    font-weight: 400;
    font-size: 22pt;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
.design5-main-option p:nth-of-type(1) {
    font-size: 14pt;
    font-weight: 300;
    margin-top: 20px;
}
.design5-main-option p:nth-of-type(2) {
    font-size: 10pt;
    color: #e5e5e5;
    margin-top: 20px;
    text-transform: capitalize;
}
.design5-option {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.design5-option img {
    width: 40%;
    border-radius: 20px;
    margin-right: 15px;
}
.design5-option h3 a {
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 16pt;
    text-transform: capitalize;
    color: #000;
}
.design5-option p {
    color: #e5e5e5;
    font-size: 10pt;
    margin-top: 10px;
}
/* design 5 properties */

/* design 6 properties */
.design6-option {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
    height: 100%;
}
.design6-option img {
    width: 200% !important;
    max-width: 200% !important;
    margin-left: -50%;
}
.design6-option h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.design6-option h3 a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 16pt;
    text-transform: capitalize;
    font-weight: 500;
}
/* design 6 properties */

/* design 7 properties */
.design7-option {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.design7-option img {
    width: 40%;
    border-radius: 20px;
    margin-right: 15px;
}
.design7-option h3 a {
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 16pt;
    text-transform: capitalize;
    color: #000;
}
.design7-option p {
    color: #e5e5e5;
    font-size: 10pt;
    margin-top: 10px;
    text-transform: capitalize;
}
/* design 7 properties */

/* design 8 properties */
.design8-option {
    margin: 10px;
    position: relative;
}
.design8-option img {
    border-radius: 25px;
    width: 100%;
}
.design8-option div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-end;
}
.design8-option div h3 {
    margin: 15px;
}
.design8-option div h3 a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 14pt;
    text-transform: capitalize;
}
.design8-option-main {
    margin: 10px;
    position: relative;
}
.design8-option-main img {
    border-radius: 25px;
    width: 100%;
}
.design8-option-main div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-end;
}
.design8-option-main div h3 {
    margin: 30px;
}
.design8-option-main div h3 a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 18pt;
    text-transform: capitalize;
}
/* design 8 properties */

/* about section properties */
#about-section {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#about-section h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 30px;
}
#about-section p {
    font-weight: 300;
}
/* about section properties */

/* footer properties */
footer {
    background-color: #252525;
}

footer h2 {
    border-bottom: 3px solid #666;
    font-size: 16px;
    color: #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h3 a {
    border-bottom: 1px solid #ddd;
    color: #ccc;
    padding: 6px 6px 6px 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    transition: color .15s ease, border-color .15s ease;
}

footer h3 a:hover,
footer h3 a:focus-visible {
    color: #fff !important;
    border-bottom-color: #fff;
    text-decoration: none;
}

footer address {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
}

footer address a {
    text-decoration: none;
    color: #ccc;
}

footer address p {
    margin-top: 10px;
}

footer .blog-footer-brand p {
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
}

#footnote {
    margin-top: 50px;
    padding: 10px 30px;
    background-color: #303030;
    color: #ccc;
}

#footnote p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}
/* footer properties */

@media screen and (max-width:576px) {
    .heading-option h2, .heading-option h1 {
        top: -7px;
    }
    .section-heading-option h2,
    .section-heading-option h1 {
        top: -4px;
    }
    .heading-option span {
        font-size: 10pt;
    }
    .section-heading-option h2 span,
    .section-heading-option h1 span {
        font-size: 12pt;
        padding: 12px;
    }
    .section-heading-option-left h2 span,
    .section-heading-option-left h1 span {
        margin-left: 20px;
    }
    .section-heading-option-right h2 span,
    .section-heading-option-right h1 span {
        margin-right: 20px;
    }
    div.latest-post-slide a {
        font-size: 10pt;
        bottom: 25px;
        left: 15px;
        padding: 5px 10px;
    }
    #latest-post-slider-container div.owl-nav {
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    #latest-post-slider-container div.owl-nav button.owl-prev,
    #latest-post-slider-container div.owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .latest-postv-option a {
        font-size: 10pt;
    }
    .whyhow-main-post h3 a {
        font-size: 16pt;
    }
    div.whyhow-post-option a {
        font-size: 10pt;
    }
    .design3-option {
        margin: 10px 0px;
    }
    .design3-option h3 {
        font-size: 10pt;
    }
    #design4-main-option {
        border-right: none;
        padding: 0px;
    }
    #design4-main-option div {
        width: 100%;
        border-radius: 20px;
    }
    #design4-main-option div h3 {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 14pt;
    }
    .design4-option {
        margin: 5px;
    }
    .design4-option img {
        border-radius: 5px;
    }
    .design4-option h3 {
        margin-top: 8px;
    }
    .design4-option h3 a {
        font-size: 10pt;
    }
    .design5-main-option img {
        border-radius: 20px;
    }
    .design5-option {
        margin: 15px 0px;
        flex-direction: column;
    }
    .design5-option img {
        width: 100%;
        border-radius: 10px;
    }
    .design5-option h3 a {
        font-size: 12pt;
    }
    .design6-option h3 {
        margin: 0px 15px 20px 15px;
        padding: 5px;
    }
    .design6-option h3 a {
        font-size: 10pt;
    }
    .design7-option {
        flex-direction: column;
        margin-top: 10px;
    }
    .design7-option img {
        width: 100%;
        margin-right: 0;
    }
    .design7-option div {
        margin-top: 10px;
    }
    .design7-option h3 a {
        font-size: 14pt;
        margin-top: 10px;
    }
    .design8-option div h3 {
        margin: 10px 0px;
        line-height: 0.5;
    }
    .design8-option div h3 a {
        font-size: 9pt;
        color: #000;
    }
    .design8-option-main div h3 a {
        font-size: 8pt;
    }
    .design8-option-main div h3 {
        margin: 14px;
    }
    .design8-option div {
        position: static;
        background: none;
    }
    .design8-option img {
        border-radius: 10px;
    }
}
@media screen and (min-width:577px) and (max-width:767px) {
    .heading-option h2, .heading-option h1 {
        top: -8px;
    }
    .section-heading-option h2,
    .section-heading-option h1 {
        top: -6px;
    }
    .heading-option span {
        font-size: 10pt;
    }
    .section-heading-option h2 span,
    .section-heading-option h1 span {
        font-size: 14pt;
        padding: 12px;
    }
    .section-heading-option-left h2 span,
    .section-heading-option-left h1 span {
        margin-left: 20px;
    }
    .section-heading-option-right h2 span,
    .section-heading-option-right h1 span {
        margin-right: 20px;
    }
    div.latest-post-slide a {
        font-size: 10pt;
        bottom: 25px;
        left: 15px;
        padding: 5px 10px;
    }
    #latest-post-slider-container div.owl-nav {
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    #latest-post-slider-container div.owl-nav button.owl-prev,
    #latest-post-slider-container div.owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .latest-postv-option a {
        font-size: 10pt;
    }
    .whyhow-main-post h3 a {
        font-size: 16pt;
    }
    div.whyhow-post-option a {
        font-size: 10pt;
    }
    .design3-option {
        margin: 10px 0px;
    }
    .design3-option h3 {
        font-size: 10pt;
    }
    #design4-main-option {
        border-right: none;
        padding: 0px;
    }
    #design4-main-option div {
        width: 100%;
        border-radius: 20px;
    }
    #design4-main-option div h3 {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 14pt;
    }
    .design4-option {
        margin: 5px;
    }
    .design4-option img {
        border-radius: 5px;
    }
    .design4-option h3 {
        margin-top: 8px;
    }
    .design4-option h3 a {
        font-size: 10pt;
    }
    .design5-main-option img {
        border-radius: 20px;
    }
    .design5-option {
        margin: 15px 0px;
        flex-direction: column;
    }
    .design5-option img {
        width: 100%;
        border-radius: 10px;
    }
    .design5-option h3 a {
        font-size: 12pt;
    }
    .design6-option h3 {
        margin: 0px 15px 20px 15px;
        padding: 5px;
    }
    .design6-option h3 a {
        font-size: 10pt;
    }
    .design7-option {
        flex-direction: column;
        margin-top: 10px;
    }
    .design7-option img {
        width: 100%;
        margin-right: 0;
    }
    .design7-option div {
        margin-top: 10px;
    }
    .design7-option h3 a {
        font-size: 14pt;
        margin-top: 10px;
    }
    .design8-option div h3 {
        margin: 10px 0px;
        line-height: 0.5;
    }
    .design8-option div h3 a {
        font-size: 9pt;
        color: #000;
    }
    .design8-option-main div h3 a {
        font-size: 8pt;
    }
    .design8-option-main div h3 {
        margin: 14px;
    }
    .design8-option div {
        position: static;
        background: none;
    }
    .design8-option img {
        border-radius: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .heading-option h2, .heading-option h1 {
        top: -10px;
    }
    .section-heading-option h2,
    .section-heading-option h1 {
        top: -6px;
    }
    .heading-option span {
        font-size: 12pt;
    }
    .section-heading-option h2 span,
    .section-heading-option h1 span {
        font-size: 14pt;
        padding: 12px;
    }
    .section-heading-option-left h2 span,
    .section-heading-option-left h1 span{
        margin-left: 20px;
    }
    .section-heading-option-right h2 span,
    .section-heading-option-right h1 span{
        margin-right: 20px;
    }
    div.latest-post-slide a {
        font-size: 14pt;
        bottom: 25px;
        left: 15px;
        padding: 5px 10px;
    }
    #latest-post-slider-container div.owl-nav {
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    #latest-post-slider-container div.owl-nav button.owl-prev,
    #latest-post-slider-container div.owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .latest-postv-option a {
        font-size: 12pt;
    }
    .whyhow-main-post h3 a {
        font-size: 16pt;
    }
    div.whyhow-post-option a {
        font-size: 12pt;
    }
    .design3-option {
        margin: 10px 0px;
    }
    .design3-option h3 {
        font-size: 10pt;
    }
    #design4-main-option {
        border-right: none;
        padding: 0px;
    }
    #design4-main-option div {
        width: 100%;
        border-radius: 20px;
    }
    #design4-main-option div h3 {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        font-size: 18pt;
    }
    .design4-option {
        margin: 5px;
    }
    .design4-option img {
        border-radius: 5px;
    }
    .design4-option h3 {
        margin-top: 8px;
    }
    .design4-option h3 a {
        font-size: 12pt;
    }
    .design5-main-option img {
        border-radius: 20px;
    }
    .design5-option {
        margin: 15px 0px;
        flex-direction: column;
        align-items: flex-start;
    }
    .design5-option img {
        width: 100%;
        border-radius: 10px;
    }
    .design5-option div {
        margin-top: 20px;
    }
    .design5-option p {
        font-size: 12pt;
    }
    .design5-option h3 a {
        font-size: 14pt;
    }
    .design6-option h3 {
        margin: 0px 15px 20px 15px;
        padding: 5px;
    }
    .design6-option h3 a {
        font-size: 12pt;
    }
    .design7-option {
        flex-direction: column;
        margin-top: 10px;
        align-items: flex-start;
    }
    .design7-option img {
        width: 100%;
        margin-right: 0;
    }
    .design7-option div {
        margin-top: 10px;
    }
    .design7-option h3 a {
        font-size: 14pt;
        margin-top: 10px;
    }
    .design8-option div h3 {
        margin: 10px 0px;
        line-height: 1;
    }
    .design8-option div h3 a {
        font-size: 12pt;
        color: #000;
    }
    .design8-option-main div h3 a {
        font-size: 16pt;
    }
    .design8-option-main div h3 {
        margin: 14px;
    }
    .design8-option div {
        position: static;
        background: none;
    }
    .design8-option img {
        border-radius: 10px;
    }
    .popular-post-option h3 a {
        font-size: 12pt;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .heading-option h2, .heading-option h1 {
        top: -11px;
    }
    .section-heading-option h2,
    .section-heading-option h1 {
        top: -6px;
    }
    .heading-option span {
        font-size: 12pt;
    }
    .section-heading-option h2 span,
    .section-heading-option h1 span {
        font-size: 14pt;
        padding: 12px;
    }
    .section-heading-option-left h2 span,
    .section-heading-option-left h1 span {
        margin-left: 20px;
    }
    .section-heading-option-right h2 span,
    .section-heading-option-right h1 span {
        margin-right: 20px;
    }
    div.latest-post-slide a {
        font-size: 14pt;
        bottom: 25px;
        left: 15px;
        padding: 5px 10px;
    }
    #latest-post-slider-container div.owl-nav {
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    #latest-post-slider-container div.owl-nav button.owl-prev,
    #latest-post-slider-container div.owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .latest-postv-option a {
        font-size: 10pt;
    }
    .whyhow-main-post h3 a {
        font-size: 16pt;
    }
    div.whyhow-post-option a {
        font-size: 11pt;
    }
    .design3-option {
        margin: 10px 0px;
    }
    .design3-option h3 {
        font-size: 10pt;
    }
    #design4-main-option {
        border-right: none;
        padding: 0px;
    }
    #design4-main-option div {
        width: 100%;
        border-radius: 20px;
    }
    #design4-main-option div h3 {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        font-size: 18pt;
    }
    .design4-option {
        margin: 5px;
    }
    .design4-option img {
        border-radius: 5px;
    }
    .design4-option h3 {
        margin-top: 8px;
    }
    .design4-option h3 a {
        font-size: 12pt;
    }
    .design5-main-option img {
        border-radius: 20px;
    }
    .design5-option {
        margin: 15px 0px;
        flex-direction: row;
        align-items: center;
    }
    .design5-option img {
        width: 40%;
        border-radius: 10px;
    }
    .design5-option div {
        margin-top: 20px;
    }
    .design5-option p {
        font-size: 10pt;
    }
    .design5-option h3 a {
        font-size: 12pt;
    }
    .design6-option h3 {
        margin: 0px 15px 20px 15px;
        padding: 5px;
    }
    .design6-option h3 a {
        font-size: 12pt;
    }
    .design7-option {
        flex-direction: row;
        margin-top: 10px;
        align-items: center;
    }
    .design7-option img {
        width: 50%;
        margin-right: 10px;
    }
    .design7-option div {
        margin-top: 10px;
    }
    .design7-option h3 a {
        font-size: 14pt;
        margin-top: 10px;
    }
    .design8-option div h3 {
        margin: 10px 0px;
        line-height: 1;
    }
    .design8-option div h3 a {
        font-size: 12pt;
        color: #000;
    }
    .design8-option-main div h3 a {
        font-size: 16pt;
    }
    .design8-option-main div h3 {
        margin: 14px;
    }
    .design8-option div {
        position: static;
        background: none;
    }
    .design8-option img {
        border-radius: 10px;
    }
    .popular-post-option h3 a {
        font-size: 10pt;
    }
}
.bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Video section properties */
#vs-heading-container h2 {
    color: #151515;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 6px;
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 55px;
    text-align: center;
}
#vs-heading-container h2::after {
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #4ac9f0;
    margin: 10px auto;
}
.vs-video-option-container p {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
.vs-video-option-container a {
    position: relative;
}
.vs-video-option-container {
    text-align: center;
    padding: 10px;
}
.vs-video-option-container i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.vs-video-option {
    width: 90%;
}
.view-more-btn {
    background-color: #4ac9f0;
    border-radius: 5px;
    color: #ffffff;
    text-transform: capitalize;
}
/* Video section properties */

/* attachments */
.product-attachment {
    background-color: #00aef9;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    padding: 5px 7px;
    margin: 5px 7px;
}

/* attachments */

/* sidebar */
div#sidebar {
    position: sticky;
    top: 0;
    max-height: 99vh;
    overflow-y:auto;
}

/* sidebar */

/* Special properties for owl carousel */
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .items {
    display: flex;
    height: 100%;
}
.owl-carousel .design2-option {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

/* Special properties for owl carousel */

ul {
    list-style-position: inside;
}
a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
ul, li, ol {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    outline: none !important;
}
nav.main-menu {
    /* float: right; */
    margin-left: 0;
    list-style: none;
}
.menu-area-main li:hover a,
.menu-area-main li:focus a {
    text-decoration: underline;
}
li.has-sub {
    position: relative;
}
@media screen and (min-width:1200px) {
    li.has-sub>a::after {
        font-family: 'FontAwesome';
        content: "\f107";
        margin-left: 5px;
    }
    li.sub2>a::after {
        font-family: 'FontAwesome';
        content: "\f105";
        margin-right: 10px;
        float: right;
    }
    li.sub3>a::before {
        font-family: 'FontAwesome';
        content: "\f104";
        margin-left: 10px;
        float: left;
    }
}
.main-menu {
    /* text-align: center; */
}
.main-menu ul {
    margin: 0;
    list-style-type: none;
}
.main-menu ul>li {
    display: inline-block;
    position: relative;
}
.main-menu ul>li a {
    padding: 21px 10px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.main-menu ul li:last-child a {
    padding-right: 0;
}
.main-menu ul>li .sub-down li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 12px 10px;
    position: relative;
}
.main-menu ul>li .sub-down li a:hover::before {}
.main-menu ul li:first-child {
    margin-left: 0;
}
.main-menu ul>li>ul {
    padding-left: 0px;
    opacity: 0;
    position: absolute;
    text-align: left;
    /* top: 75%; */
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 230px;
    z-index: 999;
}
.main-menu>ul>li:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.main-menu ul>li>ul>li {
    margin: 0px;
    position: relative;
    display: block;
    padding: 2px;
}
.sub-mid {
    left: 100%;
}
.main-menu ul>li>ul>li>ul {
    top: 0;
}
.main-menu ul>li>ul>li:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.sub-end {
    left: 100%;
}
.edge {
    left: auto;
    right: 100%;
}
.mean-container .mean-nav {
    margin-top: 0px;
    position: absolute;
    top: 100%;
}
.main-menu ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.main-menu ul>li:nth-child(6) {
    padding-right: 0px;
}
.nav>li {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
}
.megamenu .sub-down {
    max-width: 1140px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    padding: 15px 0px;
}
/* Common properties */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu ul>li a {
        padding: 20px 20px 20px;
    }
}

@media only screen and (min-width: 599px) and (max-width: 767px) {
    .menu-area-main {
        height: 256px;
        overflow-y: auto;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 19px;
    }
    .menu-add {
        display: none;
    }
    .mean-container .mean-nav ul li ol {
        padding: 0px;
    }
    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
        width: 94.8%;
    }
    .mean-container .mean-nav ul li li a {
        width: 92%;
        padding: 1em 4%;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 7%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 5px 0px;
        text-transform: capitalize;
        width: 100%;
    }
    .menu-area-main {
        /* height: 290px;
       overflow-y: auto; */
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul>li a {
        padding: 21px 15px 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu ul>li a {
        padding: 8px 8px 0 8px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mean-container .mean-bar {
        margin-top: 0px;
    }
}

.clearfix {
    clear: both;
}

/* Make sure only one type of menu is usable at 1200px */
@media screen and (width: 1200px) {
    li.has-sub>a::after {
        display: none;
    }
    li.sub2>a::after {
        display: none;
    }
    li.sub3>a::before {
        display: none;
    }
}

/* z-index changes  */
.mean-container .mean-nav {
    z-index: 999 !important;
}
.main-menu ul>li a {
    color: #18191e;
}
.sub-down li {
    background: #ffffff;
}
.main-menu ul>li .sub-down li a {
    font-family: 'Oswald', sans-serif !important;
    color: #18191e;
    border-bottom: solid #eee 1px;
}
.main-menu ul>li .sub-down li a::before {}
.main-menu ul>li .sub-down li a:hover {
    color: #e7c357;
}
.main-menu ul>li>ul {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main-menu ul>li>ul>li>a {
    background: none !important;
}
a.second-nav-option {
    font-family: 'Oswald', sans-serif !important;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 9pt !important;
    cursor: pointer !important;
    padding: 15px 0px !important;
    margin-right: 20px !important;
    display: inline-block !important;
}
a.second-nav-option-main {
    background-color: #00aef9;
    padding: 15px;
}
.article-main a:not(.product-attachment) {
    color: black;
    font-weight:bold;
    text-decoration: underline !important;
}
.product-attachment:hover {
    color: white !important;
    font-weight:bold !important;
}

/* footer properties */
footer h2 {
    border-bottom: 3px solid #666;
    font-size: 16px;
    color: #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer a:hover { color: #ccc !important; }
footer .blog-social-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}
footer .blog-social-links a,
footer .blog-social-links a:hover {
    color: #fff !important;
    font-weight: 400;
}
footer .blog-social-links a {
    font-size: 22px;
    line-height: 1;
}
footer .blog-social-links a {
    font-size: 22px;
    transition: transform .15s ease;
}

footer .blog-social-links a:hover {
    color: #fff !important;
    transform: scale(1.1);
}
html {
    scrollbar-color: #666 #252525;
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #252525;
}

*::-webkit-scrollbar-thumb {
    background: #666;
    border: 2px solid #252525;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #888;
}