 /*************************************
                 __                             
 /'\_/`\  __    /\ \                            
/\      \/\_\   \_\ \     __    ___      __     
\ \ \__\ \/\ \  /'_` \  /'__`\/' _ `\  /'__`\   
 \ \ \_/\ \ \ \/\ \L\ \/\  __//\ \/\ \/\ \L\.\_ 
  \ \_\\ \_\ \_\ \___,_\ \____\ \_\ \_\ \__/.\_\
   \/_/ \/_/\/_/\/__,_ /\/____/\/_/\/_/\/__/\/_/

  ::::::::::::::::::::::::::::::

      midenacreatives.co.uk

  ::::::::::::::::::::::::::::::

***************************************/ 
  
     a, p, div, h1, h2, h3, h4, li, input{ font-family: arial; } 
    p{    line-height: 24px;}
    
    a, button{ cursor:pointer;}
    
    ol, ul { margin-top: 0;  margin-bottom: 10px;}

    body {
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: linear-gradient(to right, #333, #000);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
}



.contact-icon-section {
    width: 50px;
    position: fixed;
    z-index: 9;
    bottom: 50px;
    left: 50px;
}

.contact-icon-button {
    background: black;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    position: relative;
    transition: all ease 0.4s;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 60%);
}

.contact-icon-holder {
    position: absolute;
    bottom: 0px;
    left: 60px;
    width: 130px;
    z-index: 1;
}

.contact-icon-button:hover {
    background: #ccc;
    color: #000000;
}

.contact-icon-holder a:hover {
    background: #ccc;
    color: #000000;
}

.contact-icon-holder a:nth-child(1) {
    margin-right: 12px;
    left: -60px;
    opacity: 0;
}

.contact-icon-holder a:nth-child(2) {
    left: -122px;
    opacity: 0;
}

.contact-icon-holder a.active:nth-child(1) {
    left: 0;
    opacity: 1;
}

.contact-icon-holder a.active:nth-child(2) {
    left: 0;
    opacity: 1;
}

.contact-icon-holder a {
    background: black;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 10px 10px 37px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 37px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 37px -15px rgb(0 0 0 / 70%);
    display: block;
    float: left;
    position: relative;
    left: 0px;
    transition: all ease 0.4s;
}

.fixed{ position: fixed !important; }

    .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.top-bar-holder {
    display: grid;
    background: black;
    grid-template-columns: 50% 50%;
    padding: 0 100px;
}

.top-bar-holder p{ font-size: 14px;}

.top-bar-holder p a {
    color: white;
    text-decoration: none;
    padding: 1em 0;
    margin:0px;
}

.menu-section ul li:hover .drop-down {
    height: auto;
}

.menu-item-bg2 {
    display: block;
    background-color: #333;
    position: absolute;
    width: 0%;
    height: 60px;
    top: 0;
    right: 0;
    transition: all ease 0.4s;
}

.drop-down li:hover .menu-item-bg2 {
    width: 100%;
}

.drop-down {
    background: #ccc;
    height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
}

.top-section-holder .menu-section .drop-down li a {
    color: #000;
}

.top-bar-holder p:nth-child(2) {
    text-align: right;
}

.logo-holder {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 270px;
    grid-column-gap: 10px;
}

.fmb-logo {
    width: 20px;
    display:none;
}

.top-section-holder {
    background: white;
    -webkit-box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.75);
    display: block;
    position: relative;
    width: 100%;
    z-index: 999;
}

.nav-bar-logo-holder {
    padding: 10px 100px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.nav-holder {
    position: relative;
}

.ham {
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ham .top {
    width: 100%;
    height: 3px;
    background: black;
    display: block;
    transition: all ease 0.4s;
    top: 0;
    position: relative;
}
.ham.active .top {
    transform: rotate(45deg);
    top: 8px;
}

.ham:hover .top {
    top: -2px;
}

.ham:hover .bottom {
    top: 2px;
}

.ham.active:hover .top {
    top: 8px;
}

.ham .middle {
    width: 100%;
    height: 3px;
    background: black;
    display: block;
    margin-top: 5px;
    transition: all ease 0.4s;
    opacity: 1;
    position: relative;
    left: 0;
}

.ham.active .middle {
    left: 30px;
    opacity: 0;
}

.ham .bottom {
    width: 100%;
    height: 3px;
    background: black;
    display: block;
    margin-top: 5px;
    transition: all ease 0.4s;
    top: 0;
    position: relative;
}

.ham.active .bottom {
    transform: rotate(-45deg);
    top: -8px;
}

#services .our-step-section h2 {
    position: relative;
    opacity: 1;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

#contact .contact-section {
    margin: 0 auto;
    width: 70%;
}

.menu-section {
    position: fixed;
    right: 0;
    width: 0;
    overflow: hidden;
    transition: all ease 0.4s;
    -webkit-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.3);
}


.menu-section-bg {
    float: right;
    width: 90%;
    background: #fff;
}


.menu-section.active {
    width: 300px;
}

.menu-section ul {
    margin: 0;
    padding: 0;
}

.menu-section ul li {
    list-style-type: none;
    position: relative;
    overflow: hidden;
}

.menu-section ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    color: #333;
    position: relative;
    z-index: 2;
    transition-delay: 0.1s;
}

.menu-section ul li:hover a {
    color: #fff;
}

.menu-section ul li .menu-item-bg {
    display: block;
    background-color: #333;
    position: absolute;
    width: 0%;
    height: 60px;
    top: 0;
    right: 0;
    transition: all ease 0.4s;
}

.menu-section ul li:hover .menu-item-bg {
    width: 100%;
}

.social {
    display: grid;
    grid-template-columns: 50% 50%;
}

.social div {
    position: relative;
    overflow: hidden;
}

.social .menu-item-bg {
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    z-index: 1;
    background: #333;
    transition: all ease 0.4s;
}

.social div:hover .menu-item-bg {
    height: 100%;
}

.social div a {
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 2;
    transition: all ease 0.4s;
    transition-delay: 0.1s;
}

.social div:hover a {
    color: #fff;
}

.hero-contact-holder {
    height: 700px;
    overflow: hidden;
    border-radius: 0px 0px 540px 0px;
    position: relative;
    -webkit-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.4);
}

.hero-image-holder {
    position: relative;
    width: 100%;
    opacity: 0;
    display: block;
    height: 100%;
}

.bg1 {
    position: absolute;
    width: 100%;
    background-image: url(images/services-hero.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#contact .bg1 {
    position: absolute;
    width: 100%;
    background-image: url(images/contact-us.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}



.bg2 {
    position: absolute;
    width: 50%;
    opacity: 1;
    top: 70px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.bg3{ opacity: 0 }


.bg1-mobile {
    position: absolute;
    width: 100%;
    background-image: url(images/services-hero.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

#contact .bg1-mobile {
    position: absolute;
    width: 100%;
    background-image: url(images/contact-us.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}


.bg2-mobile { position: absolute;
    width: 100%;
    background-image: url(images/hero-wardrobes-image-mobile.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    display: none;
  }

.hero-image-holder img {
    width: 100%;
}


.hero-contact-holder .content-holder {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    width: 500px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.hero-logo-holder {
    width: 150px;
    position: relative;
    margin: 0 auto;
}

.hero-logo-holder img {
    width: 100%;
}

.hero-contact-holder .content-holder h3, .hero-contact-holder .content-holder h1 {
    text-align: center;
    color: white;
}

.content-holder h3 {
    position: relative;
    top: 15px;
    opacity: 0;
    font-size: 60px;
    margin-bottom: -37px;
    right: 50px;
    margin-top: 0;
}

.hero-contact-holder .content-holder h1 {
    font-size: 50px;
    margin: 0;
}

#kitchen .hero-span1 {
    font-size: 20px;
}

.other-images-holder {
    background: #fff;
    padding: 50px 0;
    overflow:hidden;
    -webkit-box-shadow: 0px 16px 18px -6px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 16px 18px -6px rgb(0 0 0 / 50%);
    z-index: 2;
    position: relative;
}

.other-images-holder h2 {
    text-align: center;
}


.hero-contact-holder .content-holder h1 span {
    display: block;
    position: relative;
    top: 20px;
    opacity: 0;
}

.about-section-holder {
    width: 100%;
    padding: 50px 0;
}

.about-section {
    width: 80%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.about-section h2 {
    position: absolute;
    top: -2px;
    font-size: 50px;
    margin: 0;
    color: #fff;
    opacity: 0.1;
    z-index: 1;
}

.about-section h3 {
    margin-top: 31px;
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: white;
}

.about-section .content-holder {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 50px;
    position: relative;
}

.about-section .content-holder p {
    color: white;
}

.services-section-holder {
    background: #fff;
    width: 100%;
    padding: 50px 0 70px 0;
    position: relative;
}

.services-section {
    width: 80%;
    margin: 0 auto;
}


.services-section h2 {
    position: absolute;
    top: 30px;
    font-size: 50px;
    margin: 0;
    color: #000;
    opacity: 0.1;
    z-index: 1;
}

h2.aos-init.aos-animate{    opacity: 0.1 !important;}

.services-holder {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
}



.services-holder a {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.3);
    text-decoration: none;
}

.services-holder .text-holder {
    position: relative;
    z-index: 2;
}

.round-bg {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: scale(0);
    transition: all ease 0.4s;
    border-radius: 50px;
}

.services-holder a:hover .round-bg {
    transform: scale(10);
}

.services-holder a img {
    width: 100%;
    position: absolute;
    top: -40px;
}

.text-holder {
    position: relative;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    z-index: 2;
    opacity: 0;
}

.services-holder a:hover .text-holder {
    opacity: 1;
}

.text-holder h3 {
    text-align: left;
    position: relative;
    color: white;
    z-index: 2;
    margin-bottom: 0;
    margin-top: 0;
}

.text-holder h3:after {
    content: "";
    height: 2px;
    width: 0;
    display: block;
    margin: 0 auto;
    background-image: linear-gradient(to right,transparent , white, transparent);
    transition: all ease 0.4s;
}

.services-holder a:hover .text-holder h3:after {
    width: 100px;
}

.text-holder p {
    text-align: left;
    position: relative;
    color: white;
    z-index: 2;
    margin: 0;
}

.service-text {
    padding: 30px 0;}


.testimonial-section-holder {
    position: relative;
    padding: 50px 0 70px 0;
    -webkit-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    z-index: 2;
}

.testimonial-section {
    margin: 0 auto;
    width: 80%;
}

.testimonial-section h2{
    position: absolute;
    top: 30px;
    font-size: 50px;
    margin: 0;
    color: #fff;
    opacity: 0.1;
    z-index: 1;
}

.testimonial-section h3{ color: #fff;}

.testimonial-holder {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 30px;
    margin-top: 50px;
}

.testimonial-holder div {
    padding: 20px 20px;
    display: grid;
    grid-template-columns: 20% 80%;
    border-radius: 10px
}

.testimonial-holder div:nth-child(1) {
    background: #ccc;
}


.testimonial-holder div p:nth-child(1) {
    font-size: 130px;
    margin: 50px 0 0 0;
    padding: 0;
    opacity: 0.3;
}

.testimonial-holder div:nth-child(2) {
    background: #a4a4a4;
}

.contact-section-holder {
    position: relative;
    background-image: url(images/home-contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 130px 0;
    -webkit-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    z-index: 2;
}

.menu-section ul li .selected {
    background: #333;
    color: white;
}

#reused_form {
    position: relative;
}

.contact-section {
    margin: 0 auto;
    width: 80%;
}

.contact-section-holder h2 {
    position: absolute;
    top: 30px;
    font-size: 50px;
    margin: 0;
    color: #fff;
    opacity: 0.2;
    z-index: 1;
}

.contact-section h3 {
    color: #fff;
}

.contact-holder {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-column-gap: 30px;
}

#contact .contact-holder{ grid-template-columns: 70% 30%;}

form span {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
}

form span input {
    background: transparent;
    outline: 0;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid white;
    color: white;
}

#message {
    width: 100%;
    background: transparent;
    outline: 0;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid white;
    color: white;
    resize: none;
}

.contact-details p, .contact-details a, .contact-details i {
    color: white;
    text-decoration: none;
}

.contact-details p {
    text-decoration: none;
    display: grid;
    grid-template-columns: 10% 90%;
}

footer {
    background: #1b1b1b;
    position: relative;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to right, #333 , #000);
    border-top: 1px solid #fff;
}

footer p, footer a{ margin:0 0 10px; font-size:14px;}

.footer-holder {
    margin: 0 auto;
    width: 80%;
    padding: 50px 0 20px 0;
    display: grid;
    grid-template-columns: 20% 60% 20%;
}

.fmb-footer-logo {
    display: block;
    margin: 0 auto;
    width: 80px;
    display:none;
}

.footrt-logo {
    width: 100%;
    position: relative;
}

.flagz-logo-footer-img {
    width: 140px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.footer-nav-top {
    display: grid;
    grid-template-columns: 40% 60%;
}

.footer-contact p {
    text-align: left;
}

.footer-contact p i {
    margin-right: 11px;
}

.footer-nav ul {
    margin: 0;
}

.footer-nav ul li {
    float: left;
    width: 25%;
    list-style-type: none;
}

.footer-social-holder {
    width: 100%;
}

.footer-social-holder ul {
    float: right;
    width: 200px;
}

.footer-social-holder ul li {
    float: left;
    width: 50%;
    list-style-type: none;
}

.footer-social-holder ul li a {
    display: block;
    text-align: right;
    margin-bottom:0;
}

.footer-social-holder ul li a i {
    color: #ffffff;
    transition: all ease 0.4s;
}

footer hr {
    border: 0;
    height: 1px;
    margin: 10px auto;
    background: #ffffff;
}


.footer-nav-bottom {
    display: grid;
    grid-template-columns: 50% 50%;
}

.footer-nav-bottom p {
    margin: 0;
    color: #f1f1f1;
}

.footer-nav-bottom p:nth-child(2) {
    text-align: right;
}

.footer-nav-bottom p a {
    color: #f1f1f1;
    text-decoration: none;
    transition: all ease 0.4s;
}

.footer-nav-bottom p a:hover {
    color: #b148d2;
}

.footer-nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: right;
}

.footer-contact p i {
    margin-right: 11px;
    color: white;
}

.footer-contact p a {
    color: white;
    text-decoration: none;
}

button.button-primary {
    position: absolute;
    right: 0;
    bottom: -70px;
    padding: 10px 20px;
    border-radius: 50px;
    background: white;
    outline: 0px;
    border: 0;
    transition: all ease 0.4s;
    color: black;
}

button.button-primary:hover {
    color: white;
    background: black;
}



.hero-form-holder {
    position: absolute;
    width: 300px;
    background: #f1f1f1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
    padding: 20px 20px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    border-radius: 10px
}


.hero-form-holder p {
    margin-top: 0;
    margin-bottom: 20px;
}


.hero-form-holder form span input {
    color: black;
    text-indent: 15px;
    background-color: #fff
}

.hero-form-holder #message {
    width: 100%;
    background: #fff;
    outline: 0;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid white;
    color: black;
    resize: none;
    margin-bottom: 20px;
    text-indent: 15px;
}

.hero-form-holder .button-primary {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    border-radius: 50px;
    background: black;
    outline: 0px;
    border: 0;
    transition: all ease 0.4s;
    color: white;
    width: 50%;
    font-size: 16px;
}

.hero-form-holder .button-primary:hover{ background: white; color: black; }

.hero-form-holder a {
    color: black;
    width: 35%;
    text-align: center;
    display: inline-block;
    float: right;
    padding: 10px 20px;
    background: #ccc;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: all ease 0.4s;
}

.hero-form-holder a:hover{ background: #000; color: #fff; }


.hero-form-holder form span {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
}

.hero-form-holder form span input{    padding: 10px 0;}


.product-slider { padding: 45px; display: grid; grid-template-columns: 50% 50%; width: 100%; margin: 0 auto; }

.item.active.grid-stack {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.carousel-inner.overflow-show {
    overflow: visible;
}

.product-slider #carousel {  margin: 0; }

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 45px; }

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { ; width: 100%; margin: 0 2%; display: inline-block; vertical-align: middle; cursor: pointer;  }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #1089c0; }

.product-slider .item img { width: 100%; height: auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.grid-stack{}

.carousel-control.right, .carousel-control.left { background-color: rgba(0, 0, 0, 0); background-image: none; }


.sevice-white-holder {
    background: white;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 16px 18px -6px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 16px 18px -6px rgb(0 0 0 / 50%);
    z-index: 2;
}

.service-white {
    display: flex;
}

.content-holder {
    width: 50%;
    position: relative;
    padding: 50px 0;
}



.content-section {
    position: relative;
    width: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-section p {
    font-size: 18px;
    line-height: 26px;
}

.image-holder {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-holder.kitchen {
    background-image: url(images/s-kit-img.jpg);
}

.image-holder.extensions {
    background-image: url(images/s-ext-img.jpg);}

.image-holder.loft {
    background-image: url(images/s-loft-img.jpg);
}

.image-holder.structural {
    background-image: url(images/s-struc-img.jpg);
}

.image-holder.bathroom {
    background-image: url(images/s-bath-img.jpg);
}

.image-holder.furniture {
    background-image: url(images/s-furn-img.jpg);
}

.image-holder.garden {
    background-image: url(images/s-garden-img.jpg);
}

.sevice-black-holder {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sevice-black-holder .content-section{
        width: 80%;
}

.sevice-white-holder .anchor, .sevice-black-holder .anchor  {
    width: 0;
    height: 0;
    position: absolute;
    top: -250px;
    background: transparent;
}

.service-black {
    display: flex;
    flex-direction: row-reverse;
}

.sevice-black-holder p, .sevice-black-holder h3 {
    color: #ffffff;
}

.sevice-white-holder a {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    border-radius: 50px;
    background: black;
    outline: 0px;
    border: 0;
    transition: all ease 0.4s;
    color: white;
    width: 50%;
    font-size: 16px;
    margin-top: 40px;
    display: block;
    text-align: center;
    transition: all ease 0.4s;
    text-decoration: none;
    cursor:pointer;
    font-weight:bold;
}

.sevice-white-holder a:hover {
    background: #ccc;
    color: #000;
}


.sevice-black-holder a {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    outline: 0px;
    border: 0;
    transition: all ease 0.4s;
    color: #000;
    width: 50%;
    font-size: 16px;
    margin-top: 40px;
    display: block;
    text-align: center;
    transition: all ease 0.4s;
    text-decoration: none;
    font-weight:bold;
}

.sevice-black-holder a:hover {
    background: #ccc;
    color: #000;
}



.mobileshow{ display: none}
    .mobilehide{ display: block}

.our-step-section {
    width: 100%;
    padding: 50px 0;
}

.steps-holder {
    width: 80%;
    z-index: 2;
    margin: 0 auto;
}

.steps-row-1 {
    display: flex;
    margin-bottom: 50px;
}

.steps-row-1 .info-holder {
    width: 33.3%;
    margin: 0 20px;
    display: grid;
    grid-template-columns: 20% 70%;
    grid-column-gap: 10px;
}

.steps-row-2 {
    display: flex;
}

.steps-row-2 .info-holder {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 20% 70%;
    grid-column-gap: 10px;
}

.steps-row-2 .text-holder p {
    width: 400px;
    margin: 0 auto;
}

.icon-holder {
    width: 100%;
    margin: 0 auto;
}

.icon-holder img {
    width: 100%;
}

.info-holder {
    width: 25%;
    margin: 0 20px;
}

.our-step-section .text-holder {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
}

.mobile-bottom-menu-holder {
    display: none;
}

/*-- Gallery --*/

#gallery .bg1{ background-image: url(images/saw-dust.jpg);}

#gallery .bg1-mobile{    background-image: url(images/saw-dust.jpg);}


#gallery .gallery-section-holder {
    width: 100%;
    padding: 100px 0;
}

#gallery .gallery-holder {
    width: 80%;
    margin: 0 auto;
}

#gallery .row1, #gallery .row2{
    display: flex;
    width: 100%;
}

#gallery .row2 {
    margin-top: 13px;
}

#gallery .row1 .gallery-image-holder {
    width: 33.3%;
    height: 300px;
    position: relative;
    background: white;
    margin: 0 7px;
    background-size: cover;
    background-position: center;
}

#kitchen #gallery .row1 .gallery-image-holder {
    height: 140px;
}

#kitchen .title-holder {
    font-size: 14px;
}

#kitchen .title-holder p {
    top: 30px;
    position: relative;}
    
    
#kitchen .gallery-image-holder:hover .title-holder p {
    top: -10px;
}

#gallery .gallery-image-holder {
    border-radius: 0 0 50px 0;
    -webkit-box-shadow: 0px 16px 18px -6px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 16px 18px -6px rgb(0 0 0 / 30%);
    overflow: hidden;
}

#gallery .row1 .gallery-image-holder:nth-child(1) {
    background-image: url(images/gal-kit-tab.jpg);
}

#gallery .row1 .gallery-image-holder:nth-child(2) {
    background-image: url(images/gal-ext-tab.jpg);
}

#gallery .row1 .gallery-image-holder:nth-child(3) {
    background-image: url(images/gal-loft-tab.jpg);
}

#gallery .row2 .gallery-image-holder:nth-child(1) {
    background-image: url(images/gal-struc-tab.jpg);
}

#gallery .row2 .gallery-image-holder:nth-child(2) {
    background-image: url(images/gal-bath-tab.jpg);
}

#gallery .row2 .gallery-image-holder:nth-child(3) {
    background-image: url(images/gal-furn-tab.jpg);
}

#gallery .row2 .gallery-image-holder:nth-child(4) {
    background-image: url(images/gal-garden-tab.jpg);
}












#kitchen .row1 .gallery-image-holder:nth-child(1) {
    background-image: url(images/gal-ext-tab.jpg);
}

#kitchen .row1 .gallery-image-holder:nth-child(2) {
    background-image: url(images/gal-loft-tab.jpg);
}

#kitchen .row1 .gallery-image-holder:nth-child(3) {
    background-image: url(images/gal-struc-tab.jpg);
}

#kitchen .row1 .gallery-image-holder:nth-child(4) {
    background-image: url(images/gal-bath-tab.jpg);
}

#kitchen .row1 .gallery-image-holder:nth-child(5) {
    background-image: url(images/gal-furn-tab.jpg);
}

#kitchen .row1 .gallery-image-holder:nth-child(6) {
    background-image: url(images/gal-garden-tab.jpg);
}




#gallery .row2 .gallery-image-holder{
    width: 25%;
    height: 300px;
    position: relative;
    background: white;
    margin: 0 7px;
    background-size: cover;
    background-position: center;
}


#gallery .title-holder {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    height: 60px;
    transition: all ease 0.4s;
}

#gallery .gallery-image-holder:hover .title-holder {
    height: 90px;
}



/*-- Gallery --*/



/* kitchen */
#kitchen .container {
    max-width: 80%;
    margin: 0 auto;
}

#kitchen .modal-content {
    max-width: 600px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ekko-lightbox {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    border: 0;
    outline: 0;
}


.modal-dialog {
    position: relative;
    min-width: 100%;
    height: 100vh;
    outline: 0 !important;
    border: 0 !important;
}

.modal-header.hide {
    position: absolute;
    z-index: 999;
    border-bottom: none;
    right: 10px;
    display: block !important;
    top: 10px;
}



#kitchen .close:focus {
    outline: none !important;
}

.modal-title {
    display: none;
}

#kitchen .close {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0;
    background: #000;
    transition: all ease 0.4s;
}

#kitchen .close:hover {
    background: #ffffff;
    color: #000000;
}

.switch-buttons {
    width: 200px;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    margin: 0px auto;
    padding: 20px 0;
}

.switch-buttons div {
    padding: 10px 0;
    background: #f1f1f1;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}

.active {
   
    cursor: pointer;
    color:#ffffff;
}

#kitchen .row {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
    width: 100%;
    margin: 0;
}

#kitchen .row a img {
    width: 100%;
    transition: all ease 0.4s;
    overflow:hidden;
    transform: scale(1);
    opacity:1;
}

#kitchen .row a:hover img {
    transform: scale(1.1);
    opacity:0.4;
}

#kitchen .row a {
    overflow: hidden;
    max-width: 90%;
    transition: all ease 0.4s;
    flex: 0;
    margin: 0px auto;
    padding: 0;
}

#photos{display: block;}

#videos {
    display: none;
    margin: 0 auto;
    width: 80%;
}

#videos iframe {
    float: left;
    width: 30%;
    height: 220px;
    margin: 20px;
}

.ekko-lightbox-container {
    position: relative;
    overflow: hidden;
    height: 430px !important;
}


.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    height: 480px;
    width: 100%;
}

.ekko-lightbox-nav-overlay a:nth-child(1) {
    height: 100%;
    position: absolute;
    left: 0;
    width: 20px;
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a:nth-child(2) {
    right: 20px;
    position: absolute;
    height: 100%;
    width: 20px;
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a span {
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    font-size: 40px;
    background: #000000;
    padding: 10px 10px;
    transition: all ease 0.4s;
}

.ekko-lightbox-nav-overlay a span:hover {
    background: #ffffff;
    color: #000000;
}

.ekko-lightbox-nav-overlay a:hover span {
    color: #000;
}


#kitchen .galler-images-holder {
    padding: 50px 0;
    overflow:hidden;
}

.before-after-image {
    margin: 0 auto;
    width: 80%;
}

.before-after-image iframe {
    height: 773px;
    overflow: visible;
    width: 100%;
}

.before-after-image-holder {
    width: 100%;
    padding: 0 0 100px 0;
}


/* kitchen */


/* Contact */

#contact .contact-intro-para {
    text-align: center;
    color: #fff;
    padding: 80px 0;
}


.contact-intro-para hr {
    margin: auto;
    width: 500px;
}

.contact-intro-para .social-icon-holder {
    padding: 40px 0 0 0;
}

.social-icon {
    display: flex;
    width: 500px;
    margin: auto;
}

.social-icon a {
    display: block;
    width: 25%;
    color: white;
    font-size: 20px;
}

/* Contact */

     @media screen and (max-width: 1400px){}

     @media screen and (max-width: 1080px){
         
         .bg1{ background-position: center center;}
         
         .sevice-white-holder a, .sevice-black-holder a{ width: 60%;}

        .top-bar-holder{    padding: 0px 50px;}

        .nav-bar-logo-holder {
    padding: 10px 50px;}

        .about-section { width: 90%;}

        .services-holder{grid-column-gap: 20px;}

        .contact-section-holder{    padding: 50px 0 50px 0;}

        .contact-details {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}

#contact .contact-holder {
    grid-template-columns: 100%;
}

        .testimonial-section-holder { overflow-x: hidden;}

        button.button-primary{position: relative; margin: 30px 0; float: right; bottom:0;}

        .contact-holder { display: grid; grid-template-columns: 100%; grid-column-gap: 30px;}

        .hero-form-holder{ display: none; }

        .footer-holder{ width: 90%; }

        .footrt-logo { width: 80%; position: relative;}

        .flagz-logo-footer-img{ top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); 
            width: 100%; }

        .services-holder a {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 30px;}

    .services-holder a img {
    width: 100%;
    position: absolute;
    top: 0;}

    .services-section { width: 90%; margin: 0 auto;}

    .testimonial-section {
    margin: 0 auto;
    width: 90%;
}

    .testimonial-holder {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 30px;
    margin-top: 50px;
    width: 95%;
}

.footer-nav-top {
    display: grid;
    grid-template-columns: 40% 60%;
}

.contact-section {
    margin: 0 auto;
    width: 90%;
}


.our-step-section .text-holder {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 20px;
    width: 80%;
    margin: auto;
}

.steps-row-2 .text-holder p {
    width: 100%;
    margin: 0 auto;
}

.steps-holder {
    width: 95%;
    z-index: 2;
    margin: 0 auto;
}

     }

     @media screen and (max-width: 600px){

        .mobile-bottom-menu-holder {
    z-index: 9999;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 3px 0;
    background: black;
    background-color: rgba(0,0,0,0.7);
    height: 0;
    transition: all ease 0.4s;
    opacity: 0;
}

.mobile-bottom-menu-holder.display {
    height: 51px;
    opacity: 1;
}

.mobile-bottom-menu {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.mobile-bottom-menu a {
    display: block;
    padding: 15px 0;
}

.mobile-bottom-menu a i {
    color: white;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

        .bg1-mobile{display: block}
        .bg2-mobile{display: block}
        .bg1{display: none}
        .bg2{display: none}
        
        #contact .bg1-mobile{ display:block;}

        .top-bar-holder{padding: 0px 20px;}
        .nav-bar-logo-holder { padding: 10px 20px;}

        .contact-holder{grid-template-columns: 100%;}
        
        #contact .contact-holder{grid-template-columns: 100%;}
        
        

        .hero-contact-holder .content-holder{ width: 100%; top:40%;}

        .hero-contact-holder .content-holder h1 {
    font-size: 30px;
    margin: 0;
}

        .menu-section.active { width: 100%;}

        .services-section { width: 90%; margin: 0 auto;}

        .services-holder {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 30px;}

    .services-holder a img {
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1.2);
}

.services-holder .text-holder {
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 70%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.round-bg {
    opacity: 1;
    transform: scale(1);
    width: 100%;
    border-radius: 0;
    top: -20px;
    padding: 30px 0;
    background-color: rgba(0,0,0,0.5);
}

.text-holder h3 {
    text-align: left;
    position: relative;
    color: white;
    z-index: 2;
    margin-bottom: 0;
    margin-top: 0;
}

        button.button-primary { position: relative; bottom: 0;
    margin-top: 30px; width: 100%;}

.testimonial-section-holder{ width: 100% !important; overflow-x: hidden; }

    .testimonial-holder {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 30px;
    margin-top: 50px;
    grid-row-gap: 20px;
    width: 100%;
}

    .footer-holder {
    margin: 0 auto;
    width: 80%;
    padding: 50px 0 20px 0;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 0px;
}

.fmb-footer-logo {
    margin-bottom: 40px;
}

.footer-nav-top {
    display: grid;
    grid-template-columns: 100%;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-nav ul li {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 20px 0;
}

.footer-nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
}

.footer-contact p {
    text-align: center;
}

.footer-social-holder ul {
    float: right;
    width: 100%;
}

.footer-social-holder ul li a {
    display: block;
    text-align: center;
}

.footer-nav-bottom {
    display: grid;
    grid-template-columns: 100%;
    padding: 20px 0;
}

.footer-nav-bottom p {
    margin: 0;
    color: #f1f1f1;
    text-align: center;
    font-size: 12px;
}

.footer-nav-bottom p:nth-child(2) {
    text-align: center;
}

.footrt-logo {
    width: 50%;
    position: relative;
    margin: 0 auto 20px auto;
}

.flagz-logo-footer-img {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
}

.contact-section-holder{ padding: 50px 0 50px 0; }

.contact-details {
    margin-top: 50px;
    grid-template-columns: 100%;
}

.contact-section-holder {
    padding: 50px 0 50px 0;
    background-position: center;
    background-attachment: fixed;
}

.about-section { width: 90%;}

.hero-form-holder{display: none}

.services-holder a{ height: 180px; }

.product-slider {
    padding: 15px;
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    margin: 0 auto;
}

.item.active.grid-stack {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;}

    .mobileshow{ display: block }
    .mobilehide{ display: none}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0;
}

.hero-contact-holder {
    height: 270px;
    overflow: hidden;
    border-radius: 0px 0px 250px 0px;
    position: relative;
    -webkit-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 16px 18px -6px rgba(0,0,0,0.4);
}

.service-black, .service-white {
    display: block;
}

.content-holder { width: 100%;}

.image-holder {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

.content-section{ width: 90% }

.sevice-white-holder a, .sevice-black-holder a{ width: 100%; padding: 20px 0px; }

.steps-holder {
    width: 90%;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

.info-holder {
    width: 100%;
    margin: 0;
}

.steps-row-1, .steps-row-2 {
    display: block;
}

.steps-row-1 .info-holder, .steps-row-2 .info-holder {
    width: 100%;
    margin: 0 0 30px 0;
}

.steps-row-2 .text-holder p {
    width: 100%;
    margin: 0 auto;
}

.content-holder h3 {
    position: relative;
    top: 10px;
    opacity: 0;
    font-size: 40px;
    margin-bottom: -37px;
    right: 0px;
    margin-top: 0;
}

.icon-holder {
    width: 70px;
    margin: 0 auto;
}

footer {
    padding-bottom: 30px;
}


/*-- Gallery --*/
#gallery .gallery-holder {
    width: 90%;
    margin: 0 auto;
}

#gallery .row1, #gallery .row2 {
    display: grid;
    width: 90%;
    grid-template-columns: 100%;
    grid-column-gap: 20px;
}

#gallery .row1 .gallery-image-holder, #gallery .row2 .gallery-image-holder  {
    width: 100%;
    display: block;
    height: 200px;
    margin: 20px 0;
}

/*-- Gallery --*/

/*-- Kitchen --*/

#kitchen .container {
    max-width: 90%;
    margin: 0 auto;
}

#kitchen .row {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
    width: 100%;
    margin: 0;
}

#kitchen  .galler-images-holder {
    padding: 100px 0;
}

#kitchen  .ekko-lightbox-container {
    position: relative;
    overflow: hidden;
    height: 240px !important;
}

#kitchen  .ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    height: 240px;
    width: 100%;
}

#kitchen  .modal-body {
    margin: 0 auto;
    width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.before-after-image {
    margin: 0 auto;
    width: 90%;
}

.cd-image-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0em auto;
}

/*-- Kitchen --*/


/*-- contact --*/

#contact .contact-section {
    margin: 0 auto;
    width: 90%;
}

#contact .contact-intro-para{ width:90%; margin:0 auto;}

.contact-intro-para hr {
    margin: auto;
    width: 100%;
}

.social-icon {
    display: flex;
    width: 100%;
    margin: auto;
}


/*-- contact --*/


.ekko-lightbox-nav-overlay a:nth-child(2){ right: 10px;}

.ekko-lightbox-nav-overlay a span{ font-size: 20px;}


.menu-section{ height:100%;}

.menu-section-bg{ height:100%;}

.contact-icon-section {
    display: none;
}


     }
