/*--fonts_poppins--*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

/*--basic--*/
* {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: auto;
}

body {
	background: #fff;
	font-family: 'EB Garamond', serif;
	color: #666666;
}

.favicon {
	height: 16px;
	width: 16px;
	object-fit: contain;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	box-sizing: border-box;
	width: 100% !important;
}

.container:after {
	clear: both;
	content: "";
	display: table;
}

input,
button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	outline: 0;
	border: 1px solid #666666;
	background: #fff;
	height: 43px;
	padding: 0 20px;
	font-family: 'EB Garamond', serif;
	border-radius: 4px;
	font-size: 16px;
	width: 100%
}

input[type=checkbox],
input[type=radio] {
	width: auto;
	height: auto;
	border-radius: 4px;
}

textarea {
	padding: 15px 20px;
	height: 100px;
	border-radius: 4px;
}

input[type=submit],
button {
	width: auto;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding: 8px 20px;
	background: #323586;
	color: #fff;
	display: inline-block;
}

input[type=submit]:hover,
button:hover {
	background-color: #666666
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'EB Garamond', serif;
	color: #323586;
	letter-spacing: 1px;
}

h1 {
	font-size: 46px;
	line-height: 54px;
}

h2 {
	font-size: 34px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

p {
	font-family: 'EB Garamond', serif;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 12px;
}

p:last-child {
	margin-bottom: 0 !important;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	vertical-align: top;
	display: inline-block;
	height: 950px;
}

.row {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.row .left {
	padding-right: 10px;
	width: 50%;
	margin: 0;
	display: inline-block;
}

.row .right {
	padding-left: 10px;
	width: 50%;
	margin: 0;
	display: inline-block;
}

.py-10 {
	padding: 10px 0;
}

/*--Header--*/

.header {
	width: 100%;
	display: inline-block;
	padding: 20px 0 10px;
	text-align: center;
}

.header .logo {
	width: auto;
	display: inline-block;
}

.header .logo a {
	width: auto;
	display: inline-block;
}

.header .logo a img {
	width: 350px;
	height: 27px;
	object-fit: contain;
	object-position: center;
}


/*--Section--*/

/*--Two Image Section--*/
.two-img-sec {
	width: 100%;
	display: inline-block;
}

/*--Full Width Content Section--*/
.full-width-content-sec {
	width: 100%;
	display: inline-block;
}

.full-width-content-sec .content-inner {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 129px 25px;
	background-color: #111936;
}

.full-width-content-sec .content-inner p {
	font-size: 36px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 400;
	width: 100%;
	max-width: 864px;
	display: inline-block;
}

/*--Image Content Section--*/
.img-content-sec {
	width: 100%;
	display: inline-block;
}

.img-content-sec .left img {
	height: 825px;
	object-fit: cover;
	object-position: bottom;
}

.img-content-sec .content {
	height: 100%;
	background-color: #111936;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.img-content-sec .content ul {
	max-width: 410px;
	width: 100%;
	display: inline-block;
	margin: 0 0 70px;
}

.img-content-sec .content ul li {
	width: 100%;
	font-size: 26px;
	line-height: 52px;
	color: #ffffff;
	font-weight: 400;
}

.img-content-sec .content p {
	max-width: 380px;
	width: 100%;
	display: inline-block;
	margin: 0;
	font-size: 26px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 400;
}

.img-content-sec .content p a {
	color: #ffffff;
}

.img-content-sec .content p span {
	width: auto;
	display: inline-block;
	margin: 0 20px;
}


/*--Footer--*/

.footer {
	width: 100%;
	display: inline-block;
}

.footer .footer-inner {
	padding: 36px 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #111936;
}

.footer .footer-inner .logo {
	width: auto;
	display: inline-block;
	margin: 0 0 4px 0;
}

.footer .footer-inner .logo a {
	width: auto;
	display: inline-block;
}

.footer .footer-inner .logo a img {
	width: 341px;
	height: 26px;
	object-fit: contain;
}

.footer .footer-inner .content {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.footer .footer-inner .content .location {font-size:18px; margin:8px 0 30px; color:#fff;}

.footer .footer-inner .content p {
	width: 100%;
	display: inline-block;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
}

.footer .footer-inner .content p a {
	color: #ffffff;
}

.footer .footer-inner .content p span {
	width: auto;
	display: inline-block;
	margin: 0 20px;
}


.footer .footer-inner .content div.credit {
	font-size:18px;
	color:#fff;
}

.footer .copyright-text {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

.footer .copyright-text p {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: 400;
	width: 100%;
	display: inline-block;
}