/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
	font-size: 16px;
}
body .accessability_container * {
  background: transparent !important;
}
.elementor a {
	text-decoration: underline;
}
.elementor a:focus {
	outline: 2px dotted #003B7A;
}
#ak-single-page-container {
	padding: 0;
}
.elementor-element.ak-single-page-container {
	padding: 0 !important;
}
.elementor-widget-theme-post-content {
	overflow: hidden;
}
.elementor-widget-text-editor .elementor-widget-container {
	font-size: 1.125em;
	line-height: 1.5;
}
/*.elementor-widget-text-editor .elementor-widget-container li {
	font-size: 1.125em;
}*/
.ak-page-h2 h2 {
	font-size: 2.8em;
  font-weight: 300 !important;
	line-height: 1.2;
	text-transform: uppercase;
}
.elementor-button.elementor-button-link {
	font-size: 1.25em;
  font-weight: 400;
	text-decoration: none;
  text-transform: capitalize;
	line-height: 1.5;
	margin-top: 10px;
	padding: .7em 2em;
	min-width: 10.625em;
	background-color: var( --e-global-color-primary );
}
ul.list-unstyled {
	list-style: none;
  	padding-left: 0;
}
#ak-hero {
	position: relative;
}
#ak-hero::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}
.ak-page-title h1 {
	font-size: 4em;
	margin-top: 3em;
}
#ak-home-page-title.ak-page-title h1 {
	margin-top: .5em;
}
.ak-big-font-paragraph p {
	font-size: 1.375em;
}
.ak-middle-font-paragraph p, .ak-middle-font-paragraph li {
	font-size: 1.125em;
}
.ak-1-25-font p {
	font-size: 1.25em;
}
.ak-section-h2 h2 {
	text-transform: uppercase;
	font-size: 2.8em;
  font-weight: 300 !important;
}
.ak-section-h2-2 h2 {
	font-size: 3.5em;
}
.ak-middle-font-paragraph ul {
	padding-left: .5rem;
}
@media (max-width: 991px) {
	.ak-page-h2 h2, .ak-section-h2 h2 {
		font-size: 2.2em;
	}
	.ak-section-h2-2 h2 {
		font-size: 2.4em;
	}
}
@media (max-width: 767px) {
	.ak-page-title h1 {
		font-size: 2.625em;
		margin-top: 1em;
	}
	.ak-big-font-paragraph p {
		font-size: 1.125em;
	}
	.elementor h2 {
		font-size: 1.75rem;
	}
	.ak-page-h2 h2, .ak-section-h2 h2 {
		font-size: 1.75em;
	}
	.ak-section-h2-2 h2 {
		font-size: 2em;
	}
	.elementor h3 {
		font-size: 1.5rem;
	}
}
/* header, main menu */
#ak-main-header.elementor-sticky--active {
	background-color: #002f87;
}
#ak-main-header.ak-main-header--franklin.elementor-sticky--active {
	background-color: #14487f;
}
.elementor-widget-theme-site-logo a:focus {
	outline: 2px dotted #fff;
}
.elementor-widget-theme-site-logo img {
	height: initial !important;
}
#ak-main-header .elementor-nav-menu--main .menu-item > a {
	font-size: 1em;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
  border: 1px solid transparent;
  border-radius: 25px;
	padding: .3em 1em !important;
  transition: all 300ms ease;
}
#ak-main-header .elementor-nav-menu--main .menu-item > a:hover, #ak-main-header .elementor-nav-menu--main .menu-item > a:active, #ak-main-header .elementor-nav-menu--main .menu-item > a:focus  {
	color: #fff !important;
	/*font-weight: 600;*/
  border-color: #fff;
  background-color: rgba(0, 0, 0, .2);
}
#ak-main-header .elementor-nav-menu--main .menu-item.current-menu-item > a {
	color: #fff !important;
	font-weight: 700 !important;
}
#ak-main-menu-button {
	font-size: 0.875em;
	font-weight: 600;
	min-width: initial;
}
#ak-main-header .sub-menu.elementor-nav-menu--dropdown a.elementor-sub-item {
	text-decoration: none;
	border-radius: 0 !important;
	border-width: 0 !important;
}
#ak-main-header .sub-menu.elementor-nav-menu--dropdown a.elementor-sub-item:hover, #ak-main-header .sub-menu.elementor-nav-menu--dropdown a.elementor-sub-item:active, #ak-main-header .sub-menu.elementor-nav-menu--dropdown .current-menu-item a.elementor-sub-item {
	background-color: rgba(0, 0, 0, .8) !important;
  color: #fff !important;
	border-radius: 0 !important;
	border-width: 0 !important;
}
#ak-main-header .sub-menu.elementor-nav-menu--dropdown a.elementor-sub-item:focus {
	background-color: #f8f9fa !important;
	color: #000000 !important;
	border-radius: 0 !important;
	border-width: 0 !important;
}

/* footer */
#ak-footer-bar *, .ak-footer-bar * {
	font-size: 1rem;
}
#ak-footer-bar a, .ak-footer-bar a {
	color: #fff;
}
#ak-footer-bar a:hover, 
.ak-footer-bar a:hover,
#ak-footer-bar a:active, 
.ak-footer-bar a:active,
#ak-footer-bar a:focus, 
.ak-footer-bar a:focus {
	color: #fff;
	outline: 2px dotted #fff;
}
#ak-footer-bar a + a, .ak-footer-bar a + a {
	margin-left: 1em;
}
@media (max-width: 767px) {
	#ak-footer-bar .elementor-element, .ak-footer-bar .elementor-element {
		text-align: center;
	}
	#ak-footer-bar a, .ak-footer-bar a {
		display: block;
	}
	#ak-footer-bar a + a, .ak-footer-bar a + a {
		margin-left: initial;
		margin-top: .5em;
	}
}
#ak-footer h3 {
	font-size: 1em;
  	font-weight: 700;
  	letter-spacing: 0.2px;
  	text-transform: uppercase;
	margin-bottom: 1em;
}
#ak-footer .elementor-icon-list-item > .elementor-icon-list-text,
#ak-footer .elementor-nav-menu--main .elementor-item {
	letter-spacing: 0 !important;
}
#ak-footer .elementor-nav-menu--main li + li {
	margin-top: .5em;
}
#ak-footer .ak-footer-link {
	color: #fff;
}
#ak-footer a:hover, #ak-footer a:active {
	text-decoration: underline;
}
#ak-footer a:focus, #ak-footer-bar a:focus {
	outline: 2px dotted #fff;
}
#ak-footer #ak-footer-3-container {
	padding-inline-end: 5px !important;
}
#ak-footer-logo img {
	height: initial;
}
#ak-footer-logo .ak-footer-second-logo img {
	max-width: 150px;
}
@media (max-width: 1024px) {
	#ak-footer-logo img {
		max-width: 200px;
	}
	#ak-footer ul li,
	#ak-footer ul li > a {
		justify-content: center;
	}
	#ak-footer ul li {
		text-align: center;
	}
}
@media (max-width: 767px) {
	#ak-footer-logo img {
		height: initial;
		width: auto !important;
		max-width: 200px;
	}
}
/* home */
#ak-home-top-section {
	margin-top: -180px;
	/*padding: 80px 0;*/
}
#ak-home-top-section > .e-con-inner {
	background-color: #fff;
	max-width: 73.125rem;
	border-top: 10px solid #ECB547;
	box-shadow: 2px 4px 15px 5px rgba(187, 187, 187, 0.15);
	padding: 5rem 10rem;
}
#ak-home-top-section.ak-home-top-section-other > .e-con-inner {
	background-color: #002f87;
	max-width: 73.125rem;
	border-top: 10px solid #308ef2;
}
#ak-home-top-section .elementor-button {
	font-size: 1.25em;
}
.ak-section h2 {
  font-size: 1.5rem;
	font-weight: 600 !important;
}
.ak-section h3 {
  font-size: 1.25rem;
	font-weight: 600 !important;
}
@media screen and (max-width: 920px) {
  #ak-home-top-section {
    margin-top: -70px;
  }
	#ak-home-top-section > .e-con-inner {
		padding: 3rem;
	}
}
@media screen and (max-width: 767px) {
	#ak-home-top-section > .e-con-inner {
		padding: 3rem 1rem;;
	}
}

/* our team */
.ak-team-photo img {
	max-width: 334px;
}
.ak-team-name h3 {
	font-size: 1.563em;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}
.ak-team-position {
	font-size: 1.125em;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
}
.ak-team-description p {
	max-width: 400px;
	margin: 0 auto;
}
@media (max-width: 400px) {
	.ak-team-photo img {
	max-width: 100%;
	}
}
/* form */
#ak-form form .elementor-field-group label.elementor-field-label {
		font-size: 1.125em;
  font-weight: 700;
}
#ak-form form .elementor-field {
	font-size: 1em;
  padding: 0.8rem 0.5rem;
  color: #262626;
  transition: 0.2s linear all;
}
#ak-form form .elementor-field:hover, #ak-form form .elementor-field:active, #ak-form form .elementor-field:focus {
	border: 1px solid #002f87;
  box-shadow: 8px 8px 10px -6px rgba(0, 0, 0, .3);
}
#ak-form form .elementor-field:focus {
	outline: 2px solid #002f87;
}
#ak-form form .elementor-button {
	font-size: 1.25em;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: 400;
  border: 2px solid transparent !important;
	transition: 0.2s linear all;
}
#ak-form form .elementor-button:hover, #ak-form form .elementor-button:active, #ak-form form .elementor-button:focus {
	background: #002F87;
	border-color: #fff !important;
  outline: 2px dotted #003B7A;
}
/* communities */
.ak-com-special-row {
	position: relative;
}
@media (min-width: 991px) {
	.ak-com-img-wrap img {
		height: 650px;
		width: 100%;
  	object-fit: cover;
  	object-position: center;
	}
	.ak-com-card {
		position: relative;
		max-width: 37.5em;
		right: 18vw;
	}
	.ak-com-special-row-2 .ak-com-card {
		position: relative;
		max-width: 37.5em;
		left: 18vw;
	}
	.ak-com-column p {
		max-width: 90%;
		margin: 0 auto;
	}
}
.ak-card-com-title h3 {
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: 300 !important;
	line-height: 1.2;
	letter-spacing: 3px;
}
.ak-card-com-title h3 > a {
	text-decoration: none;
}
.ak-card-com-title h3 > a:hover, .ak-card-com-title h3 > a:active, .ak-card-com-title h3 > a:focus {
	text-decoration: underline;
}
.ak-com-column p {
	font-size: 1.125em;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
	.ak-com-column {
		max-width: 30em;
	}
}
/* blog, posts */
.ak-post-title h2 {
	font-size: 3em;
  letter-spacing: 2px;
  font-weight: 400;
	text-transform: capitalize;
}
.ak-blog-cards .elementor-pagination {
	padding: 3rem 0 2rem 0;
}
.ak-blog-cards .elementor-pagination span, .ak-blog-cards .elementor-pagination a {
	font-size: 1.5em;
}
.ak-blog-cards .elementor-pagination a {
	text-decoration: none;
}
.ak-blog-cards {
	text-align: center;
}
#ak-blog-cards-wrap.ak-blog-cards .elementor-post__read-more {
	font-size: 1.125em;
	font-weight: 700 !important;
	text-decoration: none;
	text-transform: capitalize !important;
}
#ak-blog-cards-wrap.ak-blog-cards .elementor-post__excerpt p {
	font-size: 1.125em;
}
.ak-blog-cards h3.elementor-post__title {
	font-size: 1.75rem !important;
	font-weight: 500 !important;
  line-height: 1.2;
}
.ak-blog-cards h3.elementor-post__title a {
	text-decoration: none;
}
.ak-blog-cards h3.elementor-post__title a:hover, .ak-blog-cards h3.elementor-post__title a:active, .ak-blog-cards h3.elementor-post__title a:focus {
	color: #186356 !important;
}
.elementor-post-navigation__link a {
	text-decoration: none;
}
.ak-related-post {
	text-align: center !important;
}
.ak-related-post .elementor-post__title a {
	font-family: "Lato", sans-serif !important;
	font-size: .75em !important;
}
.ak-related-post  a.elementor-post__read-more {
	font-size: .8em !important;
	font-weight: 500 !important;
	color: #001743 !important;
}
.ak-related-post  a.elementor-post__read-more:hover, .ak-related-post  a.elementor-post__read-more:active, .ak-related-post  a.elementor-post__read-more:focus {
	color: #186356 !important;
}
.ak-related-post .elementor-pagination {
	font-size: 1em !important;
}
@media (max-width: 991px) {
	.ak-post-title h2 {
		font-size: 2.4em;
		letter-spacing: 1px;
	}
}
@media (max-width: 767px) {
	.ak-post-title h2 {
		font-size: 2em;
		letter-spacing: initial;
	}
}
/* services */
.services-desc {
	max-width: 45em !important;
	margin: 0 auto;
}
.ak-icons-wrap img {
	height: 52px;
}
.ak-icon-title p {
	 font-size: 1.375em;
	max-width: 13em;
	margin: 0 auto;
	padding-left: .5em;
	padding-right: .5em;
}
@media (max-width: 767px) {
	.ak-icon-title p {
		font-size: 1.175em;
	}
}
/* governance */
.ak-download-list ul {
	padding-left: .5rem;
}
.ak-download-list li {
	margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ak-download-list li a {
	font-size: 1.375em;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .ak-download-list li a {
    font-size: 1.125em;
  }
}
/* 404 */
#ak-404-title h1 {
	font-size: 15em;
}
@media screen and (max-width: 767px) {
	#ak-404-title h1 {
	font-size: 5em;
}
}
/* search */
.elementor-posts-nothing-found {
	font-size: 1.5em;
}
@media screen and (min-width: 768px) {
	.elementor-posts-nothing-found {
		min-height: 30vh;
	}
}
