/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */


/* #Site Styles
================================================== */

/* ### general ### */
html,
body { font-family: 'Cera Pro', sans-serif; font-size: 16px; color: #fff; line-height: 1.6; }
body { background: #fff; }
input,
select,
textarea { font-family: 'Cera Pro', sans-serif; font-size: 12px; color: #1a200e; }
img { display: block; max-width: 100%; height: auto; border: 0; }
:focus { outline: none; }
ul { list-style: none; margin: 0; padding: 0; }
a { display: inline-block; transition: all 0.25s ease-in-out; }
p { margin-bottom: 30px; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 500; line-height: 1.3; margin-bottom: 30px; }
h1 { font-size: 60px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }


/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.container { max-width: 1405px; }
.btn { font-size: 16px; color: #f7f7ef; font-weight: 500; padding: 12px 26px 12px 18px; border-radius: 0 50px 50px 0; border: 0; display: inline-flex; align-items: center; }
.btn-primary { background-color: #36cf5a; border: 1px solid #36cf5a; }
.btn-primary:hover { background-color: #389c68; border: 1px solid #389c68; }
.btn-secondary { background-color: rgba(255, 255, 2555, 0.1); }
.form-control { padding: 10px 20px; width: 100%; height: 58px; font-size: 16px; color: #000; border: 1px solid rgba(0, 23, 0, 0.2); border-radius: 10px; background-color: #fff; }
.form-control:focus { border: 1px solid rgba(0, 23, 0, 0.2); box-shadow: none; outline: inherit; }
.form-control::placeholder { color: rgba(0, 23, 0, 0.2); }
.contact-form-field { margin-bottom: 20px; }
textarea.form-control { min-height: 110px; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }

/* ### wrapper ### */
.wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* ### header ### */
header { padding: 4px 0; position: fixed; top: 0; width: 100%; transition: 0.3s; z-index: 5; background-color: #0d142c; }
header .logo-sticky { display: none; }
.header-contact ul > li:first-child { margin-right: 20px; }
.header-info { padding: 21px 0; transition: 0.3s; }
.header-info .btn { top: 20px; right: 80px; font-size: 14px; z-index: 5; padding: 12px 18px 14px 18px; }
.logo-name img { width: 260px; transition: 0.3s; }
.logo-icon img { width: 22px; transition: 0.3s; }
.logo { z-index: 5; }
header.sticky .logo-sticky { display: block; }
header.sticky .logo-name { display: none !important; }

/* ### menu box ### */
.menu { padding: 110px 30px 90px; position: fixed; top: 0; left: 0; z-index: 1; opacity: 0; visibility: hidden; width: 100%; height: 100vh; background-color: #0d142c; transition: all 0.3s; overflow: auto; }
.menu.active { opacity: 1; visibility: visible; }
.menu ul > li { margin-bottom: 15px; }
.menu ul > li:last-child { margin-right: 0; }
.menu ul > li a { font-weight: 500; text-decoration: none; color: #fff; transition: 0.3s; }
.menu ul > li a:hover { color: #36cf5a; }
.menu ul > li a i { font-size: 10px; padding-left: 10px; }
.menu ul > li a span { color: #fff; font-size: 11px; background-color: #36cf5a; border-radius: 0 50px 50px 0; padding: 1px 8px 0 5px; margin-left: 5px;}

/* ### mobileMenu ### */
.mobileMenu { position: absolute; top: 48%; right: 29px; z-index: 15; display: unset; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; transform: translateY(-50%); transition: all 0.3s; cursor: pointer; overflow: hidden; }
.mobileMenu span { position: absolute; top: 50%; left: 50%; display: block; width: 23px; height: 2px; text-indent: -9999px; border-radius: 0; background-color: #fff; transform: translateX(-50%) translateY(-50%); transition: 0.2s; }
.mobileMenu span:before,
.mobileMenu span:after { position: absolute; right: 0; display: block; width: 13px; height: 2px; border-radius: 0; background-color: #fff; transition-duration: 0.2s, 0.2s; content: ''; }
.mobileMenu span:before { width: 17px; top: -7px; }
.mobileMenu span:after { bottom: -7px; }
.mobileMenu.active span { background: none; }
.mobileMenu.active span:before,
.mobileMenu.active span:after { left: 0; background-color: #FFF; transition-delay: 0s, 0.2s; }
.mobileMenu.active span:before { top: 0; width: 24px; transform: rotate(45deg); }
.mobileMenu.active span:after { bottom: 0; width: 24px; transform: rotate(-45deg); }

/* ### footer ### */
footer { padding-bottom: 2000px; }


/* #Media Queries
================================================== */

/* Start custom */
@media only screen and (max-width: 767px) {
	a.logo {
		max-width: 100px;
	}

	#contact-antem {
		width: 120px !important;
		height: 120px !important;
	}

	.about-person {
		height: 300px !important;
		width: calc(100% + 100px) !important;
		margin-top: 100px;
	}
}
/* End custom */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 767px) {
	 header.sticky .logo-sticky img { width: 173px; }
	 header.sticky .menu { margin-bottom: 0; }

	.menu { margin-bottom: 10px; }
}

@media only screen and (min-width: 991px) {
	.logo-name img { width: 200px; }
	 header { padding: 30px 0; background-color: unset; }
	 header.sticky { transform: translateY(-80px); }
	 header.sticky .header-info { background-color: #fff; border-radius: 0 50px 50px 0; width: 100%; padding: 30px 50px 30px 30px; }
	 header.sticky .menu ul > li a { color: #0d142c; }
	.mobileMenu { display: none; }
	.menu { padding: 0; position: unset; opacity: 1; visibility: visible; width: unset; height: unset; background-color: unset; overflow: unset; }
	.menu ul { margin: 0; padding: 0; display: flex; }
	.menu ul > li { margin-right: 30px; margin-bottom: 0; }
}

@media only screen and (min-width: 1199px) {

}

@media only screen and (min-width: 1480px) {
	.logo-name img { width: 260px; }
	.submenu { display: none; }
	 header.sticky .header-info { width: 85%; }
	.menu ul > li { margin-right: 39px; }
}

@media only screen and (min-width: 1440px) {
	header.sticky .header-info { padding: 30px 95px 30px 30px; width: 79%; }
}

