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

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/* #Site Styles
================================================== */
:root {
	scroll-behavior: unset;
}

/* ### general ### */
html,
body { font-family: 'Ubuntu', sans-serif; font-size: 16px; line-height: 1.7; color: #041c3a; }
body { background: #fff; }
input,
select,
textarea { font-family: sans-serif; font-size: 12px; color: #000; }
img { display: block; max-width: 100%; border: 0; }
:focus { outline: none; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 700; line-height: 1.15; }
h1 { font-size: 60px; }
h2 { font-size: 32px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 22px; }
a { display: inline-block; transition: all 0.25s ease-in-out; }
p { margin-bottom: 20px; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.container { max-width: 1205px; }
.container-xl { max-width: 1855px; }
.btn { padding: 14px 20px 13px; display: inline-block; font-size: 17px; font-weight: 500; line-height: 1.1; text-align: center; text-decoration: none; border-radius: 25px; }
.btn-primary { color: #fff; border: 0; background: #f8991d; }
.btn-primary:hover { background: #915608ff; transition: 0.6s ease-out; }
.btn-success { color: #fff; border: 0; background: #9fb3a4; }
.btn-success:hover { background: #495e4e; }

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

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { position: relative; z-index: 9; width: 100%; }
#headerCntr .logo { padding-top: 60px; position: relative; z-index: 2; }
#headerCntr .info { margin-bottom: 0; margin-left: auto; padding: 8px 20px 6px; max-width: 397px; list-style: none; border-radius: 0 0 0 15px; background: #1e3563; }
#headerCntr .info > li:after { margin: -2px 13px 0 12px; display: inline-block; width: 1px; height: 17px; vertical-align: middle; background-color: #fff; content: ''; }
#headerCntr .info > li:last-child:after { display: none; }
#headerCntr .info > li > a { font-size: 17px; letter-spacing: 0.2px; text-decoration: none; color: #fff; transition: all 0.3s; }
#headerCntr .info > li > a:hover { color: #9fb3a4; }
#headerCntr .info > li > a > i { padding-right: 7px; font-size: 16px; color: #9fb3a4; }

/* ### menu box ### */
.menuBox { margin-top: 62px; }
.menuBox ul { margin-bottom: 0; padding-left: 0; display: flex; justify-content: end; list-style: none; }
.menuBox ul > li { margin-right: 41px; padding-bottom: 13px; position: relative; }
.menuBox ul > li:last-child { margin-right: 0; }
.menuBox ul > li > a { position: relative; font-size: 17px; font-weight: 400; text-decoration: none; color: #12254a; }
.menuBox ul > li > span { cursor: default; }
.menuBox ul > li:hover a { font-weight: 700; color: #f8991d; }
.menuBox ul > li:hover ul > li > a { font-weight: 400; color: #12254a; }
.menuBox ul > li > ul { padding: 0 0 2px; position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; width: 189px; border-radius: 0 0 15px 15px; background: #fff; transition: all 0.25s ease-out; }
.menuBox ul > li:hover > ul { opacity: 1; visibility: visible; }
.menuBox ul > li > ul > li { margin-right: 0; margin-left: 0; padding-bottom: 0; position: relative; border-bottom: 1px #f6f6f6 solid; }
.menuBox ul > li > ul > li > a { padding: 6px 20px; display: block; font-size: 15px; }
.menuBox ul > li > ul > li > a:hover { color: #f8991d; }
.menuBox ul li > ul > li:last-child { border-bottom: none; }
.menuBox ul > li > a.arrow:after { display: inline-block; font-family: 'icomoon', sans-serif; vertical-align: middle; content: '\e902'; }
.menuBox .menu-bg { position: absolute; bottom: 9px; left: -83px; opacity: 0.1; width: 529px; height: 324px; }

/* ### mobileMenu ### */
.mobileMenu { position: absolute;
	top: 59px;
	right: 20px;
	z-index: 9;
	display: none;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #f8991d;
	transition: all 0.3s ease-in-out; }
.mobileMenu span { position: relative; display: block; width: 19px; height: 3px; border-radius: 5px; background: #fff; transition: all 0.3s ease-in-out; }
.mobileMenu span:before,
.mobileMenu span:after { position: absolute; display: block; width: 100%; height: 3px; border-radius: 5px; background-color: #fff; transition: all 0.3s ease-in-out; content: ''; }
.mobileMenu span:before { top: -5px; }
.mobileMenu span:after { bottom: -5px; }
.mobileMenu.active span { background: none; }
.mobileMenu.active span:before { top: 0; transform: rotate(45deg); }
.mobileMenu.active span:after { bottom: 0; transform: rotate(-45deg); }

/* ### content container ### */
#contentCntr { width: 100%; }

/* ### banner image ### */
.bannerBox { padding-right: 37px; padding-left: 37px; position: relative; }
.bannerBox .holder { padding-top: 176px; padding-bottom: 165px; }
.bannerBox .intro { position: relative; z-index: 3; width: 100%; max-width: 599px; }
.bannerBox h1 { margin-bottom: 39px; color: #fff; }
.bannerBox .btn { padding: 12px 20px; font-size: 20px; font-weight: 700; }
.bannerBox .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 25px; overflow: hidden; }
.bannerBox .bg-image img { width: 100%; height: 100%; object-fit: cover; }
.bannerBox .bg-image:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 25px; background: linear-gradient(to bottom, rgba(18, 37, 74, 0.5) 0%, rgba(38, 38, 38, 0) 100%); content: ''; }

/* ### about box ### */
.aboutBox { margin-bottom: 140px; padding-top: 58px; position: relative; }
.aboutBox .content { padding-right: 20px; }
.aboutBox h2 { margin-bottom: 12px; line-height: 1.32; }
.aboutBox .list { margin-top: -181px; padding: 5px 30px; width: 100%; max-width: 480px; border-radius: 25px; background: #f6f6f6; }
.aboutBox .items { padding-top: 26px; padding-bottom: 30px; display: flex; align-items: center; border-bottom: 1px #333945 dashed; }
.aboutBox .icon { width: 156px; }
.aboutBox h4 { margin-bottom: 0; }
.aboutBox .items:last-child { border-bottom: transparent; }
.aboutBox .items a { display: flex; align-items: center; text-decoration: none; color: #000; }

/* author box ### */
.authorBox { margin-bottom: 101px; position: relative; }
.authorBox .holder { padding-top: 101px; padding-right: 102px; padding-bottom: 95px; padding-left: 40px; }
.authorBox .content { margin-left: auto; position: relative; z-index: 1; max-width: 620px; }
.authorBox .content h3 { margin-bottom: 15px; color: #fff; }
.authorBox .content p { margin-bottom: 12px; color: #fff; }
.authorBox .content ul { margin-bottom: 0; padding-left: 21px; display: grid;
    grid-template-columns: repeat(2, 0.3fr);}
.authorBox .content ul > li { margin-bottom: 4px; width: 100%; max-width: 210px; font-size: 16px; color: #fff; padding-left: 13px; }
.authorBox .content ul > li::marker { content: "\f058"; font-family: 'Font Awesome 6 Free'; font-weight: 400; color: #F8991D; font-size: 22px; }
.authorBox .author-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 25px; overflow: hidden; }
.authorBox .author-bg img { width: 100%; height: 100%; object-fit: cover; }

/* bottom content ### */
.introBox { margin-bottom: 80px; margin-top: 80px; }
.introBox .content { padding-right: 10px; }
.introBox h3 { margin-bottom: 15px; }
.introBox p { margin-bottom: 26px; }
.introBox .right { margin-left: 14px; padding-left: 35px; border-left: 1px #041c3a solid; }
.introBox h5 { margin-bottom: 15px; line-height: 1.37; }
.introBox h6 { margin-bottom: 18px; font-size: 17px; font-weight: 400; line-height: 1.32; }

/* ### footer container ### */
#footerCntr { padding-right: 37px; padding-left: 37px; overflow: hidden; width: 100%; }

/* ### footer box ### */
.footerBox { padding: 60px 0 48px; position: relative; width: 100%; border-radius: 25px 25px 0 0; background: #1e3563; overflow: hidden; }
.footerBox .footer-logo { margin-bottom: 33px; }
.footerBox .info { width: 100%; }
.footerBox .info ul { padding: 0; list-style: none; }
.footerBox .info li { margin-bottom: 11px; padding-left: 80px; position: relative; font-size: 16px; color: #fff; }
.footerBox .info li > a { text-decoration: none; color: #fff; transition: all 0.3s; }
.footerBox .info li > a:hover { color: #f8991d; }
.footerBox .info li span { position: absolute; top: 0; left: 0; display: inline-block; font-size: 14px; color: #f8991d; }
.footerBox .menu { margin-left: 39px; padding-left: 95px; }
.footerBox .title { position: absolute; top: 0; left: 0; font-size: 14px; font-weight: 700; color: #f09520; }
.footerBox .menu ul { padding: 0; list-style: none; }
.footerBox .menu li { margin-bottom: 3px; }
.footerBox .menu li > a { text-decoration: none; color: #fff; }
.footerBox .menu li > a:hover { color: #f8991d; transition: 0.6s ease-out; }
.footerBox .brand { margin-left: 50px; padding-left: 125px; }
.footerBox .brand ul { padding: 0; display: flex; list-style: none; }
.footerBox .brand ul > li img { margin-right: 30px; }
.footerBox .bg-image { position: absolute; right: -40px; bottom: -52px; pointer-events: none; }

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

@media only screen and (max-width: 1885px) {
	.bannerBox { padding-right: 15px; padding-left: 15px; }
	#footerCntr { padding-right: 15px; padding-left: 15px; }
}
@media only screen and (max-width: 1199px) {
	.footerBox .info { margin-bottom: 35px; }
	.footerBox .menu { margin-bottom: 35px; margin-left: 0; }
	.footerBox .brand { margin-left: 0; }
}
@media only screen and (max-width: 991px) {
	h1 { font-size: 40px; }
	.menuBox ul > li { margin-right: 30px; }
	.bannerBox .holder { padding-top: 100px; padding-bottom: 100px; }
	.bannerBox .intro { padding-left: 50px; }
	.bannerBox h1 { margin-bottom: 20px; }
	.aboutBox { margin-bottom: 80px; padding-top: 0; }
	.aboutBox .list { margin: -30px auto 35px; width: 90%; max-width: 100%; }
	.authorBox .content { max-width: 510px; }
	.introBox .rightbtn { padding-left: 25px; }
	.footerBox .menu { justify-content: left; }
	.footerBox .menu ul { padding-left: 20px; }
	.footerBox .brand { justify-content: left; }
	.footerBox .brand ul { margin-left: 20px; }
}

@media only screen and (min-width: 768px) {
	.menuBox ul li ul { display: block !important; height: auto !important; }
}

@media only screen and (max-width: 767px) {
	h1 { font-size: 18px; }
	h3 { font-size: 17px; }
	h5 { font-size: 17px; }
	.container { padding-right: 20px; padding-left: 20px; }
	.btn { padding: 9px 20px 8px; font-size: 12px; }
	#headerCntr { padding-top: 55px; padding-bottom: 20px; }
	#headerCntr .logo { padding-top: 0; padding-left: 8px; display: block; width: auto; }
	#headerCntr .logo img { max-width: 143px; }
	#headerCntr .info { padding: 3px 19px 5px; position: absolute; top: 0; right: 0; z-index: 2; width: 100%; max-width: 310px; }
	#headerCntr .info > li > a { font-size: 12px; }
	#headerCntr .info > li > a > i { font-size: 13px; }
	#headerCntr .info > li:after { height: 12px; }
	.mobileMenu { display: flex; }
	.menuBox { margin: 0; padding: 127px 21px 30px; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; width: 100%; height: 100vh; background: #f6f6f6; transition: 0.3s; overflow: hidden; }
	.menuBox.open { opacity: 1; visibility: visible; }
	.menuBox ul { position: relative; z-index: 1; display: block; }
	.menuBox ul > li { margin-right: 0; margin-bottom: 5px; padding-bottom: 0; }
	.menuBox ul > li > a.arrow:after { margin-left: 4px; }
	.menuBox ul > li > a { font-size: 15px; }
	.menuBox ul > li > ul { position: unset; display: none; opacity: 1; visibility: visible; background: transparent; transition: unset; }
	.menuBox ul > li > ul > li { margin-bottom: 0; padding: 3px 10px; width: 100%; line-height: 1.2; }
	.menuBox ul > li > ul > li > a { padding: 0; font-size: 13px; }
	.bannerBox { padding-right: 20px; padding-left: 20px; }
	.bannerBox .holder { padding-top: 59px; padding-right: 10px; padding-bottom: 58px; padding-left: 1px; }
	.bannerBox h1 { margin-bottom: 17px; }
	.bannerBox .intro { padding-left: 0; max-width: 179px; }
	.bannerBox .bg-image { border-radius: 15px; }
	.bannerBox .bg-image:after { border-radius: 15px; }
	.bannerBox .btn { padding: 9px 20px; font-size: 12px; }
	.aboutBox { margin-bottom: 17px; padding-bottom: 0; }
	.aboutBox .list { margin: -30px 21px 20px auto; max-width: 231px; }
	.aboutBox .items img { margin-right: 50px; width: 70px; height: 55px; }
	.aboutBox .content h2 { padding-top: 20px; font-size: 20px; }
	.aboutBox p { font-size: 13px; }
	.aboutBox .items h4 { font-size: 14px; }
	.authorBox { margin-bottom: 35px; }
	.authorBox .holder { padding: 0; }
	.authorBox .content { padding-top: 20px; max-width: 100%; }
	.authorBox .content h3 { margin-bottom: 8px; color: #041c3a; }
	.authorBox .content p { font-size: 13px; color: #041c3a; }
	.authorBox .content ul > li { max-width: unset; font-size: 13px; color: #041c3a; }
	.authorBox .content ul > li i { font-size: 18px; }
	.authorBox .author-bg { position: unset; border-radius: 15px; }
	.authorBox .author-bg img { min-height: 313px; object-position: left; }
	.introBox { margin-top: 30px; margin-bottom: 40px; }
	.introBox .intro-image { margin-bottom: 28px; }
	.introBox .right { margin-left: 0; padding-left: 20px; }
	#footerCntr { padding-right: 20px; padding-left: 20px; }
	.footerBox { padding: 35px 0 22px; border-radius: 15px 15px 0 0; }
	.footerBox .footer-logo { margin-bottom: 18px; }
	.footerBox .footer-logo img { max-width: 143px; }
	.footerBox .info li { margin-bottom: 19px; padding-left: 70px; font-size: 13px; }
	.footerBox .menu { padding-left: 75px; }
	.footerBox .menu ul { padding-left: 20px; }
	.footerBox .menu li { margin-bottom: 2px; line-height: 1.3; }
	.footerBox .menu li > a { font-size: 13px; }
	.footerBox .brand { padding-left: 0; }
	.footerBox .brand .title { margin-bottom: 19px; position: unset; }
	.footerBox .brand ul { margin-bottom: 0; margin-left: 0; flex-wrap: wrap; }
	.footerBox .brand ul > li { margin-bottom: 13px; width: 50%; }
	.footerBox .bg-image { right: -108px; bottom: -27px; width: 528px; height: 323px; }

    .authorBox .content ul {

        grid-template-columns: repeat(2, 1.3fr);
    }

}
