/** ------------------------------------------------------------------
							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: 16px;
	height: 100%;
	color: #111;
	}
.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: 16px;
	}

a:hover {
	text-decoration: none;
	}

p {
	line-height: 27px;
	font-size: 16px;
	}
	
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: 1380px;
	padding-left: 60px;
	padding-right: 60px;
}

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

a {
	font-family: Open Sans;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans;
	font-weight: 700;
}

p {
	font-family: Open Sans;
	font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Open Sans;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Open Sans;
	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: #222;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
#header-mobile-menu-trigger-left {
	left: 15px;
}
#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: #fff;
	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 solid #ccc;
}
.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: #999;
	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: 700;
	color: #333;
	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: 55px;
}
.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-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: 16px;
	line-height: 175%;
	color: #666;
}
.writing_page_box_content a {
	color: #EB0000;
	font-weight: 500;
	text-decoration: underline;
}
.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: #000;
	line-height: 130%;
	margin-bottom: 8px;
}
.writing_page_box_content h1 {
	font-size: 32px;
}
.writing_page_box_content h2 {
	font-size: 24px;
}
.writing_page_box_content h3 {
	font-size: 20px;
}
.writing_page_box_content h4 {
	font-size: 18px;
}
.writing_page_box_content h5 {
	font-size: 16px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}



/** ------------------------------------------------------------------
						Header Area
------------------------------------------------------------------ **/
.claim {
  display: inline-block;
  animation: shake 1.2s ease-in-out infinite;
  transform-origin: center;
}
.claim:hover {
	opacity: 0.6;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  15% { transform: translateX(-3px) rotate(-2deg); }
  30% { transform: translateX(3px) rotate(2deg); }
  45% { transform: translateX(-3px) rotate(-1deg); }
  60% { transform: translateX(3px) rotate(1deg); }
  75% { transform: translateX(-2px) rotate(-1deg); }
}
.sticky_text_area {
    background: #113d9c;
    padding: 18px 20px;
    text-align: center;
    color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.sticky_text p {
    font-size: 25px;
    font-weight: 700;
}
.footer_area {
    background: #113d9c;
    padding: 18px 20px;
    text-align: center;
    color: #fff;
}
.footer_copyright p {
    font-size: 25px;
    font-weight: 700;
}
.claim_popup_area {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 2222;
	transform: translate(-50%, -50%);
	padding: 33px;
	width: 90%;
	max-width: 517px;
}
.claim_popup_title h2 {
	text-align: center;
	font-size: 30px;
	line-height: 125%;
}
.claim_popup_title {
	margin-bottom: 15px;
}
.claim_popup_form label {
	font-size: 14px;
	display: block;
	margin-bottom: 2px;
	margin-top: 0 !important;
}
.claim_popup_form .row {
	margin: -8px;
}
.claim_popup_form .row > div {
	padding: 8px;
}
.claim_input input {
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.claim_input label span {
	color: #990116;
	margin-left: 3px;
	font-size: 12px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7-list-item.first {
	margin-left: 0 !important;
}
span.wpcf7-list-item-label {
    font-size: 13.5px !important;
    line-height: 85% !important;
}
.claim_input_btn input:hover {
	opacity: 0.6;
}
.claim_input_btn input {
    background: #f9cb0d;
    color: #000;
    padding: 9px 30px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    float: right;
}
.thanks_area {
	text-align: center;
}
.thanks_area .container {
    max-width: 870px;
}
.thanks_box h1 {
    font-size: 33px;
    font-weight: 800;
    line-height: 150%;
}
.thanks_box p {
    font-size: 19px;
    margin-top: 15px;
}
.header_area {
	background: #fff;
	padding: 15px 0;
}
.header_logo img {
    height: 70px;
}
.vcenter {
	align-items: center;
}
.header_cta_button {
	margin-top: 18px;
}
.header_cta_button a {
    font-size: 25px;
    font-weight: 700;
    color: #f9cb0d;
	line-height: 120%;
}
.header_cta_button a:hover {
	opacity: 0.6;
}
.section_btn a {
    background: #f9cb0d;
    color: #000;
    padding: 11px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
}
.section_btn a:hover {
	opacity: 0.6;
}
.claim_area {
	text-align: center;
}
.section_img img {
	width: 100%;
	height: auto;
}
.about_content a,
.about_content p {
	font-weight: 700;
	font-size: 25px;
	line-height: 160%;
}
.about_content a {
	text-decoration: underline;
	color: #113d9c;
}
.about_content a:hover {
	opacity: 0.6;
}
.testimonial_area {
	text-align: center;
	padding: 0 40px;
	position: relative;
}
.testimonial_area img{
	width: 100%;
	height: auto;
}
.section_title {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.section_title h2 {
	font-size: 40px;
	line-height: 140%;
}
.promo_area {
	background: #113d9c;
    padding: 20px 0;
	text-align: center;
}
.promo_text p {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 150%;
}
.hero_area {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    padding: 100px 0;
}
.hero_box {
	text-align: center;
}
.hero_title p {
	font-size: 40px;
	line-height: 136%;
	font-weight: 800;
}
.hero_title p strong{
	text-decoration: underline;
}
.hero_des p {
	font-size: 25px;
	font-weight: 700;
	line-height: 160%;
	margin-top: 30px;
}
.hero_note {
	font-size: 25px;
	font-weight: 700;
	line-height: 160%;
	margin-top: 30px;
}
.hero_box {
	max-width: 687px;
	display: block;
	margin: 0 auto;
}
.hero_box .section_btn {
	margin-top: 30px;
}
.home_hero_video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home_hero_video_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.55;
}
.home_hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: 100%;
    z-index: -1;
    /* transform: translate(-50%, -50%); */
    margin-left: -2px;
    object-fit: cover;
}
.hero_note,
.hero_des p,
.hero_title p {
    color: #fff;
}
.hero_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}