@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold'; 
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}


html {overflow-x:hidden;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-long-arrow-pointing-to-the-right:before { content: "\f100"; }
.flaticon-telephone-of-old-design:before { content: "\f101"; }



body { font-family: 'latoregular'; font-size:16px; line-height:24px; overflow-x: hidden;}
ul { padding:0;}
li { list-style:none; display:inline;}
a:hover {color: #0056b3; text-decoration: none;}
.btn {
	border-radius: 0;
	border: 0;
	outline: none;
	background: #01b5cc;
	color: #fff;
	font-size: 18px;
}

i{ font-family:"fontawesome"!important; font-style:normal;font-weight: 400!important;}

.header_top {background: #05a3b7;  text-align: right;}
.header_top ul { margin:0;}
.header_top span {margin-left: 10px;}
.header_top a { color:#fefefe; font-size:18px;}
.header_top li {padding:11px 15px; border-right: 1px solid #fff; line-height: 40px;}
/*=========================== slider =========================*/

.slider .owl-dots{	display: none;}
.slider .item { position: relative; }
.slider .item::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	/*background:#01b5cc;*/
	position: absolute;
	z-index:1;
	top: 0;
	opacity: 0.5;
}
.slider_content .btn {
	width:auto;
	line-height: 36px;
	margin-top: 5px;
	border: 1px solid #05a3b7;
	background:#05a3b7;
	border-radius: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.slider_content .btn:hover {
	background: #fff;
	border-color: #05a3b7;
	color: #05a3b7;
}
.header_top .social_icon a {font-size: 18px; padding: 0 8px; color: #fff;}
.header_top .social_icon a:hover { color:#9d840e;} 
.header_top .social_icon {text-align: right;}
.header_bottom {padding: 20px 0;}

.slider_content {
    position: absolute;
    top: 48%;
    right: 1%;
    left: 60%;
    z-index: 99;
    color: #fff;
    transform: translate(0,-50%);
    z-index: 9;
}
.slider_content h1 {
    font-size: 48px;
    font-family: 'latoblack';
    margin-bottom: 30px;
    color: #01b5cc;
}
.slider_content h2 {

    font-weight: bold;

}
.slider img {max-width: 100%; width: 1519px;}
.slider_content p {font-size: 18px; /*color: #01b5cc;*/}
.owl-nav { display:none;}
/*=========================== slider-end =========================*/

 
.fixed .fa-gg {                  
    transform: rotate(360deg);      
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/*=========================== nav =========================*/
.nav a {font-size: 18px; color: #525866;}
.nav a:hover, .header_top a:hover {color: rgba(24,125,132,1);}
.nav li {
	padding: 0 9px;
	position: relative;
	line-height: 55px;
	display: inline-block;
}
.logo img {max-width: 100%;}
.section-title, .module__title {
	font-size: 36px;
	color: #343434;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
}
.section-title::after, .module__title:after {
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	background: #01b5cc;
	bottom: 0;
	position: absolute;
}
.section-title + p { color:#868686;} 
.about_section {
	padding:70px 0;
	display: inline-block;
	width: 100%;
}
.ndis {
margin-top: 20px;
max-width:200px; 
}
.about_content {
	background: #f8f8f8;
	padding: 10px;
	position: relative;
	width: 60%;
	float: right;
	transform: translate(0,30%);
	transition: color 0.15s ease-in-out, 
	background-color 0.15s ease-in-out, 
	border-color 0.15s ease-in-out, 
	box-shadow 0.15s ease-in-out;
}
.about_content:hover {
	background: #08a3b6;
	color:#fff;
}
.about_content h3  { font-size:12px; color: #343434;}
.about_content p {
	color: #737373;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.about_content:hover p, .about_content:hover .btn, .about_content:hover h3 { color:#fff;}
.btn.enquiry_now {
	display: flex;
	background: transparent;
	color: #01b5cc;
	padding-left: 0;
	font-size: 14px;
	padding-right: 0;
	line-height: normal;
}
.about_block li {
	width: 25%;
	font-size: 17px;
	padding: 0 10px;
	line-height: 56px;
	font-weight: bold;
	border: 1px solid #01b5cc;
	background:#01b5cc;
	border-radius: 50px;
	margin-right: 30px;
	margin-bottom: 15px;
	cursor:pointer;
	color:#fff;
	display: inline-block;
	text-align: left;
}
.about_block li:nth-child(3n+3) {margin-right:0;}
.about_block li:hover {
	background: #fff;
	color: #01b5cc;
}
.about_block li:before {
    content: "\f00c";
    font-family: fontawesome;
    padding-right: 8px;
}
.about_block {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.about_img {width: 40%; float: left;}
.about_img img, .imgSec .phone {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.about_img img:hover, .about_img img:focus, .imgSec .phone:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.flaticon-long-arrow-pointing-to-the-right::before { margin-left:8px; }
.flaticon-long-arrow-pointing-to-the-right {line-height: 18px;}
/*=========================== benefit =========================*/

.benefits-img {width: 100%;	float: left;}
.benefits-img img{ max-width: 100%; }
.benefits-right { width:100%;  float: left; padding: 50px 0 10px 50px;}
.benefits-right h3 {
	color: #01b5cc;
	display: inline-block;
	font-size: 48px;
	font-family: 'latoblack';
}
.benefits-right span {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	color: #343434;
	margin-bottom: 10px;
	display: inline-block;
}
.benefits-right p {
	font-size: 16px;
	color: #404040;
	text-align: justify;
}
.benefits_section {
	display: inline-block;
	width: 100%;
	float: left;
}

.benefits_sec {margin-top: 50px;}


/*=========================== testimonial =========================*/

.testimonials {
	/*background-image: url("../images/dementia-home-care.jpg");*/
	background-image: url("../images/dementia-home-care.webp");
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonials .section-title{ color: #fff; margin-bottom: 30px;}
.testimonials .section-title + p {
	color: #363636;
	font-size: 16px;
	line-height: 24px;
	max-width: 65%;
	margin: 25px auto 45px;
}
.testimonials .section-title::after{ left: 50%; transform: translate(-50%); background: #fff; }
.testimonials p {
	text-align: center;
	margin-top: 15px;
	color: white;
}
.testimonial p.description{
    margin:20px auto auto;
	max-width:85%;
    font-size: 18px;
    color: #fff;
    line-height:24px;
    position: relative;
}
.testimonial .test_img{border-radius: 50%;max-width: 120px; text-align: center; margin:auto;}

/*.testimonial .description:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #73438f;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}*/

.testimonial .title{
    font-size: 18px;
    color: #fff;
    margin:10px 0 0px;
}
.testimonial .post {
	display: block;
	font-size: 16px;
	color: #363636;
}

.owl-theme .owl-controls{
    margin-top: 30px;
}
.testimonials .owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.testimonials .owl-theme .owl-controls .owl-page.active span,
.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #73438f;
}

.testimonials .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  font-size: 40px !important;
  color: #6a6a6a !important;
}

.testimonials .owl-carousel .owl-nav button.owl-next{
      right: 0%;
      top: 50%;
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
  top: 50%;
  left: 0%;
}
/*=========================== Countdown =========================*/


.grey-bg, .subscription{
	background: #0ECCD0;
	background: -moz-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,180,204,1)), color-stop(51%, rgba(24,125,132,1)), color-stop(100%, rgba(1,180,204,1)));
	background: -webkit-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
	background: -o-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
	background: -ms-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
	background: linear-gradient(to right,rgba(1,180,204,1) 0%,rgba(24,125,132,1) 51%,rgba(1,180,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b4cc', endColorstr='#01b4cc', GradientType=1 ); 
	padding: 100px 0; 
	color: #fff;
}

.counter-Txt{text-align:center;}
.counter-Txt span {
	display: inline;
	font-size: 48px;
	margin-bottom: 0;
	font-family: 'latoblack';
	line-height: 48px;
}
.date_count {
	display: inline-block;
}
.grey-bg h4 {
	font-size: 18px;
	text-transform: initial;
	font-family: 'latoblack';
	line-height: 24px;
	position: relative;
	min-height: 50px;
	margin-top: 15px;
}
.grey-bg h4::after {
	content: "";
	display: block;
	height: 5px;
	width: 40px;
	position: absolute;
	top: 100%;
	background: #fff;
	left: 0;
	right: 0;
	margin:5px auto;
}
.counter-Txt p {
	font-size: 16px;
	margin: 40px 0 0 0;
}



/*=========================== Logo Slider=========================*/

.logo_slider{ padding: 65px 0; }
.logo_slider .owl-dots {display: none;}
#return-to-top:hover {
	background: #01b5cc;
}
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	z-index: 999;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: auto;
	position: relative;
	left: 17px;
	top: 7px;
	font-size: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
/*=========================== call & FAQ =========================*/



.call_faq{}
.call {
	background-color: #f4f4f4;
	padding: 76px;
/*	background-image: url(../images/caring-for-dementia.jpg);*/
	background-image: url(../images/caring-for-dementia.webp);
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
}
.call::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background:#01b5cc;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.4;
}
.call input[type="text"] {
	background-color: transparent;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #b3b1b1;
	font-size: 18px;
	width: 100%;
	margin: 25px 0;
	padding-bottom: 3px;
	transition: all 0.15s linear;
}
.call input[type="text"]:focus { border-color:#148690; color:#148690;} 
.call_sec .services{ width: 70%; }
.faq{ background-color: #01b5cc; padding: 94px; }
.faq .section-title::after{background: #fff; }
#accordion { margin:10px 0; }

/*=========================== Subscription =========================*/

.subscription{ padding: 50px; }
.subscription span {
	font-size: 18px;
	color: #fff;
	/*display: inline-block;*/
	width: 100%;
}
.subscription input {
	width: 100%;
	background-color:#fff;
	padding: 15px 25px;
	border: 0;
	border-radius: 25px;
	margin: 0;
	color: #747a89;
	font-size: 18px;
}
.subscription a {
	color: #fff;
	background: #01b5cc;
	font-size: 24px;
	padding: 15px 26px;
	border-radius: 0 25px 25px 0;
	position: absolute;
	right: 0;
	top:0;
	transition: all 0.15s linear;
}
/*.subscription a:hover {
	background: #01b5cc;
	color: #fff;
}*/

/*=========================== Footer =========================*/



footer{ background-color: #434a5a; }
.imgSec{ padding: 80px; font-family: 'latoblack'; }
.imgSec .phone{ max-width: 10%; }
.imgSec h1{ font-size: 48px; color: #fefefe;}
.imgSec h6{ font-size: 18px; color: #fefefe; padding: 10px; }
footer .section-title {
	color: #fefefe;
	font-size: 22px;
}
footer ul li{ display: block; padding:5px 0; }
footer ul li a{ text-decoration: none; color: #fefefe; }
footer ul li a:hover, .footer-bottom .links a:hover{ color:#01b5cc; }
footer ul li i{padding-right: 10px; color: #fefefe;}
footer ul li{color: #fefefe;}
footer .section-title::after {
	background-color: #6f7b93;
	height: 3px;
}
footer .section-title::before {
	content: "";
	display: block;
	height: 1px;
	width:100%;
	background:#373e4c;
	bottom: 0;
	position: absolute;
	margin-bottom: 1px;
}
.footer_line{
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;}

.footer-bottom p {
	color: #fff;
	padding: 0;
	margin: 0;
}

.footer-bottom .links{ text-decoration: none; color: #fefefe;float: right;}
.footer-bottom .links a {
	padding: 0 5px;
	border-right: 2px solid #fff;
	color:#fff;
}
.footer-bottom .links a:last-child{ border:0; padding-right:0;}
.owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background: #fff !important;
	margin: 0 5px;
}
.owl-dots .owl-dot.active {background: #262626 !important;}
.owl-dots {margin-top: 20px;}
.call .section-title {color: #fff; }
.call .section-title + p {
	color: #fff;
}
.faq .section-title {color: #fff;	margin-bottom: 45px;}
.submit_btn {
    font-size: 24px;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #01b5cc;
    padding: 15px;
    border-radius: 50px;
}
.call .btn:hover, .menu_group .btn:hover {
	border: 1px solid #fff;
	color: #01b5cc;
	background: #fff;
}
.menu_group {
	margin-top: 40px;
}
.subscription_input {
	margin: 20px 15px 0;
	max-width: 700px;
	position: relative;
}
.footer-bottom {
	border-top: 1px solid #fff;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about_section .btn:hover {color:#0f3c41;}
.call_faq .card-header .btn-link {
	padding: 10px 60px 10px 15px;
	margin-bottom: 2px;
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
	background-color: transparent;
	border: 2px solid #fff;
	width: 100%;
	text-align: left;
}
.call_faq .card-header .btn-link:hover, .call_faq .card-header .btn-link:focus { text-decoration:none; color:#01b5cc; background-color:#fff;}
.call_faq .card-header {
	padding:0;
	background-color:transparent;
	border-bottom:0;
}
.call_faq .card {
	background-color: transparent;
	border: 0;
	color: #fff;
	margin-bottom: 20px;
}
.call_faq .card:last-child{ margin:0;} 

.stm_select select {
	width: 100%;
	font-size: 18px;
	color: #777;
	background: transparent;
	border-bottom: 1px solid #b3b1b1 !important;
	box-shadow: none !important;
	outline: 0 !important;
	-webkit-transition: none;
	transition: none;
	border-radius: 0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10px 3px 0;
	border: 0;
}
.stm_select::after {
	content: '';
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4.5px 0 4.5px;
	border-color: #a6a9aa transparent transparent transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.stm_select {
	width: 100%;
	margin: 25px 0;
}
.owl-prev::before, .owl-next::before {
	content: "\f054";
	font-family: fontawesome;
	font-size: 38px;
	line-height: 53px;
	background:#01b5cc;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	vertical-align: middle;
	color: #fff;
}
.slider .owl-nav {display: block;}
.owl-next::before {content: "\f105";}
.owl-prev::before {content: "\f104";}
.owl-prev span, .owl-next span {font-size: 0;}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 5%;
}
.owl-next {right: 5%;	left: auto;}
button:focus, .btn:focus, .subscription input:focus {
	outline: none;
	box-shadow: none;
}

.logo_slider .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.why_choose .section-title::after, .logo_slider .section-title::after, .about_section .section-title::after {left: 0; right: 0; margin:auto; }
.why_choose {
	padding:0 0 50px;
	text-align: center;
}
.about_section .section-title + p, .about_section .section-title {
	text-align: center;
}

.why_choose .section-title, .why_choose .section-title + p  { color:#fff;}
.why_choose .section-title::after { background:#fff;}
.why_choose .submit_btn:hover {
	background: #fff;
	border-color: #fff;
	color: #01b5cc;
}
.call div {
	position: relative;
	z-index: 99;
}



/*==================== content-header ====================*/

.content-header-inner {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px !important;
}
.content-header-inner {
    width: 1170px;
}
.content-header-inner .wrap-inner {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    max-width: 550px;
    padding: 25px;
    position: relative;
    top: 0px;
    border-bottom: 3px solid #05a3b7;
    z-index: 1;
    -webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.breadcrumbs-inner a::after {
	content: "/";
	width: 0;
	height: 2px;
	position: absolute;
	right: 8px;
	top: -2px;
	color:#ccc; 
}
.breadcrumbs-inner a {
	position: relative;
	padding-right:15px; 
	color:#01b5cc; 
}
.content_block {
	display: table;
	width: 100%;
	margin: 50px 0 0;
}
.box-image {
	padding-right: 15px;
	/*float: left;*/
	display: table-cell;
	width: 45%;
	background-image:url(../images/western.jpg);  
	background-repeat: no-repeat;
	background-size: cover; 
	vertical-align: middle;
}
.box-image img {
	width: 100%;
}
.box-content-inner {
	padding-left: 30px;
	/*float: left;*/
	width: 55%;
	display: table-cell;
	vertical-align: middle;
}
.content-body {
	margin: 60px 0;
}
.ul-point li {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
.number_ul li {
	padding-left:30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
	position: relative;
}
.number_ul li::after {
	content: "1 )";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	color:#01b5cc; 
	font-weight: bold;
}
.number_ul li:nth-child(2)::after { content:"2 )"}
.number_ul li:nth-child(3)::after { content:"3 )"}
.number_ul li:nth-child(4)::after { content:"4 )"}
.number_ul li:nth-child(5)::after { content:"5 )"}
.number_ul li:nth-child(6)::after { content:"6 )"}
.number_ul li:nth-child(7)::after { content:"7 )"}
.number_ul li:nth-child(8)::after { content:"8 )"}
.number_ul li:nth-child(9)::after { content:"9 )"}
.number_ul li:nth-child(10)::after { content:"10 )"}
.number_ul li:nth-child(11)::after { content:"11 )"}
.number_ul li:nth-child(12)::after { content:"12 )"}

.ul-point li::after {
	content: "";
	display: block;
	background:#01b5cc ;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.content_block:nth-child(2n+2) .box-image {
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.content_block:nth-child(2n+2) .box-content-inner {
	padding-left: 0;
	padding-right: 15px;
}
.subtitle {
	color: #01b5cc;
	margin:0; 
}
.page-title-inner {
	margin: 10px 0;
}

.down-arrow a::after {
	content: "\f107";
	font-family: "fontAwesome";
	font-size: 42px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
}
.down-arrow a {
	position: absolute;
	right: -5px;
	bottom: 55px;
	z-index: 100;
	width: 70px;
	height: 70px;
	border: 5px solid #ffffff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	background: #05a3b7;
}

.down-arrow a span {
	display: none;
}


/*================= menu  =================*/ 

.nav ul {margin: 0;}
.nav li .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 230px;
background: #fff;
	z-index: 99;
	left: 0;
	
}
.nav li .sub-menu li:last-child {border: 0;}
.nav .sub-menu li {
	line-height: normal;
}
.nav .sub-menu a {
	font-size: 16px;
}
.nav .sub-menu li {
	width: 100%;
	display: inline-block;
	padding: 10px 15px;
	border-bottom: 1px solid #38404c;
	float: left;
}
.nav li:hover .sub-menu {
	display: block;
}



@media screen and (max-width: 420px) {
.page-title-inner {
    margin: 10px 0;
    width: 90%;
}
.content-header-inner {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width:100%;
}
.down-arrow a {
    bottom: 0px;
}
}
@media screen and (max-width: 552px) {

.content-header-inner {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width:100%;
}
.down-arrow a {
    bottom: 0px;
}
.header_top .container {
    width: 100%;
    padding: 0 !important;
}
.header_top li:nth-child(1), .header_top li:nth-child(2) {
    display: block;
    width: 41% !important;
    float: left;
    padding: 0;
    border: 0;
    line-height: normal;
    margin-top: 7px;
    text-align: center;
}
.header_top a {
    font-size: 14px !important;
    padding: 0 !important;
}
.header_top i {
    display: none;
}
.header_top span {
    margin-left: 0;
}

.content-header-inner .wrap-inner{width: 90%; margin-top: 110px;}

}
.module__title {
    text-align: center;
        margin-bottom: 35px;
}
.module__title:after{
    left: 0;
    right: 0;
    margin: auto;
}
.checklist {
    padding-left: 0;
    list-style: none;
}
.checklist__item {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 1.75em;
    list-style: none;
    font-size: 17px;
    line-height: 23px;
        display: block;
}
.checklist__item:first-child{
    margin-top: 0;
}
.checklist__item i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    color: #01b5cc;
    line-height: 22px;
}
.ebook{
    margin: 40px 0;
}
.sign-up-form {
    padding: 20px 10px;
    text-align: center;
    background: #01b5cc;
}
.sign-up-form__icon {
    display: block;
    width: 90px;
    height: 55px;
    margin: 0 auto 1em auto;
}
.sign-up-form__icon svg {
    fill: #fff;
}
.sign-up-form__title {
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
}
.sign-up-form input {
    padding: 0 .4em;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    transition: .15s ease-out;
    background: #fafafa;
    border-color: #ccc;
    color: #000;
}
.sign-up-form p{
    margin-bottom: 5px;
}
.sign-up-form .button {
    display: inline-block;
    padding: .75em 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    background: #222;
    color: #fff;
    width: 100%;
    border: none;
}
.module-left{
    background: #f5f5f5;
}
.module_title{
    font-weight: bold;
    color: #111;
    font-size: 28px;
    line-height: 33px;
}
.module-left p{
    margin: 9px auto;
    max-width: 400px;
}
.nav .sub-menu>li:hover>a, .nav .sub-menu>li .sub-menu>li:hover a {
    color: #fff;
}
.nav .sub-menu li .sub-menu>li:hover, .nav .sub-menu>li:hover {
    background: #05a3b7;
    /* color: #000; */
}
@media screen and (max-width: 992px) {
.site-header{display: block !important;}
footer ul li {
    color: #fefefe;
    font-size: 20px;
}
}
.about_block li {

    text-align: center;

}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #05a3b7;
}

#wpcf7-f6389-o6 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#wpcf7-f6389-o6 .wpcf7-response-output{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: calc(33.333333% - 3px);
    margin: 5px 0 0 0;
    border-color: red;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: red;
}