:root {
    --bs-box-shadow: 0 0.25em 0 rgb(195, 198, 209);
    --bs-danger-text-emphasis: #f7395a;
    --bs-border-radius: 0;
    --bs-border-radius-lg: 0;
    --bs-nav-link-font-size: 16px;
    --bs-nav-link-color: var(--bs-black);
    --bs-nav-link-font-weight: 500 !important;
    --bs-emphasis-color: #1c1e21;
}

body {
    margin-top: 91px;
    height: calc(100% - 91px);
}

.nav-link {
    font-weight: 500;
}
main a:not(.btn), footer a:not(.btn) {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: var(--bs-black);
    font-weight: 600;
}

main a:not(.btn):hover, main a:not(.btn):focus,
footer a:not(.btn):hover, footer a:not(.btn):focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: var(--bs-black);
    font-weight: 600;
}

ul, ol {
    margin: 0;
}

ul li, ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}
.vr {
    background-color: #ebebeb;
    opacity: 1;
}
.bi {
   vertical-align: -.125em;
    fill: currentColor
}

main {
    position: relative;
}

.site-title {
    position: absolute;
    padding: 0 0 0 2rem;
    transform: rotate3d(0, 0, 1, -90deg) translateX(-100%);
    transform-origin: 0 0;
    margin: 0.75rem 0.5rem;
    z-index: 1;
    font-size: 14px;
    letter-spacing: .1em;
    width: 192px;
    top: 12px;
    left: 9px;
    color: #efedf6;
}
.site-title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 1.6rem;
    background: #000;
    left: 0;
    top: 45%;
    background: #80919d;
}
.terminate {
    background: #1b1b1b;
    width: 3rem;
    height: 0.5rem;
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.copyright {
    position: absolute;
    bottom: 185px;
    right: -180px;
    padding: 0 0 0 2rem;
    transform: rotate3d(0, 0, 1, -90deg) translateX(-100%);
    transform-origin: 0 0;
    margin: 0.75rem 0.5rem;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.copyright:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 1.6rem;
    background: #000;
    left: 0;
    top: 45%;
}

.section-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.section-heading.text-left {
    text-align: left !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-overlay, .bg-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay:hover, .bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-overlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.search form input {
    width: 180px !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search form input:focus {
    outline: none !important;
    width: 230px !important;
}
.search form button {
    font-size: 22px;
}
nav .wishlist a, nav .account a, nav .cart a {
    font-size: 22px;
    text-align: center;
    width: 90px;
    color: var(--bs-black);
}
nav .cart a {
    width: 74px;
}
nav .cart a span {
    font-size: xx-small;
    top: 25px;
    right: -1px;
    width: 17px;
    height: 17px;
}
.welcome-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area {
        height: 350px;
    }
}

.welcome-area .hero-content h6 {
    font-size: 18px;
    color: var(--bs-gray-600);
    margin-bottom: 10px;
}

.welcome-area .hero-content h2 {
    font-size: 60px;
    color: var(--bs-black);
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .hero-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area .hero-content h2 {
        font-size: 30px;
    }
}

/* :: 6.0 Top Catagory Area CSS */
.single-catagory-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 240px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-catagory-area {
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .single-catagory-area {
        height: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-catagory-area {
        margin-bottom: 30px;
    }
}

.single-catagory-area:after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.single-catagory-area .catagory-content a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-black);
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-catagory-area .catagory-content a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-catagory-area .catagory-content a {
        font-size: 18px;
    }
}

.single-catagory-area:hover .catagory-content a {
    color: var(--bs-primary);
}

/* :: 7.0 CTA Area CSS */
.cta-area {
    position: relative;
    z-index: 1;
}

.cta-area .cta-content {
    width: 100%;
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content {
        height: 400px;
    }
}

.cta-area .cta-content h6 {
    font-size: 24px;
    color: #dc0345;
    margin-bottom: 10px;
}

.cta-area .cta-content h2 {
    font-size: 60px;
    color: var(--bs-black);
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }
}

.cta-area .cta-content .cta--text {
    padding-right: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content .cta--text {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content .cta--text {
        padding-right: 0;
    }
}

/* :: 8.0 Popular Products Area CSS */
.single-product-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
}

.single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-product-wrapper .product-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .product-badge {
    height: 25px;
    background-color: var(--bs-black);
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.single-product-wrapper .product-img .product-badge.offer-badge {
    background-color: #dc0345;
}

.single-product-wrapper .product-img .product-badge.new-badge {
    background-color: var(--bs-primary);
}

.single-product-wrapper .product-img .product-favourite a {
    position: absolute;
    height: 25px;
    width: 45px;
    font-size: 14px;
    color: #ccc;
    top: 20px;
    right: 20px;
    z-index: 10;
    line-height: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .product-favourite a.active {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    padding-top: 25px;
}

.single-product-wrapper .product-description span {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--bs-gray-600);
    margin-bottom: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.single-product-wrapper .product-description h6 {
    color: #222222;
    margin-bottom: 5px;
}

.single-product-wrapper .product-description p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: var(--bs-black);
}

.single-product-wrapper .product-description p span {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #aaaaaa;
    margin-right: 10px;
    text-decoration: line-through;
}

.single-product-wrapper .product-description .hover-content {
    position: absolute;
    width: calc(100% - 40px);
    top: -70px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-description .hover-content .optimal-btn {
    width: 100%;
}

.single-product-wrapper .favme {
    cursor: pointer;
    color: #ccc;
}

.single-product-wrapper .favme.active {
    color: #dc0345 !important;
}

.single-product-wrapper .favme.is-animating {
    animation: favme-anime .5s;
}

.single-product-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .product-img .product-favourite a {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

@keyframes favme-anime {
    0% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }

    25% {
        opacity: .6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #dc0345;
    }

    75% {
        opacity: .6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #dc0345;
    }

    100% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }
}

.pagination {
    position: relative;
    z-index: 1;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    padding: 0;
    text-align: center;
    color: var(--bs-gray-600);
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: var(--bs-primary);
    box-shadow: none;
}

.pagination .page-item:first-child {
    margin-right: 15px;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child {
    margin-left: 15px;
}

.pagination .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* :: 9.0 Brands Area CSS */
.brands-area {
    position: relative;
    z-index: 1;
    background-color: #f5f7f9;
    padding: 100px 5%;
}

@media only screen and (max-width: 767px) {
    .brands-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 100px 5% 70px;
    }
}

@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
    }
}

.brands-area .single-brands-logo img {
    max-width: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brands-area .single-brands-logo img {
        max-width: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo img {
        max-width: 80px;
        margin-bottom: 30px;
    }
}

/* :: 10.0 Single Product Details Area CSS */
.single-product-details-area {
    position: relative;
    z-index: 100;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-product-details-area .single-product-thumb, .single-product-details-area .single-product-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .single-product-details-area .single-product-thumb, .single-product-details-area .single-product-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-product-details-area .product-thumbnail-slides {
    position: relative;
    z-index: 1;
}

.single-product-details-area .product-thumbnail-slides .owl-prev, .single-product-details-area .product-thumbnail-slides .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    z-index: 20;
    left: 30px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 5px;
    opacity: 0.4;
}

.single-product-details-area .product-thumbnail-slides .owl-prev:hover, .single-product-details-area .product-thumbnail-slides .owl-next:hover {
    opacity: 1;
}

.single-product-details-area .product-thumbnail-slides .owl-next {
    left: auto;
    right: 30px;
}

.single-product-details-area .single-product-desc {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-details-area .single-product-desc {
        padding: 30px 4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc {
        padding: 30px 3%;
    }
}

.single-product-details-area .single-product-desc span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bs-gray-600);
    margin-bottom: 10px;
    display: block;
}

.single-product-details-area .single-product-desc a > h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-details-area .single-product-desc a > h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc a > h2 {
        font-size: 20px;
    }
}

.single-product-details-area .single-product-desc .product-price {
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #dc0345;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc .product-price {
        font-size: 20px;
    }
}

.single-product-details-area .single-product-desc .product-price span {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: var(--bs-gray-600);
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 15px;
}

.single-product-details-area .single-product-desc .product-desc {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc .product-desc {
        font-size: 14px;
    }
}

.single-product-details-area .single-product-desc .nice-select {
    position: relative;
    z-index: 100;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 60;
    margin: 0;
    text-transform: uppercase;
    width: 220px;
}

.single-product-details-area .single-product-desc .nice-select .current {
    line-height: 60px;
}

.single-product-details-area .single-product-desc .nice-select .list {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    width: 100%;
}

.single-product-details-area .single-product-desc .nice-select .list .option.selected {
    color: var(--bs-primary);
}

.single-product-details-area .single-product-desc .cart-fav-box .favme {
    cursor: pointer;
    color: #ccc;
    font-size: 24px;
}

.single-product-details-area .single-product-desc .cart-fav-box .favme.active {
    color: #dc0345 !important;
}


.footer {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 70px 0 60px;
}
.footer h6 {
    font-size: 14px;
    font-weight: 600;
}

.footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.footer .footer-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

.footer .footer-menu li a {
    display: block;
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer .footer-heading h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}


.footer .footer-social-area a {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}


.breadcumb {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
}

.breadcumb:after {
    background-color: rgb(0 123 255 / 19%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    content: '';
}

.breadcumb .page-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.breadcumb.breadcumb-style-two {
    width: 100%;
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb.breadcumb-style-two {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb.breadcumb-style-two {
        height: 250px;
    }
}

.breadcumb.breadcumb-style-two .page-title h2 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: var(--bs-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb.breadcumb-style-two .page-title h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb.breadcumb-style-two .page-title h2 {
        font-size: 30px;
    }
}


.blog-wrapper {
    position: relative;
    z-index: 1;
}

.blog-wrapper .single-blog-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.blog-wrapper .single-blog-area img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.blog-wrapper .single-blog-area .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: auto;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title {
        padding: 20px;
    }
}

.blog-wrapper .single-blog-area .post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title a {
        font-size: 18px;
    }
}

.blog-wrapper .single-blog-area .hover-content {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    background-color: #ffffff;
    padding: 20px 40px;
    position: absolute;
    width: 85%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content {
        padding: 20px;
    }
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
    color: var(--bs-primary);
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content p {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content p {
        display: block;
        font-size: 14px;
        line-height: 1.7;
    }
}

.blog-wrapper .single-blog-area .hover-content > a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--bs-primary);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content > a {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content > a {
        margin-top: 30px;
    }
}

.blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content {
    opacity: 1;
    visibility: visible;
}

.blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog-wrapper {
    position: relative;
    z-index: 1;
}

.single-blog-wrapper .single-blog-content-wrapper {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 70px 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 24px;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    /* font-size: 18px; */
    /* font-weight: 300; */
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 14px;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
    margin-bottom: 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: var(--bs-primary);
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.regular-page-content-wrapper {
    position: relative;
    z-index: 1;
}

.regular-page-content-wrapper .regular-page-text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote {
    margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: var(--bs-primary);
}

.regular-page-content-wrapper .regular-page-text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.contact-area {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-area .contact-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-form form .form-control {
    border: 1px solid hsla(0,0%,100%,.2);
    background-color: rgb(16 21 24 / 14%);
    color: white;
}
.contact-area .contact-info .contact-address p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-area .contact-info .contact-address p span {
    font-weight: 600;
    color: var(--bs-black);
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
}

.contact-area .contact-info .contact-address p a {
    color: var(--bs-gray-600);
}

.contact-area .contact-info .contact-address p a:hover {
    color: var(--bs-primary);
}