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

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: none !important;
	}
html,
body {
	font-size: 17px;
	height: 100%;
	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: #000;
}
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;
	}
	
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: 1520px;
	padding-left: 70px;
	padding-right: 70px;
}

/** ------------------------------------------------------------------
							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: 16px;
	line-height: 175%;
	color: #666;
}
.writing_page_box_content a {
	color: #EB0000;
	font-weight: 500;
	text-decoration: underline;
}
.writing_page_box_content h1,
.writing_page_box_content h2,
.writing_page_box_content h3,
.writing_page_box_content h4,
.writing_page_box_content h5,
.writing_page_box_content h6 {
	color: #000;
	line-height: 130%;
	margin-bottom: 8px;
}
.writing_page_box_content h1 {
	font-size: 32px;
}
.writing_page_box_content h2 {
	font-size: 24px;
}
.writing_page_box_content h3 {
	font-size: 20px;
}
.writing_page_box_content h4 {
	font-size: 18px;
}
.writing_page_box_content h5 {
	font-size: 16px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}



/** ------------------------------------------------------------------
						Header Area
------------------------------------------------------------------ **/
.header_logo img{
	height: 70px;
	width: auto;
}
.header_menu {
    margin-top: 23px;
    margin-right: 40px;
}
.header_menu ul{
	list-style: none;
}
.header_menu ul li{
	float: left;
	margin-right: 35px;
}
.header_menu ul li:last-child{
	margin-right: 0;
}
.header_menu ul li a{
	color: #000;
	font-size: 16px;
	line-height: 140%;
}
.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 {
	font-weight: 600;
}
.header_menu ul li.current-menu-item a,
.header_menu ul li a:hover{
	color: #f5a929;
}
.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: 9px;
}
.header_cta_button a {
	display: block;
	background: #f5a929;
	color: #000;
	padding: 14px 21px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}
.header_cta_button a:hover {
	opacity: 0.6;
}
.header_cta_button a span {
	margin-right: 8px;
}
.header_cta_button a span,
.header_cta_button a svg {
	vertical-align: middle;
}
.sticky_text_area {
	text-align: center;
	background: #111;
	padding: 10px 20px;
}
.sticky_text p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.header_area {
	padding: 15px 0;
	position: relative;
	background: #fff;
	width: 100%;
	z-index: 200;
}
.header_cta_button {
	position: relative;
}
.header_cta_button ul {
    position: absolute;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,0.09);
    border-radius: 18px;
    list-style: none;
    z-index: 20;
    display: none;
    white-space: nowrap;
    min-width: 100%;
}
.header_cta_button ul li {
	float: none;
	margin-right: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.header_cta_button ul li a {
	font-size: 15px;
	color: #000;
	line-height: 140%;
	font-weight: 400;
	padding: 0;
	background: transparent;
}
.header_cta_button ul li:last-child {
	border-bottom: 0 solid #ddd;
	padding-bottom: 0;
	margin-bottom: 0;
}
.header_cta_button.active ul{
	display: block;
}
.header_cta_button.active > a{
	background: #EB9C17;
	opacity: 1 !important;
}
.sticky_header_active {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,0.07);
}
.footer_area {
    background: #f5f5f5;
    padding-top: 60px;
}
.single_widget_title {
	margin-top: 20px;
	margin-bottom: 30px;
}
.single_widget_title h2{
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
.single_widget_logo img {
    width: 250px;
    max-width: 100%;
}
.single_widget_logo {
	margin-bottom: 20px;
}
.single_widget_logo_des p {
    font-size: 15px;
    line-height: 170%;
}
.single_widget_menu_box {
	padding-left: 40px;
	padding-right: 40px;
}
.single_widget_menu {}
.single_widget_menu ul{
	list-style: none;
}
.single_widget_menu ul li{
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
}
.single_widget_menu ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 solid #ccc;
}
.single_widget_menu ul li{}
.single_widget_menu ul li a{
	font-size: 15px;
	color: #000;
}
.single_widget_menu ul li a:hover{
	color: #f5a929;
}
.footer_bottom {
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 15px;
	text-align: center;
}
.fix_header.active {
	height: 100px !important;
}
.social_menu ul {
	list-style: none;
	margin: -14px;
}
.social_menu ul li{
	float: left;
	padding: 14px;
}
.social_menu ul li a{
	font-size: 20px;
	color: #000;
}
.social_menu ul li a:hover{
	color: #f5a929;
}
.subs_div {
	position: relative;
}
.subs_div #mce-EMAIL {
	border-radius: 9px;
}
div.mce_inline_error {
	display: none !important;
}
#mc_embed_signup input.mce_inline_error {
 border-color:red !important;
}
#mce-success-response {
	color: green;
	font-size: 15px;
	margin-top: 12px;
}
.subs_div #mc-embedded-subscribe {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 13px;
	padding: 10px !important;
	background: #f5a929;
	color: #000;
	border-radius: 5px;
	height: calc(100% - 12px);
}
.single_widget_title_social {
	margin-top: 40px !important;
}
.page-template-page-form .header_area,
.page-template-page-contact .header_area,
.page-template-page-about .header_area {
    border-bottom: 2px solid rgba(0,0,0,.07);
}
.page-template-page-form .header_area.sticky_header_active,
.page-template-page-contact .header_area.sticky_header_active,
.page-template-page-about .header_area.sticky_header_active {
    border-bottom: 0 solid rgba(0,0,0,.07);
}
.about_team_area .container,
.about_ceo_area .container,
.about_hero_area .container{
	max-width: 1300px;
}
.about_hero_area {
	text-align: center;
}
.section_title {
	position: relative;
	margin-bottom: 30px;
}
.section_title h2 {
	padding-bottom: 12px;
}
.section_title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 70px;
	content: '';
	background: #f5a929;
	border-radius: 3px;
}
.section_title h2{
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
}
.section_title.center {
	text-align: center;
}
.section_title.center h2:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.about_hero_content p {
    font-size: 22px;
    line-height: 170%;
	color: #444;
}
.about_ceo_area {
	background: #f5f5f5;
}
.about_ceo_content_wrapper {
	padding: 30px 0;
}
.section_img1 {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
}
.padding_left {
	padding-left: 100px;
	height: 100%;
}
.section_content p {
    line-height: 170%;
    color: #000;
}
.section_title p {
    color: #444;
	margin-top: 17px;
}
.about_team_img img{
	width: 100%;
	border-radius: 20px;
}
.section_title.center p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.contact_form_wrapper {
	background-image: url(../images/bg-contact.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 40px;
	border-radius: 25px;
}
.contact_form_main {
	width: 100%;
	background: #fff;
	padding: 33px;
	border-radius: 12px;
}
.contact_hero_wrapper {
    max-width: 550px;
}
.single_input label {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}
.single_input textarea {
	height: 130px;
}
.single_input select {
    cursor: pointer;
    padding: 13px 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%;
}
.contact_form_main .row {
	margin: -10px -13px;
}
.contact_form_main .row > div{
	padding: 10px 13px;
}
.single_input_btn {
	margin-top: -10px;
}
.single_input_btn input{
    display: inline-block;
    background: #f5a929;
    color: #000;
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
	float: right;
}
.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;
}
.contact_hero_wrapper p {
	color: #444 !important;
}

body strong {
	color: #000 !important;
}
.service_hero_area {
	position: relative;
	text-align: center;
	padding: 170px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.service_hero_area:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.7;
}
.service_hero_area .container {
	z-index: 2;
	position: relative;
}
.service_hero_title h1{
	color: #fff;
	font-size: 40px;
	line-height: 130%;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.service_content_area .container{
	max-width: 1000px;
}
.service_content_wrapper {
	background: #fff;
	box-shadow: 0 40px 20px 0 rgba(0,0,0,.07);
	padding: 50px;
}
.service_content_area {
    position: relative;
    z-index: 2;
    margin-top: -130px;
}
.single_service_content li,
.single_service_content p {
    color: #111;
    font-weight: 300;
}
.single_service_content p {
    margin-top: 18px;
}
.single_service_content ol,
.single_service_content ul {
	margin-top: 18px;
	padding-left: 26px;
}
.single_service_content ol li,
.single_service_content ul li {
	margin-bottom: 10px;
}
.single_service_content ol li:last-child,
.single_service_content ul li:last-child {
	margin-bottom: 0;
}
.single_service_content p strong,
.single_service_content li strong {
	font-weight: 600;;
}
.single_service_content p:first-child {
	margin-top: 0;
}
.home_location_area {
	line-height: 0;
}
.hero_area {}
.hero_area {
	position: relative;
	padding: 170px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hero_area:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
}
.hero_area .container {
	z-index: 2;
	position: relative;
}
.hero_des {
	max-width: 670px;
}
.hero_des h1{
	font-size: 55px;
	line-height: 130%;
	color: #fff;
}
.hero_des p{
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}
.home_map_box iframe{
	border-radius: 20px 20px 0 0;
	width: 100% !important;
	height: 500px !important;
}
.section_btn {
	margin-top: 25px;
}
.section_btn a{
	display: inline-block;
	background: #f5a929;
	color: #000;
	padding: 13px 32px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}
.section_btn a:hover{
	opacity: 0.6;
}
.why_choose_wrapper {}
.why_choose_wrapper .row {
	margin: -20px;
}
.why_choose_wrapper .row > div{
	padding: 20px;
}
.single_whychooseus_box_num {
	font-size: 40px;
	font-weight: 300;
	color: #bbb;
	line-height: 100%;
	margin-bottom: 20px;
}
.single_whychooseus_box_des h2 {
	font-weight: 700;
	font-size: 19px;
}
.single_whychooseus_box_des p {
	font-size: 16px;
	color: #444;
	margin-top: 12px;
}
.home_about p {
	color: #444;
	
}
.home_services_area {
	background: #f5f5f5;
}
.service_wrapper .row {
	margin: -15px;
}
.service_wrapper .row > div{
	padding: 15px;
}
.single_service_img img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.single_service_title {
	margin-top: 15px;
	text-align: center;
}
.single_service_title h2 {
	font-size: 19px;
}
.single_service_link {
	display: block;
}
.single_service_link:hover{
	opacity: 0.6;
}
.page-template-page-homepage .footer-height-space {
	display: none !important;
}
.slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.slick-track {
	display: flex;
}
.testimonials_slider_single_main {
	text-align: center;
	background: rgba(245, 169, 41, 0.1);
	padding: 39px;
	border-radius: 15px;
	height: 100%;
}
.testimonials_slider_single_stars {
	margin-bottom: 25px;
}
.testimonials_slider_single_stars i {
	color: #f5a929;
}
.testimonials_slider_single_des h2 {
	font-size: 18px;
	margin-top: 20px;
}
.slick-dots {
	list-style: none;
	overflow: hidden;
	display: block;
	padding-top: 17px;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ccc;
	margin-right: 8px;
	transition: all 0.2s;
	cursor: pointer;
}
.slick-dots li.slick-active{
	background: #f5a929;
}
.slick-dots li:last-child{
	margin-right: 0;
}