body{
    max-width: 100%;
    overflow-x: hidden;
}

.preloader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.logo-pre {
    width: 200px;
    height: 200px;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    animation: preloaderAnimation 2.5s infinite;
}

@keyframes preloaderAnimation {
    0% {
        filter: invert(0);
    }

    50% {
        filter: invert(100%);
    }

    100% {
        filter: invert(0);
    }
}


.d-filex{
    display: flex;
}

/* Laptop size back (laptop, tablet, cell phone) */



.origin {
    text-decoration: none;
    font-size: 45px;
}

.top-bar li a i {
    font-size: 17px;
    margin-right: 5px;
}

@media screen and (max-width: 1500px) {
    .header-7 .header-middle .menu > li > a {
        font-size: 1.094rem;
    }

    .menu li > a {
        padding-right: 1rem;
    }

    .logo img {
        width: 100px;
    }

    .intro-subtitle {
        font-size: 1rem !important;
        display: none;
    }

    .intro-title {
        font-size: 20px !important;
        margin-bottom: 0px !important;
    }

    .intro-content {
        padding: 1rem !important;
    }

    .mt-6 {
        margin-top: 2rem !important;
    }

    .banner-title2 {
        font-size: 2rem;
        margin-top: 25%;
    }

    .breadcrumbb {
        align-items: center;
        justify-content: space-between;
        display: flex;
        align-content: center;
        flex-direction: column-reverse;
        height: 300px
    }

    .breadcrumb {
        height: auto;
    }

    .banner_fnp {
        margin-top: 0rem;
    }

    .p10 {
        padding: 10rem 15px;
    }

}

.social-icons {
    margin: auto;
    margin-top: 10px !important;
    justify-content: center;
}

.social-icons a {
    font-size: 30px !important;
}

.product-detail-fnp {
    background-color: #efefef;
    width: 100%;
}

.widget-about-info {
    padding-top: 0 !important;
}

.product-detail-2 {
    background-color: #ececec;
}

.product-detail-fnp img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 1.5rem;
}

.p-4 {
    padding: 4rem !important;
    opacity: 0.9;
}


hr {
    height: 1px;
    color: #ececec;
}

.action-button {
    background-color: #ececec;
    text-align: center;
    padding: 10px 10px;
    float: left;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.action-button a {
    font-weight: 600;
    font-size: 16px;
}

.action-button a i {
    font-size: 20px;
}

.action-button:hover {
    opacity: 0.9;
}

.greenbg {
    background: #25D366;
}

.detay_fix .row {
    margin-top: 15px;
    padding: 10px;
}

.breadcrumb-area {
    display: flex;
    background-position: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 0px !important;
}

.breadcrumb-area div {
    display: block;
}

.breadcrumb-area div ul li {
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.breadcrumb-item {
    font-weight: 500;
    color: black;
}

.breadcrumb-item a {
    color: #000;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #000 !important;
}

.banner:hover .banner-content-overlay .banner-link {
    font-weight: 700;
}

.footer a {
    color: #f4f0e9 !important;
}

.banner-content a:hover, .banner-content a:focus {
    text-decoration: none;
}

.detay_fix {
    position: fixed;
    right: 160px;
    bottom: 20px;
    width: 40%;
}

.scroll-top {
    top: 100px;
}

.header-search-extended {
    margin-left: 3rem !important;
}

.pos-rel {
    background: #F4F0E9;
    color: black;
    width: 100% !important;
    text-align: left;
}

.breadcrumbx {
    width: 100% !important;
    margin: auto;
    max-width: 1600px;
}

.breadcrumbx ul {
    float: left;
    margin: 10px 10px 10px 10px;
}

.col-lg-12 {
    /*padding-left: 0!important;
    padding-right: 0!important;*/
}

.entry-body {
    padding: 15px 0px;
}

.fnp {
    float: right;
}

.footer-bottom .container-fluid {
    justify-content: space-between;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.footer {
    background: #000 !important;
}

.footer-logo {
    margin-bottom: 5rem !important;
}

#scroll-top {
    background-color: #222222;
    bottom: 20px !important;
    right: 32px;
}

.footer-bottom .container::before, .footer-bottom .container-fluid::before {
    background-color: #f4f0e9 !important;
    left: 0 !important;
    right: 0 !important;
}

.menu {
    gap: 2rem;
}

.sub-menu li a {
    font-weight: 500;
    padding: 0.5rem 1.5rem .5rem 1.5rem;
    color: #000 !important;
}

.sub-menu {
    background-color: #fff !important;
}

.header {
    background-color: #fff !important;
}

.header-7 .header-middle .menu > li > a {
    font-size: 1.4rem;
}

.widget-about {
    padding-right: 80px;
}

.banner-title {
    padding: 1rem 0rem !important;
    font-weight: 600;
    font-size: 4rem;
    color: black;
}

.title-fnp {
    margin: 3rem 0 3rem 0;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    line-height: 45px;
}

.banner-container {
    display: flex !important;
    text-align: center;
    justify-content: space-around;
    align-content: space-around;
    height: 170px;
    flex-wrap: wrap;
    flex-direction: row;
}

.banner-title-fnp {
    display: inline-block !important;
    font-size: 50px;
    padding: 5px 30px;
    font-weight: 900;
}

.banner {
    background: #F4F0E9;
}

form .row .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.contact-fnp {
    background: #efefef;
    padding: 4.1rem 0 2rem 0;
    margin-bottom: 3rem;
}

.touch-container {
    display: flex;
    background: #efefef;
    padding: 3rem 0 0 0;
}

.bi-envelope::before {
    font-size: 25px;
}

.bi-telephone::before {
    font-size: 23px;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cookiess {
    display: flex;
    align-items: baseline;
}

.cookiess input {
    margin-right: 5px;
}

.text-left {
    text-align: left;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-bottom: 0 !important;
}


.container, .container-fluid {
    max-width: 100% !important;
}

.owl-stage {

}

.intro-slider-container {
    position: relative;
    background: url('/Files/slider1-bg.png'), #f4f0e9 !important;
    background-size: auto 100%;
}

.intro-slider-container .intro-slide {
    background: transparent !important;
    justify-content: space-between !important;
    height: 70vh;
    max-width: 1600px;
    margin: auto;
}

.intro-slider-container .intro-slide .intro-title {
    color: black;
    font-weight: 900;
    line-height: 80px;
}

.intro-slider-container .intro-subtitle {
    color: white;
    background: black;
    padding: 5px 10px;
    display: inline-block;
}

.intro-slider-container .slide-text p {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
}

.about-fnp {
    width: 100%;
    padding: 30px 0;

}

.img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.title-fnp h1 {
    font-size: 40px;
    font-weight: 800;
}

.text-fnp p {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 28px;
    color: black;
}

.home-button {
    color: black;
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s;
    margin-top: 30px;
}

.home-button i:before {
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.home-button:hover {
    color: #6e6e6e;
}

.home-button i:hover {
    color: #6e6e6e;
}

.p30 {
    padding: 30px !important;
}

.section-2 {
    width: 100%;
}

.bg-light-2 {
    background: #fff !important;
}

.product.product-7 .product-media {
    background-color: #f4f0e9;
}

.owl-simple .owl-dots .owl-dot span {
    border-radius: 0 !important;
    width: 15px;
    height: 15px;
    border: 1px solid #222222;
}

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.owl-simple .owl-nav {
    background: black !important;
}

.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
    float: right;
    background: black !important;
    width: 15px !important;
    height: 15px !important;
    border-color: #000;
}

.owl-simple .owl-dots .owl-dot.active span {
    width: 15px;
    border-color: black;
    background-color: #000;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 1px solid black;
    border-radius: 0;
    background-color: #fff;
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
    border-color: #000;
    background-color: #000 !important;
}

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
    border-color: #000;
    background: #000;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
}

.quickView-content .product-left .carousel-dot.active img {
    box-shadow: 0 0 0 1px #000;
}

.quickView-content .intro-slider-container, .quickView-content .intro-slide {
    background-color: #f4f0e9;
}

.owl-simple.owl-nav-inside .owl-dots {
    max-width: 1600px;
    right: 25px !important;
    bottom: 80px !important;
    margin: auto;
}

.owl-simple .owl-dots {
    text-align: right !important;
}

.category-card {
    float: left;
}

::selection {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

a {
    color: black !important;
}

.form-control:focus {
    border-color: #d3cec8 !important;
}

.widget-title {
    font-weight: 600;
}

.footer .widget-title {
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    font-size: 1.88rem !important;

}

.sidebar {
    border: 1px solid #f4f0e9;
    padding: 20px 20px 20px 20px;
}

.widget-cats {
    padding: 15px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.widget-cats ul li a {
    font-weight: 400;
    transition: 0.5s ease-in-out;
}

.widget-cats ul li a:hover {
    color: #222222;
}

.address-fnp {
    color: #f4f0e9;
    font-size: 1.4rem;
    font-weight: lighter;
    margin-bottom: 10px !important;
}

.addres-title {
    margin-top: 10px;
    color: white;
    font-weight: 700;
    font-size: 2rem !important;
}

.sidebar .sidebar-ul li a i:before {
    line-height: 1.28 !important;
}

.sidebar .widget-cats .sidebar-ul li a {
    transition: 0.2s ease-in-out !important;
    display: inline-block;
    margin-right: 0.2rem;
}

.sidebar .widget-cats .sidebar-ul li a:hover {
    margin-right: 0.7rem !important;
    font-weight: 600;
}

.header-middle .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.header-7 .btn-primary:hover, .header-7 .btn-primary:focus, .header-7 .btn-primary.focus, .header-7 .btn-primary:not(:disabled):not(.disabled):active, .header-7 .btn-primary:not(:disabled):not(.disabled).active, .header-7 .show > .btn-primary.dropdown-toggle {
    background-color: #222222 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
    line-height: 11px;
}

.title-top-span {
    display: inline-block;
    background-color: #000;
    margin: 2px;
    padding: 5px 10px;
    color: white;
    font-size: 19px;
    font-weight: 500;
}

.entry-content p {
    color: black;
    font-weight: 400;
    font-size: 15px;
}

.entry-grid .entry-title {
    font-size: 2rem;
}

.entry-item {
    float: left;
}

.p10 {
    padding: 10rem 0;
}

.gallery-text .home-button {
    margin-bottom: 3rem !important;
}

.gallery-text .top-title-span {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 1400px) {
    .plr-0 {
        padding: 0 15px !important;
    }

    .row_gallery {
        left: 0% !important;
        max-width: 100% !important;
    }


    .gallery-text .home-button {
        margin-bottom: 2rem !important;
    }

    .p10 {
        padding: 10rem 15px;
    }

    .pl-5 {
        padding-left: 5rem !important;
    }

    .footer-logo-2{
        left: 35px!important;
    }

    .banner-height{
        max-height: 568px;
    }

    .product-gallery-item:before{
        height: 123px!important;
    }

    .product-gallery-vertical .product-gallery-item{
        height: 123px!important;
    }

    .mySlides img{
        width: 400px;
        height: auto;
    }

}


.row-gallery{
    width: 68.8%;
;
}

.pr-15{
    padding-right: 10px;
}

.p--2{
    padding: 2rem!important;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.floating_btn {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}


.mySlides {
    display: none;
}

.mySlides img {
    float: right;
    display: block;
    width: 500px;
    height: 500px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
    border-radius: 0px;
    margin: 0px;
    transition: 0.3s ease-in-out;
}


/* Add a transparency effect for thumnbail images */
.demo {
    transition: 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 2px solid black;
}

.active,
.demo:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.column .active {
    background-color: #FBC01B;
}

.row_gallery {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.main-last {
    background-color: #f4f0e9;
}

.text-custom {
    font-size: 17px;
    font-weight: 400;
    color: black;
    line-height: 28px;
}

.gallery-text {
    /*padding-right: 10rem;*/
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.gallery-text .title-fnp {
    margin: 1rem 0 1rem 0;

}

.btn-quickview:before {
    content: "";
}

.btn-outline-gray {
    border-color: #222222 !important;
}

.banner .banner-link.btn {
    padding: 1rem 1.5rem;
    color: white !important;
    background: black;
}

.banner .banner-link.btn:hover {
    background-color: transparent;
    color: black!important;
}

.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    z-index: -2;
}

#section07 a {
    padding-top: 80px;
}

#section07 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.demo2 a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000 !important;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.demo2 a:hover {
    opacity: .5;
}

#section07 a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#section07 a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#section07 a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

html {
    scroll-behavior: smooth;
}

.main-news {
    background-color: #f4f0e9;
}

.bg-custom {
    background-color: #f1eae2 !important;
    /*background-color: #f4f0e9 !important;*/
}

.subtitle-fnp {
    font-size: 25px;
    font-weight: 600;
    color: black;
}

.border-fnp {
    border-left: 3px solid black;
}

.full-space {
    width: 100%;
    display: inline-block;
}

.full-space input {
    width: 100%;
    padding: 5px 10px 13px 5px;
    outline: none;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    transition: 0.1s ease-in-out;
}

.full-space input:focus {
    border-bottom: 2px solid #e0a800;
}

.full-space textarea {
    width: 100%;
    margin: 10px 0;
    padding: 5px 10px 13px 5px;
    outline: none;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    transition: 0.1s ease-in-out;
}

.full-space textarea:focus {
    border-bottom: 2px solid #e0a800;
}

.half-space {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 10px 0;
}

.half-space input {
    width: 100%;
    display: inline-block;
    padding: 5px 10px 13px 5px;
    outline: none;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    transition: 0.1s ease-in-out;
}

.half-space input:focus {
    border-bottom: 2px solid #e0a800;
}

.half-space button {
    padding: 8px 70px;
    background: black;
    color: #f4f0e9;
    transition: 0.3s ease-in-out;
    border: 2px solid black;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.half-space button:hover {
    background: transparent;
    border: 2px solid black;
    color: black;
}

.sidebar .widget {
    margin-bottom: 2rem !important;
}

.title-fnp2 {
    margin: 0rem 0 0rem 0;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    line-height: 45px;
}

.widget {
    margin-bottom: 2.5rem !important;
}

.about-img-fnp {
    object-fit: cover;
}

.product-details-action .btn-cart {
    color: black;
    border-color: #000 !important;
    margin-right: 7px;
    padding: 1.6rem 1.5rem;
}

.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
    border-color: #000 !important;
    background-color: #000 !important;
}

.btn-product:hover span, .btn-product:focus span {
    color: #fff !important;
    box-shadow: none !important;
}

.text-white {
    color: white;
!important;
}

.social-icon {
    border: none !important;
}

.social-icons {
    margin: 0;
}

.product-gallery-item {
    height: 150px !important;
}

.product-gallery-item:before {
    border-color: #000 !important;
    height: 150px;
}

.product-gallery-item:after {
    height: 150px !important;
}

.product-gallery-item .active {
    height: 150px !important;
}

.catalog-req {
    padding: 10px 5px;
    appearance: none;
    outline: none;
    border: 1px solid #f4f0e9;
}

.catalog-submit {
    padding: 10px 5px;
    background-color: #f4f0e9;
    border: 1px solid #f4f0e9;
    transition: 0.3s ease-in-out;
}

.catalog-submit:hover {
    background-color: #0b0b0b;
    border: 1px solid #fff;
    color: #fff;
}

.banner-content-overlay:hover {
    background-color: #d9d5cf !important;

}

.banner-content-overlay {
    transform: translateY(10px);
    background-color: #d9d5cf;
}

.banner:hover .banner-content-overlay {
    padding-bottom: 0;
}


.mfp-container {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
}

.product-action {
    transform: translateY(-100%);
    width: 50px;
    border-radius: 50%;
    left: 44%;
    bottom: 2%;
    background-color: #fff!important;
}

.product-action a i{
    font-size: 25px ;
    color: #000;
}

.btn-product:before {
    margin-right: 0;
}

.product-media {
    background-color: #f4f0e9;
}

.product-body {
    text-align: center;
    background-color: #d9d5cf;
}

.left-menu {
    display: none;
    margin-top: 1rem !important;
    position: relative;
    left: 15px;
}

.left-menu2 {
    display: none;
    margin-top: 1rem !important;
    position: relative;
    left: 15px;
}

.left-menu3{
    display: none;
    margin-top: 1rem !important;
    position: relative;
    left: 15px;
}

.left-menu3 {
    margin-top: 1rem !important;
    position: relative;
    left: 15px;
}

.submens2.open .left-menu3 {
    display: block;
}

.widget-cats ul li a {
    display: inline-block;
    margin-right: 5px;
}

.sidebar ul li .left-menu li a {
    font-weight: 500 !important;

}

.sidebar ul li a {
    font-weight: 500 !important;

}

.sidebar ul li .toggle-menu {
    font-weight: 500;
    display: inline-block;
}


.sidebar ul li .parent-toggle-menu {
    font-weight: 500;
    display: inline-block;
}


.title-fnp3 {
    margin: 0rem 0 3rem 0;
    font-size: 45px;
    font-weight: 800;
    color: #000;
    line-height: 45px;
}

.about-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.entry-container{
    flex-wrap: wrap;
}

.entry-grid {
    background-color: #f1eae2;
    margin-bottom: 2rem;
    transition: 0.3s ease-in-out;
}


.entry-media {
    background-color: transparent;
}

.entry-media img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.video-grid {
    height: auto;
    object-fit: cover;
}

.pos-rel {
    border-bottom: 1px solid #b5b5b5;
    z-index: 1;
}


[class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: 1.2 !important;
}

.resim2 {
    position: absolute;
    top: 0;
    left: 0;
}

.hidden {
    visibility: hidden;
}


/*Map CSS */
.wrapper {
    text-align: center;
    width: 100%;
}

.map-image {
    position: relative;
    background-image: url('/Files/worldmap.png');
    filter: brightness(0.9);
    width: 100%;
    height: 900px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}

#my-svg {
    width: 700px;
    height: 360px;
}


.mapsmall-circle0 {
    width: 10px;
    height: 10px;
    background-color: #b91d1d;
    border-radius: 50%;
    position: absolute;
}


.mapsmall-circle1 {
    width: 10px;
    height: 10px;
    background-color: #b91d1d;
    border-radius: 50%;
    position: absolute;
}

.animate {
    animation: pulse 2s infinite;
}

.anim {
    animation: pulse 1s infinite;
}

.mapsmall-circle2 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}
/*

.mapsmall-circle3 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle4 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle5 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle6 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle7 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle8 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle9 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle10 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;

}

.mapsmall-circle11 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;

}

.mapsmall-circle12 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;

}

.mapsmall-circle13 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;

}

.mapsmall-circle14 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}


.mapsmall-circle15 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}


.mapsmall-circle16 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 200px;
    left: 540px;
}


.mapsmall-circle17 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle18 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle19 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}
.mapsmall-circle20 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle21 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.mapsmall-circle22 {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}
 */

.first-arc {
    position: absolute;
    top: 0px;
    left: 0px;
}

.map-image > div {
    z-index: 99999999;
}

.small-circle2 > div {
    padding: 20px;
    background-color: #34b8d8;
    border: 1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

.inner-circle-para {
    font-size: 12px !important;
    color: white;
    text-align: left;
}

.small-circle7 > div {
    padding: 20px;
    background-color: #34b8d8;
    border: 1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

.small-circle9 > div {
    padding: 20px;
    background-color: #34b8d8;
    border: 1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

.circle-within {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: left !important;
    position: relative;
    left: -40px;
}

.circle-within2 {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    left: 90px;
}

.circle-inner-h {
    position: relative;
    top: -10px;
    left: -40px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #000;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 3px #000;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #000;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #000;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 3px #000;
        box-shadow: 0px 0px 10px 3px #000;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #000;
    }
}


#main {
    position: absolute;
    background: #222222;
    width: 15%;
    top: 15%;
    left: 93%;
    box-shadow: 0px 0px 5px 1px black;
    padding: 15px 8px;
    z-index: 1;
    border-radius: 5px;
    opacity: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


#main1 {
    position: absolute;
    background: #000;
    width: 15%;
    top: 15%;
    left: 93%;
    box-shadow: 0px 0px 5px 1px black;
    padding: 15px 8px;
    z-index: 999999999999;
    border-radius: 5px;
    opacity: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#main1 p {
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
    text-align: left;
}

#main1 img {
    max-width: 33%;
    top: -34px;
    position: absolute;
    left: 0px;
}


#main p {
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
    text-align: left;
}

#main img {
    max-width: 33%;
    top: -34px;
    position: absolute;
    left: 0px;
}

.mapsmall-circle1:hover ~ #main {
    opacity: 1;
}

.mapsmall-circle0:hover ~ #main1 {
    opacity: 1;
}

.bg {
    stroke: #8d8d8d;
    stroke-dasharray: 4 12;
}


.move {
    stroke: #eb2121;
    animation: link-anim 5s linear infinite;
    stroke-dasharray: 4 12 4 12 4 12 4 12 4 300;
}


@keyframes link-anim {
    0% {
        stroke-dashoffset: 368;
    }
    100% {
        stroke-dashoffset: 32;
    }
}

#my-svg > path {
    stroke-width: 2px;
    fill: transparent;
}


#main {
    position: absolute;
    background: #222222;
    width: 15%;
    top: 15%;
    left: 93%;
    box-shadow: 0px 0px 5px 1px black;
    padding: 15px 8px;
    z-index: 9999999999;
    border-radius: 5px;
    opacity: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#main p {
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
    text-align: left;
}

#main img {
    max-width: 33%;
    top: -34px;
    position: absolute;
    left: 0px;
}

.mapsmall-circle1:hover ~ #main {
    opacity: 1 !important;
}

.language {
    display: flex;
    margin-bottom: 0 !important;
}

.language li {
    margin-right: 5px;
}

.banner-group {
    margin-bottom: 0;
}

.product.product-7 .btn-product ,.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
    border-bottom: 0;
    background-color: transparent;
}

.product.product-7 .btn-product {
    border-bottom: 0;
    border-radius: 44px !important;
    padding: 14px;
}

.product-gallery-vertical .product-gallery-item {
    background-color: #f4f0e9;
}

.product-gallery-item.active:before {
    visibility: visible !important;
    opacity: 1;
}

.product-gallery-item:hover:after, .product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden !important;
}

#product-zoom {
    background: #f4f0e9;
}

.product-image-gallery {
    flex-direction: row;
    align-content: flex-start;
}

.read-more {
    font-weight: 600;
}

.read-more:hover, .read-more:focus {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
}

.catalog-text {
    font-weight: 400;
    color: #f4f0e9;
}

.mapsmall-circle2:hover::after {
    content: attr(data-title);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.featured .owl-simple .owl-nav [class*='owl-'] {
    top: 50%;
}

.action-icon-top .btn-product {
    padding: 2px 2px 0px 3px !important;}

.action-icon-top{
    padding-top: 0.8rem!important;
    padding-bottom: 0.8rem!important;
}


.product.product-7 .product-body{
    padding-bottom: 1rem!important;
    transition: 0.3s ease-in-out;
}

.product.product-7 .product-body:hover, .product-body:hover{
    background-color: #938f89;

}


.tab {
    background-color: #efefef;
    padding: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tab {
    background-color: #efefef;
    padding: 12px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.tab-content2 {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.icon-fnp {
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
}

.finishes-title{
    font-size: 20px;
    font-weight: 500;
    color: black;

}



.entry-meta a{
    font-size: 20px;
    font-weight: 600;
    color: white!important;
}

.entry-meta .text-black{
    color: black!important;
}

.entry-mask .entry-title a{
    color: #f4f0e9!important;
}


.entry-meta a:hover, .entry-meta a:focus{
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.banner-sidebar-text{
    position: absolute;
    top: 30%;
    text-align: center;
}

.banner-sidebar-text h6{
    font-size: 28px;
    line-height: 3rem;
    color: white;
    margin-bottom: 30px;
}

.banner-sidebar-text a{
    font-size: 15px;
    color: #fff!important;
    border: 1px solid white;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
}

.banner-sidebar-text a:hover{
    color: #fff!important;
    border: 1px solid #000;
    background-color: #000;
}

.sidebar ul li .toggle-menu i{
    font-size: 20px!important;
}

.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle{
    background-color: black;
    color: white!important;
}

.btn.banner-link {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.3rem 4.4rem!important;
    min-width: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}

.sidebar ul li .toggle-menu i:hover{
    font-weight: 800!important;
    font-size: 25px;
}

.product-title a{
    font-weight: 600;
}

.product-details-tab .nav.nav-pills .nav-link:hover, .product-details-tab .nav.nav-pills .nav-link:focus{
    border-bottom-color: black;
}

.fix-buttons{
    display: none;
}


.banner-height{
    height: 693px!important;
}

.widget-newsletter form{
    padding-top: 0rem!important;
}

.mtb-0{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.bg-title{
    padding: 1.75rem 14px;
    padding-left: 0!important;
}

.bg-title .addres-title{
    margin: 0!important;
}

.height-footer{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-wrap: wrap;
    height: 50px!important;
}

.height-footer2{
    height: 50px!important;
}

.container-footer{
    width: 50%;
}

.catalog-text{
    margin-left: 15px;
}

.input-group{
    width: 97% !important;
}

.mb-1{
    margin-bottom: 1rem!important;
}

@media screen and (max-width: 800px) {
    /* Preloader */
    /* Spinner Loading */
    .height-footer{
        justify-content: center;
        height: auto;
    }

    .catalog-text{
        margin-left: 0!important;
    }

    .height-footer-icons{
        justify-content: center!important;
    }

    .banner-height{
        height: 483px!important;
        object-fit: cover;
    }

    .container-preloader .animation-preloader .spinner {
        height: 100% !important;
        width: 100% !important;
    }

    .container-preloader .animation-preloader .txt-loading{
        font-size: 3rem!important;
    }

    .footer-logo-2{
        left: 0!important;
    }

    .mobile-menu-close{
        color: #000!important;
    }

    .mobile-menu-container{
        background-color: #fff;
    }

    .mobile-nav{
        padding: 0 2rem!important;
    }

    .mobile-nav ul li{
        margin-bottom: 5px!important;
    }

    .mobile-nav ul li a{
        font-weight: 600;
        font-size: 1.5rem;
    }

    .mobile-search .form-control{
        background-color: #fff;
        border: 1px solid #efefef;
    }

    .mobile-search .form-control:focus{
        background-color: #f4f0e9!important;
    }

    .mobile-search .form-control::placeholder{
        color: black;
    }

    .mobile-search .btn{
        border: none!important;
        background-color: black!important;
    }

    .d-filex{
        display: block!important;
    }

    .plr-0{
        padding: 0 15px;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }

    .nav.nav-pills .nav-item + .nav-item {
        margin-left: 3px;
    }

    .nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link{
        font-size: 13px!important;
    }

    .banner-title{
        font-size: 2.5rem!important;
    }

    .title-top-span{
        font-size: 1.5rem!important;
    }

    .title-fnp{
        font-size: 3rem!important;
    }

    .text-custom{
        font-size: 1.2rem!important;
        line-height: 18px!important;
    }

    .pl-5{
        padding-left: 10px!important;
    }

    .ptb-0{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .intro-slider-container .slide-text p{
        font-size: 15px;
        line-height: 20px;
    }

    .intro-slider-container .intro-slide .intro-title{
        line-height: 50px;
    }

    .intro-slider-container .intro-slide{
        height: auto;
    }

    .input-group{
        width: 100% !important;
    }

    .title-top-span{
        margin: 0!important;
        line-height: 20px;
    }

    .home-button{
        margin-top: 20px!important;
    }

    .demo2{
        display: none!important;
    }

    .gallery-text{
        padding-right: 0!important;
    }

    .text-fnp p{
        font-size: 13px!important;
        line-height: 20px;
    }

    .column{
        width: 32.5%!important;
    }

    .mfp-container{
        width: 100%;
        height: auto;
        left: 0!important;
    }

    .entry-grid{
        padding:0!important;
    }

    .nav-column{
        padding: 0!important;
    }

    .title-fnp3{
        font-size:50px!important;
    }

    .entry-pad{
        padding: 1.5rem!important;
    }

    .title-fnp2{
        font-size: 30px!important;
        line-height: 35px!important;
    }

    .entry-content p{
        line-height: 1.35!important;
    }

    .mobile-menu-overlay{
        width: 200px!important;
    }

    .floating_btn{
        display: none!important;
    }

    .breadcrumbx {
        width: 100% !important;
        margin: auto;
    }

    .mmenu-btn{
        color: #000!important;
    }

    .overlay-img{
        justify-content: center;
    }

    .overlay-img img{
        width: auto;
        height: 60px!important;
    }

    .map-image{
        height: 209px!important;
    }

    .p-5{
        padding: 5px!important;
    }

    .product-gallery-item{
        height: 100% !important;
    }

    .product-gallery-item:before{
        height: 100%;
    }

    .product-details-action .btn-cart{
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 3px!important;
    }

    .finishes-title{
        font-size: 15px!important;
        line-height: 20px!important;
    }

    .fix-buttons{
        display: flex;
        flex-direction: row;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        background-color: #222222;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .fix-buttons div a{
        display: block;
        text-align: center;
    }

    .fix-buttons div a i{
        font-size: 25px!important;
        color: #fff!important;
    }

    #main1,#main{
        left: 0!important;
        width: 40%;
        z-index: 0;
    }

}

@media screen and (max-width: 500px) {
    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .banner-height{
        height: 693px!important;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}

.tab-pane-2{
    padding: 0!important;
}

.nav.nav-pills .nav-item.column .nav-link.active{
    border-bottom: none!important;
}

.nav.nav-pills .nav-column{
    padding: 0!important;
}

.ml-15{
    margin-left: 15px!important;
}
.entry-pad{
    padding: 1.5rem!important;
}

.footer-logo-2{
    position: relative;
    top: -36px;
    left: 150px;
    width: 180px;
}

.row-height{
    height: 0px!important;
}

.pb-100{
    padding-bottom: 100px;
}

.pt-100{
    padding-top: 100px;
}


.project-gallry{
    aspect-ratio: 1.2/1;
    object-fit:cover;
}




.product-content ul li{
    list-style: disc;
    margin-left: 20px;
    color: black;
    font-weight: bold;
}

.quickView-content ul li{
    list-style: disc;
    font-weight: bold;
    color: black;
    margin-left: 20px;
}

.quickView-content .product-txt p{
    margin-bottom: 10px!important;
}

.popup__modal{
    background: rgba(0, 0, 0, 0.44);
}

.popup__modal .modal-body{
    background: white;
    height: 600px;
}

.popup__modal .popup_header{
    background: #231968;
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
}

.popup__modal .popup_header img{
    object-fit: contain;
    max-height: 50px;
}

.popup__modal .popup_body{
    padding: 50px 30px;
    text-align: center;
}

.popup__modal .popup_body h3{
    line-height: 1;
}

.popup__modal .popup_body p{
    color: black;
    font-weight: 500;
}

.popup__modal .popup_footer{
    padding: 0 30px 30px 30px;
}

.popup__modal .popup_footer .popup_btn{
    width: 100%;
    display: block;
    padding: 15px;
    background: #fd6d01;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1!important;
    font-weight: 500;
    text-align: center;
    color: white!important;
}

.popup__modal .popup_footer .popup_btn i{
    float: right;
}

.close-2{
    display: block;
    border: none;
    background: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    width: 100%;
}