/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Slider
    - About Us
    - Team Progress
    - Portfolio
    - Client
    - Testimonial
    - Pricing Plans
    - Blog
    - Contact Us
    - Google-Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=League+Spartan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


.main-font{font-family: "League Spartan", serif;}
.alt-font{font-family: "Playfair Display", serif;}

/* SVG LOGO */
.slider_logo
{
    /*filter: invert(1);*/
}

.logo_productsModal
{
  filter: invert(1);
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    width: 4px;
    background:#272727;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #9d9d9d;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

body.modal-open {
    overflow: hidden!important;
}

body:not(.modal-open) {
    overflow: auto;
}

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: "League Spartan", serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: "League Spartan", serif;}
.h1, h1 {
    font-size: 2.5rem;
}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: "League Spartan", serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #876756;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
section.no-padding{padding: 0 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
::selection {background-color: #000; color: #ffffff;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: "League Spartan", serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Pink button */
.btn.btn-pink {/*background: #876756; */border-color: #876756; color: #876756}
.btn.btn-pink:hover {background: #876756 !important; border-color: #876756; color: #FFF !important}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-trans:hover {background: #8767563b !important; border-color: #876756; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-pink {color: #876756;}
.text-grey {color: #797979;}
.text-white {color: #ffffff;}

/* Background color */
.bg-pink {background: #876756;}
.bg-black {background: #000000;}
.bg-transparent {background: transparent;}

/* Font */
.font-10 {font-size: 10px;}
.font-15 {font-size: 15px;}
.font-14 {font-size: 14px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20{font-size: 20px;}
.font-22 {font-size: 22px;}
.font-24 {font-size: 24px;}
.font-40 {font-size: 40px;}
.font-45 {font-size: 45px;}

.margin-top {margin-top: 30px;}
.margin-bottom {margin-bottom: 30px;}

/*Social Icon Hover Bg Hover */
.social-icon:hover{color:#FFFFFF !important; background: #876756 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

/* ===================================
        Header
   ====================================== */
/* ===================================
    Header
====================================== */

.navbar-standard{
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 33px 0 0 0;
    width: 100%;
}

.logo-dark {max-width: 100%;}

/* Side Menu */
.side-menu {
    width: 100%;
    opacity: 0;
    position: fixed;
    background: #876756;
    /*background: linear-gradient(to right, #EEE2DA -50%, #876756 93%);*/
    /*background: linear-gradient(to right, #212c2c -50%, #594432 93%);*/
    z-index:0;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    visibility: hidden;
}

.whitecolor{
    color: #FFFFFF;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index:9999;
    opacity: 1;
    visibility: visible;
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 40px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 70px;
    right: 100px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 40px;
    width: 2px;
    background: #fff;
    top: 0;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu.right-btn .btn-close{
    right: 47px;
    left: auto;
}

.side-menu .btn-close:hover {
    animation: .8s rotate;
  }
  .side-menu .btn-close:hover {
  -webkit-animation: .8s rotate;
  animation: .8s rotate;
  }

.side-nav-btn{
    position: absolute;
    top: 80px;
    right: 100px;
    font-size: 18px;
    color: #FFFFFF;
    transform: rotate(180deg);
    transition: all 0.3s ease;
    width:  40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
}

.slider_top {
    /*position: absolute;
    z-index: 3;*/
    margin-top: 74px;
    margin-left: 60px;
}

.slider_bottom
{
    /*position: absolute;
    z-index: 3;*/
    margin-bottom: 35px;
    margin-left: 60px;  
}

.slider_over_section
{
    width: 100%;
    height: 100svh;
    /*height: calc(var(--vh, 1vh)* 100);*/
    /*height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);*/
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider_top h1 {
    position: absolute;
    visibility: hidden;
    display: block;
}



.header-appear .navbar-top-default .logo
{
    display: none;
}

.side-nav-btn span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: relative;
    top: 50%;
    margin-top: 10px;
    right: 0;
    -webkit-transition: all linear 300ms;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 1);
}

.side-nav-btn:hover span:nth-child(1),.side-nav-btn:hover span:nth-child(3){
    width: 60%;
    -webkit-transition: all linear 300ms;
}
.side-nav-btn.active{
    display: none;
}

.header-appear .side-nav-btn{
    right: 19px;
    top: 19px;
}

.header-appear .navbar-top-default {
    height: 80px;
    position: fixed;
    z-index: 100;
    top: 0;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.inner-wrapper .navbar-nav{
    -ms-flex-direction: inherit;
    flex-direction:inherit;
}

.side-menu .side-nav {
    /*margin-bottom: 30px;*/
    display: block;
    width:100%
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.nav-item a{
    transition: all .3s ease;
}

.top-center-logo .navbar-nav .text-black:hover,.top-fixed-nav .navbar-nav .whitecolor:hover,
.top-center-logo .navbar-nav .whitecolor:hover{
    color: #f5218a !important;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.side-logo-nav .navbar-nav .nav-link{
    position: relative;
}

.side-logo-nav .navbar-nav .nav-link:hover,.side-logo-nav .navbar-nav .nav-link:focus{
    color: #FFFFFF;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.side-footer{
    text-align: center;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
    padding: 0;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.social-icons-simple li a:hover{
    color: #FFFFFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-nav {
    justify-content: space-evenly;
}

/* ===================================
   LOGIN Modal Popup
====================================== */

#loginModal{
    z-index: 999999;
    color: #FFF;
}

#loginModal label
{
    float: left;
}

#loginModal .modal-content
{
    text-align: center;
    max-width: 900px;
    width: 100%;
    padding: 20px;
    /* overflow: visible; */
    background-color: #171717;
}

#loginModal .btn-close-wrapper
{
    background: none;
}

#loginModal .contact-form .form-control{
    border-radius: 0;
    padding: 0;
}


#loginModal .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    /*background: #876756;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#loginModal .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after{
    outline: none;
}

#loginModal .fancybox-close-small:hover:after,
#loginModal .fancybox-close-small:focus:after{
    background-color: transparent;
}

.contact-form .form-control:focus {
    border-color: #876756;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea {
    min-height: 130px;
    resize: none;
}

/* ===================================
        Slider
   ====================================== */

.tp-bannertimer {
    background: #2d2d2d;
}

.slider-section{
    overflow-x: hidden;
}

.slider-section .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.heading-title-small{
    font-family: "League Spartan", serif;
    text-transform: uppercase !important;
}

.heading-title-large{
    font-family: "League Spartan", serif;
    text-transform: uppercase !important;
}

.scroll-down{
    display: inline-block;
    position: absolute;
    /*bottom: 30px;*/
    margin-top: -9px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF !important;
    font-weight: 200!important;
    -webkit-animation: mover .8s infinite  alternate;
    animation: mover .8s infinite  alternate;
}

.scroll-down i{
    font-size: 18px;
    /*padding-left: 8px;*/
    color: #FFF;
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes mover {
    0% { transform: translateY(2px); }
    100% { transform: translateY(-4px); }
}

/* ===================================
    About Us
====================================== */

.about {
    background-image: url("../images/about_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.about-margin {
    margin: 7rem 0;
}

.about-box {
    border-radius: 3px;
    padding: 35px 15px 35px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.about-box:hover {
    background: transparent;
}

.about-box span {
    display: block;
}

.about-box h5 {
    font-family: "League Spartan", serif;
    font-size: 24px;
    font-weight: 200;
    color: #202020;
}

.about-box .about-main-icon i {
    color: #ffffff;
    font-size: 80px;
}

.about-box h5 {
    font-weight: 200;
    color: #ffffff;
    transition: ease-in-out 0.5s;
}

.about-box:hover i, .about-box:hover h5 {
    transition: ease-in-out 0.5s;
}

.about-box:hover i {
    color: #876756;
}

.about-main-icon {
    transition: .5s ease;
}

.about-box:hover .about-main-icon {
    transform: translateY(-10px);
    transition: .5s ease;
}

/* ===================================
   Team Stats
====================================== */

.stats-bg {
    background-image: url("../images/stats-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}

.custom-progress {
    margin-bottom: 2rem;
}

.bg-change .progress {
    background: #7d7d7d;
}

.progress-bar {
    border-radius: 50px;
}

.numscroller {
    font-family: "League Spartan", serif;
    font-size: 16px;
    font-weight: 500;
}

.half-section{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.skill-box {
    padding: 0 12%;
}

/*=================================
      Portfolio
 ==================================*/
.portfolio {
    background-color: #00000000;
    background-image: url(../images/products_bg3.jpg);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "League Spartan", serif;
    color: #3c3f46;
}

.portfolio-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    color: #7e8186;
}

.nav-link {
    cursor: pointer;
    padding: .8rem 2.5rem;
}

.port {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #876756;
    border-color: #876756;
}

.owl-carousel .owl-stage-outer {cursor: pointer;}

.nav-pills .nav-link {
    margin: 0 10px 20px 0;
    border: 1px solid #434343;
    color: #ffffff;}

.da-thumbs li {
    margin: 1px;
    width: 33.1%;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.da-thumbs{
    z-index: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.da-thumbs>li{
    display: block;
    position: relative;
}

.da-thumbs >li {
    overflow: hidden;
}

.da-thumbs >li .overlay h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    font-family: "League Spartan", serif;
}

.da-thumbs >li .overlay span {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: "League Spartan", serif;
}

.da-thumbs >li .overlay {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 100%;
    z-index: 2;
    background-color: rgb(0, 0, 0);
    opacity: 0.961;
}

.nav-pills .nav-link {border-radius: 0;}

.search-icon {
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/* ===================================
   Client
====================================== */

.clients {
    padding-top: 6rem;
}

.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.partners-slider .logo-item{
    text-align: center;
}

.about-img {
    height: auto;
    width: 100%;
}

.skill-box {
    padding: 7.5rem 0;
    max-width: 720px;
    margin: 0 auto;
}

.skill-box {
    padding: 0 80px;
}
.skill-box .main-title h2 {
    max-width: 100%;
}

.skill-box .main-title p {
    max-width: 100%;
}

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}

/* ===================================
   Testimonial
====================================== */

.parallax-img {
    background-image: url("../images/products_bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}

.icon-quotes{
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
    margin: 0 auto;
}

.paragraph {
    font-weight: 200;
    line-height: 1.944;
    font-family: "League Spartan", serif;
    font-size: 18px;
}

/* ===================================
   Pricing Plans
====================================== */

.pricing {
    background-image: url("../images/pricing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .12);*/
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    text-align: left;
    overflow: hidden;
    background: transparent;
    cursor: default;
    border-radius: 3px;
}

.pricing-item .pricing-price {
    padding: 25px 0 10px 0;
    border-top: 1.5px solid rgba(139, 144, 157, 0.30);
    border-bottom: 1.5px solid rgba(139, 144, 157, 0.30);
}

.pricing-item.active .pricing-price {
    border-top: 1.5px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.18);
}

.pricing-item .pricing-currency {
    font-size: 48px;
    font-weight: normal;
    transition: .3s ease;
    font-family: "League Spartan", serif;
}

.pricing-currency span {
    margin-top: 6px;
}

.pricing-para {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.price-dollar {
    align-items: center;
    display: flex;
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
    font-family: "League Spartan", serif;
}

.pricing-list {
    font-size: 14px;
    padding: 25px 0;
    display: inline-block;
}

.pricing-list li {
    margin: 16px 0 16px 0;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    color: #535353;
    font-family: "League Spartan", serif;
}

.pricing-list li i {
    padding-right: 5px;
    font-size: 18px;
}

.fa-check {
    color: #62be10;
}

.pricing-item:hover .pricing-currency, .pricing-item.active .pricing-currency {
    color: #876756!important;
    transition: .3s ease;
}

.pricing-item:hover sup, .pricing-item:hover span, .pricing-item:hover p, .pricing-item:hover li {
    color: #ffffff!important;
}

.pricing-item.active sup, .pricing-item.active span, .pricing-item.active p, .pricing-item.active li {
    color: #ffffff!important;
}

.price-pink .pricing-item:hover {
    background: #202020;
    border-color: #202020;
}

.pricing-item.active {
    background: #202020;
    border-color: #202020;
}

/* Portfolio Green-btn*/
.portfolio-btn-pink:hover {border-color: #876756;background-color: #876756;color:#ffffff!important;}
.portfolio-btn-pink {
    border: solid 1px #ffffff;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 14px;
    border-radius: 0.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}

/* ===================================
       Blog Section
====================================== */

.blog-bg {
    background-image: url("../images/blog-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===================================
       Contact Us
====================================== */

.contact-sec {
    background-color: #EEE2DA;
    background-blend-mode: overlay;
    
}

.contact-sec .contact-details, .contact-sec .contact-form-box{
    padding-top: 50px;
}

.contact-sec .contact-details .contact-heading{
    color: #000000;
    font-size: 40px;
    font-family: "League Spartan", serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-address{
    font-size: 16px;
    color: #000000;
    opacity: .8;
    font-family: "League Spartan", serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list{
    padding-left: 0;
}

.contact-sec .contact-details .contact-list li{
    font-family: "League Spartan", serif;
    font-weight: 300;
    list-style: none;
    color: #000000;
    font-size: 16px;
    opacity: .8;
}

.contact-sec .contact-details .contact-list li:nth-child(even){
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list li:last-child{
    margin-bottom: 50px;
}

.contact-sec .contact-details .contact-s-media{
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}

.contact-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.contact-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}

.contact-sec .contact-details .contact-s-media li a{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 2px;
    transition: .8s ease;
}

.contact-sec .contact-details .page-footer{
    left: calc(50% - 125px);
}

.contact-sec{
    padding-bottom: 120px;
}

.contact-form {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #797979;
    padding: 10px;
    background: transparent;
    font-weight: normal;
    /* border-radius: 0; */
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    height: 32px;
    color: #797979;
    font-size: 14px;
    position: relative;
    /* font-family: "League Spartan", serif; */
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.login_modal_o
{
    font-size: 24px;
    text-transform: uppercase;
    padding: 5px 10px 3px 10px;
    /* border: 3px solid #FFF; */
    border-radius: 10px;
    cursor: pointer;
}

.login_modal_o i {
    position: relative;
    top: 1px;
    /* color: #876756; */
}

.contact-form .form-control:focus {
    border-color: #876756;
}

.contact-form textarea {
    min-height: 130px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

/* ===================================
       Google-Map
====================================== */

#map{
    overflow: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.full-map{
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bg-img-map{
    background: url(../images/map.jpg);
}

/* ===================================
   Footer
====================================== */

.footer {
    padding: 80px 0;
    /*background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #876756;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social a i {
    color: #ffffff;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.company-about{
    font-size: 13px;
    font-family: "League Spartan", serif;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #876756;
    /*background-color: #876756;*/
    border: 2px solid #876756;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background-color: #eee2da;
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #876756;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
     Stand Alone
====================================== */
/*
.standalone , .blog-page , .blog-detail{
    background-color: #171717;
}
*/
.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 400;
    font-family: "League Spartan", serif;
}

.standalone-detail .para_text{
    font-family: "League Spartan", serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: "League Spartan", serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: "League Spartan", serif;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#876756;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

/* ===================================
    Blog Page
====================================== */
.blog-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/page-tittle.jpg");
    background-size: cover;
    background-position: top center;
}
.heading-space {
    margin-bottom: 2.125rem;
}
.heading-space li {
    color: #797979;
}
.margin-bottom-3 {
    margin-bottom: 3rem !important;
}
.news_item {
    background: transparent;
    position: relative;
}
.news_item.blog-one:hover img, .news_item.blog-two:hover img {
    transform: scale(1.2);
}
.news_item.shadow{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.news_item .news_desc{
    padding: 40px 30px;
}
.meta-tags li, .meta-tags li a {
    display:inline-block;
    margin-top: 10px;
}
.meta-tags li a i {
    color: #876756;
}
.meta-tags > li + li{
    margin-left: 10px;
}
.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.meta-tags li a > i {
    font-size: 17px;
    margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before {
    vertical-align: middle;
}
.meta-tags li a:hover,
.meta-tags li a:focus{
    color: #876756;
}
.news_item:hover h3 a {
    color: #876756;
}

/* widgets */
.widget {
    background: #171717;
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.widget button {
    border: none;
}
.blog-box {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

/* form search */
.search-box .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-box .form-control,
.search-box .search-addon {
    background: transparent;
    border-color: #797979;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}
.search-box .form-control:focus, .search-box textarea:focus {
    border-color: #876756;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.search-box .search-addon {
    background-color: #876756;
    color: #ffffff;
    position: relative;
    top: 0;
    left: -1px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* recent post */
.single-post {
    overflow: hidden;
    display: table;
}
.single-post .post, .single-post .text {
    display: table-cell;
}
.single-post .post {
    height: 60px;
    width: 60px;
}
.single-post .post > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.single-post .text {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
}
.single-post span{
    font-size: 13px;
    display: block;
    color: #797979;
}
.single-post:hover a, .single-post:focus a {
    color: #876756;
}

/* categories */
.categories-name > a {
    display: block;
    padding: 18px 0 5px;
    border-bottom: 1px solid #797979;
}
.categories-name > a > p:hover {
    color: #876756!important;
}
.categories-name > a > p {
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.categories-name > a > p > span {
    float: right;
}

/* tags */
.tags li {
    display: inline-block;
    padding: 2px 12px 2px;
    border: 1px solid #838383;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    margin: 0 1px 6px 0;
}
.tags li p {
    color: #797979;
}
.tags li:hover, .tags li:focus {
    background: #876756;
    border: 1px solid #876756;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.tags li:hover p, .tags li:focus p {
    color: #ffffff;
}
ul.rounded li {
    display: flex;
    margin-top: 20px;
}
ul.rounded li::before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #876756;
    margin-top: 6px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

/* post comments + tabs */
.agency-author {
    padding: 30px;
    background-color: transparent;
    margin-top: 2rem;
}
.post-navigation ~ .agency-author{
    margin-top: 0;
}
.author-avatar {
    width: 100px;
    height: 100px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.author-avatar img {
    border-radius: 50%;
}
.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none;
}
.author-content span {
    color: #797979;
    font-size: 14px;
}
.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}
.author-content h6 a:not(:hover):not(:focus) {
    color: #876756; }

/* pagination */
.pagination li > a {
    height: 38px;
    width: 38px;
    padding: 0;
    line-height: 38px;
    font-size: 18px;
    color: #797979;
    text-align: center;
    background-color: #171717;
    margin: 0 4px;
    border: none;
}
.pagination li > a i {
    font-size: 14px;
}
.pagination li > a,
.pagination li:first-child  a,
.pagination li:last-child  a {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.pagination li > a:hover, .pagination li > a:focus {
    background: #876756;
}
.pagination li > a:hover, .pagination li > a:focus,
.pagination li.active > a{
    color: #ffffff;
}
.pagination li.active > a {
    background: #876756 !important;
}
.page-link:focus {
    box-shadow: none;
}
.blockquote {
    font-size: 17px;
}

/* Latest News */

/*News box*/
.news_wrap .news-box {
    background: #fff;
    margin: -50px 10px 0 10px;
    padding: 20px 15px 0 15px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news_wrap .image {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news-box a {
    color: #18191d;
}
.news-box a:hover,
.news-box a:focus{
    color: #876756;
}
.news-box:hover h4 a {
    color: #876756;
}

/* News Tags & Date */
.news-tags li {
    display: inline-block;
}
.news-tags li {
    margin-left: 10px;
}
.news-tags li:first-child {
    margin-left: 0;
}
.news-tags li:last-child {
    margin-right: 0;
}
.news-tags li a {
    display: block;
    color: #535353;
    font-size: 14px;
}
.news-tags li a:hover {
    color: #535353;
}
.news-tags li a i {
    font-size: 13px;
    margin-right: 4px;
    color: #876756;
}
.news_wrap .news-box .news-tags {
    margin: 15px 0;
}
.news-slider .owl-dots {
    text-align: center;
}
.news-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    border: 1px solid #876756;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
}

.side_nav_logo img
{
    max-width: 150px;
    cursor: pointer;
}

.btn-sh-menu
{
    display: none;
}

/* ===================================
   Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #fdfdfd;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    /*border-radius: 50%;*/
    width: 160px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../images/logo_mattina_b_200.png');
    animation: myAnim 3s ease 0s infinite normal forwards;
}

@keyframes myAnim {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

/* ===================================
   Media & Queries
====================================== */

@media (max-width: 991px)  {
    .sidemenu_btn {
        display: block;
    }

    	/*About Section*/
	.heading {
		font-size: 40px;
		margin-bottom: 0;
	}
	.about-section .heading {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.about-section {
		padding-bottom: 0;
		margin-bottom: -70px;
	}
	.about-section .text-section .text {
		text-align: center;
		padding-right: 0;
	}
	.about-section .rectangle {
		position: relative;
		top: -340px;
		right: 0;
		width: 715px;
		height: 625px;
	}
	.about-section .img-section img {
		width: 100%;
	}
	.about-section .img-section {
		top: 240px;
	}
	.about-section .text-section .heading {
		font-size: 30px;
		text-align: center;
	}
	.about-section .media {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0 10px 0;
	}
	.about-section .media .media-body {
		margin-left: 0;
	}

	/*Project Section*/
	.project-section .rectangle .project-text {
		left: 0;
	}
	.project-section .rectangle {
		position: relative;
		width: 767px;
		left: -39px;
	}
	.project-section .rectangle .project-text {
		text-align: center;
	}
	.project-section .project-text p {
		padding-right: 0;
	}
	.project-section .project-text h2 {
		font-size: 45px;
	}
	/*.carousel-control-prev {
		display: none;
	}
	.carousel-control-next {
		display: none;
	}*/
}

@media (max-height: 760px) {
    .nav-link {
        padding: .5rem 0rem!important;
    }

    .side_nav .navbar-nav .nav-link {
        min-height: 45px!important;
        font-size: 28px!important;
    }

    .side_nav_logo img
    {
        max-width: 130px!important;
    }

    .nav-category-divider
    {
        max-height: 4px;
    }

    #userDocumentsModal section.about-section
    {
        padding-top: 40px!important;
    }

    #userDocumentsModal .modal-content
    {
        height: auto!important;
        background-color: #eee2da;
    }

    #userDocumentsModal .about-section .img-section
    {
        top: 0!important;
    }
}

@media (min-width: 1800px) {
    .side-nav .navbar-nav .nav-item {
        margin: 30px 0;
    }
    .team-img {
        height: 820px;
    }
    .side-menu .btn-close {
        /*right: 50px;*/
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    .navbar-simple .navbar-nav .nav-link {
        padding: 0.5rem 1.4rem;
    }
    .sidemenu_btn {
        right: -4px;
    }
    .about-box h5 {
        font-size: 20px;
    }
    .navbar .container {
        max-width: 930px;
    }
    .blog-bg {
        background-size: cover;
    }

    	/*About Section*/
	.about-section .rectangle{
		top: 320px;
		width: 390px;
		height: 390px;
	}
	.about-section .heading {
		padding-left: 130px;
		padding-right: 130px;
	}
	.about-section .text-section .heading{
		font-size:30px;
	}

	/*Project Section*/
	.project-section .rectangle{
          left: 125px;
          height: 280px;
	}
	.project-section .rectangle .project-text{
		left: 40px;
        top: 44px;
	}
}

@media (max-width: 1920px) {


	/*About-Section*/
	.about-section img {
		position: relative;
		/*left: 200px;*/
	}

	/*Project Section*/
	.project-section .rectangle {
		height: 490px;
	}
	.project-section .rectangle .project-text {
		top: 150px;
	}

}

@media (max-width: 1280px) and (min-width: 992px) {
    .skill-box {
        padding: 0 70px;
    }
    .team-img {
        height: 800px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    body{
        text-align: center;
    }
    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        /*background: #171717;*/
        top: 0;
    }
    .navigation-toggle span {
        background-color: #ffffff;
    }
    .side-menu .btn-close {
        right: 48px;
        top: 32px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 22px;
    }
    .get-started-btn {
        margin: 20px;
    }

    /* Slider */
    .tp-caption > .font-18 {
        font-size: 15px;
    }

    /* About */
    .m-ipad {
        margin-top: 40px;
    }

    /* Client */
    .stats-bg , .parallax-img{
        background-size: cover;
    }
    .skill-box {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }
    .about-img {
        height: auto;
        width: 100%;
    }

    /* Portfolio */
    .da-thumbs li {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(25%);
        width: 40%;
    }
    .nav-pills .nav-link  {
        padding: .8rem 1.5rem;
    }

    /* Pricing */
    .pricing-item {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Blog Section */
    .blog-bg {
        background-size: cover;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }

    .caption .text {
        padding-right: 0;
        text-align: center;
        font-weight: 300;
      }
      .banner-section .small-images .small-img .image {
        top: 50px;
      }
}

@media screen and (max-width: 767px) {
    /* Font adjustment for small screens */
    .font-10 {font-size: 10px;}
    .font-15 {font-size: 12px;}
    .font-14 {font-size: 14px;}
    .font-16 {font-size: 16px;}
    .font-18 {font-size: 16px;}
    .font-20{font-size: 16px;}
    .font-22 {font-size: 22px;}
    .font-24 {font-size: 24px;}
    .font-40 {font-size: 28px;}
    .font-45 {font-size: 45px;}
    .tp-caption > .font-18 {font-size: 14px;}
    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
        padding: 0!important;
    }
    .padding-top {
        padding-top: 4.5rem;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        /*background: #171717;*/
        top: 0;
        height: 80px;
    }
    .navbar-top-default .side-nav-btn
    {
        top: 30px;
        right: 30px;
    }

    .slider_top
    {
        margin-left: 0;
    }

    .slider_bottom
    {
        margin-left: 0;
    }

    .slider_bottom h2
    {
        /*padding-bottom: 20px;*/
        font-size: 35px;
    }

    .slider_bottom h3
    {
        padding-top: 20px;
    }

    .about-section .heading {
		/*font-size: 29px;*/
        margin-bottom: 0!important;
	}

    .about-section .text-section .heading
    {
        font-size: 28px!important;
        text-align: center!important;
        padding-bottom: 20px;
    }

    .about-section .text-section .text
    {
        padding-right: 0!important;
        text-align: center;
        padding-left: 0 !important;
    }

    .about-section .img-section1
    {
        box-shadow: none!important;
    }

    .about-section .img-section2
    {
        box-shadow: none!important;
        order: 2;
    }

    .about-section .text-section2
    {
        margin-top: 130px!important;
    }

    .contact-sec .contact-details
    {  
        padding-top: 15px!important;
    }

    .blog-sec .blog-inner-overlay
    {
        right: 0%!important;
        left: 0%!important;
    }

    .btn-sh-menu
    {
        left: 0;
        border-radius: 0 0 50px 0!important;
        display: block;
        z-index: 9999 !important;
    }

    .btn-sh-menu-close
    {
        display: block!important;
    }

    .btn-sh-menu i
    {
        display: block;
        width: 83%;
        height: 1px;
        background: white;
        margin-top: 12px;
    }

    .btn-sh-menu i:nth-child(1)
    {
        margin-top: 10px; 
    }

    .btn-sh-menu i:nth-child(2)
    {
        margin-top: 11px;
        width: 72%;
    }

    .btn-sh-menu i:nth-child(3)
    {
        margin-top: 11px;
        width: 55%;
    }

    .inner-wrapper .navbar-nav
    {
        flex-direction: column!important;
        align-items: center!important;
    }

    #productsModal .side_nav
    {
        position: absolute;
        transform: translateX(-100%);
    }

    #productsModal .side_nav.active
    {
        transform: translateX(0)!important;
    }

    .header-appear .navbar-top-default {
        height: 75px;
    }
    .navigation-toggle span {
        background-color: #ffffff;
    }
    .side-menu .mega-title {
        display: none;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 18px 0!important;
    }
    .side-footer p {
        font-size: 14px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 26px;
    }
    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }
    .side-menu .btn-close {
        right: 26px;
        top: 28px;
    }
    .tp-caption > .font-40 {
        font-size: 35px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .side-menu .side-nav .navbar-nav .get-started-btn a {
        font-size: 12px;
    }
    #loginModal {
        padding: 30px 20px;
        margin: 0;
    }
    #loginModal #quote_submit_btn {
        margin-bottom: 0;
    }
    #loginModal .form-check {
        padding: 10px 0 40px 0;
    }
    .get-started-btn {
        margin-top: 20px;
    }

    /* About Us */
    .about-box {
        margin-top: 20px;
    }
    .about-margin {
        margin: 4.5rem 0;
    }
    .about-box h5 {
        font-size: 20px;
    }

    /* Client */
    .skill-box {
        max-width: 540px;
        padding: 4.5rem 0;
    }
    .stats-bg , .parallax-img{
        background-size: cover;
    }

    /* Parallax */
    .paragraph {
        font-size: 14px;
    }

    /* Blog Section */
    .blog-bg {
        background-size: cover;
    }

    /* Portfolio */
    .nav-pills .nav-link  {
        padding: .6rem 1.4rem;
    }

    /* Contact Form */
    .contact-sec {
        padding-bottom: 60px;
    }

    /* Footer */
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }

    /* Blog */
    .news_desc {
        text-align: center;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
    }
    .author-content {
        padding: 0;
    }
    .widget-blog h5 {
        text-align: center;
    }

    	/*About Section*/
	.about-section .rectangle {
		top: -140px;
		width: 356px;
		height: 300px;
	}
	.about-section .img-section {
		top: 0px;
	}

	/*Project Section*/
	.project-section{
		padding-top: 70px;
	}
	.project-section .rectangle {
        width: 100% !important;
        height: 100%!important;
        left: 0;
        background-color: transparent !important;
        /* position: inherit !important; */
        bottom: unset !important;
        top: 0px;
        margin-top: 0;
	}
	.project-section .project-text h2 {
		font-size: 35px;
		color:#000;
	}
	.project-section .project-text p{
		color: #000;
	}
	/*.project-section .btn.white-btn {
		border-color: #a60317;
		color: #a60317;
	}
	.project-section .btn.btn-hvr-white:hover{
		border-color: #a60317;
		background-color: #a60317;
		color: #fff;
	}*/
    
    .collectionsCarouselDesc h2
    {
        position: absolute;
        font-size: 35px!important;
        text-shadow: 0 0 10px black;
        padding: 0px 0 10px 0;
        margin-top: 17px;
        margin-bottom: 61px;
        top: unset!important;
    }

    .collectionsCarouselDesc h2 br 
    {
        display: none;
    }

    .project-section .rectangle .project-text
    {
        position: absolute !important;
        padding: 0 !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center;
        height: 100%;
        top: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .project-section .rectangle .project-text p
    {
        padding: 0!important;
        margin: 0!important;
        text-shadow: 0 0 10px black;
    }

    .project-section .rectangle .project-text a
    {
        margin-bottom: 10px;
        background: #876756;
    }

    #collectionsCarousel img
    {
        height: 65vh;
        object-fit: cover;
    }

    .services-sec .heading
    {
        margin-top: 90px!important;
        text-align: center;
    }

    #about_us .subheading
    {
        margin-top: 30px;
        margin-bottom: 5px;
    }

    
    #about_us .heading
    {
        font-size: 35px;
    }


    #aboutModal .heading 
    {
        margin-top: 35px!important;
        font-size: 32px;
    }

    #aboutModal .subheading 
    {
        font-size: 18px!important;
    }


    #aboutModal .text-section
    {
        margin-top: 0px!important;
    }

    #aboutModal .text-section h2
    {

    }

    #aboutModal .about-section .img-section3
    {
        box-shadow: none!important;
    }


    #userDocumentsModal .heading 
    {
        margin-top: 35px!important;
        font-size: 32px;
        margin-bottom: 10px!important;
    }

    #userDocumentsModal .subheading 
    {
        font-size: 18px!important;
        margin-bottom: 15px !important;
    }


    #userDocumentsModal .text-section
    {
        margin-top: 0px!important;
    }

    #userDocumentsModal .text-section h2
    {

    }

    #userDocumentsModal .about-section .img-section3
    {
        box-shadow: none!important;
    }

    #userDocumentsModal .modal-content
    {
        height: auto!important;
        background-color: #eee2da;
    }


    #productsModal #grid
    {
        display: flex!important;
        overflow-x: hidden!important;
        overflow-y: auto!important;
        flex-direction: column!important;
        background-color: #000;
    }

    #portfolioModal .product-name 
    {
        font-size: 32px!important;
        line-height: normal!important;
        padding: 10px 10px 3px 10px!important;
    }

    #portfolioModal .product-description.active
    {
        width: 100%!important;
        max-width: 100%!important;
    }

    .singleProductModalHeader p
    {
        line-height: 17px!important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon
    {
        width: 20px!important;
        margin-top: 50vh;
        /*display: block!important;*/
    }
}

@media (max-width: 575.98px) {
    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 12px 0;
    }
    .side-menu .mega-title h2 {
        font-size: 48px;
    }
    .side-footer p {
        font-size: 10px;
        line-height: 1rem;
    }

    /* Portfolio */
    .da-thumbs li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    /*Footer*/
    .social-icons-simple li a {
        width: 44px;
        height: 44px;
    }

    .banner-section .small-images .small-img .image {
        margin-right: 0;
        position: relative;
        margin-top: 20px;
      }
}

@media (max-width: 320px) {
    .side-menu .side-nav .navbar-nav .get-started-btn a {
        font-size: 8px;
    }
    #loginModal .fancybox-close-small {
        right: 6px;
    }
    .get-started-btn {
        margin: 0;
    }
    	/*About Section*/
	.about-section .heading {
		font-size: 29px;
	}
	.about-section .text-section .heading {
		font-size: 22px;
	}
	.about-section .rectangle {
		width: 340px;
	}

	/*Project Section*/
	.project-section .rectangle {
		width: 360px;
	}
}




.banner-section .small-images {
    position: relative;
    margin-bottom: 0px;
  }
  
  .banner-section .small-images .small-img .image {
    margin-right: 0px;
    position: relative;
    border: 1px solid #00000000;
    border-right: 0;
    border-bottom: 0;
  }
  
  .overlay-image .text {
    color: #fff;
    /*margin-top: 10px;*/
    font-size: 12px;
  }


.product-grid
{
    height: 100vh;
    align-items: center;
    align-content: center;
}
  

.product-grid-col
{
    height: 50%;
}

.product-grid-col .image
{
    height: 100%;
}
  
/*Image overlay*/
.overlay-image {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    cursor: pointer;
  }
  
  .overlay-image img {
    transition: all 0.7s;
    object-fit: cover;
  }
  
  .overlay-image:hover img {
    transform: scale(1.1);
    transition: all 0.7s;
  }
  
  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #011321;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .overlay-image .overlay {
    bottom: 0;
    height: 30%;
    /*cursor: pointer;*/
  }
  
  .overlay-text {
    color: #000;
    font-size: 24px;
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    bottom: 8px;
    text-align: center;  
    font-family: "League Spartan", serif;
    font-weight: 400;
    width: 100%;
  }
  
.products_container .overlay-text
{
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000;
}
  .tp-bullets
  {
    display: none!important;
  }

  .rs-background-video-layer iframe
  {
    opacity: 1!important;
  }


.rs-background-video-layer {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;
} 

.rs-background-video-layer iframe
{
    /* Extend it beyond the viewport... */
    width: 300% !important;
    /*height: 100% !important; */
    /* ...and bring it back again */
    margin-left: -100%;
}

.text-mine
{
    color: #EEE2DA;
}

.text-mine2
{
    color:#876756;
}

.btn-mainslide
{
    padding: 10px 20px!important;
    font-weight: 400!important;
}

.products_container .image .overlay
{
    background: none!important;
}

.side-fs-section
{
    /*display: none;*/
}


.modal-side {
    /*width: 285px!important;*/
    max-width: 600px;
    min-width: auto!important;
    margin: 0;
    height: 100vh;
    position: fixed;
    right: 0;
}

.modal-side .modal-content
{
    background-color: #EEE2DA; /*#876756;*/
}


.modal-full {
    min-width: 100%;
    margin: 0;
    /*height: 100vh;*/
    /*height: calc(var(--vh, 1vh) * 100);*/
    height: 100dvh;
}


.modal-full .modal-content {
    /*min-height: 100vh;*/
    height: 100%;
    /*min-height: calc(var(--vh, 1vh) * 100); EDIT MODAL SVH*/
    min-height: 100dvh;
}

.modal-full-scrollable .modal-content {
    min-height: 100dvh;
    height: auto!important;
}

.fs_modal section
{
    height: 100%;;
}

.fs_modal .container
{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fs_modal .overlay-image
{
    margin-left: 0px;
}

.fs_modal > .overlay-image ~ .overlay-image {
    margin-left: 0px;
}

#portfolioModal .container
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

#portfolioModal .col-bottom-line
{
    display: flex;
        flex-direction: row;
        justify-content: flex-end;
}

#portfolioModal .carousel-indicators
{
    position: absolute;
    display: inline-flex;
    flex-wrap: nowrap;
    bottom: 5px;
    justify-content: flex-end;
    right: 0;
    margin-left: auto;
    padding-right: 10px;
    margin-right: -5px;
}

#portfolioModal .show-product-info
{
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    margin-left: 20px;
    margin-top: -13px;
    z-index: 99999;
    color: #876756;
    background: white;
    border-radius: 50%;
    padding: 2px 1px 1px 1px;
}

#portfolioModal .product-name
{
    cursor: pointer;
}

#portfolioModal .carousel-indicators button {
  width: 30px;
  height: 30px;
  border: 2px solid #876756; /* Circle border */
  border-radius: 50%;
  background-color: transparent;
  color: #EEE2DA; /* Text color */
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Active state */
#portfolioModal .carousel-indicators .active {
  background-color: #EEE2DA; /* Solid background for active */
  color: #876756; /* White text for active */
  border-color: #876756; /* Match the background color */
}

#productCarousel img
{
    object-fit: cover;
    height: 100vh;
} 

#productCarousel .carousel-control-prev
{
    z-index: 9999;
}

#productCarousel .carousel-control-next
{
    z-index: 9999;  
}

#productCarousel .carousel-indicators 
{
    z-index: 99;    
}

.text-shadow-outline
{
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000;
}

.productModalHeader
{
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    justify-content: flex-start!important;
    align-items: stretch;
}

.grid-item .pr_gr_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0); /* Start fully transparent */
    color: white;
    display: flex; /* Flexbox for centering text */
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: "Playfair Display", serif;
    color: #EEE2DA;
    opacity: 0; /* Start fully transparent */
    transition: background-color 0.4s ease, opacity 0.4s ease; /* Smooth fade-in for background */
}

.graaaid-item:hover .pr_gr_overlay {
    background-color: #eee2dad4; /* Fade in background to 90% black */
    opacity: 1; /* Make overlay fully visible */
    cursor: pointer;
}
.grid-item:hover,
.grid-item.hover-active .pr_gr_overlay{
    background-color: #eee2dad4; /* Fade in background to 90% black */
    opacity: 1; /* Make overlay fully visible */
    cursor: pointer;
}

/*.grid-item.hover-active .pr_gr_overlay {
    background-color: #eee2dad4; 
    opacity: 1; 
    cursor: pointer;
}*/

.grid-item .pr_gr_overlay span {
    position: relative;
    transform: translateX(100%); /* Start text off the right */
    transition: transform 0.6s ease; /* Smooth slide-in */
}

.grid-item:hover .pr_gr_overlay span {
    transform: translateX(0); /* Slide text into view */
    font-weight: 100;
    background: #876756;
    padding: 40px;
    color: #ffffff;
    white-space: pre;
}

#productsModal #grid 
{
    display: grid;
    /*gap: 10px;*/
    /*width: calc(100% - 200px);*/
    height: 100dvh;
    /*padding: 10px;*/
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100vw;
    grid-gap: 3px;
}

#productsModal .grid-item {
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1px;
}

#productsModal .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

/* Classes for animations */
.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

.fade-out {
    animation: fadeOut 0.3s ease forwards;
}


#aboutModal section
{
    height: 100%;;
}

#aboutModal .container
{
    height: 100%;
    display: flex;
    flex-direction: column;
}

#aboutModal .overlay-image
{
    border: 1px solid #000000;
    margin-left: 5px;
}


#aboutModal.modal.fade:not(.show) .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(+100%,0)scale(1);
    transform: translate(+100%,0)scale(1);
}

.bg-portfolioModal
{
    background-color: #979797b8;
    background-image: url('../images/slider_preload_bg.jpg');
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    align-content: center;
    padding: 0;
}

.fs_modal.modal.fade:not(.show) .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(+100%,0)scale(1);
    transform: translate(+100%,0)scale(1);
}

.pr_gr_description, .pr_gr_header
{
    display: none;
}

.singleProductModalHeader
{
    /*background: #00000057;*/
    position: absolute;
    top: 8px;
    left: 8px;
    right: 0;
    z-index: 10000;
}

.singleProductModalHeader .items-wrapper
{
    
}

.singleProductModalHeader .items-in-wrapper
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.singleProductModalHeader .items-in-wrapper.active
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


#portfolioModal .product-name
{
    font-size: 72px;
    line-height: 51px;
    color: #EEE2DA !important;
    background: #876756;
    border-radius: 13px;
    padding: 16px 10px 0px 10px;
}

.singleProductModalHeader p.product-header
{
    background: #876756;
    padding: 8px 16px 3px 16px;
    color: #EEE2DA;
    border-radius: 0px 10px 0px 0px;
    display: inline;
    z-index: 9999;
    transition: transform 0.5s ease-out; /* Smooth transition for pushing up */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}

#portfolioModal div.product-description
{
    display: none;
    position: relative;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    width: 100%;
    padding: 8px 11px 5px 15px;
    background: #eee2da;
    color: #515050;
    max-width: 75%;
    border-radius: 10px;
}

#portfolioModal .product-description.active {
    display: block;
    transform: translateX(0);
    opacity: 1;
  }
  
  #portfolioModal .items-in-wrapper {
    transition: transform 0.5s ease-out;
  }
  
  #portfolioModal .items-wrapper.push {
    /*transform: translateY(-100px);*/
  }

.carousel-control-next, .carousel-control-prev
{
    width: 8%!important;
}

.singleProductModalHeader p
{
    letter-spacing: 0;
}

.carousel-indicators
{
    margin-bottom: 0;
}

.fs_modal .btn-close {
    height: 40px;
    width: 34px;
    top: -1px;
    right: 2px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    display: inline-block;
    z-index: 99999;
  }
  
  .fs_modal .btn-close-wrapper
  {
    display: block;
    width: 50px;
    height: 50px;
    background: #876756;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    border-radius: 0 0 0 50px;
  }
  
  .fs_modal.before-side .btn-close {
    display: none;
  }
  
  .fs_modal .btn-close::before,
  .fs_modal .btn-close::after {
    top: 0;
    left: 16px;
    height: 40px;
    width: 1px;
    content: ' ';
    background: #EEE2DA;
    position: absolute;
  }
  
  .modal-full-scrollable .btn-close
  {
    position: fixed!important;
    right: 8px!important;
  }

  .modal-full-scrollable .btn-close-wrapper
  {
    position: fixed!important;
    right: 6px!important;
  }

  .fs_modal .btn-close:before {
    transform: rotate(45deg);
  }
  
  .fs_modal .btn-close:after {
    transform: rotate(-45deg);
  }
  
  .fs_modal .btn-close:hover {
    animation: .8s rotate;
  }
  .fs_modal .btn-close:hover {
  -webkit-animation: .8s rotate;
  animation: .8s rotate;
  }


  .bg-aboutModal
  {
    background-color: #000000b8;
    background-image: url(../images/sofa_single_bg.jpg);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @-webkit-keyframes rotate {
  from{
  transform: rotate(0deg);
  }
  to{
  transform: rotate(360deg);
  }
  }
  @keyframes rotates {
  from{
  transform: rotate(0deg);
  }
  to{
  transform: rotate(360deg);
  }
  }
  

/*SIDE PORFOLIO */
.side2-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #23262d ;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side2-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side2-menu.before-side2 {
    width: 280px;
}

.side2-menu.side2-menu-active,
.side2-menu.before-side2{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side2-menu.side2-menu-active {
    visibility: visible; opacity: 1;
}

.side2-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*side2 overlay*/
#close_side2_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

.text-dark2
{
    color: #000;
}


#pp-nav li .active span, .pp-slidesNav .active span
{
    background-color: #876756!important
}

/*=================================
    Services Section
===================================*/

.services-sec {
    position: relative;
    background-color: #eee2da;
    /*background: url('../../images/web_footer_1.jpg') center;
    background-size: cover;*/
}

.services-sec:before {
    content: '';
    width: 700px;
    height: 420px;
    position: absolute;
    background: #876756;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
}

.services-sec .image-holder {
    margin-top: 30px;
}

.services-sec .heading-area {
    transform: translate(0);
}

.services-sec .services-boxes{
    display: block;
    padding: 100px 50px;
}

.services-sec .heading
{
    font-size: 54px;
    font-weight: 700;
    text-transform: lowercase;
    color: #eee2da;
    text-align: right;
    margin-top: -60px;
}

.services-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff;
    transition: .5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#fec107), color-stop(50%, #fec107), color-stop(50%, #ffffff));
    background-image: linear-gradient(to right, #fec107, #fec107 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.services-sec .services-boxes .service-card:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

.services-sec .services-boxes .service-card.right:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    background-position: 0;
}

.services-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}
.services-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right{
    margin-top:50px;
    margin-bottom: 50px;
    float: right;
    clear: right;
    width: 32%;
}

.services-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}



/* ===================================
     About-Section
====================================== */

.about_sign
{
    /*position: absolute;
        right: 0;
    left: 0;
    bottom: -30px;
    */
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.about-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #EEE2DA;
	position: relative;
}

.about-section .heading2
{
    font-size: 32px!important;
}

.about-section .heading {
	padding-left: 200px;
	padding-right: 200px;
    color: #876756;
font-size: 48px;
font-weight: 600;
margin-bottom: 80px;
text-align: center;
}

.about-section .text-section {
	margin-top: 60px;
}

.about-section .text-section .heading {
	padding-left: 0;
	padding-right: 0;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: left;
}

.about-section .text-section .text {
	color: #515050;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	padding-right: 70px;
}

.about-section .text-section2 .text {
	padding-left: 70px;
    padding-right: 10px!important;
}

.about-section .text-section2 .heading {
    padding-left: 70px;
}

.about-section .img-section2 
{
    -webkit-box-shadow: -136px 124px 0px 21px rgba(135,103,86,1);
-moz-box-shadow: -136px 124px 0px 21px rgba(135,103,86,1);
box-shadow: -136px 124px 0px 21px rgba(135,103,86,1);
}

.about-section .img-section3
{
    -webkit-box-shadow: -75px 59px 0px 0px rgba(135,103,86,1);
    -moz-box-shadow: -75px 59px 0px 0px rgba(135,103,86,1);
    box-shadow: -75px 59px 0px 0px rgba(135, 103, 86, 1);
}

.about-section .img-section4
{
    -webkit-box-shadow: 75px 59px 0px 0px rgba(135,103,86,1);
    -moz-box-shadow: 75px 59px 0px 0px rgba(135,103,86,1);
    box-shadow: 75px 59px 0px 0px rgba(135, 103, 86, 1);
}

.about-section .img-section5
{
    -webkit-box-shadow: 20px -20px 0px 0px rgba(135, 103, 86, 1);
    -moz-box-shadow: 20px -20px 0px 0px rgba(135, 103, 86, 1);
    box-shadow: 20px -20px 0px 0px rgba(135, 103, 86, 1);
}

.about-section .img-section img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-section .img-section1
{
    -webkit-box-shadow: 200px -101px 0px 21px rgba(135,103,86,1);
-moz-box-shadow: 200px -101px 0px 21px rgba(135,103,86,1);
box-shadow: 200px -101px 0px 21px rgba(135,103,86,1);
}


.about-section .media i {
	overflow: hidden;
	border-radius: 50%;
	color: #a60317;
	height: 30px;
	line-height: 28px;
	width: 30px;
	border: 1px solid #a60317;
	text-align: center;
	font-size: 18px;
	transition: .5s ease;
}

.about-section .media {
	width: 160px;
	height: 50px;
	padding: 10px 12px 10px 0;
	background-color: transparent;
}

.about-section .media .media-body {
	margin-left: 10px;
	color: #a60317;
}

.about-section .media:hover i {
	color: #fff;
	border: 1px solid #a60317;
	background-color: #a60317;
	transition: .5s ease;
}

.about-section .media:hover {
	cursor: pointer;
	transition: .5s ease;
}

.about-section .img-section {
	z-index: 1;
}

.about-section .rectangle {
	top: 120px;
	right: 0;
	width: 350px;
	height: 400px;
	position: absolute;
	background-color: #876756;
}

.side-nav-menu
{
    padding-left: 25px;
}

.products_container
{
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    width: 100%;
    max-width: max-content;
}

/*=================================
        Slide Nav
===================================*/

/* ===================================
        Blog sec css
====================================== */
.blog-sec{
    padding-top: 120px;
    background-color: #EEE2DA;
}
.blog-sec .left-overlay{
    background-color: #876756;
    top:120px;
    position: absolute;
    left: 0;
    right: 60%;
    top: 0;
    bottom: 0;
}

.blog-sec .blog-area{
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-sec .blog-inner-overlay{
    position: absolute;
    left: -100%;
    bottom: 0;
    top: 0;
    right: 34%;
    background-color:#876756
}
.blog-sec .blog-area .blog-detail .heading{
    margin-bottom: 40px;
}
.blog-sec .blog-area .blog-detail .white-trans-btn{
    margin-top: 10px;
}

.blog-sec h4
{
    font-size: 40px;
    font-weight: 600;
}

/* ===================================
    SideNav
====================================== */

/*.side_nav{
    display: block;
    float: left;
    height: auto;

    position: relative;
    background-color: #876756;
    box-shadow: 0 10px 30px 0 rgba(20,44,56,.25);
}*/

.side_nav{
    transition: .5s ease;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 1000;
    bottom: 0;
    /*background: rgba(34, 34, 34, .9);*/
    background: #EEE2DA;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-right: 2px solid #FFF;
}


.side_nav .navbar-nav{
    /*transform: translateY(40%);*/
    position: relative;
    z-index: 11;
    padding: 0;
    padding-right: 80px;
    padding-left: 50px;
}

.side_nav .navbar-nav .nav-link{
    min-height: 50px;
    text-align: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
    /*text-transform: uppercase;*/
}

.sidenav-bottom{
    position: absolute;
    bottom: 25px;
    left: 60px;
    right: 0;
    z-index: 11;
    transition: .3s ease;
}

/*broad nav*/
.side-nav-menu .side-icons ul{
    padding-top: 0 !important;
    padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li{
    margin-bottom: 0 !important;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.side-nav-menu .side-icons ul li a{
    color: #000000;
}

.nav-item .nav-link.active {
    color: #fed51b;
}

.side-nav-menu .active
{
    color: #876756!important;
}

.side_nav .nav-item {
    display: block;
    margin: 20px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side_nav.expand_nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.anim-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#876756), color-stop(50%, #876756), color-stop(50%, #000));
    background-image: linear-gradient(to right, #876756, #876756 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.anim-text:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .anim-text {
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
            background-image:unset;
            background-image: unset;
            background-size: unset;
            background-position: unset;
            color:#000000 !important;
        }
        .anim-text-white {
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
            background-image:unset;
            background-image: unset;
            background-size: unset;
            background-position: unset;
            color: #ffffff !important;
        }
        .anim-text:hover,.anim-text-white:hover {
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
            background-image:unset;
            background-image: unset;
            background-size: unset;
            background-position: unset;
            color:#fed51b !important;
        }
    }
}


/* ===================================
    Menu-line
====================================== */

.menu-line i{
    transform: rotate(-10deg);
    display: inline-block;
}

.menu-line {
    position: absolute;
    margin-left: -35px;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bolder;
    color: #876756;
    display: block;
    text-align: center;
    width: auto;
    height: 50px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
/*
.side-nav-menu .nav-link:nth-child(1).active ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.side-nav-menu .nav-link:nth-child(2).active ~ .menu-line{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.side-nav-menu .nav-link:nth-child(3).active ~ .menu-line{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.side-nav-menu .nav-link:nth-child(4).active ~ .menu-line{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.side-nav-menu .nav-link:nth-child(5).active ~ .menu-line{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.side-nav-menu .nav-link:nth-child(6).active ~ .menu-line{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.side-nav-menu .nav-link:nth-child(7).active ~ .menu-line{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.side-nav-menu .nav-link:nth-child(8).active ~ .menu-line{
    -webkit-transform: translate3d(0, 700%, 0);
    transform: translate3d(0, 700%, 0);
}

.side-nav-menu .nav-link:nth-child(9).active ~ .menu-line{
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
}

.side-nav-menu .nav-link:nth-child(10).active ~ .menu-line{
    -webkit-transform: translate3d(0, 900%, 0);
    transform: translate3d(0, 900%, 0);
}*/

/*===================================
Project-Section
====================================== */

.project-section {
position: relative;
}

.project-section .navbar {
position: absolute;
background-color: transparent !important;
}

.project-section .rectangle {
bottom: 0;
width: 320px;
height: 400px;
position: absolute;
background-color: #876756;
/*margin-left: 25px;*/
}

.project-section .rectangle .project-text {
position: relative;
left: 40px;
top: 100px;
padding-top: 120px;
}

.project-section .project-text h2 {
color: #fff;
font-size: 40px;
font-weight: 600;
}

.project-section .project-text p {
font-size: 16px;
color: #fff;
padding-right: 90px;
font-weight: 400;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
width: 80px;
height: 40px;
}

.side-nav-logo
{
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.btn.white-btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

/*Button hover*/
.btn.btn-hvr-white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #876756;
}

.modal-content
{
    border: 0!important;
    border-radius: 0!important;
}
/*
.kenburns-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: kenburns 10s ease-in-out infinite;
    transition: opacity 1s ease-in-out; 
    opacity: 0;
    z-index: 0;
}

.kenburns-bg.current-bg {
    opacity: 1;
    z-index: 1;
}

@keyframes kenburns {
    0% {
        transform: scale(1.1); 
    }
    100% {
        transform: scale(1); 
    }
}*/
/* Carousel */

#mainCarousel{
    background: #2f4357;
}
#mainCarousel .item-image {
    height: 100svh;
    /*height: calc(var(--vh, 1vh) * 100);*/
    /*height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);*/
}
#mainCarousel .item-image img{
    margin: 0 auto;
}

#mainCarousel .carousel-caption {
    background-color: rgba(68, 201, 220, 0.3);
    border-radius: 4px;
    padding-left: 50px;
    left: 10;
    bottom: 20%;
    top: 40%;
    width: 40%;
    text-align: left;
    position: fixed;
}

#mainCarousel .carousel-caption h1 {
    line-height: 50px;
}

#mainCarousel .carousel-caption .btn {
    margin-top: 30px;
}

#mainCarousel .carousel-inner {
    overflow: hidden;
}

#mainCarousel .btn-slider {
    border-radius: 50px;
    padding: 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: bold;
}


/* Ken Burns Effect */

#mainCarousel .item-image {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 16s;
    transform: scale(1.2);
}

#mainCarousel .item-image:nth-child(1) {
    animation-name: kenburns-1;
    z-index: 3;
}
#mainCarousel .item-image:nth-child(2) {
    animation-name: kenburns-2;
    z-index: 2;
}
#mainCarousel .item-image:nth-child(3) {
    animation-name: kenburns-3;
    z-index: 1;
}

@keyframes kenburns-1 {
    0% {
    	opacity: 0;
    }
    5% {
    	opacity: 1;
    }
    95% {
    	transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
    	animation-timing-function: ease-in;
    	opacity: 1;
    }
    100% {
    	transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
    	opacity: 0;
    }
}

@keyframes kenburns-2 {
    0% {
    	opacity: 0;
    }
    5% {
    	opacity: 1;
    }
    95% {
    	transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
    	animation-timing-function: ease-in;
    	opacity: 1;
    }
    100% {
    	transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
    	opacity: 0;
    }
}

@keyframes kenburns-3 {
    0% {
    	opacity: 0;
    }
    5% {
    	opacity: 1;
    }
    95% {
    	transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
    	animation-timing-function: ease-in;
    	opacity: 1;
    }
    100% {
    	transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
    	opacity: 0;
    }
}

.company-about 
{
    color: #eee2da;
    z-index: 99;
    font-size: 17px;
    padding-top: 5px;
}

.company-about a:hover
{
    color: #eee2da;
    text-decoration: underline;
}

.z-3
{
    z-index: 3;
}

.tp-parallax-wrap
{
    z-index: 3!important;
}

.nav-category
{
    margin-left: 1px;
    /* text-transform: uppercase; */
    /* position: absolute; */
    margin-left: -17px;
    /* margin-bottom: -21px; */
    white-space: nowrap;
    /* font-size: 30px; */
    color: #876756;
    /*letter-spacing: 0px;*/
    display: block;
}

#collectionsCarousel
{
    background-color: #eee2da;
}

#collectionsCarousel .carousel-item
{
    text-align: center;
}

/*.collectionsCarouselDesc h2.hidden
{
    display: none;
}*/

.collectionsCarouselDesc h2 {
    position: absolute; /* Needed for proper positioning */
    top: 0;
    left: 0;
    width: 100%; /* Or a specific width */
    opacity: 0; /* Initially hidden */
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Smooth transitions */
    /* Optional: Add a background color for better visibility */
    /* background-color: #f0f0f0;  */
  }
  
  .collectionsCarouselDesc h2.active {
    opacity: 1;
    transform: translateX(0); /* Slide in from the left */
  }
  
  .collectionsCarouselDesc h2.hhidden {
      transform: translateX(-100%); /* Slide out to the left */
  }

  /* Modal Styles */
#userDocumentsModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#userDocumentsModal .modal-header {
    border-bottom: 1px solid #dee2e6;
}

#userDocumentsModal .modal-title {
    font-weight: 500;
}

/* NEW UD MODAL */

#userDocumentsModal .container
{
    flex-direction: column!important;
}

#userDocTabs a 
{
    cursor: pointer;
}

#userDocTabs
{

}

#userDocTabs a.active
{
    color: white;
    background: #876756;
}

.btn-brown
{
    color: white;
    background: #876756;
    font-weight: normal;
    font-size: 14px;
}

.btn-brown:hover
{
    color: #876756;
    background-color: #eee2da;
    border-color: #876756;
}

/* Card Styles - TARGETED TO THE MODAL */
#userDocumentsModal .card {
    border: none;
    /*box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 8px;*/
    max-width: 273px;
    float: left;
    margin-right: 10px;
    background: transparent;
    border: 2px solid #876756;
    border-radius: 0;
}

#userDocumentsModal .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 15px;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.file-name-line {
    display: flex;
    align-items: center;
    overflow: hidden; /* Key for truncation */
    white-space: nowrap;
    font-size: 14px;
}

#userDocumentsModal .modal-body
{
    overflow: auto;
}

.filename {
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis (...) */
    max-width: 150px; /* Or whatever width you want */
}

.file-extension {
    font-weight: bold;
    color: #777;
}

/* List Item Styles - TARGETED TO THE MODAL */
#userDocumentsModal .list-group-item {
    border: none;
    padding: 10px 15px;
}

#userDocumentsModal .list-group-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#userDocumentsModal .list-group-item i.fa.fa-file-pdf { /* Font Awesome 4 class */
    margin-right: 5px;
}

/* Download Button Styles - TARGETED TO THE MODAL */
#userDocumentsModal .btn-primary {
    border-radius: 5px;
    width: 100%;
    padding-top: 8px;
    font-size: 14px;
    padding: .15rem .3rem;
}

#userDocumentsModal .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Small Tag Styles - TARGETED TO THE MODAL */
#userDocumentsModal .list-group-item small {
    color: #777;
    margin-left: 5px;
}

/* Category Styles - TARGETED TO THE MODAL */
#userDocumentsModal .list-group-item.category {
    font-weight: 500;
}

#userDocumentsModal .list-group-item.category i {
    display: none;
}

#userDocumentsModal .list-group-item.category small {
    display: none;
}

#productsAdminModal
{
    overflow-x: auto;
}

#userDocumentsModal small.file-date
{
    position: absolute;
    font-size: 10px;
    bottom: -5px;
    right: 8px;
    color: #876756
}

#userDocumentsModal .card-body
{
    padding: 1rem!important;
}

.log_mod_cp
{
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}


#passwordChangeModal{
    z-index: 999999;
    color: #FFF;
}

#passwordChangeModal label
{
    float: left;
}

#passwordChangeModal .modal-content
{
    text-align: center;
    max-width: 900px;
    width: 100%;
    padding: 20px;
    /* overflow: visible; */
    background-color: #171717;
}

#passwordChangeModal .btn-close-wrapper
{
    background: none;
}

#passwordChangeModal .contact-form .form-control{
    border-radius: 0;
    padding: 0;
}


#passwordChangeModal .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    /*background: #876756;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#passwordChangeModal .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after{
    outline: none;
}

#passwordChangeModal .fancybox-close-small:hover:after,
#passwordChangeModal .fancybox-close-small:focus:after{
    background-color: transparent;
}
#passwordStrength,
#passwordStrengthReset {
    width: calc(100% - 30px);
    position: absolute;
    border: 1px solid #ccc;
    margin-top: -17px;
}

#strengthBar,
#strengthBarReset {
    height: 10px;
    width: 0%;
    background-color: transparent;
    transition: width 0.3s ease-in-out;
}

#strengthText,
#strengthTextReset {
    display: block;
    text-align: center;
    margin-top: 5px;
    position: absolute;
    left: calc(50% - 36px);
    margin-top: -1px;
}

#strengthBar.weak,
#strengthBarReset.weak {
    background-color: red;
}

#strengthText.weak,
#strengthTextReset.weak {
    color: red;
}

#strengthBar.medium,
#strengthBarReset.medium {
    background-color: goldenrod;
}

#strengthText.medium,
#strengthTextReset.medium {
    color: goldenrod;
}

#strengthBar.strong,
#strengthBarReset.strong {
    background-color: limegreen;
}

#strengthText.strong,
#strengthTextReset.strong {
    color: limegreen;
}

#strengthBar.very-strong,
#strengthBarReset.very-strong {
    background-color: green;
}

#strengthText.very-strong,
#strengthTextReset.very-strong {
    color: green;
}

#toggleForgotPassword
{
    position: absolute;
    right: 0;
    bottom: 37px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
}



.side-footer-links
{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.w-35
{
    width: 35%;
}


@media (max-width: 575.98px) {
    .side-footer-links
    {
        gap: 15px;
    }

    .w-35
    {
        width: 100%;
    }

    #impressum .container, #agb .container, #agb .text-section
    {
        padding-left: 0!important;
        padding-right: 0!important;
        text-align: left;
    }

    #impressum .container .d-flex
    {
        flex-direction: column;
    }

    #agb .edit_test h2
    {
        font-size: 20px;
    }

}