/** ------------------------------------------------------------------
							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: #0F114D;
}
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: 170%;
	font-size: 17px;
	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;
	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: 1410px;
	padding-left: 90px;
	padding-right: 90px;
}

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

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

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

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

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Poppins;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Poppins;
	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: 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;
}
.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: 16px;
	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: linear-gradient(90deg, #2E3192 0%, #5458D0 100%);
	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(46, 49, 146, 0.12);
}
.header_logo {
	margin-top: 23px;
	transition: all 0.2s;
}
.header_logo img{
	height: 54px;
	width: auto;
}
.header_menu {
    margin-right: 30px;
}
.header_menu ul{
	list-style: none;
}
.header_menu ul li{
	float: left;
}
.header_menu ul li:last-child{
	margin-right: 0;
}

.header_menu ul li a{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	display: block;
	background: #fff;
	padding: 39px 25px;
	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 {
	background: linear-gradient(180deg, rgba(46, 49, 146, 0.09) 0%, rgba(46, 49, 146, 0) 100%);
	font-weight: 600;;
}
.header_menu ul li.current-menu-item > a,
.header_menu ul li a:hover{
	color: #2E3192;
}
.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: 15px;
}
.header_menu ul li ul li:last-child {
	border-bottom: 0 solid #ddd;
	padding-bottom: 0;
	margin-bottom: 0;
}
.header_cta_button {
	margin-top: 25px;
	transition: all 0.2s;
}
.header_cta_button a {
    background: linear-gradient(90deg, #2E3192 0%, #5458D0 100%);
    position: relative;
    padding: 13px 38px;
    border-radius: 40px;
	display: block;
	overflow: hidden;
}
.header_cta_button a .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 9px;
	height: 100%;
	width: auto;
	transition: all 0.2s;
}
.header_cta_button a:hover .bg {
	height: 150%;
}
.header_cta_button a span {
	color: #fff;
	font-weight: 600;
	margin-left: 5px;
}
.header_cta_button a span,
.header_cta_button a svg {
	vertical-align: middle;
}
.sticky_header_active .header_cta_button {
	margin-top: 18px;
}
.sticky_header_active .header_logo {
	margin-top: 16px;
}
.sticky_header_active .header_menu ul li a{
	padding-top: 32px;
	padding-bottom: 32px;
}
.header_area {
	transition: all 0.2s;
}
.fix_header {
	height: 100px;
}
.footer_area {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10) 100%), #2E3192;
	padding-top: 66px;
}
.footer_bottom {
	text-align: center;
	padding: 32px 20px;
	color: #fff;
	border-top: 2px solid rgba(255,255,255,.15);
	margin-top: 55px;
}
.single_widget_title {
	margin-bottom: 25px;
}
.single_widget_title h2 {
	color: #fff;
	font-weight: 700;
}
.single_widget_menu_box {
	margin-top: 8px;
}
.footer_contact {}
.footer_contact ul{
	list-style: none;
}
.footer_contact ul li{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.footer_contact ul li:last-child{
	margin-bottom: 0;
}
.footer_contact ul li svg{
	float: left;
	width: 56px !important;
	height: auto !important;
}
.footer_contact ul li div{
	float: left;
	width: calc(100% - 56px);
	padding-left: 12px;
	color: #fff;
	margin-top: 3px;
}
.footer_contact ul li div p{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 1px;
}
.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;
justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.single_widget_menu ul li {
	margin-bottom: 25px;
}
.single_widget_menu ul li:nth-child(odd){
	width: 70%;
}
.single_widget_menu ul li:nth-child(even){
	text-align: right;
	width: 30%;
}
.single_widget_menu ul li:nth-last-child,
.single_widget_menu ul li:nth-last-child(2) {
  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 img {
	height: 58px;
}
.single_widget_logodetails {
	display: inline-block;
	float: right;
}
.social_media_col {
	margin-top: 41px;
}
.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{
	width: 41px;
	height: 41px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	display: block;
}
.social_menu ul li a i{
	color: #2E3192;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social_menu ul li a svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.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: linear-gradient(149deg, #2E3192 16%, rgba(255, 255, 255, 0) 100%);
}
.center {
	text-align: center;
}
.section_title {
	margin-bottom: 35px;
}
.section_title h2{
	font-size: 35px;
	line-height: 140%;
}
.single_whychooseus_box {
	box-shadow: -9px 9px 25px rgba(46, 49, 146, 0.10);
	padding: 30px 28px;
	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: 66px;
	width: 66px;
	margin: 0 auto;
	border-radius: 50%;
	background: #F47920;
	position: relative;
}
.single_whychooseus_box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 28px;
	width: auto;
}
.home_why_us_box .row{
	margin: -15px;
}
.home_why_us_box .row > div{
	padding: 15px;
}
.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: 85px;
}
.section_title_low_margin {
	margin-bottom: 20px;
}
.section_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}
.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: 3px;
	background: #d9d9d9;
	margin-right: 7px;
	transition: all 0.2s;
	border-radius: 3px;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #2E3192;
	width: 38px;
}
.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-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: 626px;
	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(46, 49, 146, 0.06);
    background: #fff;
    border-radius: 25px;
    
}
.single_faq_box_title  h2 {
	font-size: 20px;
	color: #0F114D;
	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_title h2 {
	padding-right: 50px;
}
.cta_button_hero {
	margin-top: 25px;
}
.cta_button_hero a {
    background: #fff;
    position: relative;
    padding: 13px 38px;
    border-radius: 40px;
	display: inline-block;
	overflow: hidden;
}
.cta_button_hero a .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 9px;
	height: 100%;
	width: auto;
	transition: all 0.2s;
}
.cta_button_hero a:hover .bg {
	height: 150%;
}
.cta_button_hero a span {
	color: #2E3192;
	font-weight: 600;
	margin-right: 8px;
}
.cta_button_hero a span,
.cta_button_hero a svg.icon {
	vertical-align: middle;
}
.hero_title h1 {
	color: #fff;
	font-weight: 800;
	font-size: 54px;
	line-height: 130%;
}
.hero_title p {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}
.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: -18px -10px !important;
}
.home_coverage_map_area .row > div {
	padding: 18px 10px !important;
}
.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 {
    height: 24px;
}
.single_coverage svg,
.single_coverage span {
	vertical-align: middle;
}
.single_coverage span {
	font-size: 15.5px;
	font-weight: 600;
	color: #fff;
	padding-left: 1px;
}
.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 {
	max-width: 599px;
	padding: 35px;
	box-shadow: -9px 9px 25px rgba(46, 49, 146, 0.10);
	border-radius: 25px;
	margin: 0 auto;
}
.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, #2E3192 16%, #9EA0CD 61%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	padding-top: 90px;
	padding-bottom: 155px;
}
.inner_area2 .hero_title p {
	max-width: 500px;
	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: 28px;
	width: auto;
}
.single_whychooseus_box_des_new {
    margin-top: 7px;
}
.single_whychooseus_box_des_new p, .single_whychooseus_box_des_new a {
    font-size: 17px;
    color: #2E3192;
    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: 0 !important;
	position: absolute;
	bottom: 13px;
}
.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 {
	padding-top: 60px;
	position: relative;
}
.home_hero:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 95px;
	background: #fff;
}
.home_hero > div {
	position: relative;
	z-index: 2;
}
.home_hero_left {
	position: relative;
	height: 100%;
	padding-bottom: 75px;
}
.hero_section_review_box {
	position: absolute;
	bottom: 0;
	left: 0;
}
.hero_section_review_box {
	display: flex;
	align-items: center;
}

.hero_section_review_box_imgs img {
	height: 70px;
	width: auto;
	border: 5px solid #fff;
	margin-left: -30px;
	border-radius: 50%;
}
.hero_section_review_box_imgs img:first-child {
	margin-left: 0;
}
.hero_section_review_box_details {
	padding-left: 15px;
}
.hero_section_review_box_details h2 {
	font-size: 18px;
	color: #aaa;
	font-weight: 500;
	line-height: 130%;
}
.hero_section_review_box_details h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	margin-top: 8px;
}
.page-template-page-homepage .footer-height-space {
	display: none;
}
.single_testimonials_main_img img {
	width: 100%;
	height: auto;
}
.single_testimonials_main_img a {
    position: relative;
}
.single_testimonials_main_img a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    height: 80px !important;
    width: auto !important;
}
.single_testimonials_main_img a:hover svg {
    height: 100px !important;
}