
@font-face {
  font-family: FontCoursive;
  src: url(../fonts/FontCoursive.ttf);
}

@font-face {
  font-family: MrsSaintDelafield;
  src: url(../fonts/MrsSaintDelafield-Regular.ttf);
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: Lustria;
  src: url(../fonts/Lustria-Regular.ttf);
}

@font-face {
  font-family: Cinzel;
  src: url(../fonts/Cinzel-VariableFont_wght.ttf);
}

@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MyriadPro-Regular.ttf);
}

@font-face {
  font-family: PoppinsLight;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: PoppinsLightItalic;
  src: url(../fonts/Poppins-LightItalic.ttf);
}

@font-face {
  font-family: PoppinsMedium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: PoppinsRegular;
  src: url(../fonts/Poppins-Regular.ttf);
}


body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "PoppinsLight", sans-serif;
    /*font-weight: 300;*/
    /*background: #F8F7F3;*/
    padding-top: 60px;
    color: #000;
}

.site-container {
	max-width: 1200px;
	margin: auto;
	display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    display: block;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    display: block;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    display: block;
    margin: auto;
}
.container900 {
    max-width: 900px;
    display: block;
    margin: auto;
}
.container800 {
    max-width: 800px;
    display: block;
    margin: auto;
}

.div1000 {
    max-width: 1000px;
    margin: auto;
}
.div1100 {
    max-width: 1100px;
    margin: auto;
}
.div1200 {
    max-width: 1200px;
    margin: auto;
}
.div1300 {
    max-width: 1300px;
    margin: auto;
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half.img-right,
.img-half.img-right,
.half-img.img-right,
.half-image.img-right {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.img300, .image300 {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.img400, .image400 {
    display: inline-block;
    width: 400px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.img500, .image500 {
    display: inline-block;
    width: 500px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half.img-right img,
.img-half.img-right img,
.half-img.img-right img,
.half-image.img-right img {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    /*color: #aac1b2;*/
    color: #000;
    transition: all 0.3s ease;
}
p a, li a {
    text-decoration: underline;
}
a:hover, a:focus {
    color: #aac1b2;
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}  

.align-right,         
.right-align {
    text-align: right;
}         

.align-left,         
.left-align {
    text-align: left;
}    


h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    margin: 50px 0;
    font-family: Lustria;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    margin: 25px 0;
    font-family: Lustria;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.cursive {
    font-family: MrsSaintDelafield;
    font-size: 60px;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
    margin: 10px 0;
}
h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0;
    font-family: Lustria;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h4 {
    font-size: 25px;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: 400;
    font-style: normal;
}


p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
}
p.large {
    font-size: 20px;
}
p.big {
    font-size: 22px;
}
p.biggest {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    margin: 20px 0;
    font-family: 'Lustria';
    font-weight: 400;
    font-style: normal;
}
p.cursive {
    font-family: "FontCoursive", cursive;
    font-size: 60px;
    line-height: 1;
}
p.big-serif {
    font-size: 22px;
    font-family: 'Lustria';
    line-height: 1.7;
    max-width: 1000px;
}

li {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li {
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}

.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb50 {
    padding-bottom: 50px;
}


.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: transparent;
    color: #aac1b2;
    border: 2px solid;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: transparent;
    color: #aac1b2;
    border: 2px solid;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.diamond-button {
    display: inline-block;
    background: transparent;
    color: #000000;
    border: 1px solid;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0;
    cursor: pointer;
    font-family: PoppinsRegular;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.diamond-button:hover {
    color: #aac1b2;
    text-decoration: none;
}
/*.diamond-button span.diamond {
    color: #b89b5e;
    font-size: 14px;
}*/
.diamond-button::before,
.diamond-button::after {
  content: "◆";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b89b5e;
  font-size: 14px;
}
.diamond-button::before {
  left: 10px;
}
.diamond-button::after {
  right: 10px;
}


header {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease;
}
header .nav {
    display: inline-block;
    width: 100%;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo a {
    font-size: 30px;
}
header .logo a:hover {
    text-decoration: none;
}
header .logo img {
    max-width: 80px;
    transition: all 0.4s ease;
}
header .header-right {
    display: inline-block;
    float: right;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}
header .header-right .phone {
    display: inline-block;

}
header .header-right .phone a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 5px;
    display: inline-block;
}
header .header-right .phone a i {
    font-size: 15px;
    margin-right: 2px;
    font-weight: 700;
    color: inherit;
}
header .header-right .phone a:hover {
    color: #aac1b2;
    text-decoration: none;
}
header .social-media {
    display: inline-block;
    margin-left: 30px;
}
header .social-media a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    color: #333;
}
header .social-media a i {
    font-size: 25px;
}
header .social-media a:hover {
    color: #aac1b2;
}
header .header-right .contact {
    display: inline-block;
    /*margin: 0 25px;*/
}
header .header-right .contact a {
    display: inline-block;
    line-height: 1;
}
header .header-right .open-menu {
    margin-left: 30px;
    display: inline-block;    
    cursor: pointer;

}
header .header-right .open-menu i {
    font-size: 35px;
}
header .menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 300px;
    z-index: 9999;
    overflow-x: auto;
}
header .menu .close-menu {
    opacity: 0.5;
    cursor: pointer;
    color: #fff;
}
header .menu .close-menu i {
    font-size: 18px;
    padding: 10px;
}
header .menu .close-menu:hover {
    opacity: 1;
}
header .menu ul {
    padding: 10px;
    padding-left: 20px;
    margin: 0;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.5;
}
header .menu ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
header .menu ul li a:hover {
    /*color: #000;*/
    text-decoration: underline;
}
header .menu ul li a i {
    padding-left: 5px;
    font-size: 16px;
}
header .menu ul li ul {
}
header .menu ul li ul.submenu {
    display: none;
}
header .menu ul li ul li {
    margin-bottom: 15px;
}
header .menu ul li ul li a {
    padding: 0;
    font-size: 17px;
}
header .menu ul li ul li:last-child {
    margin: 0;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 999;
}


footer {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #000;
    background: #d2c8bc;
    color: #000;
}
footer p {
    margin: 10px 0;
    line-height: 1.6;
}
footer p a {
    text-decoration: none;
}
footer p.address a i {
    font-size: 14px;
    margin-right: 5px;
}
footer p.brand {
    font-size: 30px;
    font-weight: 600;
    font-family: "Lustria", serif;
    line-height: 1;
}
footer p.id {
    font-size: 20px;
    font-family: "Lustria", serif;
}
footer .newsletter h3 {
    font-family: "Cinzel", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer .newsletter h4 {
    /*font-family: "Lustria", serif;*/
    font-weight: bold;
    /*font-style: normal;*/
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    text-align: left;
}
footer .newsletter form {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
footer .newsletter form input {
    height: 45px;
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    width: 300px;
    float: left;
    color: #000;
}
footer .newsletter form button {
    height: 45px;
    width: 35px;
    font-size: 20px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    background: #fff;
    outline: 1px solid #9e9e9e;
    color: #6e6e6e;
    font-weight: 500;
    float: right;
}
footer .newsletter form button:hover {
    color: #000;
}
footer .social-media {
    display: inline-block;
}
footer .social-media a {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    color: #3f3f3f;
}
footer .social-media a i {
    font-size: 25px;
}
footer .social-media a:hover {
    color: #000;
}
footer p.copyright {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
}
footer p.copyright a {
    display: inline-block;
    margin: 10px;
}
footer p.copyright a:hover {
    color: #000;
}
footer .br-left {
    border-left: 1px solid #6f6f6f;
    padding-left: 30px;
}
footer p.links a {
    display: block;
    margin: 10px 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Lustria", serif;
    font-size: 17px;
}
footer p.links a:hover {
    text-decoration: underline;
}
footer p.links a i {
    font-size: 14px;
    margin-right: 5px;
}


/*homepage*/
body.homepage {
    background: transparent;
}

.hp-hero {
    /*background: url(../images/hp-top-bg-image.jpg) center center no-repeat;*/
    /*background: url(../images/hp-top-banner-image.jpg) center center no-repeat;*/
    background: url(../images/hp-top-banner-img.jpg) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 170px);
    position: relative;
}
.hp-hero .div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.hp-hero .text {
    text-align: center;
}
.hp-hero .text h1 {
    color: #fff;
    font-size: 60px;
    /*font-weight: bold;*/
    margin: 20px 0;
    text-transform: none;
}
.hp-hero .text hr {
    border-color: #D8C492;
    margin: 0;
}
.hp-hero .text p {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
    /*font-family: "Lustria", serif;*/
    font-weight: 400;
    font-style: normal;
    margin: 20px 0;
}
.hp-hero .text .big-logo {
    max-width: 200px;
    margin: auto;
}
.hp-hero .text .buttons-center a {
    background: #aac1b2;
    color: #fff;
    border: 2px solid #aac1b2;
}
.hp-hero .text .buttons-center a:hover {
    background: #000;
    border-color: #000;
}



.featured-projects {
    display: block;
    margin: 50px 0;
}
.featured-projects .slider-projects {
    position: relative;
    max-width: 90%;
    display: block;
    margin: auto;
}
.featured-projects .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.featured-projects .flex-direction-nav i {
    font-size: 35px;
    padding: 10px;
    cursor: pointer;
    opacity: 0.5;
}
.featured-projects .flex-direction-nav i:hover {
    opacity: 1;
}
.featured-projects .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -50px;
}
.featured-projects .flex-direction-nav .flex-next {
    float: right;
    margin-right: -50px;
}
.featured-projects .owl-carousel {
    /*max-width: 90%;*/
    margin: auto;
}
.featured-projects .item .text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #00000000 0%, #000000e0 100%);
    padding: 150px 0 50px;
    display: none;
}
.featured-projects .item:hover .text {
    display: block;
}
.featured-projects .item .box {
    position: relative;
}
.featured-projects .item .image {
    overflow: hidden;
}
.featured-projects .item .image img  {
    transition: all 0.4s ease;
}
.featured-projects .item .title {
    font-family: "Lustria", serif;
    /*font-weight: bold;*/
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    margin: 20px 0;
}
.featured-projects .item a:hover {
    text-decoration: none;
}
.featured-projects .item:hover .title {
    color: #fff;
}
/*.featured-projects .projects > .row > .col-xs-12:first-child {
    border-right: 1px solid #ddd;
    padding-right: 50px;
}
.featured-projects .projects > .row > .col-xs-12:last-child {
    padding-left: 50px;
}*/


.characteristics {
    display: block;
    margin: 30px 0;
    padding: 50px 0;
    background: #fff;
    /*background: #fffbf2;*/
}
.characteristics h1 {
    margin-top: 20px;
}
.characteristics .box {
    padding: 0 20px;
}
.characteristics .col {
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 20px 0;
}
.characteristics .col:last-child {
    border: 0;
}
.characteristics .col h4 {
    font-family: "Lustria", serif;
    line-height: 1.4;
    font-weight: 600;
    font-style: normal;
    color: #768b86;
}


.text-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.text-section p.subtitle {
    margin: 0;
}
.text-section p.subtitle + h2 {
    margin-top: 5px;
}
.text-section img.max500 {
    width: 500px;
}

.grey-bg, .bg-grey {
    background: #F7F5F2;
}


.our-services {
    margin: 30px 0;
    padding: 30px 0;
    /*background: #fffbf2;*/
    /*background: #F8F7F3;*/
}
.our-services h1,
.our-services h2 {
    font-family: MrsSaintDelafield;
    font-size: 60px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    margin: 30px 0;
}
.our-services .item {
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-services .item .box {
    padding: 20px;
}
.our-services .row-service {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.our-services .row .image img {
    max-width: 500px;
}*/
.our-services .row-service .col-xs-12:first-child {
    padding-right: 30px;
    /*border-right: 1px solid #ddd;*/
}
.our-services .row-service .col-xs-12:last-child {
    padding-left: 30px;
}

.services-list-hp {
    margin-top: 20px;
}
.services-list-hp .service {
    margin-bottom: 20px;
}
.services-list-hp a {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: #aac1b2;
    color: #fff;
}

.browse-projects {
    background: #F8F7F3;
    padding: 50px 0;
}
.browse-projects .item {
    margin: 20px 0;
}
.browse-projects .item .img {
    position: relative;
}
.browse-projects .item .img img {
    width: 100%;
}
.browse-projects .item .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 25%);

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.browse-projects .item .over:hover {
    background: hsl(0deg 0% 0% / 50%);
}
.browse-projects .item .text {
    text-align: center;
}
.browse-projects .item .text h3 {
    color: #fff;
    border-bottom: 1px solid #D8C492;
    font-size: 40px;
    padding: 5px 0;
    margin: 10px 0;
    text-transform: none;
}
.browse-projects .item .text p {
    color: #fff;
    margin: 10px 0;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5;
}


.service-cards .item {
    margin-bottom: 20px;
}
.service-cards .item .img {
    position: relative;
}
.service-cards .item .img img {
    width: 100%;
}
.service-cards .item .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 25%);

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.service-cards .item .over:hover {
    background: hsl(0deg 0% 0% / 50%);
}
.service-cards .item .text {
    text-align: center;
}
.service-cards .item .text h3 {
    color: #fff;
    border-bottom: 1px solid #D8C492;
    font-size: 40px;
    padding: 5px 0;
    margin: 10px 0;
    text-transform: none;
}
.service-cards .item .text p {
    color: #fff;
    margin: 10px 0;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5;
}

.service-inner .text-section img {
    margin-bottom: 15px;
}

.our-process {
    /*margin: 30px 0;*/
    /*padding: 50px 0;*/
    /*background: #fff;*/
}
.our-process .steps {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    margin: 30px 0;
}
.our-process .steps .item {
    /*margin: 20px 0;*/
    /*border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #b89b5e;
}
.our-process .steps .item:nth-child(even) {
    border-right: 0;
}
.our-process .steps .item:nth-child(5),
.our-process .steps .item:nth-child(6) {
    border-bottom: 0;
}
.our-process .steps .item .box {
    padding: 30px;
}
.our-process .steps .item h4 {
    font-family: "Lustria", serif;
    font-style: normal;
    text-align: left;
    line-height: 1.6;
    text-transform: uppercase;
    /*font-size: 22px;*/
}
.our-process .steps .item p {
    line-height: 1.6;
}
.our-process .steps .item p.step {
    text-align: left;
    font-size: 50px;
    /*color: #768b86;*/
    font-family: "Lustria", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 1;
    position: relative;
    padding: 0 20px;
    display: inline-block;
}
.our-process .steps .item p.step::before,
.our-process .steps .item p.step::after {
    content: "◆";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #b89b5e;
    font-size: 14px;
}
.our-process .steps .item p.step::before {
    left: 0;
}
.our-process .steps .item p.step::after {
    right: 0;
}


.hp-testimonials {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    margin: 20px 0;
}
.hp-testimonials .slider-testimonials {
    position: relative;
}
.hp-testimonials .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.hp-testimonials .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.hp-testimonials .flex-direction-nav .flex-prev {
    float: left;
}
.hp-testimonials .flex-direction-nav .flex-next {
    float: right;
}
.hp-testimonials .owl-carousel {
    width: 1000px;
    max-width: 90%;
    margin: auto;
}
.hp-testimonials .item {
    text-align: center;
}
.hp-testimonials .item .box {
    padding: 10px;
}
.hp-testimonials .item .stars {
    margin: 15px 0;
}
.hp-testimonials .item .stars i {
    color: #aac1b2;
    font-size: 20px;
    margin: 3px;
}
.hp-testimonials .item p {
    margin: 10px 0;
}
.hp-testimonials .item p.quote {
    font-style: italic;
    font-size: 20px;
}
.hp-testimonials .item p.author {
    font-weight: 600;
}
.hp-testimonials .plain .item {
    text-align: left;
    padding: 25px 0;
    border-bottom: 1px solid #DDCC9F;
}
.hp-testimonials .plain .item p.quote {
    font-style: normal;
    font-size: 18px;
}
.hp-testimonials .plain .item p.author {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}


.blogs-feed {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    /*background: #fff;*/
    background: #F8F7F3;
}
.blogs-feed h2 {
    margin-top: 0;
    margin-bottom: 40px;
}
.blogs-feed .slider-blogs {
    position: relative;
}
.blogs-feed .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.blogs-feed .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.blogs-feed .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -50px;
}
.blogs-feed .flex-direction-nav .flex-next {
    float: right;
    margin-right: -50px;
}
.blogs-feed .owl-carousel {
    /*max-width: 90%;*/
    margin: auto;
}
.blogs-feed .item {
    /*text-align: center;*/
}
.blogs-feed .item .box {
    background: #fff;
}
.blogs-feed .item .image {
    overflow: hidden;
}
.blogs-feed .item .title {
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
}
.blogs-feed .item a:hover {
    color: #000;
    text-decoration: none;
}



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-content h3 {
    font-size: 25px;
}
.search-results {
    margin-bottom: 30px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 18px;
    font-weight: 400;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #aac1b2;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



.default-text {
    padding-bottom: 100px;
}

/*.default-text img {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}*/


/*blog page*/
.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 30px;
}
.blogs .item .box {
    position: relative;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    transition: all 0.4s ease;
    box-shadow: none;
}
.blogs .item:hover .image img {
    transform: scale(1.05);
}
.blogs .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #00000000 0%, #000000e0 100%);
    padding: 50px 0 0px;
}
.blogs .item .box:hover .text {
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
}
.blogs .item .title {
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 20px;
    font-family: "Lustria", serif;
    font-weight: 500;
    line-height: 1.3;
}
.blogs .item .box:hover .title {
    color: #aac1b2;
}



/*faqs page*/

.faq-content {
    padding-bottom: 100px;
}
.general-accordion .panel-default {
    margin-bottom: 15px;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.general-accordion .panel-heading {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.general-accordion .panel-heading .panel-title {
    border: 0;
}
.general-accordion .panel-heading .panel-title a {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.general-accordion .panel-heading .panel-title a i {
    margin-left: 10px;
}
.general-accordion .panel-heading .panel-title a.collapsed {
    color: #333;
}
.general-accordion .panel-heading .panel-title a:hover,
.general-accordion .panel-heading .panel-title a:focus {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.general-accordion .panel-heading .panel-title a.collapsed  i {
    transform: rotate(180deg);
}
.general-accordion .panel-body {
    border: 0;
    padding-top: 0;
    background: transparent;
    text-align: center;
}
.general-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.general-accordion .panel-body p:last-child {
    margin-bottom: 0;
}

.faqs-section {
    text-align: left;
}
.faqs-section h3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.faqs-accordion {
    margin-bottom: 50px;
}
.faqs-accordion .panel-default {
    margin-bottom: 15px;
    border-bottom: 1px solid #b89b5e;
    padding-bottom: 15px;
}
.faqs-accordion .panel-heading .panel-title a {
    text-align: left;
    padding: 0;
}
.faqs-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body,
.faqs-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body p,
.faqs-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body li {
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
}
.faqs-accordion .panel-heading .panel-title a i {
    margin-left: 5px;
    font-size: 15px;
    display: inline-block;
    transform: rotate(180deg);
}
.faqs-accordion .panel-heading .panel-title a.collapsed {
    color: #333;
}
.faqs-accordion .panel-heading .panel-title a.collapsed  i {
    transform: rotate(90deg);
}




/*services page*/

.top-service-banner {
    margin-bottom: 30px;
}
.top-service-banner .img {
    position: relative;
}
.top-service-banner .img img {
    width: 100%;
}
.top-service-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 30%);

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.top-service-banner .text {
    text-align: center;
}
.top-service-banner .text h2 {
    color: #fff;
    border-bottom: 1px solid #D8C492;
    font-size: 40px;
    line-height: 1.1;
    padding: 5px 0;
    margin: 5px 0;
    text-transform: none;
}
.top-service-banner .text p {
    color: #fff;
    margin: 5px 0;
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.services .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services .item {
    margin-bottom: 40px;
    text-align: center;
}
.services .item .box {
    position: relative;
}
.services .item .image {
    overflow: hidden;
}
.services .item .image img {
    transition: all 0.4s ease;
}
.services .item:hover .image img {
    transform: scale(1.05);
}
.services .item .title {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
    font-family: "Lustria", serif;
    font-weight: 500;
    color: #000;
}
.services .item .title:hover {
    color: #aac1b2;
}

.services-buttons a {
    display: block;
    font-size: 22px;
    background: #aac1b2;
    color: #fff;
}
.services-buttons .item {
    margin-bottom: 20px;
}


.service-welcome-section {
    /*border: 1px dotted #00ade8;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 20px 0 50px;
    padding-top: 150px;
    margin-top: -135px;*/
}
.service-welcome-section .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.service-welcome-section .green-text {
    color: #00337a;
    padding: 40px;
}
.service-welcome-section .green-text h2 {
    text-align: left;
    margin: 0;
    color: #00ade8;
    font-size: 45px;
}
.service-welcome-section .green-text h4 {
    font-size: 22px;
    margin: 0;
}
.service-welcome-section .green-text p {
    margin: 25px 0;
}

.service-section-images-left {
    margin: 50px 0;
}
.service-section-images-left .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.service-section-images-left .image-gallery {
    position: relative;
    margin-left: -200px;
}
.service-section-images-left .image-gallery .img1 {
    width: 100%;
}
.service-section-images-left .image-gallery .img2 {
    width: 500px;
    float: right;
    margin-top: -140px;
    z-index: 9;
    position: relative;
}
.service-section-images-left .image-gallery .img2 img {
    transform: rotate(-10deg);
}
.service-section-images-left .image-gallery .img3 {
    width: 600px;
    float: right;
    margin-right: 200px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
}
.service-section-images-left .image-gallery .img3 img {
    transform: rotate(10deg);
}

.service-section-images-right {
    margin: 50px 0;
}
.service-section-images-right .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.service-section-images-right .image-gallery {
    position: relative;
    margin-right: -200px;
}
.service-section-images-right .image-gallery .img1 {
    width: 100%;
    float: right;
}
.service-section-images-right .image-gallery .img2 {
    width: 500px;
    float: left;
    margin-top: -140px;
    z-index: 9;
    position: relative;
}
.service-section-images-right .image-gallery .img2 img {
    transform: rotate(10deg);
}
.service-section-images-right .image-gallery .img3 {
    width: 600px;
    float: left;
    margin-left: 200px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
}
.service-section-images-right .image-gallery .img3 img {
    transform: rotate(-10deg);
}


.big-cta {
    /*background: url(../images/hp-top-bg-image.jpg) center center no-repeat;*/
    background: url(../images/hp-top-banner-image.jpg) center center no-repeat;
    background-size: cover;
    margin: 100px 0 50px;
    padding: 100px;
    text-align: center;
    margin-left: -350px;
    margin-right: -350px;
    color: #fff;
    position: relative;
}
.big-cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 60%);
    z-index: 1;
}
.big-cta .site-container {
    position: relative;
    z-index: 9;
}
.big-cta p {
    font-size: 20px;
}
.big-cta .buttons-center a {
    background: #fff;
    color: #000;
    border: 0;
}
.big-cta .buttons-center a:hover {
    color: #fff;
    background: #000;
}


/*about page*/

.team-about {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.team-about .box .image {
    /*width: 250px;*/
    /*float: left;*/
    /*margin-right: 20px;*/
}
.team-about .box .image img {
    width: 550px;
}
.team-about .box h3 {
    text-align: left;
}
.team-about .box h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 10px;
}


/*project page*/

.select-category a.active {
    background: #aac1b2;
    color: #fff;
}
.projects-content .categ-title {
    text-align: center;
}
.projects-content .categ-title h1 {
    border-bottom: 1px solid #D8C492;
    margin-bottom: 10px;
    display: inline-block;
}
.projects-content .categ-title p {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: PoppinsRegular;
    letter-spacing: 2px;
}
.projects .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.projects .item {
    margin-bottom: 30px;
}
.projects .item .image {
    overflow: hidden;
}
.projects .item .image img {
    width: 100%;
    transition: all 0.3s ease;
}
.projects .item .image img.img-default {
    display: block;
}
.projects .item .image img.img-hover {
    display: none;
}
/*.projects .item .image:hover img.img-default {
    display: none;
}
.projects .item .image:hover img.img-hover {
    display: block;
}*/

.projects .item .box {
    position: relative;
}
.projects .item .text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    /*background: linear-gradient(to bottom, #00000000 0%, #000000e0 100%);*/
    /*padding: 100px 0 30px;*/
    background: hsl(0deg 0% 0% / 40%);

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.projects .item .title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.4;
    margin: 10px;
    /*color: #000;*/
    color: #fff;
    font-family: PoppinsRegular;
    letter-spacing: 1px;
}
.projects .item:hover .text {
    background: transparent;
}
.projects .item:hover .title {
    color: #ffffff;
    text-shadow: 1px 1px 2px #696868;
}
.projects .item a:hover {
    text-decoration: none;
}

.project-inner .gallery {
    -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
    -webkit-column-gap: 30px; 
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
/*.project-inner .gallery a {
    width: 33.33%;
    float: left;
    padding: 10px;
}*/
.project-inner .gallery img {
    margin-bottom: 30px;
}


/*testimonials page*/

.testimonials-content p.big-quote {
    font-size: larger;
}
.testimonials .item {
    text-align: left;
    padding: 20px 0;
    border-top: 1px solid #D8C492;
    line-height: 1.6;
}
.testimonials .item:last-child {
    border-bottom: 1px solid #D8C492;
}
.testimonials .item .box {
    padding: 0 50px;
}
.testimonials .item .stars {
    margin: 15px 0;
}
.testimonials .item .stars i {
    color: #aac1b2;
    font-size: 20px;
    margin: 3px;
}
.testimonials .item p {
    margin: 10px 0;
    line-height: 1.6;
}
.testimonials .item p.quote {
    font-style: italic;
    font-size: 18px;
}
.testimonials .item p.author {
    font-weight: 600;
}
.testimonials .item p.author::before {
    content: "◆";
    color: #b89b5e;
    font-size: 14px;
    display: inline;
    padding-right: 10px;
    line-height: 1;
}
.testimonials-content p.big.author {
    font-weight: 600;
}
.testimonials-content p.big.author::before {
    content: "◆";
    color: #b89b5e;
    font-size: 14px;
    display: inline;
    padding-right: 10px;
    line-height: 1;
}


/*contact page*/
.default-text.content-contact {
    padding: 0;
}
.contact-info {
    /*border-right: 1px solid #ddd;*/
}
.contact-info p {
    margin: 10px 0;
    line-height: 1.7;
}
.contact-info p a {
    color: #000;
    text-decoration: none;
}
.contact-info p a:hover {
    text-decoration: underline;
}
.contact-info p a i {
    font-size: 15px;
    margin-right: 5px;
    color: #868686;
}
.contact-info p.brand {
    font-family: Lustria;
    text-transform: uppercase;
    font-size: 20px;
}
.contact-info p.brand b {
    display: block;
    font-size: 30px;
}
.contact-info .social-media {
    margin-top: 20px;
}
.contact-info .social-media a {
    font-size: 25px;
    margin-right: 20px;
}


.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}
.contact-form label.error {
    color: red;
    font-size: 15px;
}
.contact-form input {
    height: auto;
    font-size: 18px;
    padding: 12px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    /*background: transparent;*/
    /*border-bottom: 1px solid #ddd;*/
}
.contact-form textarea {
    height: auto;
    font-size: 18px;
    padding: 12px;
    line-height: 1.5;
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    /*background: transparent;*/
    /*border-bottom: 1px solid #ddd;*/
}
.contact-form label.rd {
    font-family: "PoppinsRegular", sans-serif;
    margin-right: 30px;
    margin-top: 5px;
    letter-spacing: 2px;
    cursor: pointer;
}



/*sitemap page*/

.sitemap-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    width: 24%;
    float: left;
    padding: 5px;
    margin: 0.5%;
    color: #333;
    line-height: 1.7;
}
.sitemap-section .links-long a {
    width: 49%;
}
.sitemap-section .title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}


/*news & media page*/
.news .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.news .item {
    margin-bottom: 50px;
}
.news .item .image {
    overflow: hidden;
}
.news .item .image img {
    transition: all 0.4s ease;
    box-shadow: none;
}
.news .item:hover .image img {
    transform: scale(1.05);
}
.news .item .title {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 10px 0;
    font-family: "Lustria", serif;
    font-weight: 500;
    line-height: 1.5;
}
.news .item .box:hover .title {
    color: #aac1b2;
}


p.stand-out {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

.top-banner {
    margin-bottom: 50px;
}
.top-banner img {
    width: 100%;
}


























@media(min-width: 993px) {
	
	html{
	    height: 100%;
	}
	/*body{
	    padding-bottom: 220px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}*/

	body {
		padding-top: 175px;
	}

	header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    max-height: 100px;
	}

	.header-desktop {
		display: block;
		text-align: center;
    	transition: all 0.4s ease;
    	margin-top: 40px;
	}
	.header-desktop ul {
		margin: 0;
        padding: 0;
	}
	.header-desktop ul li {
		display: inline-block;
        list-style: none;
        margin: 10px;
        padding: 8px;
        font-size: 20px;
    	transition: all 0.4s ease;
    	position: relative;
	}
	.header-desktop ul li a {
		text-decoration: none;
        font-family: 'Lustria';
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
	}
	.header-desktop ul li a:hover {
		color: #d2c8bc;
	}
	.header-desktop ul li.li-logo {
        position: relative;
        width: 200px;
        text-align: center;
	}
	.header-desktop ul li.li-logo img {
		max-width: 170px;
        position: absolute;
        top: -65px;
        left: 50%;
        margin-left: -85px;
    	transition: all 0.4s ease;
	}
	.header-desktop ul.submenu {
		display: none;
        position: absolute;
        text-align: left;
        left: -10px;
        width: max-content;
        background: #fff;
        z-index: 999;
        padding: 15px;
        padding-top: 0;
	}
	.header-desktop ul.submenu li {
		padding: 5px;
        display: block;
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
	}
	.header-desktop ul.submenu li a {
        font-size: 16px;
        display: block;
        font-family: 'PoppinsRegular';
	}
	.header-desktop ul li:hover ul.submenu {
		display: block;
	}


	/*body.homepage header {
		max-height: initial;
	}
	body.homepage .header-desktop ul li.li-logo img {
		top: -60px;
	}
	body.homepage .header-desktop ul {
		margin-top: 40px;
	}
	body.homepage header.scrolled .header-desktop ul li.li-logo img {
		top: -20px;
	}
    body.homepage header.scrolled .header-desktop ul {
        margin-top: 0;
    }*/


	.header-mobile {
		display: none;
	}

	header.scrolled {
	    padding: 2px 0;
        /*max-height: 50px;*/
        box-shadow: 0px 1px 5px #ccc;
	}
	header.scrolled .logo img {
	    max-width: 70px;
	}
	header.scrolled .header-desktop {
	    margin-top: 0;
	}
	header.scrolled .header-desktop ul li {
        margin: 0px 10px;
    }
	header.scrolled .header-desktop ul li.li-logo img {
        max-width: 120px;
        margin-left: -60px;
        top: -20px;
	}

}	


@media(max-width: 1200px) {
	.header-desktop ul li a {
		font-size: 17px;
	}
	.header-desktop ul li {
		margin: 0;
	}
	.header-desktop ul li.li-logo img {
        max-width: 150px;
        margin-left: -75px;
    }
    .header-desktop ul li.li-logo {
        width: 170px;
    }
    header.scrolled .header-desktop ul li {
        margin: 0;
    }
    body {
        padding-top: 145px;
    }
}


@media(max-width: 1200px) {
	.blogs-feed .owl-carousel {
	    max-width: 95%;
	}
	.blogs-feed .flex-direction-nav .flex-prev {
	    margin-left: -5px;
	}
	.blogs-feed .flex-direction-nav .flex-next {
	    margin-right: -5px;
	}
		.blogs-feed .flex-direction-nav i {
	    font-size: 25px;
	    padding: 5px;
	}
	.big-cta {
	    margin-left: -15px;
	    margin-right: -15px;
	}

}


@media(max-width: 992px) {
	body {
		padding-top: 0;
	}
	header {
	    padding: 10px 0;
	    position: relative;
	}
	.header-desktop {
		display: none;
	}
	.header-mobile {
		display: block;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 22px;
	}

	.hp-hero {
		min-height: 500px;
	}
	.hp-hero .text h1 {
	    font-size: 50px;
	}

	.featured-projects .flex-direction-nav i {
	    font-size: 25px;
	}
	.featured-projects {
	    margin: 30px 0;
	}
	.our-services .row-service .col-xs-12:first-child {
	    padding-right: 20px;
	    border-right: 0;
	}
	.our-services .row-service .col-xs-12:last-child {
	    padding-left: 20px;
	}
	.services-list-hp .service {
	    margin-bottom: 15px;
	}
	.our-services .row-service {
	    margin-bottom: 0;
	}

	.our-process {
	    padding: 20px 0;
	}
	.our-process .steps .item .box {
	    padding: 20px;
	}

	.contact-info {
	    border-right: 0;
	    margin-bottom: 30px;
	}

	.general-accordion .panel-heading .panel-title a {
		font-size: 18px;
	}

	.project-inner .gallery {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	.sitemap-section .links a {
	    width: 32%;
	}	
	.sitemap-section .links-long a {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 10px;
	}

	.services-buttons a {
		font-size: 20px;
	}

	.service-section-images-left .image-gallery {
	    margin-left: 0;
	    margin-bottom: 15px;
	}
	.service-section-images-right .image-gallery {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.service-section-images-right,
	.service-section-images-left {
	    margin: 20px 0;
	}

	.big-cta {
		margin-top: 50px;
	    padding: 30px 0;
	}

	.browse-projects .item .text h3 {
		font-size: 35px;
	}

	.service-cards .item .text h3 {
		font-size: 35px;
	}

	.testimonials .item .box {
	    padding: 0;
	}

}



@media(max-width: 767px) {
	
	.image-half.img-right, .img-half.img-right, .half-img.img-right, .half-image.img-right, 
	.image-half, .img-half, .half-img, .half-image {
	    width: 100%;
	    float: none;
	    margin: 0;
	    padding: 0;
	    margin-bottom: 15px;
	}

	.image-half.img-right img, .img-half.img-right img, .half-img.img-right img, .half-image.img-right img {
	    float: none;
	}

    h1 {
        font-size: 30px;
        margin: 30px 0;
    }
    h2 {
        font-size: 25px;
        margin: 20px 0;
    }
    h2.cursive {
	    font-size: 40px;
	}
    h3 {
        font-size: 25px;
        margin: 15px 0;
    }
    h4 {
        font-size: 20px;
    }
    p, li {
	    font-size: 16px;
	}
	p.big {
	    font-size: 18px;
	}

	header .header-right .open-menu i {
	    font-size: 30px;
	}

	.hp-hero {
		min-height: 350px;
	}
	.hp-hero .text h1 {
	    font-size: 30px;
	}
	.hp-hero .text h1 br {
		display: none;
	}
	.hp-hero .text p {
		font-size: 20px;
		margin: 10px 0;
	}

	.featured-projects .item .text {
		padding: 50px 0 20px;
	}
	.featured-projects .item .title {
		font-size: 25px;
	}
	.featured-projects .slider-projects {
	    max-width: 95%;
	}
	.featured-projects .flex-direction-nav .flex-prev {
	    margin-left: -30px;
	}
	.featured-projects .flex-direction-nav .flex-next {
	    margin-right: -30px;
	}

	.services-list-hp a {
	    font-size: 18px;
	}
	.our-services .row-service {
	    margin-top: 30px;
	}
	.our-services .row-service .col-xs-12:first-child {
		margin-bottom: 15px;
	}
	.our-services h1, .our-services h2 {
	    font-size: 50px;
	}

	.our-process .steps {
		margin-top: 0;
	}
	.our-process .steps .item {
	    border: 0;
	    border-bottom: 1px solid #ccc;
	}
	.our-process .steps .item:nth-child(3) {
	    border-bottom: 1px solid #ccc;
	}
	.our-process .steps .item .box {
	    padding: 15px 5px;
	}
	.our-process .steps .item p.step {
		font-size: 40px;
	}

	.hp-testimonials .plain .item p.quote {
	    font-size: 16px;
	}
	.hp-testimonials .plain .item p.author {
	    font-size: 16px;
	}
	.hp-testimonials .plain .item {
	    padding: 15px 0;
	}

	.blogs .item .title {
	    font-size: 22px;
	    padding: 15px;
	}

	footer {
		padding: 30px 0;
	}
	footer p {
	    font-size: 16px;
	}
	footer .newsletter h3 {
		font-size: 20px;
	}
	footer .newsletter h4 {
		font-size: 15px;
	}
	footer .newsletter form input {
	    height: 40px;
	    padding: 10px;
	    font-size: 15px;
	    width: 250px;
	}
	footer .newsletter form button {
	    height: 40px;
	    width: 30px;
	}
	footer .br-left {
	    border-left: 0;
	    padding-left: 15px;
	}
	footer .newsletter form {
	    float: none;
	    margin-right: 0;
	}
	footer p.copyright {
	    font-size: 15px;
	    line-height: 2;
	}
	footer p.copyright a {
	    margin: 0 10px;
	}
	footer p.links a {
		font-size: 15px;
	}

	p.cursive {
		font-size: 40px;
	}

	.default-text {
	    padding-bottom: 50px;
	}
	.text-section {
	    padding: 20px 0;
	}
	.buttons-center a,
	.default-button {
	    font-size: 17px;
    	line-height: 1.2;
	}
	.buttons-center {
	    margin-top: 0;
    	margin-bottom: 15px;
	}

	.diamond-button {
		font-size: 17px;
		letter-spacing: 0;
    	text-align: center;
	}

	.contact-form textarea,
	.contact-form input {
		font-size: 16px;
	}
	.contact-form label {
		font-size: 16px;
	}
	.contact-form label.error {
	    font-size: 14px;
	}
	.contact-form label.rd {
	    margin-right: 25px;
	    letter-spacing: 0;
	}

	.testimonials .item .stars i {
	    font-size: 15px;
	}

	.general-accordion .panel-heading .panel-title a {
		font-size: 17px;
        padding: 10px 0;
	}
	.general-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
		padding: 0;
	}
	.faq-content {
	    padding-bottom: 20px;
	}

	.blogs .item .box {
	    max-width: 400px;
	    margin: auto;
	}

	.projects .item {
	    margin-bottom: 30px;
	}
	.projects .item .text {
	    padding: 50px 0 20px;
	}
	.projects .item .title {
		font-size: 25px;
	}

	.project-inner .gallery {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0px;
	    -moz-column-gap: 0px;
	    column-gap: 0;
	    padding: 10px;
	}
	.project-inner .gallery img {
	    margin-bottom: 10px;
	}

	ol, ul {
	    padding-left: 20px; 
	}

	p.big-serif {
	    font-size: 18px;
	}
	
	.sitemap-section .links a {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.sitemap-section .title {
		font-size: 18px;
	}

	.big-cta p {
	    font-size: 17px;
	    line-height: 1.5;
	}
   
    p.stand-out {
	    font-size: 18px;
	}

	.browse-projects .item {
	    margin-bottom: 20px;
	} 
	.browse-projects .item .text p {
		font-size: 20px;
	}
	.browse-projects h2 {
	    font-size: 22px;
	    line-height: 1.5;
	}
	
	.service-cards .item {
	    margin-bottom: 20px;
	} 
	.service-cards .item .text p {
		font-size: 20px;
	}
	.service-cards h2 {
	    font-size: 22px;
	    line-height: 1.5;
	}
	
	.faqs-section h3 {
		font-size: 18px;
	}
	.faqs-accordion .panel-heading .panel-title a,
	.faqs-accordion .panel-heading .panel-title a.collapsed {
	    padding: 0;
	}
	.faqs-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body,
	.faqs-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body p,
	.faqs-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body li {
		font-size: 16px;
	}

	.team-about {
	    margin: 0;
	}
	.team-about .item {
	    margin: 20px 0;
	}
	.team-about .box h4 {
	    text-transform: uppercase;
	}
	.top-banner {
	    margin-bottom: 30px;
	}
	.top-service-banner .text h2 {
		font-size: 30px;
	}
	.top-service-banner .text p {
		font-size: 18px;
	}
	.projects-content .categ-title p {
		font-size: 16px;
	}

}



@media(max-width: 450px) {
	header .header-right .contact {
	    display: none;
	}
	header .menu {
		width: 250px;
	}
	header .menu ul li a {
		font-size: 16px;
	}
	header .social-media a i {
	    font-size: 22px;
	}
    header .header-right .open-menu i {
        font-size: 25px;
    }

    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
	h3 {
        font-size: 20px;
    }

	.featured-projects .item .title {
		font-size: 22px;
	}
	.our-services {
		padding: 10px 0;
	}

    .blogs-feed .flex-direction-nav .flex-next {
        margin-right: -15px;
    }
    .blogs-feed .flex-direction-nav .flex-prev {
        margin-left: -15px;
    }
    .blog-content h1 {
    	font-size: 25px;
    }

    footer {
    	padding: 20px 0;
    }

    .team-about .box .image {
	    float: none;
	    margin-right: 0;
	    display: block;
	}
	.team-about .box {
	    margin-bottom: 40px;
	}
	.team-about .box:last-child {
	    margin-bottom: 0px;
	}
    .projects .item .title {
        font-size: 22px;
    }
    .projects .item {
        margin-bottom: 20px;
    }
    .buttons-center a {
    	margin: 5px;
    }

    .services-buttons a {
        font-size: 18px;
        padding: 10px;
    }
    .services-buttons .item {
	    margin-bottom: 15px;
	}

}






























