/***
Version:3.1;
Author:Jason Tong;
Website:www.zatt.com.au;
Date: 20/06/2019;
**/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* Template Style 
* Edit this section
*
* ======================================================= */
body {
    height: auto;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: gray;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

#colorlib-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#colorlib-wrapper>div {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

a {
    color: #F9CE00;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #F9CE00;
}

a:focus,
a:active {
    outline: none;
}

p,
span {
    font-size: 18px;
    color: black;
    margin-bottom: 1rem;
    font-weight: 300;
    /*
  font-family: "Karla", Arial, sans-serif; 
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  */
    font-family: 'Montserrat', sans-serif;
}

ul,
ol {
    display: block;
    margin-bottom: 1.5em;
}

span {
    font-size: 18px;
    /*
  color: rgba(114, 114, 114, 0.8);
*/
    color: black;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*
  color: rgba(0, 0, 0, 0.8);
  */
    color: black;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::-moz-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

#colorlib-page {
    position: relative;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.menu-show #colorlib-page {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

.menu-show #colorlib-page:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

@media screen and (max-width: 768px) {
    #colorlib-page {
        padding-top: 0em;
    }
}

#colorlib-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 4em 40px 40px 40px;
    width: 360px;
    height: 100%;
    background: white;
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav {
        width: 300px;
    }
}

#colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 5px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#colorlib-main-nav .colorlib-nav-toggle i {
    top: 18px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    text-indent: 0;
}

#colorlib-main-nav .colorlib-nav-toggle.show {
    visibility: visible;
    opacity: 1;
}

#colorlib-main-nav .colorlib-nav-toggle:hover {
    background: black;
}

#colorlib-main-nav .colorlib-nav-toggle:hover i::before,
#colorlib-main-nav .colorlib-nav-toggle:hover i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
}

.menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#colorlib-main-nav ul {
    padding: 0;
    margin: 0 0 3em 0;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav ul {
        padding: 20px 0 0 0;
    }
}

#colorlib-main-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

#colorlib-main-nav ul li a {
    display: block;
    color: black;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav ul li a {
        font-size: 16px;
    }
}

#colorlib-main-nav ul li a:hover,
#colorlib-main-nav ul li a:active,
#colorlib-main-nav ul li a:focus {
    color: black;
    outline: none;
    text-decoration: none;
}

#colorlib-main-nav ul li.active a {
    color: #F9CE00;
}

#colorlib-main-nav .form-group {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 480px) {
    #colorlib-main-nav .form-group {
        width: 100%;
    }
}

#colorlib-main-nav .form-group input::-webkit-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::-moz-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::-ms-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::-o-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::input-placeholder {
    color: #333333;
}

#colorlib-main-nav #search {
    font-size: 14px;
    width: 100%;
    padding-right: 3em;
    border: none;
    border: 2px solid #f2f2f2;
    background: #fafafa;
    color: #333333 !important;
}

#colorlib-main-nav button {
    position: absolute;
    top: 0;
    right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #F9CE00;
    color: #fff;
    border: none;
    padding: 16px;
}

#colorlib-main-nav #email {
    font-size: 18px;
    width: 100%;
    border: none;
    border: 2px solid #fff;
    background: #fff;
    color: #333333 !important;
}

#colorlib-main-nav .gallery {
    float: left;
    width: 50%;
    height: 150px;
    position: relative;
    display: table;
    z-index: 0;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav .gallery {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    #colorlib-main-nav .gallery {
        width: 50%;
    }
}

#colorlib-main-nav .gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#colorlib-main-nav .gallery span {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#colorlib-main-nav .gallery span i {
    color: #fff;
    font-size: 20px;
}

#colorlib-main-nav .gallery:hover:after,
#colorlib-main-nav .gallery:focus:after {
    opacity: 1;
}

#colorlib-main-nav .gallery:hover span,
#colorlib-main-nav .gallery:focus span {
    opacity: 1;
}

.head-title {
    font-size: 20px;
}

header {
    padding: 2em 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1009;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    header {
        padding: 2em 0;
    }
}

header .colorlib-navbar-brand {
    float: left;
}

header .colorlib-navbar-brand .colorlib-logo {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
    display: block;
    text-align: center;
}

header .colorlib-navbar-brand .colorlib-logo:hover {
    text-decoration: none !important;
}

header .colorlib-navbar-brand .colorlib-logo:active,
header .colorlib-navbar-brand .colorlib-logo:focus {
    outline: none;
    text-decoration: none;
}

#colorlib-services,
#colorlib-contact,
#colorlib-work,
#colorlib-blog {
    padding: 10em 0;
    clear: both;
    position: relative;
}

#colorlib-contact {
    padding-top: 10em;
    padding-bottom: 0;
    clear: both;
    position: relative;
}

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

    #colorlib-services,
    #colorlib-contact,
    #colorlib-work,
    #colorlib-blog,
    #colorlib-contact {
        padding: 5em 0;
    }
}

#colorlib-hero {
    width: 100%;
    clear: both;
}

#colorlib-hero .hero-flex {
    width: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#colorlib-hero .hero-flex .col-three-forth {
    width: 60%;
    z-index: -1;
    float: left;
    position: relative;
}

#colorlib-hero .hero-flex .col-one-forth {
    width: 40%;
    float: left;
    position: relative;
}

#colorlib-hero .hero-flex .display-t {
    background: rgba(245, 224, 217, 0.95);
    display: table;
    width: 100%;
}

#colorlib-hero .hero-flex .display-tc {
    display: table-cell;
    vertical-align: middle;
}

#colorlib-hero .hero-flex .number {
    position: absolute;
    bottom: 0;
    left: 7;
    right: 0;
    font-size: 181px;
    text-align: right;
    /*
      color: #f2f2f2;
      */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .hero-flex .number {
        display: none;
    }
}

#colorlib-hero .hero-flex .text-inner {
    display: block;
    width: 100%;
    padding-left: 2em;
}

#colorlib-hero .hero-flex .text-inner h2 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .hero-flex .text-inner h2 {
        font-size: 24px;
    }
}

#colorlib-hero .hero-flex .text-inner .tag {
    display: block;
    letter-spacing: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

#colorlib-hero .hero-flex .text-inner .desc {
    padding-right: 1em;
    position: relative;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .hero-flex .text-inner .desc {
        padding: 1em;
        background: rgb(255, 171, 186);
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #colorlib-hero .hero-flex .text-inner .desc {
        padding: 1em;
        background: #fff;
        width: 140%;
    }
}

#colorlib-hero .hero-flex .text-inner .desc:after {
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    content: '';
    width: 200px;
    height: 1px;
    background: #000;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .hero-flex .text-inner .desc:after {
        opacity: 0;
    }
}

#colorlib-hero .hero-flex .text-inner .btn-view {


    background: black;
    font-size: 13px;
    letter-spacing: 7px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    text-decoration: none;
}

#colorlib-hero .hero-flex .text-inner .btn-view:hover {
    background: #ffd614 !important;
}


.gallery-container {

    display: inline-block;
    height: aoto;
    position: relative;

}

.galleries-home h1 {
    text-align: center;
    padding: 20px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    font-family: 'Montserrat', sans-serif;
}

.gallery-row-1 {
    display: inline-block;
    height: auto;
    padding-bottom: 15px;



}

.gallery-row-1-small-01 {
    height: auto;
    display: inline-block;
    padding-right: 7.5px;
    padding-top: 15px;
    overflow: hidden;
}

.gallery-row-1-small-01:hover img {
    transform: scale(1.3);
}

.gallery-row-1-small-02:hover img {
    transform: scale(1.3);
}

.gallery-row-1-small-03:hover img {
    transform: scale(1.3);
}






.gallery-row-1-small-02 {
    height: auto;
    display: inline-block;
    padding-top: 15px;
    overflow: hidden;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.gallery-row-1-small-03 {
    height: auto;
    display: inline-block;
    padding-left: 0px;
    padding-top: 15px;
    overflow: hidden;
    padding-left: 7.5px;
}

.gallery-row-1-small-01 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 0px;
    transition: 0.5s all;

}

.gallery-row-1-small-02 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 0px;
    transition: 0.5s all;

}



.gallery-row-1-small-03 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 0px;
    transition: 0.5s all;

}

.gallery-row-2 {
    display: inline-block;


}

.gallery-column-01 {

    padding-right: 0px;

}



.gallery-column-01-row-01 {

    height: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;

}

.gallery-column-01-row-01:hover img {
    transform: scale(1.3);
}

.gallery-column-01-row-01 img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s all;

}

.gallery-column-01-row-02 {
    display: inline-block;
    padding-bottom: 15px;

}

.gallery-small-left {

    height: 255px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;

}

.gallery-small-right {
    padding-right: 0px;
    height: 255px;
    overflow: hidden;


}

.gallery-small-left img {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    transition: 0.5s all;

}

.gallery-small-left:hover img {
    transform: scale(1.3);
}

.gallery-small-right:hover img {
    transform: scale(1.3);
}

.gallery-small-right img {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 0px;
    transition: 0.5s all;

}


.gallery-column-02 {}

.gallery-colum-02-row-01 {
    overflow: hidden;

}

.gallery-colum-02-row-01 img {
    height: 60%;
    width: 100%;
    padding-bottom: 7.5px;
    transition: 0.5s all;
}

.gallery-colum-02-row-01:hover img {
    transform: scale(1.3);
}

.gallery-colum-02-row-02:hover img {
    transform: scale(1.3);
}

.gallery-colum-02-row-02 {
    overflow: hidden;

}

.gallery-colum-02-row-02 img {
    height: 60%;
    width: 100%;
    padding-top: 7.5px;
    transition: 0.5s all;
}





.home-number {
    /*
          display:none;
          */

}

.slider-content p {
    font-size: 25px;
    color: black;

}

.slider-content p small {
    color: rgb(62, 62, 62);
    font-size: 20px;
}

.slider-content p b {
    font-size: 30px;

}



@media screen and (max-width: 768px) {
    #colorlib-hero .hero-flex .text-inner .btn-view {
        letter-spacing: 2px;
    }
}

#colorlib-hero .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 7.3em;
    right: 0;
    width: 180px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .owl-theme .owl-controls {
        left: 0;
    }
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 8px 15px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none;
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    /*
      background: #F9CE00;
      */
    background: rgb(255, 125, 148);
    border: none;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin: 1px;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i {
    font-size: 14px;
    color: #000;
    background: transparent;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
    color: white;
}

.about-flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    z-index: 0;
}

.about-flex .col-half {
    width: 50%;
    display: block;
    overflow: scroll;
}

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

.about-flex .display-t {
    display: table;
}

.about-flex .display-t .display-tc {
    display: table-cell;
    vertical-align: middle;
}

.about-flex .about-desc {
    padding: 7em;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .about-flex .about-desc {
        padding: 1em;
    }
}

.about-flex .about-desc .title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: block;
    margin-bottom: 20px;
}

.about-flex .about-desc .about-head {
    font-weight: 700;
    font-size: 38px;
}

.about-flex .about-desc p a {
    color: #000;
}

.about-flex .about-desc p a i {
    color: #000;
}

.about-flex .about-desc strong {
    color: #000;
}

.about-flex .about-desc ul {
    margin: 0;
    padding: 0;
}

.about-flex .about-desc ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    color: #000;
    margin-bottom: 10px;
}

.about-flex .about-desc ul li i {
    position: absolute;
    top: 5px;
    left: 0;
}

.about-flex .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

@media screen and (max-width: 768px) {
    .about-flex .owl-theme .owl-controls {
        right: 0;
    }
}

.about-flex .owl-theme .owl-dots .owl-dot {
    display: block;
}

.about-flex .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6;
}

.about-flex .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

.bold {
    position: absolute;
    top: 0;
    left: 0.3em;
    right: 0;
    font-size: 250px;
    /*
    color: rgba(245, 224, 217, 0.95);
    */
    color:white;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .bold {
        font-size: 60px;
    }
}

.intro-heading {
    margin-bottom: 3em;
}

.intro-heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: #000;
    position: relative;
}

.intro-heading span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #bfbfbf;
    font-weight: 600;
}

.no-gutters {
    padding: 0 !important;
    margin: 0 !important;
}

.hero-img,
.about-img,
.work-img,
.gallery {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.work-entry-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 7em;
}

.work-entry-flex .col-three-forth {
    width: 55%;
}

.work-entry-flex .col-one-forth {
    width: 45%;
}

.work-entry-flex .display-t {
    display: table;
}

.work-entry-flex .display-tc {
    display: table-cell;
    vertical-align: middle;
}

.work-entry-flex .text-inner-right {
    text-align: right;
    margin-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .work-entry-flex .text-inner-right {
        text-align: left;
        margin-left: -4em;
    }
}

.work-entry-flex .text-inner-left {
    text-align: left;
    margin-left: -4em;
}

.work-entry-flex .text-inner {
    display: block;
    padding: 3em;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .work-entry-flex .text-inner {
        padding: 1em;
    }
}

.work-entry-flex .text-inner h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .work-entry-flex .text-inner h2 {
        font-size: 24px;
    }
}

.work-entry-flex .text-inner h2 a {
    color: #000;
    text-decoration: none;
}

.work-entry-flex .text-inner .btn-view {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none;
}

.work-single-flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.work-single-flex .col-half {
    width: 50%;
    position: relative;
}

.work-single-flex .display-t {
    display: table;
    width: 100%;
}

.work-single-flex .display-tc {
    display: table-cell;
    vertical-align: middle;
}

.work-single-flex .work-desc {
    padding: 7em;
}

@media screen and (max-width: 768px) {
    .work-single-flex .work-desc {
        padding: 1.5em;
        background: #fff;
        margin-left: -5em;
    }
}

.work-single-flex .work-desc .btn-preview {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none;
}

.article {
    display: block;
}

.article .blog-img {
    margin-bottom: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.article .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.article .blog-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article .blog-img .link {
    position: absolute;
    top: 0;
    left: 90%;
    display: table;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.article .blog-img .link .read {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    position: relative;
}

.article .blog-img .link .read:after {
    position: absolute;
    top: 10px;
    left: -50px;
    content: '';
    background: #fff;
    width: 40px;
    height: 1px;
}

.article .blog-img:hover .overlay {
    opacity: 1;
}

.article .blog-img:hover .link {
    opacity: 1;
    top: 120px;
}

.article .blog-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.article .desc {
    position: relative;
    z-index: 1;
    margin-top: -5em;
    width: 90%;
    background: #fff;
    padding: 1em;
    padding-top: 2em;
}

.article .desc .meta {
    position: absolute;
    top: -60px;
    left: 20px;
    background: #FFE9E3;
    color: #000;
    padding: 20px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
}

.article .desc h2 {
    font-size: 24px;
}

.article .desc h2 a {
    text-decoration: none;
    color: #000;
}

.article:hover .meta {
    background: #fff;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #F9CE00;
    color: #fff;
    border: 2px solid #F9CE00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ffd614 !important;
    border-color: #ffd614 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #4d4d4d;
    border: 1px solid #d9d9d9;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #F9CE00;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.row-padded-bottom {
    margin-bottom: 4em;
}

.row-pb-md {
    margin-bottom: 3em;
}

.col-pb-sm {
    margin-bottom: 2em !important;
}

.col-pb-sm:last-child {
    margin-bottom: 0;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.btn-submit {
    background: #000;
    border: 2px solid #000;
}

.colorlib-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
    background: #000;
}

.colorlib-nav-toggle.dark.active i::before,
.colorlib-nav-toggle.dark.active i::after {
    background: #000;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {

    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.menu-show .colorlib-nav-toggle i {
    background: #000;
    color: #fff;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 2px;
    background: black;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.menu-show .colorlib-nav-toggle i::before,
.menu-show .colorlib-nav-toggle i::after {
    background: #333333;
}

.colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.dark i::before,
.colorlib-nav-toggle.dark i::after {
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
    float: right;
    z-index: 1003;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        display: block;
        top: 0px;
    }
}

.contact-info {
    margin-bottom: 4em;
    padding: 0;
}

.contact-info li {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    color: black;
    list-style: none;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 60px;
}

.contact-info li span {
    position: absolute;
    top: -0.3em;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.contact-info li i {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.contact-info li a {
    color: #000;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid black;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.colorlib-social-icons a:hover,
.colorlib-social-icons a:focus {
    text-decoration: none !important;
}

.colorlib-social-icons i {
    font-size: 24px;
    color: #F9CE00;
}

#colorlib-subscribe {
    padding: 6em 0;
}

#colorlib-subscribe .colorlib-heading {
    margin-bottom: 20px;
}

#colorlib-subscribe .colorlib-heading h2 {
    font-weight: 700;
}

#colorlib-subscribe .colorlib-heading p {
    font-size: 18px;
}

.qbstp-header-subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
    width: 63%;
}

.qbstp-header-subscribe .col-one-third {
    width: 37%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
    /*
    display: table;
    */
    height: 50px;
    float: left;
}

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

    .qbstp-header-subscribe .col-three-forth,
    .qbstp-header-subscribe .col-one-third {
        width: 50%;
    }
}

.qbstp-header-subscribe .form-control {
    background: transparent;
}

.qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    /*
    display: table-cell;
    */
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .qbstp-header-subscribe .form-group {
        width: 100%;
    }
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border: 1px solid #1a1a1a;
    color: #333333 !important;
}

.qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block;
}




.footer-border {
    height: 1px;
    background: rgba(236, 210, 201, 0.85);
    margin-left: 1em;
    margin-right: 1em;
}



.footer-text p {
    font-size: 16px;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;

}

.footer-logo {
    margin-top: -3em;
    text-align: left;

}

.footer-logo img {}

.footer-text-center li {
    font-size: 16px;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    list-style: none;
    padding-left: 1em;
    padding-right: 5px;

}

.footer-text-center li a {
    color: black;

}

.footer-text-center li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #F9CE00
}


.footer-text li {
    font-size: 16px;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    list-style: none;

}

.footer-text li a {
    font-size: 16px;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    list-style: none;

}

.footer-text-center h2 {
    padding-left: 3em;
}

.footer-text-center p {
    padding-left: 3em;
}

@media screen and (max-width: 768px){
.footer-text-center h2 {
    padding-left: 1em;
}
}
@media screen and (max-width: 768px){
.footer-text-center p {
    padding-left: 1em;
}
}

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

.footer-text-center li {
    padding-left: 1em;
}

.footer-text-center ul{
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-bottom:1em;
}

#social{
    display: none;
}
}



.footer-text li span {
    margin-bottom: 0px;
    font-size: 16px;
}

.footer-row {
    padding-right: 0px;

}

.footer-copy-right {
    background: black;
    margin-top:2em;

}

.footer-text-color {
    color: white;
}

.footer-copy-right a:hover {
    text-decoration: none;
    cursor: pointer;

}

#footer {
    padding-left: 1em;
    padding-right: 1em;
    height: auto;
    background: rgba(245, 224, 217, 0.95);

    padding-top: 4em;
    padding-bottom: 0em;
    display: block;
    width: 100%;
}

#footer h2 {
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 2em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

#footer p a {}

#footer p:last-child {
    margin-bottom: 0;
}

#footer p.colorlib-social-icons a {
    color: #000;
}

#footer p.colorlib-social-icons a:hover,
#footer p.colorlib-social-icons a:focus {
    text-decoration: none !important;
}

#footer p.colorlib-social-icons i {
    font-size: 24px;
    color: #000;
}

#footer p .block {
    font-size: 14px;
}

.js .animate-box {
    opacity: 0;
}