body>font:first-of-type {
		display: none;
}
header {
		position: fixed;
		width: 100%;
		top: 0;
		min-width: 320px;
}
#stickyNav.fixed {
		/* position: absolute; */
}
.photo_container {
		min-height: 300px;
}
.close-thik {
		color: #0d1a27 !important;
		opacity: 0.7 !important;
		font-weight: normal !important;
		margin-top: -2px;
		margin-right: 23px;
}
.close-thik:after {
		content: '';
		height: 25px;
		width: 25px;
		background-image: url(../images/close.png);
		position: absolute;
}
.circle_image_1 svg {
		width: 100%;
		height: 100%;
}
@media screen and (max-height: 900px) {
		.photo_container {
				min-height: 100px;
		}
}
@media screen and (max-width: 768px) {
		.wrapper {
				margin-top: 70px;
		}
}
@media screen and (max-width: 320px) {
		.main_content {
				padding: 0 0 40px 0;
		}
}
@media (max-width: 320px) {
		.circle_content_title {
				margin: auto;
				max-width: 80px;
		}
		.quote {
				margin: auto;
		}
}


/**/
.header_subtitle {
		margin: 0 !important;
}

.wrapper {
		height: auto !important;
		background-size: cover !important;
		background-position: center bottom !important;
		min-height: 260px !important;
		max-height: 760px !important;
		/* max-height: 350px !important; */
		margin-bottom: 50px !important;
		position: relative !important;
}

.header_inner {
		height: 100% !important;
		display: flex !important;
		align-items: center !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
}

.wrapper:before {content: '';padding-top: 33.333%;position: relative;display: block;}

html, body {
		height: 100%;
}
