@font-face {
    font-family: 'marigold';
    src:  url('fonts/marigold.woff2') format('woff2'),
        url('fonts/marigold.woff') format('woff');
	    font-weight: normal;
    font-style: normal;
}

:root {
    /* fonts */
    --var-font-title: 'marigold', sans-serif;
    --var-font-text: "Open Sans", sans-serif;

    /* font sizes */
    --font-size-22: 22px;
    --font-size-mini: 15px;
    --font-size-xl: 20px;
    --font-size-80: 80px;
    --font-size-48: 48px;
    --font-size-13xl: 32px;
    --font-size-xs: 12px;
    --font-size-lg: 18px;
    --font-size-pop: 3.4375rem;
    --font-size-tag : 80px;

    /* Colors */
    --color-white: #fff;
    --color-gray-100: #2b2420;
    --color-gray-200: #1a1713;
    --color-whitesmoke: #f2efec;
    --color-darkgray: #a5a5a5;

    /* border radiuses */
    --br-29xl: 48px;
    --br-xl: 20px;
}

*:not(i) {

}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family:'marigold', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
h1, h1 * {
	font-size:26px;
}
h2, h2 * {
	
}
h3, h3 * {
	
}
h4, h4 * {
	
}
h5, h5 * {
	
}

body,
p {
    font-family: var(--var-font-text);
	font-weight:300;
	font-size:16px;
	line-height:1.75;
}
a,
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.home_slider {
    z-index:-1;
}
.about_profile_img_1 img {
	max-width:150px;
}
.profile_zoom a {
	display:inline-block;
	width:100%;
	overflow:hidden;
}
.profile_zoom a img {
	transition-duration: 4s;
}
.profile_zoom a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.title-left h2 {
	/*
	position:relative;
	padding-bottom:7.5px;
	margin-bottom:15px;
	border-bottom:solid 2px #dbb658;
	display:inline-block;
	*/
	margin-bottom:30px;
	border-left:solid 4px #dbb658;
	padding-left:15px;
	padding-top:2px;
}
.title-left h2 {

}
body:not(.home) header,
body:not(.home) .overlay {
box-shadow: 0px 3px 30px #00000014;
	background:#fff;
}
header {
    padding:15px 0; 
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index:100;
}
body.home header {

    padding:15px 0;
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
}
.sie-header_0 {
	width: 46px;
	height: 46px;
	cursor: pointer;
	display:inline-block;
}
body .sie-header_0 svg {
  fill: #000;
}
body.home .sie-header_0 svg {
  fill: #fff;
}

.header_1 h1 {
    letter-spacing:2px;
	margin-top:-3.75px;
	text-transform:uppercase;
}
body.home .header_1 h1 {
	color:#fff;
}
.header_1 a {
    color:#000;
}
.header_2 {
	text-align:right;
}
.header_2 ul {
    list-style: none;
    padding-left: 0; 
    margin-bottom: 0;
    text-align: right; 
}
.header_2 ul>li {
    display: inline-block;
    margin-left: 15px;
}
.header_2 ul>li>a {
    color:#000;
    border-bottom:solid thin transparent;
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-weight: 300;
    font-size: 15px;
}

.overlay {
	padding:15px 0;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:200;
	background:rgba(255,255,255,0.9);
    box-shadow: 0px 3px 30px #000;
}
.home .overlay {
	position:absolute;
}
.overlay svg {
  fill: #000;
}
.overlay .sie-menu_10 {
	width: 46px;
	height: 46px;
	cursor: pointer;
	display:inline-block;
}
.overlay .header_1 h1 {
    color:#000 !important;
}
.overlay ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0;
	border-top: solid 0.5px #dbb658;
	padding-top:15px;
	padding-bottom:0px;
}
.overlay ul>li {
	margin-right:15px;
	display:inline-block;
}
.overlay ul>li>a {
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.main_home_img {
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding:120px 0 30px;
}
.main_home_img h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color:#fff;
    font-family: var(--var-font-text);
    text-transform: uppercase;
}
.main_home_img h3 {
    font-weight: 400;
    font-size: 4rem;
    color:#fff;
}
.columns_custom_layout h1 {
    margin-bottom: 30px;
	font-size:2.5rem;
}

.grid-item div {
    box-shadow: 0px 3px 15px #00000014;
    display: inline-block;
    padding: 15px;
    background-color: #fff;
	border:solid thin #ebebeb;
    margin-bottom: 30px;
}
.grid-item p {
	text-transform:capitalize;
}
.content_block_img img {
    box-shadow: 0px 3px 15px #00000014;
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: calc(30px - 1rem); 
}
div.wpforms-container-full {
    margin-top: 0;
}
div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, div.wpforms-container-full textarea,
.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row {
    max-width: none;
}
div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color:#fff !important;
    color:#000 !important;
    border:solid thin #000;
    border-radius: 0;
}
div.wpforms-container-full button[type="submit"]:hover {
    background-color:#000 !important;
    color:#fff !important;
    border:solid thin #000;
    border-radius: 0;
}
.about_profile {

}
.about_profile img {
    margin-bottom: 15px;
}
.about_profile h3 {
    margin-bottom: 15px;
}
.project_img a {
    box-shadow: 0px 3px 15px #ccc;
	border:solid thin #ccc;	
}
.about_img a
 {
    box-shadow: 0px 3px 15px #ccc;
	border:solid thin #ccc;
}
iframe {
    width:100%;
}
@media(max-width:767.98px) {
	h1, .h1 {
		font-size:16px;
	}
	.main_home_img h3 {
		font-size:64px;
	}
	.header_1 {
		text-align:left;
		margin-bottom:0px;
	}
	.header_2 ul {
		text-align:center;
	}
	.header_2 ul li {
		margin-left:7.5px;
		margin-right:7.5px;
	}
    .overlay ul > li {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
	.home {
        
    }
}