﻿:root {
    --default-font: "HostGrotesk-Regular";
    --heading-font: "Nunito-Regular";
    --nav-font: "Nunito-Regular";
}
/*--------------------------------------------------------------
# Inner Page Section Section
--------------------------------------------------------------*/
.redclr, .redtext {
    color: red;
}

.minpght {
    min-height: 500px;
}

    .minpght p {
        font-size: 17px;
    }

.mainbox {
    margin-bottom: 2pc;
}

.icbox {
    text-align: center;
    padding: 2pc;
    background: #edf5f5;
}

    .icbox .Pgheader h2 {
        color: #242424;
        text-transform: uppercase;
        font-family: var( --default-font);
    }

.backbtn a {
    font-family: var( --default-font);
    font-weight: 500;
}

.btn-web {
    background: #237b80;
    color: #fff;
    border: 0;
    padding: 12px 40px;
    font-size: 17px;
}

    .btn-web:hover {
        background: color-mix(in srgb, #237b80, transparent 20%);
        color: #fff !important;
    }


.mrg-0 {
    margin: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.right-block {
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.left-block {
    margin-left: 0;
    margin-right: auto;
    display: block;
}

.spacer15 {
    padding-top: 15px;
}

.spacer30 {
    padding-top: 30px;
}

a.reviewbtn {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    margin: 10px 10px 10px 0;
    animation: fadeInUp 1s both 0.4s;
    position: absolute;
    right: 3pc;
}

    a.reviewbtn:hover, .btngeneral:hover {
        background: color-mix(in srgb, #237b80, transparent 20%);
        color: #fff;
    }

.btngeneral {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    margin: 10px 10px 10px 0;
    animation: fadeInUp 1s both 0.4s;
}
/*--------------------------------------------------------------
# Inner Page Section Section
--------------------------------------------------------------*/
/*Contact Us*/
.address-block {
    background: #edf5f5;
    margin: 0 0 4pc;
    padding: 30px 0 35px;
}

.contact-item {
    text-align: center;
}

    .contact-item.bg-color {
        background: #f0ffff;
        padding: 20px 15px;
        min-height: 216px;
        margin-bottom: 25px;
        border: 1px solid #def1f1;
    }

.contact-icon {
    margin-bottom: 20px;
}

    .contact-icon img {
        max-width: 50px;
        margin: 0 auto;
        background: #237a7f;
        display: block;
        padding: 10px;
    }

.contact-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cslink {
    color: #237a7f;
    text-decoration: underline;
    font-weight: 600;
}

.contact-block-bottom {
    margin: 0 0 2pc;
}

.form-group {
    margin-bottom: 20px;
}

.form-control, .form-select {
    border-radius: 0;
    min-height: 45px;
    color: #000;
}

.contact-form {
    margin-left: 20px;
}

    .contact-form h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 25px;
    }

.aframe {
    width: 100%;
    height: 800px;
    border: 1px solid #eee;
}

/*Login*/

.loginform-outer {
    background: #fff;
    padding: 2pc;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    margin: 3pc 0pc;
}

    .loginform-outer::after {
        content: "";
        position: absolute;
        background: #237b80;
        width: 35.12%;
        height: 100%;
        display: block;
        z-index: -1;
        top: 0;
        left: 0;
    }

.loginform {
    background: #fff;
    margin: 2pc 2pc;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .loginform.pnlus {
        box-shadow: none;
        border: 2px solid #edf5f5;
    }

    .loginform .leftpanel a {
        color: #fff;
        text-decoration: underline;
    }

    .loginform .leftpanel {
        padding: 20px;
        color: #fff;
        text-align: center;
    }

        .loginform .leftpanel h4 {
            color: #fff;
            margin-top: 10px;
        }

        .loginform .leftpanel img {
            max-width: 70px;
        }

    .loginform .rightpanel {
        padding: 2pc;
    }

        .loginform .rightpanel h4 {
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

.rightpanel-inner {
    margin: 4pc 1pc;
}

.bg-left {
    background: #237b80;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.helpblock {
    position: absolute;
    right: 20px;
    top: 20px;
}



.fplink {
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
}



.timg {
    margin-bottom: 20px;
}

.msgsuccess {
    text-align: center;
    padding: 20px 20px 40px;
    border-radius: 5px;
}

    .msgsuccess h3 {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

.aloggedIn {
    text-align: center;
}

.lblfont {
    font-size: 13px !important;
}

/*About page*/
.about-page {
    position: relative;
    margin-bottom: 160px;
}

.about-content {
    padding: 30px;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%), linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
    background-blend-mode: multiply;
    text-align: center;
    position: absolute;
    bottom: Calc(0px - 15%);
    outline: 1px solid #237a7f;
    outline-offset: -5px;
    margin-left: 50px;
    margin-right: 50px;
}

.about-content1 {
    padding: 20px;
}


.about-content1 {
    padding: 35px;
}

    .about-content1 h4 {
        font-size: 28px;
        font-weight: 300;
    }

.abt-head {
    font-weight: 700;
    color: #237a7f;
}


.abt-bg {
    background: #edf5f5;
}

.abt-bg1 {
    background: linear-gradient(to bottom, #edf5f5 0%, #edf5f5 25%, #fff 25%, #fff 100%);
}

    .abt-bg1 img {
        border: 1px solid #eee;
    }

.about-content1 {
    border: 2px solid #237a7f75;
    margin: 50px 10px;
    position: relative;
    padding: 40px 20px 20px;
    outline: 2px solid #237a7f75;
    outline-offset: -8px;
}

.about-content2 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-top, .quote-bottom {
    background: #fff;
    font-size: 70px;
    position: absolute;
}


.quote-top {
    top: -45px;
    left: 30px;
}

.quote-bottom {
    bottom: -45px;
    right: 30px;
    transform: rotate(-180deg);
}

/*Services page css*/

.servblock1 {
    /* background: #edf5f5; */
    padding: 0 1pc;
    margin-bottom: 30px;
    border: 0.5px solid #237b8026;
    border-bottom: 2px solid #237b80;
    min-height: 245px;
}


.nopadding {
    padding: 0;
}

.servicon img {
    max-width: 70px;
    padding: 1pc 0 5px;
    float: left;
}

.servblock1 h4, .servblock h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var( --default-font);
    color: #232323;
}

.servobtm {
    border: 2px solid #dbdada;
    padding: 2pc 0;
}

.servblock1 p {
    font-size: 15px;
}

a.btnreadmore {
    background: #237b80;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 15px;
}

    a.btnreadmore:hover {
        background: color-mix(in srgb, #237b80, transparent 20%);
    }

.servblock1 a {
    color: #000;
    padding: 5px 10px;
}

.servblock1:hover {
    background: #edf5f5;
}

    .servblock1:hover a {
        background: #232323;
        border-radius: 30px;
        padding: 5px 10px;
        color: #fff;
    }

.servoimg img {
    margin-top: 1pc;
}

.shapetop {
    width: 120px;
    height: 450px;
    margin: 0 0 0 auto;
    background: #edf5f5;
    position: absolute;
    z-index: -1;
    /* opacity: 0.2; */
    left: 1pc;
    bottom: -8pc;
}

p.servotxt {
    font-size: 16px;
}

.servotxt {
    border-left: 3px solid #237b80;
    padding: 1pc;
    padding-right: 0;
}

.servoimg img {
    margin-top: 1pc;
}

/*Custom Design page*/
.custom-design-section {
    margin: 0 0 5pc;
}

    .custom-design-section h3 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #000;
    }

    .custom-design-section h4 {
        margin-bottom: 20px;
        line-height: 1.3;
        color: #000;
    }

    .custom-design-section .book-a-table {
        text-align: center;
        border: 4px solid #237b80;
        padding: 22px;
    }

        .custom-design-section .book-a-table h3 {
            margin: 0 0 5px 0;
            font-size: 24px;
        }

        .custom-design-section .book-a-table p {
            font-weight: 500;
            font-size: 28px;
            margin: 0;
        }

    .custom-design-section .content {
        padding-left: 20px !important;
    }

    .custom-design-section .content-bottom {
        margin: 10px 0 30px;
    }

.custom-process {
    margin: 0 0 3pc;
}

    .custom-process .container-fluid {
        padding: 0;
    }

    .custom-process .custom-process-item {
        background-size: cover;
        background-position: center;
        min-height: 600px;
        padding: 30px;
    }

@media (max-width: 575px) {
    .custom-process .custom-process-item {
        min-height: 500px;
    }
}

.custom-process .custom-process-item:before {
    content: "";
    background: #000;
    position: absolute;
    inset: 0;
    opacity: 0.8;
}

.custom-process .custom-process-item h3 {
    font-weight: 700;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    min-height: 68px;
}

.custom-process .custom-process-item .price {
    color: #ffffff;
    border-bottom: 5px solid #237a7f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.custom-process .custom-process-item .description {
    margin-bottom: 0;
    color: #fff;
    position: relative;
    min-height: 127px;
}

.custom-process .swiper-wrapper {
    height: auto;
}

.custom-process .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .custom-process .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    .custom-process .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #237a7f;
    }


.section-header {
    text-align: center;
    margin-bottom: 20px;
}

    .section-header h1 {
        color: #000;
        font-weight: 700;
    }

.call-to-action {
    margin-bottom: 4pc;
}

    .call-to-action .container-fluid {
        background: #237b80;
        color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 1rem;
        padding: 4rem 2rem;
        width: 90%;
    }

    .call-to-action h2,
    .call-to-action p {
        color: #fff;
    }

    .call-to-action h2 {
        text-transform: uppercase;
        font-weight: 600;
    }

    .call-to-action .btn-cta, .call-to-action .btn-cta:hover {
        background-color: #fff;
        color: #237b80;
        padding: 12px 40px;
        transition: all 0.3s ease;
        border: 2px solid #237b80;
    }

.gallery .gallery-item {
    border: 1px solid #eee;
}

.gallery.gallery-custom .gallery-item {
    margin-bottom: 25px;
}

iframe.cutom-iframe {
    width: 100%;
    height: 3200px;
    border: 0;
}

/*----Designers page------*/
.linkimg {
    position: relative;
}

    .linkimg img:first-child {
        border: 1px solid #cdcccc;
    }

.linkimgoverlay {
    position: relative;
    bottom: 4pc;
    right: auto;
    margin-bottom: -4pc;
}

    .linkimgoverlay img {
        border-radius: 60%;
        background: #fff;
    }

.FPImg:hover .linkimgoverlay img {
    border: 3px solid #000000;
}

p .brndlink {
    font-size: 20px;
    font-weight: 400;
    padding: 1pc 0;
    color: #000;
    font-family: var( --default-font);
}

.row.overlayblock {
    border: 1px solid #d3d3d3;
    border-top: none;
}

.edu-main .content h4 {
    font-weight: 700;
}

.edu-main .content p:last-child {
    margin-bottom: 0;
}

.edu-main .icon-box {
    background-color: var(--surface-color);
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    height: 100%;
}

    .edu-main .icon-box a {
        color: #000;
    }

    .edu-main .icon-box i, .eduicon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 0;
        transition: all 0.4s ease-out 0s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
        color: var(--accent-color);
    }

    .edu-main .icon-box h5 {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .edu-main .icon-box p {
        margin-bottom: 0;
    }

.knowmore {
    margin-top: 10px;
    font-weight: 500;
    text-decoration: underline;
    color: var(--accent-color);
}

.edu-main .icon-boxes .col-md-6:nth-child(2) .icon-box, .edu-main .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -40px;
}

.educontent .FHead {
    display: none;
}

.hr-edustyle {
    margin: 1rem 25% 2rem;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.def {
    background: #edf5f5;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 2px solid var(--accent-color);
}

    .def p {
        margin-bottom: 0;
    }

.educontent h4, .educontent h5 {
    color: var(--accent-color);
}

.Gem {
    margin-bottom: 10px;
}

.GTitle {
    position: relative;
}

    .GTitle h4:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--accent-color);
        left: calc(50% - 30px);
        right: 0;
        bottom: -5px;
    }

.monthdiv {
    border: 2px solid #f1f1f1;
    margin: 0;
    color: #000;
    padding: 20px 0;
    margin-bottom: 15px;
}

    .monthdiv a {
        color: #000;
    }

    .monthdiv.active, .monthdiv:hover {
        background: #EDF5F5;
        border: 2px solid var(--accent-color);
    }

.gemdesc {
    min-height: 48px;
    justify-content: center;
    align-content: center;
    padding: 0 4px;
}

.closem, .closem:hover {
    position: absolute;
    right: -17px;
    top: -16px;
    background: var(--accent-color);
    border: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 99;
}

/*Cart page*/


.qtyMaxWarn {
    text-align: center !important;
    display: block;
}

.gridordr {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0px 10px;
}

    .gridordr th {
        background: #eee;
        padding: 5px 15px !important;
        color: #000 !important;
        vertical-align: middle;
        border: 1px solid #eee;
        font-weight: 400;
    }

    .gridordr td {
        padding: 5px 15px !important;
        vertical-align: middle;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 2px solid #eee;
        border-top: 1px solid #eee;
    }

.qty-group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px
}

    .qty-group .qtycart {
        width: 50px;
        font-size: 16px;
        color: #040349;
        vertical-align: top
    }

    .qty-group .minus, .qty-group .plus, .qty-group .qtycart {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        border: 1px solid #eee;
        border-radius: 2px
    }

    .qty-group .minus, .qty-group .plus {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #040349;
        background-color: #fff;
        padding: 5px 10px
    }

.shop {
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    color: #292929
}

.logintxt a, .note {
    color: red
}

.shop tr:after {
    content: '';
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.shop caption, .shop tbody, .shop td, .shop th, .shop tr {
    vertical-align: baseline;
    line-height: 1.5em;
    padding: 2px 5px
}

.dianame {
    text-align: center;
    font-size: 17px;
    margin: 0px 0;
    color: #000
}

.plansel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .plansel img {
        border: 1px solid #eee;
    }

    .plansel p {
        margin: 5px 10px 0;
    }

a.btngel.btnproc {
    background: #232323;
    display: block;
    padding: 8px 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #232323;
}

    a.btngel.btnproc:hover {
        background: #fff;
        color: #000;
    }

.div-cart .msgcartsuccess {
    text-align: left;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media(min-width:1800px) {
    .custom-process .custom-process-item .description {
        min-height: 127px;
    }
}


@media(min-width:1600px) {
    .about-content2 {
        height: 450px;
    }

    .about-content1 h4 {
        font-size: 32px;
    }

    .about-content2 {
        padding: 60px;
    }

    .row.rowmrg {
        padding: 0 3pc;
    }

    .servblock1 {
        padding: 1pc 2pc;
    }

        .servblock1 p {
            font-size: 16px;
        }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
        .col-xxxl-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }
  
        .col-xxxl-6 {
            flex: 0 0 auto;
            width: 50%;
        }
    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    
}

@media(min-width: 1400px) {
    .loginform-outer::after {
        width: 34.5%;
    }
    .about-content2 {
        height: 380px;
    }
 
}
@media(max-width: 1600px) and (min-width: 1400px) {
    
    .about-page {
        margin-bottom: 160px;
    }

    .about-content {
        bottom: Calc(0px - 25%);
    }
}

@media(max-width: 1399px) and (min-width: 1200px) {

    .about-page {
        margin-bottom: 180px;
    }

    .about-content {
        bottom: Calc(0px - 35%);
    }
}

@media(max-width:1199px) {
    .about-content {
        bottom: Calc(0px - 46%);
    }

    .about-page {
        margin-bottom: 223px;
    }

    .quote-top, .quote-bottom {
        background: #fff;
        font-size: 60px;
        position: absolute;
    }

    .quote-top {
        top: -40px;
        left: 20px;
    }

    .quote-bottom {
        bottom: -40px;
        right: 20px;
    }

    .about-content1 h4 {
        font-size: 20px;
    }

    .about-content2 {
        padding: 10px;
    }
    iframe.cutom-iframe {
        width: 100%;
        height: 2800px;
        border: 0;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .loginform-outer::after {
        width: 100%;
        height: 32.4%;
    }
}

@media(max-width:991px) {
    .about-content {
        margin-left: 0px;
        margin-right: 0px;
        position: static;
        position: static;
        margin-bottom: 40px;
    }

    .about-page {
        margin-bottom: 0px;
    }
    iframe.cutom-iframe {
        width: 100%;
        height: 2200px;
        border: 0;
    }
}

@media(max-width: 767px) {
    .gallery .gallery-item, .gallery.gallery-custom .gallery-item {
        margin-bottom: 15px;
    }

    .call-to-action .btn-cta, .call-to-action .btn-cta:hover {
        display: block;
    }

    .shapetop {
        display: none;
    }

    .flex-mobile {
        display: flex;
        flex-flow: column;
    }

    .custom-design-section .content {
        padding-left: 0px !important;
    }

    .custom-design-section .book-a-table {
        margin-bottom: 30px;
    }

    .contact-item {
        margin-bottom: 25px;
        border-bottom: 1px solid #c0f0f3;
    }

    .contact-form {
        margin-left: 0;
        margin-bottom: 2pc;
    }

    .loginform-outer {
        padding: 0;
        margin: 0;
    }

        .loginform-outer::after {
            display: none;
        }

    .loginform {
        margin: 0;
        box-shadow: none;
    }

    .rightpanel {
        padding: 0;
    }

    .loginform .btn-web {
        display: block;
        width: 100%;
        text-align: center;
    }

    .about-content1 {
        margin: 28px 10px;
    }

    .edu-main .icon-boxes .col-md-6:nth-child(2) .icon-box,
    .edu-main .icon-boxes .col-md-6:nth-child(4) .icon-box {
        margin-top: 0;
    }
    iframe.cutom-iframe {
        width: 100%;
        height: 4000px;
        border: 0;
    }
}

@media(max-width:576px) {
    .abt-bg1 {
        background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 15%, #fff 15%, #fff 100%);
    }

    iframe.cutom-iframe {
        width: 100%;
        height: 3500px;
        border: 0;
    }
}

@media(max-width:400px) {
    .abt-img-block {
        width: 100%;
        margin-bottom: 20px;
    }
}

