/*!
Theme Name: digitallydubai
Theme URI: http://underscores.me/
Author: digitallydubai
Author URI: https://digitallydubai.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitallydubai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitallydubai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/bootstrap-icons.eot") format("embedded-opentype"),
    url("fonts/bootstrap-icons.woff") format("woff"),
    url("fonts/bootstrap-icons.woff2") format("woff2"), 
}

@font-face {
    font-family: 'Nunito-VariableFont_wght';
    src: url('fonts/Nunito-VariableFont_wght.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/Nunito-VariableFont_wght.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: "Marcellus-Regular";
    src: url('fonts/Marcellus-Regular.eot?#') format('eot'),  /* IE6–8 */
         url('fonts/Marcellus-Regular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Light.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('fonts/Poppins-Medium.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/Poppins-Medium.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'WorkSans-Bold';
  src: url('fonts/WorkSans-Bold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/WorkSans-Bold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}



html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0; 
    padding: 0; 
    font-size: 17px; 
    line-height: 2; 
    font-family: 'Poppins-Light' !important;
}
main {
    display: block;
}
*{
    padding: 0; 
    margin: 0;
}
input:focus, 
a:focus, 
a:active, 
textarea:focus, 
img:focus {
    outline:none;
}
img {
    max-width:100%;
}
ul {
    padding: 0; 
    margin: 0;
}
a {
    text-decoration: none !important; 
    color: #222;
}
a:hover {
    color:#C3957D;
}
p {
    line-height: 2;
}  
.bg-header{
    transition: all 0.5s;
    z-index: 997;
}
.home .bg-header{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.home .bgheader2 {
    background: none;
    border-bottom:0;
}
.bgheader2{
    background: #E8DDBD;
    border-bottom: 1px solid rgb(255 255 255 / 32%);
}
.social-menu ul{
    text-align: right;
}
.social-menu li {
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}
.social-menu li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
    text-align: right;
}
.social-menu li:hover a:before{
    color:#BAAC92 !important;
}
.social-menu li a:before{
    color:#333;
}
.social-menu li.menu-item-23 a:before {
    font-family: "FontAwesome";
    content: "\f09a";
    font-size: 17px;
}
.social-menu li.menu-item-24 a:before {
    font-family: "bootstrap-icons";
    content: "\F437";
    font-size: 16px;
}
.social-menu li.menu-item-25 a:before {
    font-family: "bootstrap-icons";
    content: "\F618";
    font-size: 17px;
}
.logo {
    padding: 15px 0;
}
.logo img{
    transition: all 0.5s ease 0s;
    max-height: 110px;
}
.main-menu ul {
    padding:0; 
    text-align: center; 
    margin: 0;
}
.main-menu li {
    display:inline-block; 
    text-align: center; 
    padding: 5px 12px; 
    position: relative;
}
.main-menu li a {
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    outline: none;
    color: #2f2b2a;
    text-decoration: none; 
}
.main-menu li a:hover {
    color: #9f927c !important;
    text-shadow: none;
}
.main-menu li a:before {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    background-color: var(--prt-skin-color);
    height: 3px;
    width: 100%;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    transition: transform .55s cubic-bezier(.37,.31,.2,.85);
}
.main-menu li a:hover:before{transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    background: #9f927c;
}
.main-menu ul ul{
    width:208px;
    text-align: right;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    margin: 0;
    list-style: none;
    right: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    transition: all .5s ease;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 7px 0;
}
.main-menu li:hover> ul{
    display:block;
    float:left;
    width:240px;
    margin-right: 0px;
    background: #fff;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
}
.main-menu .sub-menu li {
    width:100%; 
    float:left; 
    border-bottom: 1px solid rgb(0,0,0,.09); 
    list-style-type:none; 
    margin-right: 0; 
    margin-left: 0; 
    padding: 0px;
}
.main-menu .sub-menu li:last-child {
    border-bottom:none;
}
.main-menu .sub-menu li a {
    text-align: right; 
    font-size: 14px; 
    text-decoration:none; 
    width: 100%; 
    color: #7a8a9e; 
    padding: 10px;
}
.main-menu .sub-menu li li a:hover {
    color: #e02454;
}
.main-menu .sub-menu li a:before {
    display: none;
}
.main-menu ul ul ul {
    margin: -41px 207px 0 190px !important;
}
.btn-contact-header {
    text-align: right;
}
.btn-contact-header a {
    text-align: center;
    -moz-user-select: none;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #BAAC92;
    padding: 15px 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}
.btn-contact-header a:before {
    content: ""; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 101%; 
    height: 101%; 
    background: #fff; 
    color: #000 !important; 
    z-index: 1; 
    transition: transform 0.5s; 
    transition-timing-function: ease; 
    transform-origin: 0 0; 
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); 
    transform: scaleX(0); 
    border-radius: 0;
}
.btn-contact-header a:hover {
    color: #000000 !important; 
    text-decoration: none;
}
.btn-contact-header a:hover:before {
    transform: scaleX(1); z-index: -1;
}
.btn-contact-header p {
    margin-bottom: 0;
}


.f-nav{width: 100%; position: fixed; z-index: 99; top: 0; background:#F2DDC8;}
.f-nav .logo img{width: 75px; max-height: 58px; transition: all 0.5s ease 0s;}
.home .bg-header.f-nav{ position: fixed;}
.home .f-nav .bgheader2{background:#F2DDC8;}

.slider {
    background-color: transparent;
    background-image: linear-gradient(180deg, #DFC1A3 0%, #FEEFDF 100%);
    width: 100%;
    min-height: 85vh;
    position: relative;
}
.overlay-bg-top {
    background-image: url(../../uploads/bactop-scaled.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content1{
    padding-top: 210px;
    z-index: 9;
    position: relative;
}

.content1-left {
   
}
.content1-left #text-3 h2{
    text-align: left;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 77px;
    padding-bottom: 30px;
}
.content1-left #text-3 h3{
    text-align: left;
    color: #323232;
    font-family: 'Nunito-VariableFont_wght';
    font-size: 25px;
    padding-bottom: 30px;
}
.content1-left #text-3 h4{
    text-align: left;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 20px;
    padding-bottom: 17px;
}
.content1-left #text-4 p{
    color: #594F4D;
    font-family: 'Poppins-Medium';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    display: inline-block;
}
.content1-left #text-4 a{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #BAAC92;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgba(148, 226.99999999999997, 255, 0.26);
    padding: 15px 17px 15px 17px;
    display: inline-block;
    margin-top: 50px;
}
.content1-left #text-4 a.one-linke{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #BAAC92; 
}
.content1-left #text-4 a.two-linke{
    fill: #BAAC92;
    color: #BAAC92;
    background-color: transparent
}
.content1-left #text-4 a:hover{
    color: #FFFFFF;
    background-color: #ada18a;
    border-color: #ada18a;
}

.content1-center{
    background-image: url(../../uploads/bac-top-center.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.content1-center .box-center{
    margin: 28px 30px 0px 30px;
}

.content1-right {
    
}
.content1-right-one .widget_media_image {
    float: left;
}
.content1-right-one img{
    margin: 0px 20px 0px 0px;
    border-radius: 50%;
}
.content1-right-one p{
    color: #000000;
    font-family: "Marcellus-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    display: flex;
}
.content1-right-two {
    margin-top: 27px;
}
.content1-right-two p {
    text-align: center;
}
.content1-right-two p:nth-child(1){
    color: #C96C4E;
    font-family: "Marcellus-Regular";
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -1.5px;
}
.content1-right-two p:nth-child(2){
    text-align: center;
    color: #594F4D;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
}
.content1-right-two p:nth-child(3){
    color: #C96C4E;
    font-family: "Marcellus-Regular";
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -1.5px;
}
.content1-right-two p:nth-child(4){
    text-align: center;
    color: #594F4D;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
}

.content1-right-three{
    margin: 35px 0px 20px 0px;
    padding: 80px 0px 80px 0px;
    background-image: url(../../uploads/pic0.webp);
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 100px 100px 100px 100px;
}

.bac-content2{
    background: #BAAC92;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bac-content2 p{
    color: #fff;
    font-family: "Marcellus-Regular";
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}

.bac-content3-4 {
    background-image: url(../../uploads/bg-2-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.content3{
    background-image: url(../../uploads/bg-content3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.content3 img{
    
    transition-duration: .3s;
    transition-property: transform;
}
.content3 img:hover{
    transition-duration: .3s;
    transition-property: transform;
    transform: rotate(4deg);
}
.content4{
    margin-top: 60px;
}
.content4 #text-8 h2{
    color: #C96C4E;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.6px;
    padding-bottom: 20px;
}
.content4 #text-8 p{
    text-align: left;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: -0.7px;
    padding-bottom: 13px;
}
.content4 #text-9 p{
    color: #594F4D;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
}

.content4 #text-10 h2{
    margin-bottom: 6px;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 24px;
    padding-top: 20px;
}
.content4 #text-10 h2:before{
    content:"";
    background-image: url(../../uploads/01.png);
    margin-right: 20px;
    width: 69px;
    height: 69px;
    display: block;
    float: left;
}
.content4 #text-10 p{
    color: #594F4D;
    font-size: 17px;
    font-weight: 400;
    display: flex;
}
.content4 #text-11 h2{
    margin-bottom: 6px;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 24px;
    padding-top: 20px;
}
.content4 #text-11 h2:before{
    content:"";
    background-image: url(../../uploads/02.png);
    margin-right: 20px;
    width: 51px;
    height: 51px;
    display: block;
    float: left;
}
.content4 #text-11 p{
    color: #594F4D;
    font-size: 17px;
    font-weight: 400;
    display: flex;
}


.bac-content5{
    background-image: url(../../uploads/bg-3-scaled-1.jpg);
    padding-top: 230px;
    padding-bottom: 230px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay-bg {
    background: rgb(4 9 30 / 31%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content5 p{
    color: #fff;
    font-family: "Marcellus-Regular";
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}


.bac-content6{
    background-image: url(../../uploads/bg-2-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}
.content6 h2{
    color: #C96C4E;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.6px;
    padding-bottom: 10px;
    text-align: center;
}
.content6 p{
    text-align: center;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 40px;
    line-height: 1.3em;
    letter-spacing: -0.7px;
    padding-bottom: 70px;
}
.bgblog {
    padding: 0px 0px 120px 0px;
}
.title-latest-news {
    font-size: 32px;
    font-weight: 800;
    color: #1d2c38;
    text-align: center;
    margin-top: 200px;
    padding-bottom: 30px;
}
.box-latest-news {
    position: relative;
}
.box-content6 .col-md-4:nth-child(2){
    margin-top: 55px;
}
.box-latest-news .main-box-thumbnail a {
    position: relative;
}
.box-latest-news .box-thumbnail {
    overflow: hidden;
}
.box-latest-news .box-thumbnail img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
   height: auto;
}
.box-latest-news:hover img {
    transform: scale(1.045);
}
.box-latest-news .main-box-content {
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    /* background: #fff; */
    border-radius: 5px;
    position: relative;
    padding: 25px;
}
.box-latest-news .main-box-content .entry-header {
    padding-top: 16px;
}
.box-latest-news .entry-header a {
    font-family: 'Nunito-VariableFont_wght';
    color: #222;
    font-size: 20px;
    text-align: left;
    display: block;
    padding-bottom: 10px;
    line-height: 30px;
}
.box-latest-news .entry-header a:hover {
    color: #D9B698;
}
.box-latest-news .entry-content p {
    color: #777; 
    line-height: 1.5; 
    font-size: 16px;
    font-family: 'Mukta-Medium';
}
.box-latest-news .box-cat-name {
    display: inline-block;
    padding-top: 10px;
}
.box-latest-news .cat-name { 
    font-size: 13px;
    color: #777;
}
.box-latest-news .cat-name:before {
    font-family: "FontAwesome";
    content:"\f07c";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
}
.box-latest-news .box-date {
    display: inline-block;
    padding-top: 10px;
}
.box-latest-news .date {
    font-size: 13px;
    color: #777;
    margin-left: 10px;
}
.box-latest-news .date:before {
    font-family: "FontAwesome";
    content:"\f073";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
}


.bac-content7{
    background-image: url(../../uploads/bg-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
}
.content7 h2{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Marcellus-Regular";
    line-height: 1.2em;
    letter-spacing: 2.6px;
}
.content7 h3{
    text-align: left;
    color: #FFFFFF;
    font-family: "Marcellus-Regular";
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.7px;
}
.content7 p{
    color: #fff;
    padding-bottom: 70px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
}
.content7-1 {
  background: #fff;
  padding: 60px 60px 60px 60px;
  text-align: center;
}
.content7-2 {
    background: #fff;
    border-right: 1px dashed #333;
    border-left: 1px dashed #333;
    padding: 60px 60px 60px 60px;
    text-align: center;
}
.content7-3 {
    background: #fff;
    padding: 60px 60px 60px 60px;
    text-align: center;
}
.content7-4 {
  background: #fff;
  padding: 60px 60px 60px 60px;
  text-align: center;
  margin-top: 20px;
}
.content7-5 {
    background: #fff;
    border-right: 1px dashed #333;
    border-left: 1px dashed #333;
    padding: 60px 60px 60px 60px;
    text-align: center;
    margin-top: 20px;
}
.content7-6 {
    background: #fff;
    padding: 60px 60px 60px 60px;
    text-align: center;
    margin-top: 20px;
}
.content7-1 h2, .content7-2 h2, .content7-3 h2, .content7-4 h2, .content7-5 h2, .content7-6 h2{
    padding: 20px 0 10px;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.bac-content-8.googleReviews{
     margin-top: 80px;
     margin-bottom: 80px;
}
.content-8 h2{
    color: rgb(201, 108, 78);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.6px;
    padding-bottom: 40px;
    text-align: center;
}



.home .bg-footer{margin-top: 0;}
.bg-footer {
    background-image: url(../../uploads/bg-footer-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 130px 0px;
    position: relative;
    margin-top: 80px;
}
.bac-footer-overlay{
    background-image: url(../../uploads/footer-overlay-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.footer1 {
    margin-bottom: 80px;
}
.footer1 h2{
    text-align: left;
    color: #C96C4E;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.6px;
}
.footer1 p{
    text-align: left;
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 38px;
    line-height: 1.2em;
    letter-spacing: -0.7px;
}
.footer2{
    position: relative;
    z-index: 1;
}
.footer2 h2{
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 32px;
    padding-bottom: 20px;
    letter-spacing: -1.5px;
}
.footer2 .footer-tell{
    font-size: 15px;
    display: flex;
    font-weight: 600;
    color: #594f4d;
    align-items: center;
    margin-bottom: 40px;
}
.footer2 .footer-tell:before{
    font-family: "bootstrap-icons";
    content: "\F5C1";
    font-size: 25px;
    background-color: #2F2B2A;
    fill: #C96C4E;
    color: #C96C4E;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    margin-right: 9px;
}
.footer2 .footer-email{
    font-size: 15px;
    display: flex;
    font-weight: 600;
    color: #594f4d;
    align-items: center;
    margin-bottom: 40px;
}
.footer2 .footer-email:before{
    font-family: "bootstrap-icons";
    content: "\F24B";
    font-size: 25px;
    background-color: #2F2B2A;
    fill: #C96C4E;
    color: #C96C4E;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    margin-right: 9px;
}
.footer2 .footer-inesta{
    font-size: 15px;
    display: flex;
    font-weight: 600;
    color: #594f4d;
    align-items: center;
    margin-bottom: 40px;
}
.footer2 .footer-inesta:before{
    font-family: "bootstrap-icons";
    content: "\F437";
    font-size: 25px;
    background-color: #2F2B2A;
    fill: #C96C4E;
    color: #C96C4E;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    margin-right: 9px;
}
.footer2 .footer-face{
    font-size: 15px;
    display: flex;
    font-weight: 600;
    color: #594f4d;
    align-items: center;
    margin-bottom: 40px;
}
.footer2 .footer-face:before{
    font-family: "FontAwesome";
    content: "\f09a";
    font-size: 25px;
    background-color: #2F2B2A;
    fill: #C96C4E;
    color: #C96C4E;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    margin-right: 9px;
}
.footer2 .line{
    border-bottom-style: solid;
    border-bottom-color: #C96C4E;
    border-bottom-width: 1px;
}

.bg-footer4-6{
    background-color: #f6f2eb;
    padding-top: 70px;
}
.footer4 h2, .footer5 h2 , .footer6 h2  {
    color: #2F2B2A;
    font-family: "Marcellus-Regular";
    font-size: 32px;
    padding-bottom: 20px;
    letter-spacing: -1.5px;
}
.footer5 li{
    list-style: none;
}
.footer5 li a:before {
    content: "\F135";
    font-family: "bootstrap-icons";
    font-size: 17px;
    color: #888;
    vertical-align: middle;
    padding-right: 3px;
    transition: .6s;
}
.footer5 li a:hover:before {
    color: #D9B6A4;
    padding-right: 7px;
    transition: .6s;
}
.copyright{
    border-top: 1px solid #e2ddd7;
    margin-top: 40px;
}


.copyright p{
    text-align: center; 
    color:#9c9894; 
    padding-top: 20px;
    font-size: 14px;
}


/** foogallery **/
.foogallery-album-gallery-list .foogallery-pile h3 {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 22px !important;
}
.foogallery-album-gallery-list .foogallery-pile h3 span {
    display: none !important;
}



/*** contact us ***/
.page-id-15 .entry-content .icon-address:before {
    content: "\F3E8";
    font-family: "bootstrap-icons";
  }
.page-id-15 .entry-content .whatsapp:before{
      font-family: "FontAwesome";
      content: "\f232";
      font-size: 20px;
      vertical-align: middle;
  }
  .page-id-15 .entry-content .telegram:before{
      font-family: "FontAwesome";
      content: "\f1d9";
      font-size: 20px;
      vertical-align: middle;
  }
.page-id-15 .entry-content .address:before, .page-id-15 .entry-content .email:before, .page-id-15 .entry-content .oclock:before {
      color: #C3957D;
      font-size: 25px;
      margin-right: 10px;
  }
.page-id-15 .entry-content .email:before {font-size: 20px;}
.page-id-15 .entry-content .address h2, .page-id-15 .entry-content .fax h2, .page-id-15 .entry-content .email h2, .page-id-15 .entry-content .oclock h2 {
    padding-top: 15px;
    color: #393C40;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }
.page-id-15 .entry-content .oclock:before {
    content: "\F293";
    font-family: "bootstrap-icons";
  }
.page-id-15 .entry-content .oclock a {
    text-align: center;
    margin: 32px 0 20px;
    font-size: 15px;
  }
.page-id-15 .entry-content .email:before {
    content: "\F32F";
    font-family: "bootstrap-icons";
  }
.page-id-15 .entry-content .fax:before {
    content: "\f16d";
    font-family: "FontAwesome";
  }
.page-id-15 .entry-content input {
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ced7e4;
    padding: 13px 15px 13px 20px;
    font-size: 15px;
  }
.page-id-15 .entry-content input .wpcf7-captchar {
    width: auto;
  }
.page-id-15 textarea {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #e2d7f1;
    padding: 13px 15px 13px 20px;
    width: 100%;
    margin-bottom: 5px;
  }
.page-id-15 .entry-content label {
    width: 100%;
  }
.page-id-15 .entry-content input[type=submit] {
    width: auto;
    background: #BAAC92;
    color: #fff;
    border: 1px solid #BAAC92;
    padding: 10px 40px;
    display: inline-block;
  }
.page-id-15 .entry-content input[type=submit]:hover {
    background: #fff;
    color: #C3957D;
  }





/**** inner-page ****/
.inner-page{margin-top: 40px;}
.inner-page h1 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 32px;
    padding-left: 14px;
    color: #372644;
    border-left: 3px solid #BAAC92;
}


/**** cat-post ****/
.description-cat{
    background: #04091e;
    margin: 30px 0;
    padding: 50px 0 23px;
}
.description-cat .taxonomy-description h2 {
    color: #fff !important; 
    text-align: center;
}
.description-cat .taxonomy-description p {
    font-size: 14px; 
    color: #fff !important; 
    text-align: center;
}
.category .cat-post {
    margin-top: 50px;
}
.category .cat-post img {
    margin: 0 auto;
    display: block;
    height: auto;
}
.category .cat-post h2.entry-title {
    font-weight: bold;
    padding: 30px 0px 30px 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
}
.category .cat-post p {
    padding: 10px 0px 25px;
    color: #656565;
}
.category .joomirpost {
    box-shadow: 0px 0px 4px #cdcdcd;
    padding: 13px;
    background: #fff;
    height: 807px;
}
.category article {
    margin-bottom: 20px;
}
.archive .nav-links .page-numbers{padding: 0 8px; background: #EEEEEE;}


/**** inner-post ****/
.inner-post {
    margin-top: 50px;
}
.inner-post .entry-content img {
    margin: 10px auto;
    display: block;
	height: auto;
}
.inner-post .content-left .post-thumbnail img{width: 100%; height: auto; margin-bottom: 40px;}
.inner-post .content-left .entry-title {
    padding-top: 20px;
	font-weight: bold;
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
}
.inner-post p {
    color: #000;
    line-height: 2;
}
.inner-post ul {
    padding-left: 20px;
}
.blog-content-right {
    margin-top: 30px;
}
.blog-content-right section {
    margin-bottom: 30px;
    border-top: 5px solid #BAAC92;
    padding: 30px;
    color: #000;
    box-shadow: 0px 0px 4px #cdcdcd;
}
.blog-content-right section h2{
    font-family: "Marcellus-Regular";
}


/*100%*/
@media (max-width:1400px) {
   .box-center img{
       height:528px !important;
   }
    .content1-right-one p {
         font-size: 13px;
    }
    .content1-right-three {
        margin: 35px 0px 20px 0px;
        padding: 64px 0px 64px 0px;
   }
   .bac-content2 p {
      font-size: 27px;
    }
    .content4 #text-8 p {
      font-size: 24px;
    }
    .content4 #text-9 p {
      font-size: 15px;
    }
    .content4 #text-10 p {
      font-size: 12px;
    }
    .content4 #text-11 p {
      font-size: 12px;
    }
    .bac-content5{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .content6 p {
      font-size: 30px;
    }
    .content7-1, .content7-2, .content7-3{
        padding: 60px 38px 60px 38px;
    }
    .footer1 p {
      font-size: 20px;
      line-height: 30px;
    }
}


@media (max-width:767px) {
	.main-menu {
        display: none;
    }
    .btn-contact-header a{
        display: block;
    }
    .slider {
        height: auto;
        background-position: initial;
    }
    .content1 {
        padding-top: 197px;
    }
    .content1-left #text-3 h2 {
        font-size: 58px;
    }
    .content1-left #text-4 a {
        margin-top: 8px;
    }
    .content1-right {
        margin-top: 50px;
    }
    .bac-content5 {
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .box-content6 .col-md-4:nth-child(2) {
        margin-top: 0px;
    }
    .box-content6 .box-latest-news{
        margin-bottom: 30px;
    }
    .content6 p {
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0;
    }
    .content7-1, .content7-3, .content7-4, .content7-6 {
       padding: 60px 0px 60px 0px;
    }
    .content7-2 {
        border-top: 1px dashed #333;
        border-bottom: 1px dashed #333;
        border-right: 0;
        border-left: 0;
        padding: 60px 0px 60px 0px;
    }
     .content7-5 {
        border-top: 1px dashed #333;
        border-bottom: 1px dashed #333;
        border-right: 0;
        border-left: 0;
        padding: 60px 0px 60px 0px;
        margin-top: 0;
    }
    .content7-6{
         margin-top:0;
    }
    .bg-footer{
        padding: 69px 0px 50px 0px;
    }
    .footer1 p {
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0;
    }
    .footer2 #text-22 .col-md-5{
        padding-left: 15px !important;
    }
    .footer3{
        margin-top: 30px;
    }
    .category .joomirpost{
        height: auto;
    }
}
@media (max-width: 576px) {
   
    
}