:root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'open_sansregular', sans-serif;
    --tp-ff-heading: 'open_sansregular', sans-serif;
    --tp-ff-satisfy: 'Satisfy', cursive;
    --tp-ff-poppins: 'open_sansregular', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --tp-common-white: #fff;
    --tp-common-black: #282828;
    --tp-common-black-2: #282828;
    --tp-grey-1: #f6f7f8;
    --tp-text-body: #54595F;
    --tp-theme-1: #000000;
}
.bg-gray {
    background-color: #000000;
}
.bg-black2 {
    background-color: var(--tp-common-black-2);
}

.color-title {
    color: var(--tp-theme-1) !important;
}

/* MENU */
.tp-header-menu>nav>ul>li>a {
    font-size: 16px;
}

.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;
}
.imgbrands{
    margin-top: -10px!important;
    width:260px!important;
}
@media (max-width: 767px) {
    .tpoffcanvas {
        width: 100%;
    }
    .imgbrands{
        width:130px!important;
    }
}

@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: #b6b6b6;

}

.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-slider-3-title{
        font-size: 40px;
    }

    .tp-team-style-3 .tp-team-item {
        flex-wrap: wrap;
    }
    .tp-blog-item {
        padding-bottom: 30px;
    }

    .btn-sm{
        padding: 20px 20px;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px){
    .tp-blog-item {
        flex-wrap: nowrap;
    }
}



/* 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;
}

.modal-body{
   padding: 0 50px 40px 50px!important;
}
.grey-bg {
    background-color: var(--tp-grey-1)!important;
}

.tp-footer-style-2 .tp-footer-contact {
    color: rgba(255, 255, 255, 0.7);
}

.tp-service-style-5 .tp-service-2-item.active .tp-service-2-content p {
    color: #3f3f3f;
}
.tp-service-style-5 .tp-service-2-title a {
   color: white;
}
.tp-service-style-5 .tp-service-2-item.active .tp-btn-border-lg {
    color: #ffffff;
}

.tp-service-style-5 .tp-service-2-item.active .tp-btn-border-lg:hover {
    color: var(--tp-theme-1);
    background-color: white;

}
@font-face {
    font-family: 'open_sansregular';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),
    url('/assets/fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Einstellung';
    src: url('/assets/fonts/neue-einstellung/NeueEinstellung-Regular.eot');
    src: local('/assets/fonts/neue-einstellung/Neue Einstellung Regular'), local('NeueEinstellung-Regular'),
    url('/assets/fonts/neue-einstellung/NeueEinstellung-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/neue-einstellung/NeueEinstellung-Regular.woff2') format('woff2'),
    url('/assets/fonts/neue-einstellung/NeueEinstellung-Regular.woff') format('woff'),
    url('/assets/fonts/neue-einstellung/NeueEinstellung-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gatkins_-_demoregular';
    src: url('/assets/fonts/gatkins/gatkins-demo-webfont.woff2') format('woff2'),
    url('/assets/fonts/gatkins/gatkins-demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.tp-section-subtitle, .tp-slider-3-height h3 {
    font-family:'gatkins_-_demoregular';
    font-size: 65px;
    text-transform: inherit;
    font-weight: 300;
    color: var(--tp-text-body);
}

.tp-header-sticky-cloned .tp-header-logo img, .bg-black2  .tp-header-logo img{
    padding: 10px 0;
}
.tp-header-logo, .tp-footer-logo{
   max-width:150px;
}
.tp-header-sticky-cloned .tp-header-logo{
    max-width:90px;
}
h3, h4{
    font-weight: lighter!important;
}

h1, h2, h3, h4 {
    font-family:'Neue Einstellung';
}

.maliste{
    columns: 4;
}
@media (max-width: 967px) {
    .maliste{
        columns: 2;
    }
}
@media (max-width: 767px) {
    .maliste{
        columns: 1;
    }
    .tp-section-subtitle, .tp-slider-3-height h3 {
        font-size: 39px;
    }
}



@media (max-width: 1654px) {
    .tp-header-style-5 .tp-header-menu{
        padding-left: 0px!important;
    }

}
@media (max-width: 900px) {
    .tp-slider-3-bg-1 {
        background-position: 63%!important;
    }
    .tp-slider-3-bg-2 {
        background-position: 55%!important;
    }
    .tp-slider-3-bg-3 {
        background-position: 80%!important;
    }
    .banner-position-1{
        background-position: 80%!important;
    }
    .banner-position-2{
        background-position: 20%!important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}

.tp-main-menu-mobile ul li:hover > a:hover, .tp-main-menu-mobile ul li:hover > a:focus, .tp-main-menu-mobile ul li.has-dropdown-2 > a.expanded {
    color: var(--tp-common-white)!important;
}
.tpoffcanvas__logo {
    margin: 30px 0 30px 0;
    max-width: 150px;
}

.tp-btn-border-lg, .tp-btn-black, .tp-newsletter-wrap .tp-btn-black, .tp-newsletter-wrap .tp-btn-border-lg{
    line-height: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto!important;

}

.swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.tp-project-details-title {
    font-family:'Neue Einstellung';
    text-transform: capitalize;
    font-weight:100;
}