@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Poppins', sans-serif;
    --tp-ff-heading: 'Poppins', sans-serif;
    --tp-ff-poppins: 'Poppins', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --tp-common-white: #fff;
    --tp-common-black: #000000;
    --tp-common-black-2: #0D0D0D;
    --tp-grey-1: #F8F8F8;
    --tp-text-body: #54595F;
    --tp-theme-1: #d4c18a;
}

.swiper-slide {
    height: auto;
    box-sizing: border-box;
}


.bg-black2 {
    background-color: var(--tp-common-black-2);
}

.color-title {
    color: var(--tp-theme-1) !important;
}
.tp-btn-black{
    text-transform: none;
}
.tp-btn-black.theme-bg {
    color: var(--tp-common-black);
}
.tp-btn-black.theme-bg:hover {
    color: var(--tp-common-white)!important;
}
.tp-btn-black.theme-bg.hover-2:hover {
    color: var(--tp-common-black)!important;
}
.fw-500 {
    font-weight: 500;
}

.tp-newsletter-title,
h1,
h2,
h3,
h4,
h5,
h6,
.tp-slider-3-title , .breadcrumb__title, .breadcrumb__list span{
    font-weight: 500;
    text-transform: none;
}
.tp-section-subtitle, .breadcrumb__title{
    text-transform: none;
}

.tp-btn-border-lg.grey-border:hover, .tp-btn-black:hover{
    color: var(--tp-common-black)!important;
}
/* MENU */
.tp-header-menu>nav>ul>li>a {
    font-size: 13px;
}

.tp-header-menu>nav>ul>li {
    margin: 0 10px;
}

.tp-header-menu>nav>ul>li>.submenu {
    width: 220px;
}

.tp-mobile-menu ul {
    list-style: none;
    color: var(--tp-common-white);
}

.tp-mobile-menu ul li {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .tpoffcanvas {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpoffcanvas {
        width: 100%;
    }
}


/* PAGE HEADER */


.tp-header-style-5.bg-black2 .tp-header-menu>nav>ul>li>a {
    padding: 32px 0;
}

.breadcrumb__pt {
    padding-top: 94px;
}

.breadcrumb__height {
    height: 400px;
}

.breadcrumb__list span {
    font-size: 16px;
}

.breadcrumb__list {
    padding-left: 0;
}

.tp-slider-3-bg {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* STICKY MENU */
.tp-header-area.tp-header-sticky-cloned {
    background-color: var(--tp-common-black-2);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}

.tp-header-area.tp-header-sticky-cloned .tp-header-bar button {
    color: var(--tp-common-white);
}

.tp-header-style-5.tp-header-sticky-cloned .tp-header-menu>nav>ul>li>a {
    color: var(--tp-common-white);
}


/* SIDE MENU */
.tpoffcanvas {

    background-color: var(--tp-common-black-2);

}

/* LOADER */
#loading {
    background-color: var(--tp-common-black-2);

}

.object {
    border-top: 5px solid var(--tp-theme-1);
    border-left: 5px solid var(--tp-theme-1);
}


/* FOOTER */
.tp-footer-contact-box table {
    color: rgba(255, 255, 255, 0.7);
}

.tp-footer-list ul li a {
    font-size: 15px;
}

.tp-copyright-style-2 .tp-copyright-left p {
    font-size: 12px;
}

/* CTA */
.tp-newsletter-wrap .tp-btn-border-lg {
    margin-left: 10px;
    height: 65px;
    line-height: 65px;
    padding: 0 40px;
}

/* HOME */

.tp-service-2-icon i {
    font-size: 40px;
}

/* ABOUT */
.tp-funfact-icon span i {

    font-size: 20px;
}

/* SERVICES */
.tp-service-2-icon i {
    font-size: 40px;
}

.tp-bg-white {
    position: relative;
    z-index: 2;
}

.tp-bg-white::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: var(--tp-common-white);
    z-index: -1;
}

.tp-project-details-left-box {
    padding: 30px;
}

.tp-project-details-left-box .tp-about-list li:last-child {
    margin-bottom: 0;
}

.tp-project-details-left-box .tp-about-list ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-lenses-container .tp-about-big-text h6 {
    font-size: 100px;
}

.tp-about-thumb-box img,
.tp-appointment-thumb img,
.tp-project-details-thumb img {
    width: 100%;
}


.terms-link-container {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.terms-link-container .terms-link {
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.terms-link-container .terms-link:hover {
    color: var(--tp-theme-1);
    text-decoration: none;
}


.tp-copyright-left a:hover {
    color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .tp-newsletter-wrap .tp-btn-black,
    .tp-newsletter-wrap .tp-btn-border-lg {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {

    .tp-team-thumb {
        overflow: hidden;
        max-height: 300px;
        width: 100%;
        margin-bottom: 0;
    }

    .tp-blog-thumb {
        overflow: hidden;
        max-height: 300px;
        /* max-width: 50%; */
        width: 100%;
        margin-bottom: 0;
    }

    .tp-blog-thumb img {
        object-fit: cover;
    }

    .tp-team-inner-style .tp-team-author-info {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .tp-newsletter-wrap .tp-btn-black,
    .tp-newsletter-wrap .tp-btn-border-lg {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        margin-left: 0;
    }

    .tp-team-style-3 .tp-team-item {
        flex-wrap: nowrap;
    }
}

@media (max-width: 575px) {


    .tp-team-style-3 .tp-team-item {
        flex-wrap: wrap;
    }
}

/* SLIDER TITLE */
.tp-slider-3-title {
    color: var(--tp-common-white);
    font-size: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-slider-3-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-slider-3-title {
        font-size: 80px;
        line-height: 85px;
    }
    .tp-slider-3-height {
        padding-top: 190px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-3-title {
        font-size: 75px;
        line-height: 85px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-3-title {
        font-size: 72px;
        line-height: 80px;
    }
    .tp-slider-3-height {
        padding-bottom: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-3-title {
        font-size: 65px;
        line-height: 70px;
    }
    .tp-slider-3-height {
        padding-top: 170px;
        padding-bottom: 130px;
        background-position: center;
    }
}

@media (max-width: 767px) {
    .tp-slider-3-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .tp-slider-3-title-box h5{
        font-size: 12px;
    }
    .tp-slider-3-content p{
        margin-bottom: 20px;
    }
    .tp-slider-3-height {
        padding-top: 120px;
        padding-bottom: 100px;
        background-position: left;
    }
    .pt-100 {
        padding-top:70px;
    }
    .pb-100 {
        padding-bottom:70px;
    }
    .tp-newsletter-wrap .tp-btn-black{
        width: 100%;
    }
}




/* CONTAINER */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 80%;
}


@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 570px;
    }

}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.custom-container-1 {
    max-width: 1830px;
}

.custom-container-2 {
    max-width: 1650px;
}

.custom-container-3 {
    max-width: 1870px;
}

.custom-container-4 {
    max-width: 1750px;
}


h6 {
    display: none !important;
}

.tp-slider-3-social::after {
    height: 0px !important;
}

/* FORMS */
.postbox__select {
    display: flex;
    flex-direction: column-reverse;
}

/* Contact Form effects */
#submit_message,
#error_message {
    font-size: 14px;
    height: 50px;
    display: none;
    line-height: 50px;
    color: #202020;
    font-weight: 500;
    left: 50%;
    bottom: 40px;
    background-color: #fff;
    position: fixed;
    border-radius: 10px;
    box-shadow: 15px 30px 80px 4px rgba(0, 0, 0, 0.18);
    margin: 0;
    padding: 0 30px 0 0;
    border: none;
    cursor: pointer;
    width: auto;
    z-index: 1500;
    -ms-transform: translateX(-50%) translateZ(0);
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    -webkit-transition: bottom 0.3s, box-shadow 0.3s;
    -moz-transition: bottom 0.3s, box-shadow 0.3s;
    transition: bottom 0.3s, box-shadow 0.3s;
}

#submit_message i,
#error_message i {
    display: block;
    float: left;
    position: relative;
    left: -2px;
    color: #fff;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #c41f1f;
}

#submit_message i {
    background: #7fb924;
}

#submit_message span,
#error_message span {
    padding-left: 10px;
}

#submit_message:hover,
#error_message:hover {
    bottom: 37px;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

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

    #submit_message,
    #error_message {
        width: 90%;
        max-width: 500px;
        font-size: 13px;
        letter-spacing: -0.4px;
    }
}

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

    #submit_message span,
    #error_message span {
        font-size: 12px;
        width: 75%;
        width: calc(100% - 50px);
        position: absolute;
        top: 50%;
        display: inline-block;
        line-height: 14px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1450px) {

    body.left-side-menu-active #submit_message,
    body.left-side-menu-active #error_message {
        left: calc(50% + 150px);
    }
}

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

    #submit_message,
    #error_message {
        display: none;
    }
}

button[type="submit"] {
    position: relative;
    overflow: hidden;
}

button[type="submit"] span.loader {
    background-color: inherit;
    border-radius: inherit;
}

button[type="submit"].loading span.loader:before {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    z-index: 2;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 650ms infinite linear;
    -o-animation: cssload-spin 650ms infinite linear;
    -ms-animation: cssload-spin 650ms infinite linear;
    -webkit-animation: cssload-spin 650ms infinite linear;
    -moz-animation: cssload-spin 650ms infinite linear;
}

button[type="submit"].loading span.loader:after {
    background-color: inherit;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
}

button[type="submit"].loading.dark-loading span.loader:before {
    border: 1px solid rgb(0, 0, 0);
    border-left-color: transparent;
    border-right-color: transparent;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}