/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body, html,
.header-center #main-menu ul#menu-main-navigation li a,
.section-top h2,
.section-top h3,
h1,
h2 {
/* 	font-family: playfair!important; */
	/* font-family: 'Open Sans', sans-serif !important; */
}

.header-right .block-nowrap {
    display: none;
}
.header-center #main-menu ul#menu-main-navigation li a {
    padding: 0px!important;
    margin: 0px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'playfair';
    text-transform: capitalize;
    background-color: transparent;
}

.header-center #main-menu ul#menu-main-navigation li.current-menu-item a, .header-center #main-menu ul#menu-main-navigation li a:hover, .header-center #main-menu ul#menu-main-navigation li a:active, .header-center #main-menu ul#menu-main-navigation li a:focus {
    background-color: transparent!important;
    color: #98896f;
}
a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
body::-webkit-scrollbar {
    width: 8px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #98896f;
  outline: 1px solid #98896f;
}

::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #fff;
}

::selection {
    color: #000;
    background: #fff;
}
.section-top {
    padding-top: 185px;
}

.section-top h3 {
  font-family: 'playfair';
  margin-bottom: 22px;
  letter-spacing: 0;
}

.section-top h2 {
    /* font-family: 'playfair';*/
     margin-bottom: 60px;
     position: relative;
     letter-spacing: 0;
}
.section-top .wpb_wrapper p {
    max-width: 840px;
    margin: 0 auto 95px!important;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
}
.section-top h2:before {
    content: "";
    position: absolute;
    left: 145px;
    width: 263px;
    height: 1px;
    background-color: #656565;
    top: 20px;
}

.section-top h2:after {
    content: "";
    position: absolute;
    right: 145px;
    width: 263px;
    height: 1px;
    background-color: #656565;
    top: 20px;
}
.f-copyright {
    max-width: 1200px;
    background-color: #4c4437;
    margin: 27px auto 30px!important;
    border-radius: 10px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.f-copyright p {
    margin: 0px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
}

.f-copyright ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.f-copyright ul li {
    display: inline-block;
    margin-left: 40px;
}

.f-copyright aside {
    margin-bottom: 0px;
}

.f-copyright ul li a {
    color: #fff;
    display: inline-block;
}

.f-copyright ul li a:hover, .f-copyright ul li a:active, .f-copyright ul li a:focus {
    color: #98896f;
}
.social-right-bx {
    position: fixed;
    top: 50%;
    z-index: 9999;
 
    width: 30px;
}

.social-right-bx .share-links a {
    display: block;
    background: transparent!important;
    width: auto!important;
    margin: 0px!important;
}
header#header {
    position: fixed!important;
}
footer.footer-info {
    max-width: 1325px;
    margin: 0 auto;
    position: relative;
}
.f-copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#mySidenav ul#menu-main-navigation-2 li {
    display: block;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.page-id-35 header#header,
.page-id-55 header#header,
.page-id-60 header#header {
	position: unset !important;
	border: 0 !important;
}
#header .header-main {
	background-color: #010102;
}
.title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.4;
	margin: auto;
	position: relative;
}
.title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 80%;
	height: 1px;
	background-color: #5d5e5e;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	z-index: 0;
}
.title span {
	width: max-content;
	display: block;
	margin: auto !important;
	background-color: #010102;
	position: relative;
	z-index: 1;
	padding: 0 50px;
}
#about-content-row {
	background-color: rgba(0,0,0,83%);
	background-blend-mode: overlay;
	padding: 60px 0 60px 25px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	margin-top: 50px;
	
}
.about-content-txt {
	height: 380px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #a09075 #31302f;
	padding-right: 20px;
	margin-right: 20px;
}
.txt p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
}
.contact-info-box .porto-icon {
	width: 50px;
	height: 50px;
	background-color: #a09075;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: auto auto 20px;
	color: #fff;
	font-size: 22px !important;
}
.contact-info-box .porto-sicon-title {
	font-size: 26px;
	font-weight: 400;
	color: #a09075;
	line-height: 1.4;
	letter-spacing: 0;
}
.contact-info-box .porto-sicon-description p {
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
	line-height: 1.4;
}
.contact-info-box {
	padding: 25px;
	border-radius: 20px;
	background-color: rgba(0,0,0,60%);
	min-height: 255px;
}
#about-content-row.about-content-txt {
	align-items: flex-start;
}
.title2 {
	font-size: 26px;
	font-weight: 700;
	color: #a09075;
	line-height: 1.4;
	letter-spacing: 0;
}
#aboutus .wpcf7-form-control-wrap, 
#aboutus .wpcf7-form-control-wrap input, 
#aboutus .wpcf7-form-control-wrap textarea {
	width: 100%;
}
#aboutus .wpcf7-form-control {
	height: 48px;
	border-radius: 12px;
	background-color: #000;
	border: 1px solid #a09075;
	margin-bottom: 15px;
	color: #a09075;
}
#aboutus .wpcf7-form-control::placeholder {
	color: #a09075 !important;
	opacity: 1;
}
#aboutus textarea.wpcf7-form-control {
	height: 80px;
}
#aboutus .wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background-color: #a09075;
	color: #fff;
	opacity: 1;
	letter-spacing: 1px;
}
#about-content-row.about-content-txt {
	overflow-x: hidden;
}
.section-top h2 {
	/* font-family: 'Open Sans', sans-serif !important; */
}
.contact-info-box {
	padding: 5px;
	min-height: auto;
}
.contact-info-box .porto-sicon-header {
	margin-bottom: 0 !important;
}
.contact-info-box .porto-sicon-description p {
	margin-bottom: 0 !important;
}
.contact-info-box .porto-sicon-title {
	font-size: 20px;
	line-height: 1;
}
.contact-info-box .porto-sicon-description {
	margin-top: 5px;
}
.title2 {
	margin-bottom: 5px;
}
#aboutus .wpcf7-form-control {
	margin-bottom: 10px;
}
.about-content-txt {
	height: auto;
	overflow: unset !important;
}
body .section-top h3, body .section-top h2 {
	text-transform: unset !important;
} 
body .section-top h2 {
	font-size: 30px !important;
}
#aboutus {
	background-color: transparent !important;
}
#header .header-main {
	background-color: transparent;
}
#main {
	background: transparent;
}
#about-content-row {
	background-color: transparent;
	margin-top: 0;
}
#about-content-row .txt p {
	text-align: left !important;
	color: #e4d8c5;
}
.title::after {
	display: none;
}
.title span {
	background-color: transparent;
}
.title {
	color: #716551;
}
.invest-title {
	color: #716551 !important;
}
.invest-title::after,
.invest-title::before {
	display: none;
}
#header, .fixed-header #header {
	background-color: transparent !important;
}
#main {
	background-color: transparent !important;
}
body {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 100vh;
}




@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media (max-width:550px) {
	.title {
		font-size: 30px;
	}
	.title span {
		padding: 0 30px;
	}
	#about-content-row {
		margin-top: 30px;
		padding: 20px 20px 20px 25px;
	}
	.txt p {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		line-height: 1.4;
	}
	#aboutus {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.title span.title-inner {
	display: block !important;
	white-space: normal;
	word-break: break-word;
	width: 100%;
}
	#about-content-row {
	margin-top: 0;
}
	body {
		height: 100%;
	}
	body.home {
		height: 100vh;
	}
	#section1 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}