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

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #999;
}
/* Fully reset select appearance */
select {
    -webkit-appearance: none;   /* iOS Safari, Chrome */
    -moz-appearance: none;      /* Firefox */
    appearance: none;           /* Standard */
	background-image: url(../images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position: center right 12px;
}

*{
	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%;
	color: #000;
	}
.mark, mark {
	padding: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6,	figure, label, dl, ol, ul, p, a, div, span, p {
	margin: 0;
	color: #111;
}
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;
	}

a:hover {
	text-decoration: none;
	}

p {
	line-height: 170%;
	color: #444444;
	}
	
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;
	-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;
	-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;
	}
	
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: 1506px;
	padding-left: 90px;
	padding-right: 90px;
}

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

a {
	font-family: Outfit;
	font-weight: 400;
}

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

p {
	font-family: Outfit;
	font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Outfit;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Outfit;
	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 {
	right: 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: #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 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: 1000px;
}

.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: 18px;
	line-height: 175%;
	color: #666;
	font-weight: 300;
}
.writing_page_box_content a {
	color: #366881;
	font-weight: 500;
	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: #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;
}
.single_input label {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}
.single_input textarea {
	height: 89px;
}
.single_input select {
	cursor: pointer;
	padding: 11px 18px !important;
}
.single_input select,
.single_input textarea,
.single_input input {
	font-size: 17px;
	padding: 9px 18px;
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	background-color: #f2f2f2;
}
.contact_form_main .row {
	margin: -10px -13px;
}
.contact_form_main .row > div{
	padding: 10px 13px;
}
.single_input_btn {
	position: relative;
}
.single_input_btn input {
	display: block;
	background: #366881;
	color: #fff;
	padding: 16px 40px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	width: 100%;
}
.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: 10px 0 0 0 !important;
    border-radius: 7px;
    font-size: 15px !important;
    padding: 8px 13px !important;
}
.booking_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2100;
	background: #fff;
	width: 100%;
	max-width: 540px;
	border-radius: 25px;
	padding: 40px 35px 35px 35px;
	display: none;
}
.booking_popup > button {
	position: absolute;
	top: 30px;
	right: 30px;
	line-height: 0;
	padding: 0;
	background: transparent;
}
.booking_popup_header h2 {
	font-size: 23px;
	line-height: 140%;
}
.booking_popup_header p {
	font-size: 17px;
	margin-top: 10px;
	max-width: 417px;
}
.booking_popup_header {
	margin-bottom: 17px;
}
.booking_popup_form .row {
	margin: -10px -10px;
}
.booking_popup_form .row > div{
	padding: 10px 10px;
}


/** ------------------------------------------------------------------
						Header Area
------------------------------------------------------------------ **/
.header_area {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 4px 25px rgba(54, 104, 129, 0.12);
	padding: 14px 0;
}
.header_logo {
	transition: all 0.2s;
}
.header_logo img{
	height: 72px !important;
	width: auto;
}
.header_menu {
    margin-top: 25px;
}
.header_menu ul{
	list-style: none;
}
.header_menu ul li{
	float: left;
	margin-right: 45px;
}
.header_menu ul li:last-child{
	margin-right: 0;
}

.header_menu ul li a{
	color: #000;
	font-weight: 500;
	line-height: 140%;
	display: block;
	transition: all 0.2s;
}

.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: 20px;
}
.header_menu ul li.current-menu-item > a {
	color: #366881;
}
.header_menu ul li.current-menu-item > a,
.header_menu ul li a:hover{
	color: #366881;
}
.header_menu ul li ul {
	display: none;
	position: absolute;
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,0.09);
	border-radius: 0 18px 18px 18px;
	z-index: 20;
	white-space: nowrap;
}
.header_menu ul li:hover ul {
	display: block;
}
.header_menu ul li ul li {
	float: none;
	margin-right: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.header_menu ul li ul li a {
	font-size: 16px;
}
.header_menu ul li ul li:last-child {
	border-bottom: 0 solid #ddd;
	padding-bottom: 0;
	margin-bottom: 0;
}
.header_cta_button {
	margin-top: 12px;
	transition: all 0.2s;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid rgba(0,0,0,0.1);
}
.header_cta_button a {
    background: #366881;
    position: relative;
    padding: 10px 27px;
    border-radius: 40px;
	display: block;
	overflow: hidden;
	float: left;
	border: 1px solid #366881;
}
.header_cta_button a:hover {
	opacity: 0.6;
}
.header_cta_button a span {
	color: #fff;
	font-weight: 600;
	margin-left: 7px;
}
.header_cta_button a span,
.header_cta_button a svg {
	vertical-align: middle;
}
.header_cta_button a:first-child {
	background: #fff;
	margin-right: 8px;
}
.header_cta_button a:first-child span{
	color: #366881;
	margin-left: 0;
}
.header_area {
	transition: all 0.2s;
}
.fix_header {
	height: 100px;
}
.footer_area {
	position: relative;
	padding-top: 60px;
	
}
.footer_area:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #366881;
	z-index: 1;
	opacity: 0.96;
}
.footer_area .container {
	position: relative;
	z-index: 2;
}
.footer_bottom {
	text-align: center;
	padding: 20px 20px;
	color: #fff;
	border-top: 2px solid rgba(255,255,255,.15);
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.single_widget_title {
	margin-bottom: 25px;
}
.single_widget_title h2 {
	color: #fff;
	font-weight: 700;
}
.footer_contact {}
.footer_contact ul{
	list-style: none;
}
.footer_contact ul li{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
}
.footer_contact ul li:last-child{
	margin-bottom: 0;
}
.footer_contact ul li svg{
	float: left;
	width: 23px !important;
	height: auto !important;
	margin-top: 1px;
}
.footer_contact ul li div{
	float: left;
	width: calc(100% - 23px);
	padding-left: 12px;
	color: #fff;
}
.footer_contact ul li div a{
	color: #fff;
	font-size: 17px;
}
.footer_contact ul li div a:hover{
	opacity: 0.6;
	text-decoration: underline;
}
.single_widget_menu {}
.single_widget_menu ul{
	list-style: none;
}
.single_widget_menu ul li {
	margin-bottom: 25px;
}
.single_widget_menu ul li:last-child {
  margin-bottom: 0;
}
.single_widget_menu ul li a{
	color: #fff;
	font-size: 17px;
}
.single_widget_menu ul li a:hover{
		opacity: 0.6;
	text-decoration: underline;
}
.single_widget_logo a {
    
}
.single_widget_logo img {
	height: 50px !important;
}

.social_menu {
	margin-top: 28px;
}
.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;
}
.social_menu ul li a svg{
	
}
.social_menu ul li a:hover{
	opacity: 0.6;
}
.inner_area1 {
	background: linear-gradient(149deg, #2E3192 16%, rgba(255, 255, 255, 0) 100%);
	padding: 63px 0;
}
.home_hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.center {
	text-align: center;
}
.section_title {
	margin-bottom: 20px;
}
.section_title h2{
	font-size: 38px;
	line-height: 140%;
}
.single_whychooseus_box {
	box-shadow: -9px 9px 25px rgba(54, 104, 129, 0.1);
	padding: 27px 18px;
	border-radius: 25px;
	text-align: center;
	height: 100%;
}
.single_whychooseus_box_des {
	margin-top: 22px;
}
.single_whychooseus_box_des h2 {
	font-size: 18px;
	font-weight: 600;
}
.single_whychooseus_box_des p {
	margin-top: 10px;
	font-size: 16px;
}
.single_whychooseus_box_img {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 50%;
	background: #366881;
	position: relative;
}
.single_whychooseus_box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 24px;
	width: auto;
}
.home_why_us_box .row{
	margin: -10px;
}
.home_why_us_box .row > div{
	padding: 10px;
}
.background1 {
	background: linear-gradient(63deg, rgba(46, 49, 146, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	position: relative;
}
.background1:before {
	content: '';
	width: 414px;
	height: 414px;
	background: radial-gradient(ellipse 50.00% 50.00% at 50.00% 50.00%, #F47920 0%, #F47920 58%, #F47920 100%);
	border-radius: 50%;
	filter: blur(250px);
	position: absolute;
	right: -198px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	opacity: 0.6;
}
.background2 {
	background: linear-gradient(63deg, rgba(255, 255, 255, 0.15) 0%, rgba(46, 49, 146, 0.15) 100%);
	position: relative;
}
.background2:before {
	content: '';
	width: 414px;
	height: 414px;
	background: radial-gradient(ellipse 50.00% 50.00% at 50.00% 50.00%, #F47920 0%, #F47920 58%, #F47920 100%);
	border-radius: 50%;
	filter: blur(250px);
	position: absolute;
	left: -198px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	opacity: 0.6;
}
.background2 > div,
.background1 > div {
	position: relative;
	z-index: 2;
}
.section_title p {
	margin-top: 13px;
}
.section_title a {
	font-size: 17px;
	color: #2E3192;
	font-weight: 600;
	text-decoration: underline;
}
.section_title a:hover {
	opacity: 0.6;
}
.about_box_imgs {
    padding-right: 170px;
    padding-bottom: 61px;
	position: relative;
}
.about_box_imgs img:nth-child(1) {
	width: 100%;
	border-radius: 35px;
}
.about_box_imgs img:nth-child(2) {
	width: 50%;
	border-radius: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 15px solid #fff;
}
.about_box {
    padding-left: 50px;
	padding-top: 38px;
	padding-bottom: 38px;
}
.section_title_low_margin {
	margin-bottom: 20px;
}
.section_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	border-radius: 30px;
	margin-right: 50px;
}
.section_content_padding {
	padding-top: 88px;
	padding-bottom: 88px;
}
.home_vision_area .section_content_padding {
	padding-left: 80px;
}
.home_mission_area .section_content_padding {
	padding-right: 80px;
}
.home_mission_area .section_img {
	border-radius: 25px 25px 25px 0;
}
.home_vision_area .section_img {
	border-radius: 25px 0 25px 25px;
}
.testimonials_video a img {
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}
.testimonials_video a{
	display: block;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}
.testimonials_video a:before {
	background: #F47920;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	opacity: 0.3;
}
.testimonials_video a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 87px !important;
	width: 87px !important;
	transition: all 0.3s;
	z-index: 2;
}
.testimonials_video a:hover svg {
	height: 110px !important;
	width: 110px !important;
}
.slick-dots {
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #d9d9d9;
	margin-right: 7px;
	transition: all 0.2s;
	border-radius: 50%;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #366881;
}
.slick-dots li:last-child {
	margin-right: 0;
	
}
.single_partners_main {
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    height: 100px;
    border-radius: 10px;
	position: relative;
}
.single_partners_main img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: auto;
	max-height: 90%;
	max-width: 80%;
}
.partner_slider .slick-list{
	margin-left: -6px;
	margin-right: -6px;
}
.partner_slider .slick-slide{
	padding-left: 6px;
	padding-right: 6px;
}

.partner_slider {
	position: relative;
}
.partner_slider:before {
	content: '';
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
	height: 110px;
	width: 146px;
	position: absolute;
	z-index: 2;
}
.partner_slider:after {
	content: '';
	top: 0;
	right: 0;
	background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
	height: 110px;
	width: 146px;
	position: absolute;
	z-index: 2;
}
.testimonial_slider_wrapper .slick-list{
	margin-left: -15px;
	margin-right: -15px;
}
.testimonial_slider_wrapper .slick-slide{
	padding-left: 15px;
	padding-right: 15px;
}
.single_testimonials_main {
	background: #fff;
	border-radius: 25px;;
	box-shadow: -9px 9px 25px rgba(46, 49, 146, 0.10);
}
.single_testimonials_wrapper {
	opacity: 0;
	transition: all 0.5s;
}
.single_testimonials_wrapper.slick-active {
	opacity: 1;
}
.single_testimonials_main_top {
	padding: 30px;
}
.single_testimonials_main_details {
	padding: 20px 30px;
	border-top: 2px solid rgba(0,0,0,.07);
	display: flex;
	align-items: center;
}
.single_testimonials_main_details_img img {
	height: 52px;
	width: auto;
}
.single_testimonials_main_details_name {
	padding-left: 13px;
}
.single_testimonials_main_details_name h3 {
	font-size: 17px;
	font-weight: 600;
	color: #0F114D;
	line-height: 140%;
}
.single_testimonials_main_details_name h4 {
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	line-height: 140%;
	margin-top: 4px;
}
.single_testimonials_main_stars {
	margin-bottom: 20px;
	line-height: 0;
}
.single_testimonials_main_stars svg {
	display: inline-block;
}
.testimonial_slider_wrapper button {
	line-height: 0;
	background: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	transition: all 0.2s;
	position: absolute;
	top: 50%;
	left: -60px;
	z-index: 10;
	transform: translate(0, -50%);
}
.testimonial_slider_wrapper button.testimonial_next {
	right: -60px !important;
	left: initial !important;
}
.testimonial_slider_wrapper button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.testimonial_slider_wrapper button svg path {
	transition: all 0.2s;
}
.testimonial_slider_wrapper button:hover {
	background: #2E3192;
}
.testimonial_slider_wrapper button:hover svg path{
	fill: #fff !important;
}
.testimonials_video {
	margin-top: 60px;
}
.page-template-page-upload .footer-height-space,
.page-template-page-service .footer-height-space {
	display: none;
}
.home_why_us_wrapper .row {
	margin: -11px;
}
.home_why_us_wrapper .row > div{
	padding: 11px;
}
.single_why_us_home {
	box-shadow: -9px 9px 25px rgba(46, 49, 146, 0.06);
	background: #fff;
	border-radius: 25px;
	padding: 28px 28px 28px 90px;
	position: relative;
}
.single_why_us_home span {
	color: #F47920;
	font-weight: 700;
	font-size: 35px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 30px;
}
.single_why_us_home h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 144%;
}
.service_home .section_content_box {
	padding: 63px 0 63px 43px;
}
.section_img_border_radius {
	border-radius: 25px;
}
.service_eachone_extra {
	margin-top: 60px;
}
.service_business .single_why_us_home h2 {
	font-size: 18px;
}
.service_business .independant_content_box {
    padding: 60px 45px 60px 0;
}
.service_business .section_img {
	margin-left: 30px;
	border-radius: 25px;
}
.cta_button1 {
	margin-top: 25px;
}
.cta_button1 a {
    background: linear-gradient(90deg, #2E3192 0%, #5458D0 100%);
    position: relative;
    padding: 13px 38px;
    border-radius: 40px;
	display: inline-block;
	overflow: hidden;
}
.cta_button1 a .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 9px;
	height: 100%;
	width: auto;
	transition: all 0.2s;
}
.cta_button1 a:hover .bg {
	height: 150%;
}
.cta_button1 a span {
	color: #fff;
	font-weight: 600;
}

.section_title.center > p {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.faq_wrapper {
    max-width: 810px;
    margin: 0 auto;
}
.faq_wrapper .row {
	margin: -10px;
}
.faq_wrapper .row > div{
	padding: 10px;
}
.single_faq_box {
    box-shadow: -9px 9px 25px rgba(54, 104, 129, 0.09);
    background: #fff;
    border-radius: 20px;
    
}
.single_faq_box_title  h2 {
	font-size: 20px;
	color: #000;
	line-height: 141%;
	font-weight: 600;
}
.single_faq_box_title {
	padding: 28px 30px;
    position: relative;
	cursor: pointer;
}
.single_faq_box_title div svg {
	transition: all 0.3s;
}
.single_faq_box_title div {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%);
	line-height: 0;
}
.faq_active div svg {
	transform: rotate(45deg);
}
.single_faq_box_content {
	padding: 20px 30px 28px 30px;
	border-top: 2px solid rgba(0,0,0,0.07);
}
.single_faq_box_content p,
.single_faq_box_content li {
    line-height: 160%;
    color: #666;
}
.single_faq_box_content ol,
.single_faq_box_content ul {
	padding-left: 20px;
	margin-top: 17px;
}
.single_faq_box_title h2 {
	padding-right: 50px;
}
.cta_button_hero {
	margin-top: 25px;
}
.cta_button_hero a {
    background: #fff;
    position: relative;
    padding: 14px 41px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    color: #366881;
}
.cta_button_hero a:hover {
	opacity: 0.6;;
}

.hero_title h1 {
	color: #fff;
	font-weight: 800;
	font-size: 68px;
	line-height: 130%;
}
.hero_title p {
	color: #fff;
	font-size: 19px;
	margin-top: 12px;
	font-weight: 300;
}
.home_coverage_area .section_title.center > p {
    max-width: initial;
}
.page-template-page-package .footer-height-space {
	display: none;
}
.package_direction_area {
	padding: 50px 0;
}
.package_direction_wrapper {
	display: flex;
	justify-content: space-between;
}
.single_direction_box_img {}
.single_direction_box_img {
	height: 66px;
	width: 66px;
	border-radius: 50%;
	background: #F47920;
	position: relative;
}
.single_direction_box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 28px;
	width: auto;
}
.single_direction_box {
	display: flex;
	align-items: center;
	background: #fff;
}
.single_direction_box_des {
	padding-left: 17px;
}
.single_direction_box_des span,
.single_direction_box_des h2 {
	display: inline-block;
	vertical-align: middle;
}
.single_direction_box_des span {
	font-weight: 500;
	line-height: 100%;
	color: #ccc;
	font-size: 34px;
}
.single_direction_box_des h2 {
	font-size: 19px;
	font-weight: 600;
	line-height: 100%;
	padding-left: 10px;
}
.package_direction_wrapper {
	position: relative;
}
.package_direction_wrapper:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    border-top: 1.5px dashed rgba(0,0,0,.5);
    z-index: -1;
}
.package_direction_wrapper > div:nth-child(1) {
	padding-right: 25px;
}
.package_direction_wrapper > div:nth-child(2) {
	padding-right: 25px;
	padding-left: 25px;
}
.package_direction_wrapper > div:nth-child(3) {
	padding-left: 25px;
}
.wpcf7-spinner {
	position: absolute !important;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
.package_list_wrapper {}
.package_list_wrapper .row {
	margin: -15px;
}
.package_list_wrapper .row > div{
	padding: 15px;
}
.single_package {
	background: linear-gradient(90deg, #2E3192 0%, #5458D0 100%);
	box-shadow: -9px 9px 25px rgba(46, 49, 146, 0.10);
	border-radius: 25px
}
.single_package_bottom {
	background: #fff;
	border-radius: 25px;
	margin-right: 4px;
}
.single_package_top {
	display: flex;
	justify-content: space-between;
	padding: 30px 25px 18px 25px;
	color: #fff;
	align-items: center;
	background-image: url(../images/package-circle.svg);
	background-repeat: no-repeat;
	background-position: bottom left 40px;
}
.single_package_top h2 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
}
.single_package_top h3 {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
}
.single_package_bottom_price {
	padding: 25px 25px 20px 25px;
	border-bottom: 2px dashed rgba(46, 49, 146, 0.17);
}
.single_package_bottom_wrapper {
	padding: 20px 25px 25px 25px;
}
.single_package_bottom_list {}
.single_package_bottom_list ul{
	list-style: none;
}
.single_package_bottom_list ul li {
	position: relative;
	font-size: 15px;
	padding-left: 28px;
	line-height: 150%;
	margin-bottom: 12px;
	color: #444;
}
.single_package_bottom_list ul li:last-child {
	margin-bottom: 0;
}
.single_package_bottom_list ul li svg{
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px !important;
  height: auto !important;
}
.header_cta_button {
	
}
.single_package_bottom_button a {
    background: linear-gradient(90deg, #2E3192 0%, #5458D0 100%);
    position: relative;
    padding: 15px;
    border-radius: 40px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
.single_package_bottom_button a .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 9px;
	height: 100%;
	width: auto;
	transition: all 0.2s;
}
.single_package_bottom_button a:hover .bg {
	height: 150%;
}
.single_package_bottom_button a span {
	color: #fff;
	font-weight: 600;
	margin-right: 5px;
}
.single_package_bottom_button a span,
.single_package_bottom_button a svg {
	vertical-align: middle;
}
.single_package_bottom_price_wrap  {
	display: flex;
	align-items: center;
}
.single_package_bottom_price_wrap h2 {
	font-size: 60px;
	font-weight: 500;
	color: #000;
}
.single_package_bottom_price_wrap h3 {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	color: #444;
}
.single_package_bottom_price_wrap h3 span {
	font-size: 15px;
	color: #aaa;
}
.single_package_bottom_des p {
	font-size: 15px;
	text-transform: uppercase;
	color: #444;
}
.single_package_bottom_button {
	margin-top: 12px;
}
.single_package_bottom_custom {
	font-size: 16px;
	color: #aaa;
	text-align: center;
	border: 2px solid rgba(0,0,0,.1);
	border-radius: 31px;
	padding: 17px;
	margin-top: 17px;
}

.single_package_bottom_free_talk_bongo ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	position: relative;
}
.single_package_bottom_free_talk_bongo {
	position: relative;
}
.single_package_bottom_free_talk_bongo::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.1);
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	margin-left: -1px;
}
.single_package_bottom_free_talk_bongo_text {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	line-height: 100%;
	margin-bottom: 3px;
}
.single_package_bottom_free_talk_bongo_img img {
	height: 21px;
}
.single_package_bottom_free_talk_bongo_min span {
	padding-left: 5px;
}
.single_package_bottom_free_talk_bongo_min span,
.single_package_bottom_free_talk_bongo_min svg {
	vertical-align: middle;
}
.single_package_bottom_free_talk_bongo_min span {
	color: #000;
	font-weight: 500;
}
.single_package_bottom_free_talk_bongo {
	border: 2px solid rgba(0,0,0,.1);
	border-radius: 31px;
	margin-top: 17px;
	padding: 10px 0 4.15px;
}
.single_package_bottom_custom_business {
	border-color: #F47920;
	background: #F47920;
	color: #fff;
	font-weight: 600;
}
.single_package_bottom_price_business {
	color: #0F114D;
	font-size: 24px;
	font-weight: 700;
	padding: 12.5px 0;
}
.single_package_bottom_list {
	position: relative;
}
.view_more_package {
	line-height: 0;
	background: transparent;
	font-weight: 500;
	color: #2E3192;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
	display: none;
}
.single_package_bottom_list::before {
	position: absolute;
	content: '';
	background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.fullview {
	height: initial !important;
}
.single_package_bottom_list.fullview .view_more_package,
.single_package_bottom_list.fullview::before {
	display: none !important;
}
.home_coverage_map_area {
	background-image: url(../images/map.png);
	padding: 65px 0;
	text-align: center;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.home_coverage_map_area .row {
	margin: -25px -10px;
}
.home_coverage_map_area .row > div {
	padding: 25px 10px;
}
.single_coverage {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.20) 100%), #2E3192;
	box-shadow: -5px 7px 20px rgba(46, 49, 146, 0.45);
	border-radius: 49px;
	display: inline-block;
	padding: 11px 22px 11px 11px;
	
}
.single_coverage svg,
.single_coverage span {
	vertical-align: middle;
}
.single_coverage span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding-left: 3px;
}
.home_coverage_map_area .row > .first-visible {
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.home_coverage_map_area .row > .second-visible,
.home_coverage_map_area .row > .third-visible {
    -ms-flex: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.booking_popup_form_contact_page {
	padding: 35px;
	box-shadow: -9px 9px 25px rgba(54, 104, 129, 0.1);
	border-radius: 25px;
	margin: 0 auto;
	background: #fff;
}
.booking_popup_form_contact_page .single_input textarea {
	height: 135px;
}
.page-template-page-contact .footer-height-space {
    display: none;
}
.inner_area2 {
    background: linear-gradient(149deg, #366881 16%, #8eb9ce 61%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    padding-top: 90px;
    padding-bottom: 155px;
}
.inner_area2 .hero_title p {
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.contact_page_promo {
	position: relative;
	z-index: 2;
	margin-top: -100px;
}
.contact_page_promo .single_whychooseus_box {
	background: #fff;
}
.single_whychooseus_box_img svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 24px;
	width: auto;
}
.single_whychooseus_box_des_new {
   
}
.single_whychooseus_box_des_new p, .single_whychooseus_box_des_new a {
    font-size: 17px;
    color: #366881;
    font-weight: 500;
}
 .single_whychooseus_box_des_new a:hover {
    text-decoration: underline;
}
.contact_promo_des p {
	text-align: center;
	margin-top: 10px;
}
.location_cards_wrapper {}
.location_cards_wrapper .row {
	margin: -15px;
}
.location_cards_wrapper .row > div{
	padding: 15px;
}
.single_location_cards {
	background: #fff;
	box-shadow: -9px 9px 25px rgba(46, 49, 146, 0.10);
	border-radius: 25px;
	height: 100%;
}
.single_location_cards_head {
	padding: 35px 35px 20px 35px;
	border-bottom: 2px solid rgba(0,0,0,.07);
}
.single_location_cards_bottom {
	padding: 20px 35px 35px 35px;
}
.single_location_cards_head_title {
	margin-bottom: 18px;
}
.single_location_cards_head_title h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
}
.single_location_cards_head_list {}
.single_location_cards_head_list ul{
	list-style: none;
}
.single_location_cards_head_list ul li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 40px;
}
.single_location_cards_head_list ul li:last-child{
	margin-bottom: 0;
}
.single_location_cards_head_list ul li svg{
	position: absolute;
	top: 1px;
	left: 0;
	height: 24px !important;
	width: auto !important;
}
.single_location_cards_head_list ul li a,
.single_location_cards_head_list ul li span{
	font-size: 17px;
	font-weight: 400;
}
.single_location_cards_head_list ul li a {
	color: #2E3192;
}
.single_location_cards_head_list ul li a:hover{
	text-decoration: underline;
}
.single_location_col {
	display: none;
}
.category_table {
	margin-bottom: 30px;
}
.category_table ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.category_table ul li{}
.category_table ul li a{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #000;
	display: block;
	text-align: center;
	background: #fff;
	padding: 15px 35px;
	border-radius: 30px;
}

.category_table ul li.tab_active a{
	background: linear-gradient(90deg, #2E3192 0%, #5458D0 100%), white;
	color: #fff;
}
.category_table ul li a:hover{
	opacity: 0.6;
}
.hero_section_slider {
	padding-left: 90px;
}
.slide img{
	width: 100%;
	height: auto;
	border-radius: 25px;
}
.stack-slider {
	position: relative;
}
.hero_section_slider .slick-dots {
	padding-top: 15px !important;
	display: block;
	width: 100%;
}
.hero_section_slider ul {}
.hero_section_slider ul li{
	height: 10px !important;
	width: 10px !important;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
}
.hero_section_slider ul li.slick-active{
	opacity: 1 !important;
	background: #fff !important;
}
.hero_title h2 {
	background: #F47920;
	display: inline-block;
	padding: 7px 22px 7px 7px;
	border-radius: 22px;
	margin-bottom: 21px;
}
.hero_title h2  span {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 150%;
	padding-left: 5px;
}
.hero_title h2 span,
.hero_title h2 svg {
	display: inline-block;
	vertical-align: middle;
}
.home_hero {
	position: relative;
	padding: 65px 0;
	
}
.home_hero:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #366881;
	z-index: 1;
	opacity: 0.96;
}
.home_hero > div {
	position: relative;
	z-index: 2;
}
.home_hero_left {
	position: relative;
	height: 100%;
}
.single_widget_des {
	margin-top: 12px;
}
.single_widget_des p {
    color: #fff;
    font-weight: 300;
}
.footer_main {
    padding-right: 55px;
}
.footer_sign_up {
    margin-top: 23px;
}
.footer_sign_up h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
}
.pix_mailchimp_input {
    position: relative;
}
.pix_mailchimp_input input[type=email] {
    display: block;
    border-radius: 28px;
    padding: 14px 27px;
}
.pix_mailchimp_input button {
    position: absolute !important;
    top: 0;
    right: 5px;
    background: #366881;
    padding: 10px 26px;
    border-radius: 25px;
    top: 50%;
    transform: translate(0, -50%);
	transition: all 0.2s;
	color: #fff;
}
.pix_mailchimp_input button:hover {
    opacity: 0.6;
}
.footer_top .row{
	margin: -15px;
}
.footer_top .row > div{
	padding: 15px;
}
.inner_area2 .hero_title h1 {
	font-size: 50px;
}
.woocommerce-category-page .inner_area2,
.page-template-page-shop .inner_area2,
.page-template-page-about .inner_area2,
.page-template-page-gallery .inner_area2,
.page-template-page-faq .inner_area2,
.page-template-default .inner_area2 {
	padding: 85px 0 !important;
}
.contact_form_area  .container,
.contact_page_promo .container {
    max-width: 1030px;
}
.upload_form_area {
	position: relative;
	z-index: 2;
	margin-top: -125px;
}
.single_input input[type=file] {
    background: #fff;
}
.section_btn {
	margin-top: 35px;
}
.section_btn a {
    background: #366881;
    position: relative;
    padding: 10px 30px;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #366881;
	color: #fff;
	font-weight: 600;
}
.section_btn a:hover {
	opacity: 0.6;
}
.counter_area {
    background: #366881;
    text-align: center;
    padding: 45px 0;
}
.counter_area * {
    color: #fff;
}
.single_counter h2 {
    font-size: 38px;
    margin-bottom: 7px;
}
.counter_area .row {
	margin: -15px;
}
.counter_area .row > div {
	padding: 15px;
}
.woocommerce-page .writing_page_area .container {
	max-width: 1506px;
}
.woocommerce-checkout .footer-height-space,
.woocommerce-cart .footer-height-space {
	display: none;
}
.single_howitworks_box_img {
    background: #366881;
    padding: 24px;
    display: inline-block;
    border-radius: 16px;
    box-shadow: 0px 20px 32px 1px rgba(54, 104, 129, 0.17);
}
.single_howitworks_box_img img {
	height: 24px;
	width: auto;
}
.single_howitworks_box_des {
    padding-top: 21px;
}
.single_howitworks_box_des h3 {
    font-size: 26px;
    font-weight: 700;
    color: #bbb;
	margin-bottom: 7px;
}
.single_howitworks_box_des h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
	margin-bottom: 12px;
}
.single_howitworks_box_des p {
	color: #666;
}
.product_area .section_title,
.home_testimonial .section_title,
.whyus_area .section_title,
.howitworks_area .section_title {
	margin-bottom: 40px;
}
.howitwork_row {
	margin: -20px -25px;
}
.howitwork_row > div{
	padding: 20px 25px;
}
.single_howitworks_box_img2 img {
	height: 44px;
	width: auto;
}
.home_subscribe_area {
    background: #366881;
}
.home_subscribe_area .section_title * {
	color: #fff;
}
.home_subscribe_box_note {
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.home_subscribe_box_main .pix_mailchimp_input {
	max-width: 600px;
	display: block;
	margin: 0 auto;
}
.single_testimonial_box {
	
}
.slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.slick-slide {
	transition: 0.2s;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.slick-active {
	opacity: 1 !important;
}
.single_testimonial_box_main {
	padding: 24px;
	border-radius: 20px;
	box-shadow: -9px 9px 25px rgba(54, 104, 129, 0.15);
}
.single_testimonial_box_img {
	margin-bottom: 18px;
}
.single_testimonial_box_img img {
	height: 68px;
	width: auto;
	border-radius: 50%;
}
.single_testimonial_box_name h2 {
    font-size: 20px;
    font-weight: 600;
}
.single_testimonial_box_profession svg {
	float: right;
	width: auto !important;
	height: 16px !important;
	margin-top: 5.5px;
}
.single_testimonial_box_profession svg path {
	fill: #f1641e !important;
}
.single_testimonial_box_profession {
	padding-top: 16px;
	display: block;
	width: 100%;
}
.single_testimonial_box_profession span {
	color: #366881;
	font-size: 18px;
    font-weight: 600;
	float: left;
	width: calc(100% - 120px);
}
.single_testimonial_box_profession_stars {
	float: left;
	
}
.single_testimonial_box_profession_stars i{
	color: #FFC107;
	margin-right: 2px;
}
.single_testimonial_box_profession_stars i:last-child{
	margin-right: 0;
}
.single_testimonial_box_quote {
	line-height: 0;
	padding: 19px 0;
	position: relative;
}
.single_testimonial_box_quote::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: calc(100% - 40px);
	border-bottom: 2px dashed #ddd;
}
.single_testimonial_box_reivew p {
	color: #666;
}
.single_home_gallery_main_box_main a {
    display: block;
    position: relative;
}
.single_home_gallery_main_box_main a img {
	border-radius: 25px;
	width: 100%;
	height: auto;
}
.single_home_gallery_main_box_main a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px !important;
	height: auto !important;
}
.single_home_gallery_main_box_main a:hover {
	opacity: 0.6;
}
.row_global {
	margin: -12px;
}
.row_global > div{
	padding: 12px;
}
.wp-block-woocommerce-empty-cart-block {
    margin-bottom: 70px;
}
.about_page_mission_area .about_box {
    padding-left: 0;
    padding-right: 50px;
}
.about_page_mission_area  .section_img {
    margin-right: 0;
    margin-left: 50px;
}
.about_page_video_title {
	text-align: center;
	margin-bottom: 30px;
}
.about_page_video_title h2 {
	font-size: 63px;
	color: #366881;
}
.about_page_video_title p {
	font-size: 19px;
	color: #666;
	font-weight: 300;
	margin-top: 10px;
}
.about_page_video_area .container {
	max-width: 1200px;
}
.about_page_video_main a {
	display: block;
	position: relative;
}
.about_page_video_main a:hover {
	opacity: 0.6;
}
.about_page_video_main img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}
.about_page_video_main a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px !important;
    height: auto !important;
}
.about_page_about_area {
	background: #366881;
}
.about_page_about_area .row{
	vertical-align: bottom;
}
.about_page_about_area .row {
	align-items: end;
}
.about_page_about_area * {
	color: #fff !important;
}
.about_page_about_left {
	max-width: 450px;
}
.about_page_about_area {
	padding-top: 50px;
}
.about_page_about_area .about_box {
	padding-top: 0;
	padding-bottom: 56px;
}
.home_subscribe_box_main  .pix_mailchimp_response p {
	text-align: center;
}
.home_subscribe_area .pix_mailchimp_response p,
.footer_main .pix_mailchimp_response p {
    margin-top: 10px;
	color: #fff !important;
}

/** Custom Invoice **/
/* TARGET ONLY THANK YOU PAGE */
.woocommerce-order {

    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
p.woocommerce-thankyou-order-received {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
/* TOP SUMMARY (order number, email, etc.) */
.woocommerce-order-overview {
    display: block;
}

.woocommerce-order-overview li {
    list-style: none;
    font-size: 16px !important;
    color: #666;
    width: 100%;
    display: flex;
    border-right-width: 0 !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px 0 !important;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 12px 0 !important;
}
.woocommerce-order-overview strong {
     font-size: 16px !important;
}
.woocommerce ul.order_details {
    margin: 0 !important;
}
.woocommerce-order-received .wc-item-meta {
	display: none;
}
.woocommerce-columns--addresses > div {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
}
.woocommerce-columns--addresses > div:last-child {
    margin-bottom: 0;
}
.woocommerce-customer-details {
	margin: 0 0 20px 0 !important;
}
.woocommerce-columns--addresses > div h2 {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

/* ORDER TABLE */
.woocommerce-order-details table {
    border: none !important;
}

.woocommerce-order-details th {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.woocommerce-order-details td {
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
    vertical-align: top;
    font-size: 14px;
}

/* PRODUCT NAME */
.woocommerce-order-details .product-name a {
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

/* META TEXT */
.woocommerce-order-details .wc-item-meta {
    margin-top: 8px;
}

.woocommerce-order-details .wc-item-meta li {
    list-style: none;
    margin-bottom: 6px;
    font-size: 13px;
    color: #555;
}

/* ===== FIX YOUR IMAGE SECTION ===== */
.woocommerce-order-details .uploaded-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.woocommerce-order-details .uploaded-images .image-item {
    width: 75px;
}

/* IMAGE STYLE */
.woocommerce-order-details .uploaded-images img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* DOWNLOAD BUTTON */
.woocommerce-order-details .uploaded-images a {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    color: #666;
    text-align: center;
    text-decoration: none;
}

.woocommerce-order-details .uploaded-images a:hover {
    color: #000;
}

/* TOTAL SECTION */
.woocommerce-order-details tfoot td,
.woocommerce-order-details tfoot th {
    padding-top: 12px;
    border: none;
    font-size: 14px;
}

.woocommerce-order-details tfoot tr:last-child td {
    font-weight: 600;
    font-size: 16px;
}

/* BILLING / SHIPPING */
.woocommerce-customer-details {
    margin-top: 30px;
}

.woocommerce-customer-details address {
    font-style: normal;
    font-size: 14px;
    color: #444;
}

/* MOBILE */
@media (max-width: 600px) {

    .woocommerce-order {
        padding: 15px;
    }

    .woocommerce-order-overview {
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce-order-details table thead {
        display: none;
    }

    .woocommerce-order-details tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .woocommerce-order-details td {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

    .woocommerce-order-details td::before {
        content: attr(data-title);
        font-weight: 500;
        color: #777;
    }

    .woocommerce-order-details .uploaded-images .image-item {
        width: 60px;
    }

    .woocommerce-order-details .uploaded-images img {
        height: 60px;
    }
}


/** Custom single product **/
/* ===== MAIN WRAPPER ===== */
.single-product div.product {
    max-width: 1100px;
    margin: 40px auto 0 auto;
}


/* ===== PRODUCT IMAGES ===== */
.woocommerce-product-gallery {
    background: #fff;
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 20px !important;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.summary p.price {
    margin-top: 10px;
}
.summary .variations label {
    font-size: 15px;
    margin-top: 18px;
}

.single-product .woocommerce-product-gallery img {
    border-radius: 12px;
}

/* ===== PRODUCT SUMMARY ===== */
.single-product .summary {
    padding: 10px 0;
}

/* TITLE */
.single-product .product_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* PRICE */
.single-product .price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
}

/* SHORT DESCRIPTION */
.single-product .woocommerce-product-details__short-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* ===== VARIATIONS ===== */
.variations_form {
    margin-bottom: 20px;
}

.variations_form table {
    width: 100%;
    border: none;
}

.variations_form td {
    padding: 8px 0;
    border: none;
}

.variations_form label {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

/* SELECT DROPDOWN */
.variations select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
    transition: 0.2s;
}

.variations select:focus {
    border-color: #111;
    outline: none;
}

/* ===== UPLOAD FIELD ===== */
.custom-upload-wrapper {
    margin: 20px 0;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
    padding: 20px 0;
}

.custom-upload-wrapper label {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

/* FILE INPUT */
.custom-upload-wrapper input[type="file"] {
    width: 100%;
    padding: 8px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    background: #fafafa;
    cursor: pointer;
}
.custom-upload-wrapper p {
    font-style: italic;
    color: #444;
    margin-top: 9px;
    margin-bottom: 15px;
}

/* ADD MORE BUTTON */
#add-more-images {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
	display: inline-block;
	color: #366881;
}
.image-upload-container-btn {
	overflow: hidden;
	text-align: right;
}
#add-more-images:hover {
    background: #366881;
    color: #fff;
}

/* REMOVE BUTTON */
.remove-image {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.remove-image:hover {
    color: red;
}
.upload-row {
	position: relative;
}
.upload-row {
    position: relative;
    padding-right: 40px;
}
.upload-row button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    line-height: 0;
    padding: 9px;
    background: red;
    border-radius: 50%;
}
.summary .product_meta {
	display: none;
}
.woocommerce div.product form.cart,
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ===== QUANTITY + ADD TO CART ===== */
.single-product .quantity input {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 6px;
}

/* ADD TO CART BUTTON */
.woocommerce-message a {
	background: #366881 !important;
	color: #fff !important;
	border-radius: 19px;
}
.single-product .single_add_to_cart_button {
    background: #366881 !important;
    transition: 0.2s;
}
.upload-row button svg path {
	fill: #fff !important;
}
.single-product .single_add_to_cart_button:hover {
 opacity: 0.6;  
}
.woocommerce-message {
    border-top-color: #366881 !important;
	margin-top: 20px !important;
}
.flex-control-thumbs {
    display: block !important;
	overflow: hidden !important;
	margin: -8px !important;
}
.flex-control-thumbs li {
    padding: 8px;
}
.flex-viewport {
	margin-bottom: 15px;
}


/* ===== META ===== */
.product_meta {
    margin-top: 20px;
    font-size: 12px;
    color: #777;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
    }

    .single-product .product_title {
        font-size: 22px;
    }

    .single-product .single_add_to_cart_button {
        font-size: 14px;
    }
}
.product_box {}
.product_box .row {
	margin: -15px;
}
.product_box .row > div{
	padding: 15px;
}
.single_product_details_main {
    background: #f2f2f2;
    border-radius: 30px;
    padding: 35px 25px 0 25px;
}
.single_product_details {
	font-weight: 600;
}
.single_product_details p {
    margin-top: 12px;
	font-weight: 300;
}
.single_product_details {
    font-weight: 600;
    margin-bottom: 18px;
}
.single_product_details_main_btn {
    background: #366881;
    position: relative;
    padding: 9px 15px;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    border: 1px solid #366881;
	transition: all 0.2s;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}
.single_product a:hover {
	opacity: 0.6;
}
.home_testimonial_main .slick-track {
	display: flex;
}
.single_testimonial_box_main {
    height: 100%;
}
.single_testimonial_box_reivew a {
	color: #366881;
	font-weight: 700;
	text-decoration: underline;
}
.woocommerce-Price-amount span,
.woocommerce-Price-amount {
    color: #366881;
	font-weight: 700;
}
.woocommerce-product-details__short-description {
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 300;
    color: #444;
}
.woocommerce-category-page .inner_area2 .hero_title p {
    max-width: 1120px;
}
section.related.products {
    display: none;
}
.writing_page_box_content .products {
	margin: -15px !important;
	overflow: hidden;
	display: flex !important;
	text-align: center;
	justify-content: center;
}
.writing_page_box_content .products li{
	padding: 15px !important;
	margin: 0 !important;
	width: 25% !important;
}
.writing_page_box_content .woocommerce-loop-category__title {
	margin-bottom:  0 !important;
	padding-bottom:  0 !important;
}
.writing_page_box_content .term-description,
.writing_page_box_content .woocommerce-ordering,
.writing_page_box_content .woocommerce-result-count,
.writing_page_box_content .products li:before,
.writing_page_box_content .products li:after {
	display: none !important;;
}
.single_product2_img img {
    width: 100%;
    height: auto;
}
.single_product2_img {
	margin-bottom: 20px;
}
.single_product2_title h2 {
    font-size: 19px;
    font-weight: 600;
}
.single_product2_title h3 {
	margin: 15px 0 5px 0;
}
.single_product2_img {
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #eee;
}
.single_product2_title h3.woocommerce-Price-amount span, .single_product2_title h3 .woocommerce-Price-amount {
    font-size: 17px;
}
.woocommerce-category-page ul.products {
    display: flex;
    margin: -15px !important;
    list-style: none !important;
    clear: none !important;
    text-align: center;
    flex-wrap: wrap;
}
.woocommerce-category-page ul.products:before,
.woocommerce-category-page ul.products:after {
	display: none !important;
}
.product_box .row {
	justify-content: center;
}
.woocommerce-shop ul.products li.product a img {
    margin-bottom: 10px !important;
    border-radius: 20px;
    border: 2px solid #eee;
}
h2.woocommerce-loop-category__title {
    font-size: 19px !important;
}
.woocommerce-shop ul.products {
	
}
.woocommerce-product-details__short-description h2 {
    margin-bottom: 9px;
}