/*General Styles*/
meta.foundation-version {
    font-family: "/5.4.5/"; 
}
meta.foundation-data-attribute-namespace {
    font-family: false; 
}
/*sharemodal styles*/
.share-modal {
    display: none;
    position: fixed;
    top: 15%;
    left: 0;
    height: 300px;
    width: 500px;
    background: rgb(255, 255, 255);
    z-index: 102;
    right: 0;
    margin: auto;
}
.share-modal .text-center {
    padding: 0 50px;
}
.share-close {
    float: right;
    display: block;
    margin: 15px 20px 10px 0;
    cursor: pointer;
}
.share-modal h1 {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.share-modal a {
    display: inline-block;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    margin: 20px 10px 0 10px;
}
.share-modal a.fa-facebook-f {
    background: #23346d;
}
.share-modal a.fa-twitter {
    background: #55acee;
}
.share-modal a.fa-pinterest-p {
    background: #cb2027;
}
.share-modal a.fa-google-plus {
    background: #dd4b39;
}
.share-modal a.fa-envelope {
    background: #23346d;
}
.share-modal a.fa-whatsapp {
    background: #25d366;
}
.share-modal a.fa-linkedin {
    background: #0077b5;
}
.share-modal a.fa-reddit {
    background: #cee3f8;
}
.share-modal a.fa-tumblr {
    background: #36465d;
}
.share-modal a.fa-stumbleupon {
    background: #eb4924;
}
.share-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 101;
}
.alert-success {
    background-color: #1cbf01;
    border-color: #1cbf01;
    color: #ffffff;
    font-size: 16px;
}
.alert-success p {
    margin-bottom: 0;
    font-weight: 500;
}
.alert-success p i {
    margin-right: 20px;
}
.alert-success p i.fa-times {
    margin-right: 0;
    float: right;
    cursor: pointer;
}
@media (max-width: 991px) {
    .share-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(255,255,255,1);
        z-index: 102;
    }
    .share-close {
        float: right;
        display: block;
        margin: 50px 34px 10px 0;
        cursor: pointer;
    }
    .share-overlay {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .share-nav {
        margin-left: 0px;
        margin-top: 9px;
        cursor: pointer;
    }
}
/* Reeze Styles */
/*-- fonts 
font-family: 'Josefin Sans', sans-serif;
font-family: 'Cormorant', serif;
--*/
body  {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}
a, a:hover {
    text-decoration: none;
}
h1 {
    font-family: 'Cormorant', serif; 
    font-weight: 300;
    float: left;
    display: block;
    width: 100%;
    color: #000000;
}
p {
    float: left;
    display: block;
    width: 100%;
}
.padding-0 {
    padding: 0;
}
.container>h1, .container>div>h1, .testimonial-wrap h1, .process-wrap h1 {
    font-size: 30px;
}
/*-- custom class --*/

/*-- header --*/
 header {
     margin: 0 30px 30px 30px;
 }
 /*-- navigation --*/
 .navbar-default .navbar-nav > li > a {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight:300;
    text-transform: uppercase;
    color:#000000;
    padding-right: 30px;
    letter-spacing: 3px;
 }
.navbar-default {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a:hover, .active, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #c2835b;
    background: transparent;
}
.dropdown-menu {
    padding-top: 0;
    padding-bottom:0;
    min-width: 180px;
}
.dropdown-menu>li>a {
    padding-top: 10px;
    padding-bottom:10px;
}
.dropdown-menu>li, .dropdown-menu>li>a {
    font-family: 'Cormorant', serif;
    font-weight:300;
    color:#000000;
    font-size: 20px; 
}
.dropdown-menu>li>a:hover {
    background: #d69d7a;
    color:#ffffff;
}
.dropdown-menu .divider {
    margin:0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #000000;
} 
/*-- pagination --*/
.pagination {
    border: none;
    float: right;
    border-radius: 0px;
}
.pagination a {
    height: 24px;
    width: 24px;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    color: #000000;
    margin-left: 5px;
    line-height: 14px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #d8d8d8;
    border-radius: 50%;
}
.pagination-sm>li>a, .pagination-sm>li>span, .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span, .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span  {
    height: 24px;
    width: 24px;
    line-height: 15px;
    border-radius: 50%;
    background: #d8d8d8;
    margin-left: 3px;
    margin-right: 3px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-radius: 50%;
    background: #d1aa46;
}
.pagination-arrows>a { 
    background: transparent;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span, .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    background: none;
}
.pagination-number a {
    background-color: #d8d8d8 !important;
    border-radius: 50%;
}
.pagination .fa-angle-double-left, .pagination .fa-angle-left {

}
 /*-- social block header --*/
 .social-block {
    display: block;
    padding: 15px 0px 15px 0px;
 }
 .social-block a {
    display: block;
    float: left;
    width: 25px;
    height: 24px;
    background: #d8d8d8;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
 }
 @media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
/*--------------- mediaqueries for nav -----------------*/
/*-- laptops --*/
@media screen 
and (min-device-width: 1024px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .navbar-default .navbar-nav > li > a {     
        font-size: 16px;
    }
}
/*-- tablet --*/
@media screen 
and (min-device-width: 768px) 
and (max-device-width: 1023px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .navbar-default .navbar-nav > li > a {     
        font-size: 14px;
        padding-right: 20px;
        letter-spacing: 0;
    }
}
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .navbar-header {
        background: #000000;
    }
    .navbar-default .navbar-toggle {
        border:none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-toggle .icon-bar {
        width:21px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    header {
        margin: 15px;
    }
}
   
 /*-- footer --*/
 footer {
     background:#000000;
     padding-top: 20px;
     padding-bottom: 10px;
     color: #ffffff;
 }
 .footer-links {
    font-family: 'Cormorant', serif;
    padding: 0;
    font-weight: 300;
 }
 .footer-links li {
     display: inline-block;
    font-size: 14px;
 }
 .footer-links li+li {
     margin-left:25px;
 }
 .footer-links a {
     color: #ffffff;
     font-size: 14px;
 }
 .social-block-footer span {
     display: inline-block;
     line-height: 29px;
 }
 .social-block-footer a {
    width: 29px;
    height: 29px;
    background: #d8d8d8;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
 }
 .copyright {
     margin-top: 20px;
 }
 .copyright a {
    color: #ffffff;
 }
 .contact-block > .text-center {
    margin-bottom: 30px;
}
 /*--------------- mediaqueries for footer -----------------*/
 /*-- tablet --*/
 @media screen 
 and (min-device-width: 768px) 
 and (max-device-width: 1023px) 
 and (-webkit-min-device-pixel-ratio: 1) { 
    .footer-links a {
        color: #ffffff;
        font-size: 12px;
    }
 }
 /*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .footer-links {
        text-align: center;
        width: 100%;
    }
    .footer-links li {
        margin: 0 !important;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .social-block-footer span {
        text-align: center;
        width: 100%;
    } 
    .copyright p, .copyright span {
        float: none;
        text-align: center;
    }
    .social-block-footer div {
        width: 100%;
    }
    .copyright div {
        text-align: center;
    }
}
/*-- slick slider --*/
.slick-slider {
    margin-bottom: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    bottom:30px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 2px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 14px;
    position: relative;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    display: block;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #d5b246;
}

/*-- intro text on home --*/
.intro-text {
    padding-left: 40px;
    padding-right: 40px;
}
.intro-text h1, .what-we-do-home h1 {
    font-size: 30px;
}
.find-us-home {
    margin-bottom: 50px;
}
.intro-text hr, .what-we-do-home hr, .our-work-home hr, .find-us-home hr, .testimonial-wrap hr, .heading hr, .find-us-contact hr, .process-wrap hr {
    width:95px;
    border-bottom: 2px #fbb98f solid;
    margin-top: 5px;
    margin-bottom: 20px;
}
.intro-text p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
/*--------------- mediaqueries for intro text -----------------*/
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .intro-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .intro-text h1, .what-we-do-home h1 {
        font-size: 25px;
    }
    .intro-text p {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

/*-- contact button home --*/
.contact-button {
    margin-top: 20px;
    margin-bottom: 50px;
} 
/*-- what we do home --*/
.what-we-do-home {
    padding-top:40px;
    padding-bottom: 50px; 
    background: url("/assets/images/template/home-whate-we-do-bg.jpg");
}
.what-we-do-home h1 {
    margin-top: 0;
    margin-bottom: 10px;
}
.what-we-do-home hr {
    margin-bottom: 40px;
}
.what-we-do-home a img {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}
.what-we-do-home a:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
/*--------------- mediaqueries for what we do -----------------*/
/*-- laptops --*/
@media screen 
and (min-device-width: 1024px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .what-we-do-home img {
        padding: 5px;
    } 
}
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .what-we-do-home img {
        margin-bottom: 20px;
    } 
}
/*-- our work home --*/
.our-work-home {
    margin-top:40px;
    margin-bottom: 50px; 
}
.our-work-home img, .work-grid img, .main-nav-slider img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
 }
 .our-work-home .img-wrap:hover img, .work-grid .img-wrap:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
.img-wrap {
    padding: 3px;
}
.img-description {
    position: absolute;
    background: rgba(251, 185, 143, 0.5);
    color: #000000;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s;
    left: 28px;
    right: 28px;
    top: 28px;
    bottom: 28px;
    padding: 20px 20px 20px 20px;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
.img-wrap:hover .img-description {
    opacity: 1;
}
.img-description h2, .img-description h3 {
    font-family: 'Cormorant', serif;
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
.img-description h2 {
    min-height: 100px;
}
.img-description span {
    background: transparent;
    border: 1px solid #000000;
    padding: 5px 30px;
    font-size: 22px;
    font-family: 'Cormorant', serif;
    font-weight: 300;
}
.view-all-btn {
    margin-top: 30px; 
    font-size: 20px;
    border: 2px solid #000000;
    width: 200px;
    text-align: center;
}
.view-all-btn a {
    color: #000000;
    font-family: 'Cormorant', serif;
    font-weight: 300;
}
/*--------------- mediaqueries for our work -----------------*/
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .img-wrap {
        padding: 3px;
    }
    .our-work-home {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*-- testimonials --*/
.testimonial-wrap {
    margin-bottom: 50px;
    margin-top: 30px;
}
.testimonial-block-wrap {
    background: url("/assets/images/template/testimonials-bg.jpg");
    margin-top: 70px;
    position: relative;
}
.testimonial-slider {
    position: relative;
    height: 700px;
}
.testimonial-block {
    padding: 0 15px;
    display: none;
    opacity: 0.8;
}
.testimonial-block > div {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    margin-top:30px; 
    min-height: 350px;
}
.testimonial-img img {
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    bottom: 0;
}
.testimonial-img img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}
.testimonial-text {
    display: block;
    margin-top: 70px;
}
.testimonial-text h3 {
    font-size: 16px;
    font-weight: 400;
}
.testimonial-text h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.testimonial-text p {
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
}
.before-active {
    position: absolute;
    z-index: 0;
    margin-top: 55px;
    display: block;
    left: 0;
}
.after-active {
    position: absolute;
    z-index: 0;
    margin-top: 55px;
    display: block;
    right: 0;
}
.slide-active {
    position: absolute;
    z-index: 1;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 1;
}
.before-active .testimonial-text h3, .after-active .testimonial-text h3 {
    font-size: 13px;
}
.before-active .testimonial-text h2, .after-active .testimonial-text h2 {
    font-size: 15px;
}
.before-active .testimonial-text p, .after-active .testimonial-text p {
    font-size: 15px;
}
.testimonial-block-wrap .fa-angle-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    height: 24px;
    display: block;
    margin: auto;
    z-index: 1000;
    font-size: 36px;
    color: #000000;
    line-height: 24px;
    cursor: pointer;
}
.testimonial-block-wrap .fa-angle-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    height: 24px;
    display: block;
    margin: auto;
    z-index: 1000;
    font-size: 36px;
    color: #000000;
    line-height: 24px;
    cursor: pointer;
}
.testimonial-block-wrap .fa-angle-right.disabled, .testimonial-block-wrap .fa-angle-left.disabled {
    color: #5f5f5f;
    cursor: not-allowed;
}

/*-- Blog --*/
.blog-article-wrap {
    font-style: normal !important;
}
.blog-article-wrap, .blog-sidebar {
    margin-top: 40px;
}
.blog-article-wrap a {
    margin-bottom: 50px;
}
.blog-article-wrap .date {
    position: absolute;
    top: -10px;
    right: 45px;
    display: block;
    width: 80px;
    height: 80px;
    background: #f7b288;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 19px;
    font-family: 'Cormorant', serif;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 15px;
}
.blog-article-wrap span em {
    font-style: normal !important;
    font-size: 30px;
}
.blog-article-wrap span i {
    font-size: 40px;
    display: block;
    line-height: 25px;
    font-style: normal !important;
}
.margin-top-title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-text h2, .blog-view h2, .work-view h2 {
    font-family: 'Cormorant', serif;
    color:#000000;
    font-weight: 300;
    font-size: 25px;
    min-height: 55px;
    margin-left: 20px;
}
.blog-text h2:before, .blog-view h2::before {
    margin-right: 5px;
    content: "}";
    color: #d1aa46;
}
.blog-text p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 24px;
}
.blog-text span:hover {
    font-family: 'Cormorant', serif;
    color: #000000;
    font-weight: 300;
    background: #ffffff;
    padding: 5px 25px;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #000000;
}
.blog-text span {
    font-family: 'Cormorant', serif;
    color: #ffffff;
    font-weight: 300;
    padding: 5px 25px;
    background: #000000;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #000000;
}
.blog-sidebar {
    padding-right: 0;
}
.blog-sidebar .sidebar-block {
    background:#f5f4f4;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-sidebar h2 {
    font-family: 'Cormorant', serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-sidebar h3 {
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-size: 18px;
    color: #434343;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
}
.blog-sidebar h3::before, .blog-view h2::before, .work-view h2::before {
    position: absolute;
    top: 0;
    left: 5px;;
    content: "}";
    color: #d1aa46;
    display: none;
}
/*--------------- mediaqueries for blog -----------------*/
/*-- laptops --*/
@media screen 
and (min-device-width: 1024px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 
}
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .blog-article-wrap a {
        padding:0;
    }
    .blog-article-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-article-wrap .date {
        right: 20px;
    }
    .blog-view .date {     
        padding-top: 0 !important;
        height: auto !important;
        width: auto !important;
    }
    .blog-view h2, .work-view h2 {
        padding-left: 0 !important;
    }
}
.sidebar-block .listing  a {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar-block .listing  a h3 {
    margin-top: 0;
}
.blog-sidebar span i {
    font-size: 22px;
}
.blog-sidebar span em {
    font-size: 20px;
}
.blog-sidebar span {
    color: #434343;
    font-size: 13px;
    font-family: 'Cormorant', serif;
    font-weight: 300;
    line-height: 13px;
}
.sidebar-block .social-block {
    padding: 0;  
    margin-bottom: 20px;
}
.sidebar-block .social-block a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px; 
}
.sidebar-block .social-block .fa-facebook {
    background: #3f5d9a;
}
.sidebar-block .social-block .fa-twitter {
    background: #0193c2;
}
.sidebar-block .social-block .fa-pinterest {
    background: #bd081c;
}
.sidebar-block .social-block .fa-envelope {
    background: #555555;
}
.listing a, sidebar-block {
    margin-bottom: 15px;
    margin-top: 15px;
}
select option[disabled]:first-child {
	display: none;
}

/*-- Blog View --*/
.breadcrumb {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #000000;
}
.breadcrumb li a {
    color: #000000;
}
.breadcrumb span  {
    color: #6f6f6f;
}
.breadcrumb>li+li:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #000000;
    content: '\f101';
}
.blog-view, .work-view {
    margin-top: 30px;
    margin-bottom: 40px;
}
.blog-view h2, .work-view h2 {
    margin-top: 15px;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
}
.work-view h2 span {
    font-size: 30px; 
    font-family: 'Cormorant', serif;
    font-weight: 300;
}
.blog-view .image, .work-view .image {
    padding: 0 35px 0 0;
}
.blog-view  .date {
    display: block;
    width: 80px;
    height: 80px;
    background: #f7b288;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 19px;
    font-family: 'Cormorant', serif;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 15px;
}
.blog-view  .date em {
    font-style: normal !important;
    font-size: 30px;
}
.blog-view  .date i {
    font-size: 40px;
    display: block;
    line-height: 25px;
    font-style: normal !important;
}
.blog-view .text, .work-view .text {
    font-size: 22px;
    margin-top: 30px; 
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #7f7f7f;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before, .slick-next:before {
    color: #7f7f7f;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    font-size: 30px;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}
.share-article span, .share-article a {
    font-size: 18px;
}
.share-article a {
    line-height: 35px;
    text-align: center;
    background: #d1aa46;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

/*-- faq's --*/
.faq-block {
    margin-bottom: 30px;
}
.faq-block h2 {
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 0 0 0 20px !important;
    background: transparent;
    margin-bottom:0;
}
.faq-block h2::before {
    content: 'Q }';
    margin-right: 10px;
}
.faq-block h2, .faq-block p {
    padding: 15px 0 15px 20px;
}
.faq-block p {
    font-size: 17px;
    line-height: 30px;
    padding-right:15px;
    padding-left: 50px;
    position: relative;
}
.faq-block ul {
    float: left;
    display: block;
    width: 100%;
    padding-left: 70px;
}
.faq-block li {
    font-size: 17px;
    line-height: 30px;
    padding-right:15px;
    padding-left: 20px;
}
.faq-block p:first-of-type::before {
    content: 'A }';
    position: absolute;
    left: 20px;
}

/*-- contact --*/
.contact-block h2 {
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.contact-block p {
    font-size: 22px;
}
.contact-block span, .contact-block a {
    font-size: 18px;
    color: #000000;
}
.contact-block span {
    width:70px;
}
.contact-block a {
    float: left;
}
.enquire-form {
    padding:0 25px 25px 25px;
    background: #f2f2f2;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:transparent;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
}
textarea.form-control {
    height: 80px;
}
.enquire-form button, .enquire-form button:hover {
    font-family: 'Cormorant', serif;
    color: #000000;
    font-weight: 300;
    margin-top: 10px; 
    font-size: 20px;
    background:#f2f2f2; 
    border: 1px solid #000000;
    width: 170px;
    text-align: center;
    border-radius: 1px;
}
.contact-block .contact-button {
    margin-top: 100px;
}
.find-us-contact {
    margin-top: 30px;
    margin-bottom: 60px;
}

/*-- our story --*/
.our-story .introduction-block {
    background: #d0936b;
    color: #ffffff;
    padding: 40px 70px; 
}
.introduction-block {
    margin-top: 15px;
    margin-bottom: 60px; 
}
.introduction-block h2 {  
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;;
    margin-top: 0;
}
.introduction-block p {
    font-size: 22px;
    line-height: 30px;
}
.who-we-are-block {
    background: #ffffff;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.28);
    padding: 40px 40px;
    margin-bottom: 60px;
}
.who-we-are-block h2, .who-we-are-block p {
    display: block;
    float:left;
    width: 100%;
}
.who-we-are-block img {
    border-radius: 50%;
    width: 345px;
    height: 345px;
    margin-right: 0;
    margin-top: 5%;
}
.who-we-are-block h2 { 
    font-family: 'Cormorant', serif;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
}
.who-we-are-block h2:before {
    margin-right: 5px;
    content: "}";
    color: #d1aa46;
}
.who-we-are-block p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    display: none;
}
.who-we-are-block p:first-of-type {
    display: block;
}
.who-we-are-block a, .process-desc a, .who-we-are-block a:hover, .process-desc a:hover, .who-we-are-block a:focus, .process-desc a:focus {
    margin-top: 20px;
    font-family: 'Cormorant', serif;
    color: #000000;
    background: transparent;
    padding: 5px 25px;
    text-decoration: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #000000;
}
.my-partners-block img {
    margin-bottom: 30px;
}
.work-grid a {
    padding: 15px;
}
.work-view h2 {
    padding-left: 20px;
}
.work-view p {
    font-size: 22px;
}
.image img {
    padding:10px;
}
/*--------------- mediaqueries for our work & our work -----------------*/
/*-- laptops --*/
@media screen 
and (min-device-width: 1024px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 
}
/*-- tablet --*/
@media screen 
and (min-device-width: 768px) 
and (max-device-width: 1023px) 
and (-webkit-min-device-pixel-ratio: 1) { 
}
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .work-grid a {
        padding: 5px;
    }
    .slick-dots {
        bottom: 0;
    }
    .social-block-footer {
        float: none !important;
        text-align: center;
    }
    .img-description {
        display: none !important;
    }
    .social-block-footer a {
        margin-right: 5px;
        margin-left: 5px;
    }
    .find-us-mobile a {
        display: block;
        float: left;
        width: 100%;
    }
    .find-us-mobile img {
        display: block;
        max-width: 80%;
        margin: 0 auto;
        float: none !important;
    }
    .our-work-home img, .work-grid img, .main-nav-slider img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        filter: grayscale(0);
        filter: none;
    }
    .blog-view .image, .work-view .image {
        padding: 15px;
    }
    .slick-next {
       right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .blog-sidebar h3::before, .blog-view h2::before, .work-view h2::before {
        display: none;
    }
    .work-view h2 {
        padding:0;
    }
    .blog-view h2, .work-view h2, .work-view h2 span {
        font-size: 25px;
        margin-top: 0;
    }
    .blog-view .text, .work-view .text, .work-view p {
        font-size: 17px;
    }
    .work-view h2 span {
        background: #000000;
        color: #ffffff;
        display: block;
        text-transform: uppercase;
        width: 120px;
        line-height: 35px;
        text-align: center;
    }
    .our-story .introduction-block {    
        padding: 20px 15px;
    }
    .introduction-block p {
        font-size: 17px;
        line-height: 25px;
    }
    .introduction-block h2 {
        font-size: 25px;
    }
    .who-we-are-block {
        margin-left: 15px;
        margin-right: 15px;
        padding: 25px 10px;
        margin-bottom: 60px;
    }
    .who-we-are-block img {
        height: auto;
        width: auto;
    }
    .who-we-are-block h2 {
        margin-top: 30px;
    }
    .who-we-are-block h2, .who-we-are-block p {
        text-align: center;
    }
    .who-we-are-block > div {
        text-align: center;
    }
    .who-we-are-block a {
        margin: 0 auto;
        float: none !important;
    }
    .my-partners-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .my-partners-block img {
        margin-bottom: 10px;
    }
}
/*-- what we do --*/
.what-we-do .top-btn, .what-we-do .top-desc {
    padding-left: 50px;
    padding-right: 50px;
}
.what-we-do .top-btn, .what-we-do .top-desc {
    margin-bottom: 40px;
}
.what-we-do .top-desc {
    margin-bottom: 20px;
} 
.top-desc p {
    font-size: 22px;
    line-height: 30px;
}
.what-we-do .top-btn a {
    font-family: 'Cormorant', serif;
    font-size: 25px;
    letter-spacing: 10px;
    color: #000000;
    border: 3px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 35px;
    font-weight: 300;
}
.what-we-do .top-btn a:hover {
    color: #ffffff;
    background: #f7bc97;
    border: 3px solid #f7bc97;
}
.what-we-do .top-btn > div {
    float: none;
    display: inline-block;
    margin: 0 -0.125em;
}
.what-we-do .top-btn .active {
    color: #ffffff;
    background: #f7bc97;
    border: 3px solid #f7bc97;
}
.top-btn div {
    display: inline-block;
}
.process-wrap hr {
    margin-bottom: 50px;
}
.process-article {
    background: #fccc93;
    display: block;
}
.process-article p, .process-article li {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
}
.process-desc ul {
    float: left;
    display: block;
    width: 100%;
}
.process-article img {
    min-height: 440px;
}
.process-article:nth-of-type(even) .process-desc {
    float: right;
}
.process-desc {
    position: relative;
    padding: 60px 50px 90px 50px;
    min-height: 440px;
}
.process-desc > a {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.process-desc > div {
    overflow: hidden;
    height: 0;
}
.process-desc.active > div {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
}
.process-article div  {
    background: #fccc93;
    color:#000000;
}
.process-wrap {
    margin-bottom: 50px;
}
.process-wrap .btns {
    margin-top: 50px;
    margin-bottom: 30px;
}
.process-article p {
    color: #15171b;
}
/*--------------- mediaqueries for what we do -----------------*/
/*-- laptops --*/
@media screen 
and (min-device-width: 1024px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 
}
/*-- tablet --*/
@media screen 
and (min-device-width: 768px) 
and (max-device-width: 1023px) 
and (-webkit-min-device-pixel-ratio: 1) { 
}
/*-- mobile --*/
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .what-we-do .top-btn a {
        margin-bottom: 20px;
    }
    .image img {
        padding-bottom: 0;
    }
    .what-we-do .top-btn, .what-we-do .top-desc {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-desc p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px;
        line-height: 27px;
    }
    .process-wrap .btns a {
        display: block;
        float: left;
        width: 100%;
    }
    .process-wrap .btns a img{
        display: block;
        margin: 0 auto 20px auto;
    }
    .process-wrap {
        margin-bottom: 0;
    }
    .blog-view .text {
        margin-top: 0;
    }
    .container>h1, .container>div>h1, .testimonial-wrap h1, .process-wrap h1, .find-us-contact h1 {
        font-size: 25px;
    }
    .contact-block {
        text-align: center;
    }
    .contact-block p {
        font-size: 20px;
        padding: 0 15px;
    } 
    .contact-block > .text-center {
        margin-bottom: 10px;
    }   
    .contact-block a {
        float: none;
    }
    .contact-block span {
        display: none;
    }
    .contact-block h2 {
        margin-bottom: 5px;
    }
    .contact-block .contact-button {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .enquire-form h2 {
        margin-bottom: 20px;
    }
    .enquire-form button, .enquire-form button:hover {
        float: left;
        width: 100%;
    }
    .find-us-contact {
        margin-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .find-us-contact img {
        height: 105px;
        width: 105px;
    }
}
/*-- testimonials--*/
.testimonial-main-wrap {
    background: #edae50;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #ffffff;
}
.testimonial-main-wrap img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    bottom: 0;
}
.testimonial-main-wrap h3 {
    font-size: 16px;
    font-weight: 400;
}
.testimonial-main-wrap h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.testimonial-wrap p {
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
}
.testimonial-block > div {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    margin-top:30px; 
}
.testimonial-main-text {
    display: block;
    margin-top: 70px;
}
/*--------------- mediaqueries for our testominals -----------------*/
/*-- mobile --*/
@media (min-width: 992px) {
    .find-us-mobile {
        margin: 0 auto;
        float: none;
    }
}
@media(max-width: 991px){
    .before-active {
        display: none !important;
    }
    .after-active {
        display: none !important;
    }
    .slide-active {
        position: relative;
    }
    .testimonial-slider {
        min-height: 480px;
        height: auto;
    }
}
@media(max-width: 767px){
    .testimonial-block-wrap .fa-angle-left {
        left: 0;  
    }
    .testimonial-block-wrap .fa-angle-right {
        right: 0;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .container>.navbar-header {
        background: #000000;
    }
    .container>.navbar-header a, .container>.navbar-header a:hover, .container>.navbar-header a:focus {
        line-height: 20px;
        height: 20px;
        width: 20px;
        display: block;
        text-align: center;
        background: #ffffff;
        border-radius: 50%;
        color: #000000;
        font-size: 16px;
        text-decoration: none;
        float: left;
        margin-top: 7px;
        margin-left: 5px;
    }
    .container>.navbar-header a:first-of-type, .container>.navbar-header a:first-of-type:hover, .container>.navbar-header a:first-of-type:focus {
        margin-left: 20px;
    }
    .navbar.navbar-default {
        position: fixed;
        min-height: 0;
        width: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        box-shadow: none;
        background: #ffffff;
        width: 100%;
        z-index: 10000;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #000000;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-default .navbar-collapse .social-block {
        width: 100%;
    }
    .nav-overlay {
        background: rgba(0,0,0,0.8);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        display: none;
    }
    body {
        padding-top: 34px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        padding: 0;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li.active>a {
        color: #ffffff;
        background: #d1aa46;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li.active>a {
        background: #cccccc;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000000;
    }
}
@media screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    .testimonial-block {
        height: 470px;
        padding: 15px;
    }
    .blog-text h2, .blog-view h2, .work-view h2 {
        margin-left: 0;
    }
    .testimonial-text h3 {
        font-size: 13px;
        font-weight: 400;
    }
    .testimonial-text h2 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .testimonial-text p {
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
    }
    .testimonial-text {
        margin-top: 30px;
    }  
    .testimonial-wrap p {  
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
    } 
    .testimonial-img img {
        height: 95px;
        width: 95px;
    }
    .testimonial-block > div {   
        padding: 15px;
        margin-top: 5px;
    }
    .testimonial-img img {
        position: absolute;
        top: -70px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .testimonial-block-wrap .fa-angle-left {
        left: -5px;  
    }
    .testimonial-block-wrap .fa-angle-right {
        right: -5px
    }
}