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

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

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

a:hover {
	text-decoration: none;
	}

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

div,
span,
input,
textarea {

	}

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

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

i {}

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

:focus {
	outline: none;
	}

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

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
 
}
.container {
	max-width: 1460px;
	padding-left: 65px;
	padding-right: 65px;
}

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

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

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

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

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Inter;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Inter;
	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: 18px;
	line-height: 170%;
	color: #111;
	font-weight: 300;
}
.writing_page_box_content p{
	margin-top: 20px;
}
.writing_page_box_content a {
	color: #09B209;
	font-weight: 500;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 500;
}
.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: 36px;
}
.writing_page_box_content h2 {
	font-size: 30px;
}
.writing_page_box_content h3 {
	font-size: 25px;
}
.writing_page_box_content h4 {
	font-size: 22px;
}
.writing_page_box_content h5 {
	font-size: 20px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}



/** ------------------------------------------------------------------
						Header Area
------------------------------------------------------------------ **/
.header_top {
    padding: 25px 50px 25px 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.header_logo img {
    height: 100px;
    width: auto;
}
.header_location {
    margin-top: 38px;
}
.header_location span {
	padding-left: 5px;
}
.header_location svg path {
	fill: #09B209 !important;
}
.header_location a:hover {
	opacity: 0.6;
}
.header_location a{
    display: flex;
    align-items: center;
	color: #09B209;
	font-size: 16px;
	font-weight: 600;
}
.header_area {
	border-bottom: 1px solid #e5e5e5;
}
.header_bottom {
    padding: 20px 25px;
}
.header_cta_button ul{
	list-style: none;
}
.header_cta_button ul li:first-child {
	margin-right: 20px;
}
.header_cta_button ul li{
	float: left;
}
.header_cta_button ul li a{}
.header_cta_button ul li:last-child a{
	background: #09B209;
	display: block;
	padding: 10px 22px;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}
.header_cta_button ul li a:hover{
	opacity: 0.6;
}
.header_cta_button ul li:first-child a span {
	padding-left: 13px;
}
.header_cta_button ul li:first-child a svg path {
	fill: #09B209 !important;
}
.header_cta_button ul li:first-child a{
    display: flex;
    align-items: center;
	color: #000;
	font-size: 27px;
	font-weight: 700;
	margin-top: 4px;
}
.header_menu {
	width: calc(100% - 550px);
	margin-top: 4px;
}
.header_menu ul.menu {
    list-style: none;
    display: flex;
	justify-content: space-between;
}
.header_menu ul li{
	
}
.header_menu ul.menu > li > a{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: block;
	padding: 8px 16px;
	border-radius: 8px;
	background: #fff;
}
.header_menu ul.menu > li.current-menu-item > a,
.header_menu ul.menu > li > a:hover{
	background: rgba(8, 192, 10, 0.1);
	color: #09B209;
}
.header_menu ul li ul li {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.header_menu ul li ul li:last-child {
    border-bottom: 0 dashed #ddd;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header_menu ul li ul {
    display: none;
    position: absolute;
    z-index: 10;
    list-style: none;
    background: #fff;
    padding: 20px;
    border-radius: 13px;
    border: 1px solid #e5e5e5;
    min-width: 220px;
    box-shadow: -10px 15px 25px 0 rgba(0,0,0,.09);
}
.header_menu ul li:hover ul {
	display: block;
}
.header_menu ul li ul li a:hover {
	opacity: 0.6;
}
.header_menu ul li ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.home_hero_area {
    position: relative;
    padding: 80px 0 80px;
    background-size: cover;
    background-position: center;
}
.home_hero_area:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.home_hero_area > div{
	position: relative;
	z-index: 2;
}
.home_hero_wrapper {
    max-width: 600px;
}
.form_box_main {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(6px);
    padding: 40px;
    border-radius: 20px;
}
.form_box_main_title {
	margin-bottom: 20px;
}
.form_box_main_title h1 {
    font-size: 32px;
    font-weight: 900;
    color: #09B209;
    max-width: 450px;
    line-height: 130%;
}
.form_box_main_title h2 {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    max-width: 450px;
    line-height: 130%;
}
.form_box_main_title p {
	font-size: 16px;
	line-height: 170%;
	margin-top: 10px;
}
.form_box_main .row {
	margin: -7px;
}
.form_box_main .row > div{
	padding: 7px;
}
.single_form_input label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 2px;
}
.single_form_input input, .single_form_input textarea {
    font-size: 16px;
    padding: 12px 17px;
    border-radius: 10px;
    border: 1px solid #dddd;
}
.single_form_submit input {
	background: #09B209;
	display: block;
	padding: 12px 30px;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	float: right;
}
.single_form_submit input:hover {
	opacity: 0.6;
}
.footer_form_area {
    background: #F2F4F6;
    padding: 70px 0;
    border-top: 1px solid #e5e5e5;
}
.footer_form_area .container{
	max-width: 850px;
}
.booking_area .form_box_main,
.footer_form_area .form_box_main {
    box-shadow: 0 25px 22px 0 rgba(0,0,0,0.1);
	background: #fff;
}
.footer_top_area  {
    text-align: center;
    padding: 70px 0;
    border-top: 1px solid #e5e5e5;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    font-size: 15px;
    color: #333;
    padding: 10px 15px !important;
    border-radius: 9px !important;
}
.footer_big_logo img {
    height: 150px;
}
.footer_big_logo_des {
	margin-top: 25px;
}
.footer_big_logo_des h2 {
    font-size: 24px;
}
.footer_big_logo_des p {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
.footer_middle_area {
    background: #F2F4F6;
    padding: 70px 0;
    border-top: 1px solid #e5e5e5;
}
.footer_bottom_area {
    text-align: center;
    padding: 50px 0;
}
.footer_bottom_des {
    margin-top: 20px;
}
.footer_bottom_des p {
    font-size: 14px;
    line-height: 160%;
}
.footer_bottom_menu {}
.footer_bottom_menu ul{
	list-style: none;
}
.footer_bottom_menu ul li{
	display: inline-block;
	margin-right: 25px;
}
.footer_bottom_menu ul li:last-child{
	margin-right: 0;
}
.footer_bottom_menu ul li a{
	font-size: 15px;
	color: #09B209;
	font-weight: 700;
}
.footer_bottom_menu ul li a:hover{
	text-decoration: underline;
}
.single_footer_widget_logo img {
    width: 130px;
}
.single_footer_widget_phone {
	margin-top: 25px;
}
.single_footer_widget_phone  a:hover{
	opacity: 0.6;
}
.single_footer_widget_phone  a span {
	padding-left: 13px;
}
.single_footer_widget_phone  a svg path {
	fill: #09B209 !important;
}
.single_footer_widget_phone  a{
    display: flex;
    align-items: center;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	margin-top: 4px;
}
.single_footer_widget_social {
	margin-top: 15px;
}
.single_footer_widget_social ul {
	list-style: none;
}
.single_footer_widget_social ul li {
	float: left;
	margin-right:30px;
}
.single_footer_widget_social ul li:last-child {
	margin-right: 0;
}
.single_footer_widget_social ul li a {
    font-size: 25px;
    color: #aaa;
}
.single_footer_widget_social ul li a:hover {
	color: #09B209;
}
.single_footer_widget_title h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.single_footer_widget_title_mehu ul li {
	margin-bottom: 10px;
}
.single_footer_widget_title_mehu ul li:last-child {
	margin-bottom: 0;
}
.single_footer_widget_title_mehu ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.single_footer_widget_title_mehu ul li a:hover {
    color: #09B209;
}
.booking_area {
	background: #F2F4F6;
}
.booking_area .container {
    max-width: 950px;
}
.booking_title {
	text-align: center;
	margin-bottom: 30px;
}
.booking_title h2 {
    color: #000;
    font-size: 35px;
    font-weight: 800;
}
.blog_area {
	background: #F2F4F6;
}
.vcenter {
	align-items: center;
}
.promo_area {
    background: #09B209;
	padding: 28px 0;
}
.center {
	text-align: center;
}
.blog_area {}
.section_title {
	margin-bottom: 30px;
}
.section_title h2 {
    font-size: 34px;
    font-weight: 700;
}
.section_title p {
    font-size: 16px;
    line-height: 165%;
    margin-top: 18px;
    max-width: 795px;
	color: #333;
}
.section_title.center p {
	margin-left: auto;
	margin-right: auto;
}
.blog_wrapper {}
.blog_wrapper .row {
	margin: -15px;
}
.blog_wrapper .row > div{
	padding: 15px;
}
.single_blog_box {
    background: #fff;
    height: 100%;
    padding: 20px;
    border-radius: 17px;
    box-shadow: 0 9px 10px 0 rgba(0,0,0,.07);
}
.single_blog_box_img {}
.single_blog_box_img img {
	width: 100%;
	border-radius:8px;
}
.single_blog_box_details {
    padding: 23px 0 30px 0;
}
.single_blog_box_details h2 {
	color: #000;
	font-size: 19px;
	line-height: 140%;
}
.single_blog_box_details p {
	font-size: 15px;
	line-height: 170%;
	color: #333;
	margin-top: 15px;
}
.single_blog_box_details_cta {}
.single_blog_box_details_cta span{
	padding-right: 7px;
}
.single_blog_box_details_cta a{
	color: #09B209;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.single_blog_box_details_cta a svg path {
	fill: #09B209 !important;
}
.single_blog_box_details_cta a:hover {
	opacity: 0.6;
}
.section_btn {
	overflow: hidden;
	margin-top: 40px;
}
.section_btn a {
	background: #09B209;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-align: center;
}
.section_btn a:hover {
	opacity: 0.6;
}
.inner_hero_area {
    background: #F2F4F6;
    padding: 35px 0;
}
.inner_hero_title h1 {
	font-size: 43px;
}
.single_blog_box_details_date {
	font-size: 15px;
	color: #999;
	margin-top: 10px;
}
.inner_blog_box_details_date {
	font-size: 16px;
	color: #999;
	margin-top: 15px;
}
.single_post_sidebar {
    position: sticky;
    top: 40px;
    left: 0;
	box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #eee;
}
.single_post_sidebar_title {
	margin-bottom: 15px;
}
.single_post_sidebar_img {
	margin-bottom: 15px;
}
.single_post_sidebar_img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.single_post_sidebar_des p{
	font-size: 15px;
	color: #333;
}
.single_blog_area .section_btn {
	margin-top: 12px;
}
.single_blog_area .section_btn a {
    display: block;
    padding: 10px;
}
.whatwedo_area .single_blog_box {
    padding: 25px;
    background: #F2F4F6;
	clip-path: polygon(100% 0,100% 90%,90% 100%,0 100%,0 0);
}
.whatwedo_area .single_blog_box_details {
    padding-bottom: 0;
}
.section_img {}
.section_img img{
	width: 100%;
	border-radius: 15px;
}
.page_content p{
	font-size: 16px;
	color: #333;
}
.whychoose_area .row,
.howitworks_area .row{
	margin: -15px -30px;
}
.whychoose_area .row > div,
.howitworks_area .row > div{
	padding: 15px 30px;
}
.promo_area_big {
	background: #F2F4F6;
}
.promo_area_big .section_btn {
    margin-top: 0;
}
.line {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
}
.why_choose_wrapper {}
.why_choose_wrapper .row {
	margin: -11px;
}
.why_choose_wrapper .row > div {
	padding: 11px;
}
.single_whychooseus_box {
    background: #fff;
    padding: 20px 25px 20px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    border-left: 7px solid #09B209;
    box-shadow: -4px 12px 13px 0 rgba(0,0,0,.07);
}
.single_whychooseus_box_des h2 {
    font-size: 18px;
    font-weight: 800;
}
.single_whychooseus_box_des p {
    font-size: 15px;
    color: #333;
	line-height: 160%;
	margin-top: 13px;
}
.single_whychooseus_box_des {
    position: relative;
    padding-left: 45px;
}
.single_whychooseus_box_des img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: auto;
}
.bg_img_section {
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single_faq_box {
	background: #fff;
    padding: 30px 25px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    border-left: 7px solid #09B209;
    box-shadow: -4px 12px 13px 0 rgba(0,0,0,.07);
}
.faq_wrapper .row {
	margin: -11px;
}
.faq_wrapper .row > div {
	padding: 11px;
}
.single_faq_box_content p{
	color: #333;
	margin-top: 20px;
}
.single_faq_box_title {
    position: relative;
    cursor: pointer;
    padding-right: 27px;
}
.single_faq_box_title h2 {
	font-size: 19px;
	font-weight: 600;
	line-height: 155%;
}
.single_faq_box_title > div {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.single_faq_box_title img {
	width: 15px;
	height: auto;
}
.faq_close {
	display: none;
}
.faq_active .faq_close {
	display: block;
}
.faq_active .faq_open {
	display: none;
}
.promo_area2_title h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 130%;
}
.promo_area2_des p {
    font-size: 20px;
    color: #fff;
    line-height: 160%;
}
.promo_btn {
    margin-top: 0;
	text-align: right;
}
.promo_btn a {
    background: #fff;
    color: #000;
}
.faq_area .section_title {
    margin-bottom: 55px;
}
.service_area  .single_blog_box {
    background: #F2F4F6;
    clip-path: polygon(100% 0,100% 90%,90% 100%,0 100%,0 0);
}
.coupon_card {
    max-width: 640px;
    display: block;
    margin: 0 auto;
}
.coupon_card_details {
    background: #212d4d;
    padding: 25px;
    border-radius: 14px;
}
.coupon_card_details img {
    height: 120px;
}
.coupon_card_details h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-top: 15px;
}
.coupon_card_details h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}
.coupon_card_details p {
    font-size: 13px;
    line-height: 160%;
    margin-top: 10px;
	color: #fff;
}
.coupon_card_details h4 {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.coupon_card_btn a {
    font-size: 18px;
    display: block;
    background: #09b209;
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding: 16px 12px;
    border-radius: 10px;
}
.testimonial_area {
	background: #F2F4F6;
}
.home_hero_big:before {
	opacity: 0.6;
}
.inner_home_big_title {}
.inner_home_big_title h1{
	font-size: 50px;
	color: #fff;
	font-weight: 800;
	line-height: 130%;
}
.inner_home_big_title p {
	font-size: 18px;
	color: #fff;
	line-height: 160%;
	margin-top: 20px;
}
.writing_page_box_content {
    padding-right: 50px;
}
.home_service_wrapper {}
.home_service_wrapper .row {
	margin: -10px;
}
.home_service_wrapper .row > div {
	padding: 10px;
}
.single_gallery_img_border2 {}
.single_gallery_img_border2 img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.testimonial_main_slide_single_main {
    padding: 0 25px 25px 25px;
	height: 100%;
	position: relative;
}
.testimonial_main_slide_single_main:before {
    width: 100%;
    background: #fff;
    clip-path: polygon(100% 0,100% 85%,85% 100%,0 100%,0 0);
    height: calc(100% - 53px);
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}
.slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
.slick-track {
	display: flex;
}
.testimonial_main_slide_single {
	min-height: 100%;
	
}
.testimonial_main_slide_single_main_img img {
    height: 100px;
    border: 7px solid #fff;
    border-radius: 50px;
}
.testimonial_main_slide_single_main_img {
    text-align: center;
}
.testimonial_main_slide_single {

}
.testimonial_main_slide_single_main_review {
    padding-top: 30px;
}
.testimonial_main_slide_single_main_review p {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 180%;
}
.testimonial_main_slide_single_main_stars  {
	margin-top: 15px;
}
.testimonial_main_slide_single_main_stars i {
	display: inline-block;
	font-size: 13px;
	color: #e9c420;
}
.testimonial_main_slide_single_main_name {
	margin-top: 15px;
	font-size: 16px;
	color: #000;
	font-style: italic;
}
.testimonial_wrapper {
	position: relative;
	padding: 0 80px;
}
.testimonial_wrapper button {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    padding: 12px 0;
    width: 45px;
    text-align: center;
    line-height: 1;
    background: #09B209;
    border-radius: 10px;
}
.testimonial_wrapper button:hover {
	opacity: 0.6;
}
.testimonial_wrapper button svg path{
   fill: #fff !important;
}
.testimonial_wrapper button.t_next_btn {
	left: initial;
	right: 0;
}
.coupon_card_btn {
    margin-top: 13px;
}
.promo_area_big .section_btn a:first-child,
.promo_btn a:first-child {
    margin-right: 7px;
}
