/** ------------------------------------------------------------------
							Install Style
------------------------------------------------------------------ **/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: none !important;
	}
html,
body {
	font-size: 17px;
	height: 100%;
	}
.mark, mark {
	padding: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6,	figure, label, dl, ol, ul, p, a, div, span, p {
	margin: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	}

a {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-size: 17px;
	}

a:hover {
	text-decoration: none;
	}

p {
	line-height: 27px;
	font-size: 17px;
	color: #333;
	}
	
img {
	border:none;
	max-width: 100%;
	height: auto;
	}

div,
span,
input,
textarea {

	}

input[type=text],
input[type=password],
input[type=email],
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(180, 187, 195);
	padding: 13px 18px;
	width: 100%;
	transition: all 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	resize: none;
	color: rgb(48, 59, 67);
	border-radius: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	box-shadow: none !important;
	}
textarea {
	height: 160px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border-color: #000;
}

input[type=submit] {
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	background: #000000;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
}
button {
	border: none;
	padding: 7px 10px;
	cursor: pointer;
	transition: all 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-size: 16px;
	}
	
input[type=submit]:hover,
button:hover{
	
}

i {}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

:focus {
	outline: none;
	}

::-moz-focus-inner {
	border: 0;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
 
}
.container {
	max-width: 1610px;
}

/** ------------------------------------------------------------------
							Font Family
------------------------------------------------------------------ **/
html,
body  {
	font-family: Roboto Flex;
	font-weight: 400;
}

a {
	font-family: Roboto Flex;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lora;
	font-weight: 700;
	color: #012944;
}

p {
	font-family: Roboto Flex;
	font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Roboto Flex;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Roboto Flex;
	font-weight: 700;
	}


/** ------------------------------------------------------------------
							Important Elements
------------------------------------------------------------------ **/
.oflow-hd{
	overflow: hidden;
	}
.oflow-at{
	overflow: auto;
	}
.oflow-vs{
	overflow: visible;
	}
.floatright {
	float: right;
	}
.floatleft{
	float: left;
	}
.floatnone{
	float: none;
	}
.list-style-none ul {
	list-style: none;
}
.border-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.jg-space {
	width: 100%;
	display: block;
	overflow: hidden;
}

/** ------------------------------------------------------------------
					Mobile Header and Menu
------------------------------------------------------------------ **/
.body-mobile {
	overflow: hidden;
	height: 100%;
}
.mobile-header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
	display: none;
	background: #fff;
}

.mobile-header-logo {
	line-height: 0;
	padding: 20px 0;
	float: left;
	margin-left: 60px;
}
.mobile-header-logo a img{
	height: 30px;
	width: auto;
}
.header-mobile-menu-trigger {
	font-size: 22px;
	padding: 0;
	text-align: center;
	background: transparent;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
#header-mobile-menu-trigger-left {
	right: 50px;
}
#header-mobile-menu-trigger-right {
	right: 10px;
}
.black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 2000;
	display: none;
}
.mobile-bar-menu-remove {
	position: fixed;
	top: 40px;
	color: #000;
	z-index: 10001;
	padding: 0;
	background: transparent;
	font-size:30px;
	display: none;
}
#mobile-product-menu-remove-left {
	right: 15px;
}
#mobile-product-menu-remove-right {
	left: 10px;
}
.mobile-menu-bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 3000;
	transition: all 0.1s;
}
#mobile-menu-bar-left {
	left: 0;
	margin-left: -100%;
}
#mobile-menu-bar-right {
	right: 0;
	margin-right: -100%;
}
.menu-bar-search-box {
	margin-bottom: 30px;
	padding: 0 25px;
}
.header-landscape-ad {
	line-height: 0;
}
.menu-bar-search-box .aal-search-box{
	position: relative;
}
.menu-bar-search-box input[type=text]{
	padding: 10px 55px 10px 20px;
	border-bottom: 1px solid #dadada;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	transition: all 1s;
}
.menu-bar-search-box input[type=text]:focus{
	border-color: #aaa;
}
.menu-bar-search-box input[type=submit]{
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 15px;
	background: transparent;
	padding: 0 10px;
}
.mobile-bar-admin-ul {
	padding: 0 20px;
}
.mobile-bar-admin-ul ul{
	list-style: none;
}
.mobile-bar-admin-ul ul li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	border-bottom: 1px dashed #aaa;
}
.mobile-bar-admin-ul ul li ul li {
	padding-right: 0;
	padding-left: 40px;
	padding-bottom: 0;
	border-bottom: 0 solid #000;
	margin-bottom: 15px;
}
.mobile-bar-admin-ul ul li ul {
	display: none;
}
.mobile-bar-admin-ul ul li ul li:last-child{
	margin-bottom: 0;
}
.mobile-bar-admin-ul .menu-has-child-button {
	position: absolute;
	top: -5px;
	font-size: 18px;
	right: 0;
	line-height: 1;
	color: #000074;
	background: transparent;
	padding: 7px 20px;
}
.mobile-bar-admin-ul ul li ul .menu-has-child-button {
	right: -30px;
}
.menu-has-child-button-active {
	transform: rotate(180deg);
	color: #444;
}
.mobile-bar-admin-ul ul li a span.dashicons {
	display: none;
}
.mobile-bar-admin-ul ul li a {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #000074;
	opacity: 1;
}
.mobile-bar-admin-ul ul li img{
	height: 20px;
	padding: 0 !important;
}
.mobile-bar-admin-ul ul li img:first-child{
	display: block !important;
	opacity: 1 !important;
}
.mobile-bar-admin-ul ul li img:last-child{
	display: none !important;
}
.mobile-bar-admin-ul ul li span{
	padding-left: 6px !important;
}
.mobile-bar-admin-ul ul li.current-menu-item > a {
	
}
.mobile-bar-admin-ul ul li a i{
	margin-right: 10px;
}
.mobile-bar-admin-ul ul li a span{
	margin-right: 0;
	float: left;
}
.mobile-bar-admin-ul ul li a span.menu-image-title-after{
	padding: 0 !important;
	margin: 0 !important;
}
.mobile-bar-admin-ul ul li ul li a {
	font-size: 15px;
}
.mobile-bar-admin-ul ul li ul {
	margin-top: 15px;
	background: #f7f7f7;
	margin-left: -20px;
	margin-right: -50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-logo-menu-bar {
	line-height: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mobile-search-menu-bar {
	padding: 0 20px;
	position: relative;
	margin-bottom: 30px;
}
.mobile-search-menu-bar input[type=text] {
	border-width: 0 !important;
	padding-right: 45px;
}
.header-search-bar #searchsubmit {
	right: 10px !important;
}
.mobile-search-menu-bar #searchsubmit {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 0;
	height: 100%;
	color: #000 !important;
	background: transparent;
}
.mobile-logo-menu-bar a img{
	max-width: 130px;
	height: auto;
	display: inline-block;
}
.mobile-menu-bar .aal-social-links {
	text-align: center;
	margin-bottom: 30px;
}
.mobile-menu-bar .aal-social-links li{
	float: none;
	display: inline-block;
	margin-right: 12px;
}
.mobile-menu-bar .aal-social-links li:last-child{
	margin-right: 0;
}
.mobile-menu-bar .aal-social-links li a{
	font-size: 14px;
	color: #001919;
}
.mobile-bar-logo {
	text-align: left;
	margin: 30px 0 30px 0;
	padding-left: 20px;
}
.mobile-bar-logo img{
	width: auto;
	height: 100px;
}
.row_middle {
	align-items: center;
}




/** ------------------------------------------------------------------
						Additional
------------------------------------------------------------------ **/
.mobileview {
	display: none;
}
.writing_page_area {}
.writing_page_area .container {
	max-width: 900px;
}
.writing_page_box_content_title {
	margin-bottom: 20px;
}
.writing_page_box_content_title h1 {
	font-size: 32px;
	line-height: 130%;
}
.writing_page_box_content {}
.writing_page_box_content ol,
.writing_page_box_content ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.writing_page_box_content ol li,
.writing_page_box_content ul li{
	margin-bottom: 6px;
}
.writing_page_box_content ol li:last-child,
.writing_page_box_content ul li:last-child{
	margin-bottom: 0;
}
.writing_page_box_content li,
.writing_page_box_content p {
	font-size: 18px;
	line-height: 175%;
	color: #333;
	font-weight: 300;
}
.writing_page_box_content a {
	color: #000074;
	font-weight: 500;
	text-decoration: underline;
	font-size: 18px;
}
.writing_page_box_content h1,
.writing_page_box_content h2,
.writing_page_box_content h3,
.writing_page_box_content h4,
.writing_page_box_content h5,
.writing_page_box_content h6 {
	color: #012944;
	line-height: 150%;
	margin-bottom: 10px;
}
.writing_page_box_content h1 {
	font-size: 35px;
}
.writing_page_box_content h2 {
	font-size: 27px;
}
.writing_page_box_content h3 {
	font-size: 23px;
}
.writing_page_box_content h4 {
	font-size: 21px;
}
.writing_page_box_content h5 {
	font-size: 19px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}
.post_content_feature {
	padding-left: 70px;
	position: sticky;
	top: 30px;
	left: 0;
}
.post_content_feature img {
	width: 100%;
	height: auto;
}


/** ------------------------------------------------------------------
						Header Area
------------------------------------------------------------------ **/
.header_area {
	background: #000074;
}
.header_top {}
.header_top .container{
	max-width: 1920px;
}
.header_logo a{
	display: flex;
	align-items: center;
}
.header_logo img {
	height: 100px;
}
.header_logo h2 {
	color: #fff;
	font-size: 24px;
	margin-left: 35px;
}
.header_cta_button {
	margin-top: 37px;
	margin-right: 20px;
}
.header_cta_button ul{
	list-style: none;
}
.header_cta_button ul li{
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid rgba(255, 255, 255, 0.25);
}
.header_cta_button ul li svg {
	float: left;
	margin-top: 2.5px;
	margin-right: 7px;
}
.header_cta_button ul li span {
	float: left;
}
.header_cta_button ul li svg path {
	fill: #ffffff !important;
}
.header_cta_button ul li a{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.header_cta_button ul li a:hover{
	opacity: 0.6;
}
.header_menu {
	text-align: center;
}
.header_menu ul{
	list-style: none;
}
.header_menu ul li{
	display: inline-block;
	margin-right: 35px;
}
.header_menu ul li:last-child{
	margin-right: 0;
}
.header_menu ul li a{}
.header_menu ul li ul{
	display: none;
}
.header_menu ul li a {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.header_menu ul li.menu-item-has-children > a {
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	background-size: 11px;
}
.header_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home_hero_area {
	padding: 90px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_hero_box {
	max-width: 755px;
	background: #fff;
	padding: 50px;
	border-radius: 4px;
}
.home_hero_box_title h3 {
	font-size: 18px;
	font-family: roboto flex;
	margin-bottom: 10px;
}
.home_hero_box_title h2 {
	font-size: 53px;
	line-height: 124%;
}
.home_hero_box_title p {
	font-size: 19px;
	color: #333;
	font-weight: 300;
	line-height: 160%;
	margin-top: 18px;
}
.section_btn {
	margin-top: 40px;
}
.section_btn a {
	display: inline-block;
	color: #000074;
	font-weight: 600;
	font-size: 18px;
	margin-right: 30px;
}
.section_btn a:last-child {
	margin-right: 0;
}
.section_btn a:first-child {
	background: #000074;
	color: #fff;
	padding: 12px 25px;
	border-radius: 3px;
}
.section_btn a:hover {
	opacity: 0.6;
}
.home_analytics_area {
	text-align: center;
	background: #fff;
	padding: 16px 0;
}
.section_title {
	margin-bottom: 40px;
}
.section_title h2 {
	font-size: 43px;
	line-height: 124%;
}
.home_value_area {}
.home_value_wrapper {}
.home_value_wrapper .row {
	margin: -15px;
}
.home_value_wrapper .row > div {
	padding: 15px;
}
.single_home_value {
	background: #f5f5f5;
	padding: 35px;
	height: 100%;
}
.single_home_value h2 {
	line-height: 124%;
	font-size: 25px;
}
.single_home_value p {
	font-size: 19px;
	font-weight: 300;
	line-height: 160%;
	margin-top: 14px;
}
.home_value_area .home_value_wrapper .row > div:first-child .single_home_value p {
	max-width: 400px;
}
.home_investment_area {
	background: #000074;
}
.home_investment_area .section_title h2 {
	color: #fff;
}
.home_investment_area .single_home_value {
	background: rgba(255, 255, 255, 0.1);
}
.home_investment_area .single_home_value h2,
.home_investment_area .single_home_value p {
	color: #fff;
}
.single_home_value_cta {
	margin-top: 40px;
}
.single_home_value_cta a:hover {
	opacity: 0.6;
}
.single_home_value_cta a {
	background: #fff;
	color: #000074;
	padding: 8px 25px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
}
.writting_content p {
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
}
.home_portfolio_des_img {
	padding-left: 60px;
}
.home_portfolio_des_img img{
	width: 100%;
	height: auto;
}
.home_news_area {
	text-align: center;
	background: #000074;
	padding: 70px 0;
}
.home_news_area .section_title h2 {
	color: #fff;
}
.home_news_main_des {
	margin-top: 20px;
}
.home_news_main_des p {
	color: #fff;
	font-weight: 300;
}
.subs_div {
	max-width: 450px;
	margin: 0 auto;
	position: relative;
}
#mc_embed_signup div.mce_inline_error {
	background: transparent !important;
	color: red !important;
	font-weight: 500 !important;
	margin: 20px 0 0 0 !important;
}
.subs_div input {
	font-size: 19px;
	font-weight: 300;
	padding: 16px 24px;
	line-height: 0;
}
.subs_div button {
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 0 !important;
	transform: translate(0, -50%);
	background: transparent;
	line-height: 0;
}
.subs_div button svg {
	width: 25px !important;
	height: auto !important;
}
.subs_div button svg path {
	fill: #000074 !important;
}
.home_portfolio_des_img {
	padding-left: 60px;
	height: 100%;
}
.home_port_img_bg {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home_getstared_area .home_port_img_bg {
	height: 500px;
}
.home_getstared_area .section_btn a {
	background: transparent;
	border: 1px solid #000074;
	color: #000074;
	min-width: 160px;
	text-align: center;
	font-size: 16px;
}
.home_getstared_area .section_btn a:hover {
	background: #000074;
	color: #fff;
	opacity: 1;
}
.footer_area {
	background: #000074;
	padding: 70px 0;
}
.footer_top h2 {
	color: #fff;
	font-size: 30px;
	max-width: 900px;
	line-height: 140%;
}
.footer_top h3::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: #24A5FC;
	height: 2.5px;
	width: 35px;
}
.footer_top h3 {
	color: #fff;
	font-family: roboto flex;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 4px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 16px;
}
.footer_top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 45px;
	margin-bottom: 50px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 50px;
	margin-top: 50px;
}
.footer_logo p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-top: 25px;
	max-width: 376px;
}
.footer_logo img {
	height: 120px;
}
.footer_widget_title {
	margin-bottom: 20px;
}
.footer_widget_title h2 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.footer_menu {}
.footer_menu ul{
	list-style: none;
	margin: -6px -10px;
}
.footer_menu ul li{
	padding: 6px 10px;
	width: 50%;
	float: left;
}
.footer_menu ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.footer_menu ul li a:hover{
	text-decoration: underline;
}
.footer_bottom_copyright {
	margin-top: 7px;
}
.footer_bottom_copyright p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
.social_menu ul {
	list-style: none;
}
.social_menu ul li {
	float: left;
	margin-right: 15px;
}
.social_menu ul li:last-child {
	margin-right: 0;
}
.social_menu ul li a {
	display: block;
	width: 41px;
	height: 41px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.social_menu ul li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer_featured_on {}
.footer_featured_on ul{
	list-style: none;
}
.footer_featured_on ul li{
	float: left;
	margin-right: 13px;
}
.footer_featured_on ul li:last-child{
	margin-right: 0;
}
.footer_featured_on ul li img {
	height: 40px;
}
.footer_contact_info {
	margin-bottom: 38px;
}
.footer_contact_info ul{
	list-style: none;
}
.footer_contact_info ul li{
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
}
.footer_contact_info ul li:last-child{
	margin-bottom: 0;
}
.footer_contact_info ul li svg {
	float: left;
	margin-top: 3px;
	margin-right: 11px;
	width: 21px !important;
	height: auto !important;
}
.footer_contact_info ul li span {
	float: left;
}
.footer_contact_info ul li svg path {
	fill: #ffffff !important;
}
.footer_contact_info ul li a{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.footer_contact_info ul li a:hover{
	opacity: 0.6;
}
.footer_middle {}
.footer_middle .row {
	margin: -20px -25px;
}
.footer_middle .row > div{
	padding: 20px 25px;
}
.header_top {
	overflow: hidden;
}
body .header_menu a {
	font-family: Roboto Flex !important;
	font-weight: 500 !important;
}
body .max-mega-menu > li {
	margin-right: 35px !important;
}
body .max-mega-menu > li:last-child {
	margin-right: 0 !important;
}
body .max-mega-menu > li > a {
	padding: 0 !important;
	height: 66px !important;
	line-height: 66px !important;
}
body .max-mega-menu .mega-indicator {
	color: #24A5FC !important;
}
body .max-mega-menu img {
	height: 300px !important;
	width: 100%;
	object-fit: cover;
}
.custom-html-widget h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-size: 25px;
	padding-left: 20px;
}

body .mega-sub-menu a {
	font-size: 17px !important;
	text-transform: none !important;
	line-height: 160% !important;
}
body .mega-sub-menu a:hover {
	color: #000074 !important;
}
body .mega-sub-menu li.mega-menu-item {
	padding: 15px 35px 0 35px !important;
}
body .mega-sub-menu li.widget_custom_html {
	padding: 10px 15px 0 15px !important;
}
body .mega-sub-menu li.widget_media_image {
	padding: 20px !important;
}
body .mega-sub-menu {
	box-shadow: 0 25px 25px 0 rgb(0, 0, 0, 0.1) !important;
	padding-bottom: 30px !important;
}
body li.mega-menu-flyout ul {
	padding: 18px 25px !important;
}
body li.mega-menu-flyout ul li.mega-menu-item {
	padding: 0 !important;
	margin-bottom: 18px !important;
}
body li.mega-menu-flyout ul li.mega-menu-item:last-child {
	margin-bottom: 0 !important;
}
body li.mega-menu-flyout ul li.mega-menu-item a {
	padding: 0 !important;
}
body li.mega-menu-flyout ul li.mega-menu-item a:hover {
	background: transparent !important;
}
.header_area {
	position: relative;
}
.mobile_bar_s_menu ul {
	list-style: none;
}
.mobile_bar_s_menu ul li {
	float: left;
	margin-right: 10px;
}
.mobile_bar_s_menu ul li a {
	background: transparent;
	border: 1px solid #000074;
	color: #000074;
	text-align: center;
	font-size: 16px;
	display: block;
	padding: 8px 15px;
}
.mobile_bar_s_menu {
	padding: 0 10px 30px 20px;
}
.sitemap_box_title {
	margin-bottom: 10px;
}
.sitemap_box_title h2{
	font-size: 25px;
}
.sitemap_box {}
.sitemap_box ul {
	list-style: none;
}
.sitemap_box ul li {
	float: left;
	margin-right: 10px;
	margin-top: 14px;
}
.sitemap_box ul li:last-child {
	margin-right: 0;
}
.sitemap_box ul li a {
	color: #000074;
	border: 2px solid #eee;
	padding: 8px 28px;
	display: block;
	font-weight: 500;
}
.sitemap_box ul li a:hover {
	color: #fff;
	background: #000074;
	border-color: #000074;
}
.sitemap_wrapper > div {
	margin-bottom: 45px;
}
.sitemap_wrapper > div:last-child {
	margin-bottom: 0;
}
.inner_hero1 {
	padding-top: 185px;
	padding-bottom: 0;
}
.inner_hero1 .home_hero_box {
	border-radius: 4px 4px 0 0 !important;
}
body li.mega-menu-flyout ul li.mega-menu-item a {
	font-family: roboto flex !important;
	font-weight: 500 !important;
	color: #000 !important;
}
body li.mega-menu-flyout ul li.mega-menu-item a:hover {
	color: #000074 !important;
}
.faq_page_area {}
.faq_page_area .row {
	margin: -20px;
}
.faq_page_area .row > div{
	padding: 20px;
}
.single_faq_box {
	box-shadow: 0 10px 20px 0px rgba(0,0,0,.06);
	border-radius: 4px;
}
.single_faq_box_title {
	padding: 25px 85px 25px 25px;
	position: relative;
	cursor: pointer;
}
.single_faq_box_content {
	padding: 25px;
	border-top: 1px solid #ddd;
	display: none;
}
.single_faq_box_content p {
	font-size: 19px;
	font-weight: 300;
	line-height: 170%;
}
.single_faq_box_title div {
	position: absolute;
	top: 50%;
	right: 25px;
	background: rgba(0, 0, 116, 0.08);
	height: 40px;
	width: 40px;
	transform: translate(0, -50%);
	border-radius: 50%;
}
.single_faq_box_title div svg {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 11px;
	left: 11px;
	transition: all 0.2s;
}
.single_faq_box_title h2 {
	font-size: 21px;
	line-height: 148%;
}
.faq_active div svg {
	transform: rotate(45deg);
}
.inner_hero2 {
	text-align: center;
}
.inner_hero2 .home_hero_box {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single_input {}
.single_input label {
	font-size: 16px;
	line-height: 130%;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}
.single_input textarea {
	height: 150px;
}
.single_input select {
	height: 55px;
	cursor: pointer;
}
.single_input select,
.single_input textarea,
.single_input input {
	font-size: 18px;
	padding: 13px 20px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0, 0.1);
	background-color: #fff;
	box-shadow: none;
	width: 100%;
	font-weight: 300;
}
.single_input_subinput input {
	margin-top: 15px;
}
.contact_page_area .container {
	max-width: 870px;
}
.contact_form_main  .row {
	margin: -15px -11px;
}
.contact_form_main  .row > div {
	padding: 15px 11px;
}
.contact_form_main {
	box-shadow: 0 10px 20px 0px rgba(0,0,0,.06);
	padding: 40px;
	border-radius: 4px;
}
.single_input_btn span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.single_input_btn {
	position: relative;
	margin-top: -10px;
}
.single_input_btn input {
	background: #000074;
	font-size: 18px;
	border-radius: 4px;
	padding: 12px 40px;
	float: right;
	transition: all 0.2s;
}
.single_input_btn input:hover {
	opacity: 0.6;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7-response-output {
	margin: 15px 0 0 0 !important;
	font-weight: 300;
	padding: 10px 22px !important;
	border-radius: 4px;
}
.page_contact_info {}
.page_contact_info ul{
	list-style: none;
	margin: -11px;
}
.page_contact_info ul li{
	float: left;
	width: 50%;
	padding: 11px;
}
.page_contact_info ul li a {
	border: 2px solid #eee;
	display: block;
	border-radius: 4px;
}
.page_contact_info {
	margin-bottom: 25px;
}
.page_contact_info ul li a {
	border: 2px solid #eee;
	display: flex;
	border-radius: 4px;
	align-items: center;
	padding: 12px;
	font-size: 18px;
	color: #000074;
	font-weight: 500;
}
.page_contact_info ul li a:hover {
	opacity: 0.6;
}
.page_contact_info ul li a div {
	width: 50px;
	height: 50px;
	border: 2px solid #eee;
	position: relative;
	margin-right: 14px;
	border-radius: 4px;
}
.page_contact_info ul li a div svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
}
.home_service_area {}
.home_service_area .row {
	margin: -15px;
}
.home_service_area .row > div{
	padding: 15px;
}
.page_single_service {
	box-shadow: 0 2px 20px 0px rgba(0,0,0,.06);
	padding: 20px;
	transition: all 0.2s;
	height: 100%;
}
.page_single_service:hover {
	opacity: 0.6;
}
.home_single_service_details h2 {
	font-size: 22px;
	line-height: 155%;
}
.home_single_service_details {
	padding: 25px 10px 8px 10px;
}
.page_single_service_img {}
.page_single_service_img img{
	width: 100%;
	height: auto;
}
.home_single_service_details p {
	font-weight: 300;
	line-height: 160%;
	margin-top: 10px;
}
.about_box_box2 {
	background: #000074;
	text-align: center;
}
.about_box_box2 .writting_content p,
.about_box_box2 .section_title h2{
	color: #fff;
}
.about_box_box2 .container {
	max-width: 1000px;
}
.mission_page_value_area  {
	background: #000074;
}
.mission_page_value_area  .section_title h2 {
	color: #fff;
}
.mission_page_value_area  .single_home_value {
	background: #fff;
}
.social_menu ul li a svg path {
	fill: #fff !important;
}
.social_menu ul li a svg {
	height: 17px !important;
	width: auto !important;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}
.header_login {
	margin-top: 27.25px;
}
.header_login a {
	font-size: 17px;
	font-weight: 600;
	color: #000074;
	background: #fff;
	display: block;
	padding: 10px 24px;
	border-radius: 4px;
}
.header_login a:hover {
	opacity: 0.6;
}
.subscribe_popup_area {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 90%;
	max-width: 900px;
	z-index: 2100;
	border-radius: 10px;
	display: none;
}
#remove_subs_popup {
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 25px;
	padding: 0;
	background: transparent;
	z-index: 99;
}
.subscribe_popup_area .container{
	padding: 0;
}
.subscribe_popup_img {
	height: 520px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.subscribe_popup_content_box {
	padding-right: 30px;
	text-align: center;
}
.subscribe_popup_content_success {
	display: none;
}
.subscribe_popup_content_success p{
	margin-top: 15px;
}
.subscribe_popup_content_box_form {
	padding: 0 25px;
}
.subscribe_popup_content_box_form_title {}
.subscribe_popup_content_box_form_title h2{
	font-size: 35px;
	color: #012944;
	line-height: 46px;
	font-weight: 700;
}
.subscribe_popup_content_box_form_title p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-top: 10px;
}
.subscribe_popup_content_box_form_bottom_form_main {
	margin-top: 14px;
}
.subscribe_popup_content_box_form_bottom_form_main > .row {
	margin: -4px;
}
.subscribe_popup_content_box_form_bottom_form_main > .row > div {
	padding: 4px;
}
.subscribe_popup_content_box_form_bottom_form_main input{
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 16px;
}
.subscribe_popup_content_box_form_bottom_form_main button:hover {
	opacity: 0.6;
}
.subscribe_popup_content_box_form_bottom_form_main button {
	width: 100%;
	background: #000074;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s;
}
.subscribe_popup_content_box_form_top_note {
	margin-top: 15px;
}
.subscribe_popup_content_box_form_top_note p{
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	font-weight: 500;
}
.subscribe_popup_content_box_form_bottom_note {
	margin-top: 15px;
}
.subscribe_popup_content_box_form_bottom_note p{
	font-size: 16x;
	line-height: 26px;
	color: #333;
}
.subscribe_popup_content_box_form_bottom_cross {
	margin-top: 15px;
}
.subscribe_popup_content_box_form_bottom_cross button{
	background: transparent;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	font-weight: 400;
}
.subscribe_popup_content_success h2 {
	font-size: 33px;
}
.green {
	color: green;
}
.red {
	color: red;
}

.page-id-329 .writing_page_box_content_title {
	text-align: center;
}
._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
	margin-top: 20px !important;
}
.imageminimumheight .home_port_img_bg {
	min-height: 400px;
}
.imageminimumheight .row {
	align-items: center;
}
.home_company_logo img {
	max-width: 600px;
	float: right;
}
.home_analytics_area ul {
	display: flex;
	list-style: none;
}
.home_analytics_area ul li {
	flex-shrink: 0;
	float: left;
	font-size: 16px;
	position: relative;
	padding-left: 35px;
	border-right: 1px solid #ccc;
	margin-right: 25px !important;
	padding-right: 25px;
}
.home_analytics_area ul li div {
	float: left;
}
.home_analytics_area ul li span {
	margin-left: 10px;
}
.home_analytics_area ul li div {
	float: left;
	font-weight: 700;
}
.home_analytics_area ul li span, .ana_per {
	font-weight: 400 !important;
}
.ana_per {
	margin-left: 10px;
}
.home_analytics_area ul li img {
	width: 25px;
	height: auto;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.package_page_area {
    
}
.single_package {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.single_package_list_title h2 {
    font-size: 19px;
    line-height: 145%;
}
.single_package_list_title p {
    font-size: 30px;
    line-height: 120%;
    color: #24A5FC;
    margin-top: 15px;
}
.single_package_list_title span {
    display: block;
    font-size: 18px;
    margin-top: 11px;
}
.single_package_list_title {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 2px solid #e2e2e2;
}
.single_package_list ul {
    list-style: none;
}
.single_package_list ul li {
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 14px;
    color: #444;
    position: relative;
    padding-left: 24px;
}
.single_package_list svg {
    position: absolute;
    top: 7px;
    left: 0;
}
.single_package_best {
    font-size: 16px;
    background: #fff;
    margin-top: 20px;
    padding: 10px 17px;
    border-radius: 7px;
}
.single_package_list ul li:last-child {
     margin-bottom: 0;
}
.single_package_list_cta a {
    display: block;
    background: #000074;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 120%;
    padding: 15px 10px;
    border-radius: 6px;
}
.single_package_list_cta a:hover {
	opacity: 0.6;
}
.single_package_list_cta {
    margin-top: 15px;
	text-align: center;
}
.package_page_wrapper .row {
	margin: -15px;
}
.package_page_wrapper .row > div{
	padding: 15px;
}
.package_page_area .container {
    max-width: 1350px;
}
.thanks_box {
    text-align: center;
}
.thanks_box h2 {
    font-size: 30px;
    line-height: 130%;
}
.thanks_box p {
    font-size: 18px;
    margin: 15px auto 0 auto;
    max-width: 800px;
}
.single_package_area .container {
    max-width: 700px;
}
.single_package_box {
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    border-radius: 10px;
}
.single_package_Price {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}
.single_package_Price h2 {
    font-size: 22px;
    line-height: 130%;
}
.single_package_Price p {
    margin-top: 10px;
    font-size: 22px;
    color: #24A5FC;
}
.single_package_form {
    padding: 0 30px 30px 30px;
}
.single_package_form h2.forminator-title {
    font-size: 23px !important;
    font-weight: 600 !important;
}
.forminator-input {
    font-size: 16px !important;
    border: 2px solid #eee !important;
    border-radius: 10px !important;
    padding: 13px 16px !important;
}
.forminator-label {
    display: block !important;
    padding-bottom: 5px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.forminator-button-submit {}
.forminator-button-submit {
    display: block !important;
	width: 100% !important;
	text-align: center !important;
    background: #000074 !important;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    padding: 15px 10px !important;
    border-radius: 6px !important;
}
.forminator-button-submit:hover {
	opacity: 0.6;
}
.package_faq_area .section_title {
    text-align: center;
}
.package_faq_area .container {
    max-width: 800px;
}
.package_dis_area {
    text-align: center;
    background: #f2f2f2;
}
.page-template-page-packages .height-space-footer {
	display: none !important;
}
.package_dis_area .section_title {
    margin-bottom: 15px;
}
.package_dis_box p {
    font-size: 18px;
    line-height: 170%;
}
.package_dis_box {
    max-width: 935px;
    display: inline-block;
}
.package_plan_table {
  width: 100%;
  overflow-x: auto;
}

.package_plan_table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.package_plan_table thead {
  background: #f4f4f4;
}

.package_plan_table th,
.package_plan_table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}

.package_plan_table th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.package_plan_table tbody tr:hover {
  background: #fafafa;
}

.package_plan_table tbody tr:last-child td {
  border-bottom: none;
}

/* Center tier columns */
.package_plan_table th:not(:first-child),
.package_plan_table td:not(:first-child) {
  text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .package_plan_table table {
    min-width: 600px;
  }

  .package_plan_table th,
  .package_plan_table td {
    padding: 12px;
    font-size: 13px;
  }
}
.package_compare_area {
	background: #f2f2f2;
	text-align: center;
}

.forminator-field-html label {
    display: none !important;
}
.forminator-field-html ul {
    padding-left: 20px;
    margin-top: 10px;
}