body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Family */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.header-top{
    background-color: #008aff;
    padding: 8px 0;
    overflow: hidden;
    height: 40px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-call, .header-email, .header-time, .header-social{
    display: inline-block;
    vertical-align: middle;
}
.header-call{
    margin-right: 20px;
    margin-left: 120px;
	color: #fff;
}
.header-call a, .header-email a{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call a:hover, .header-email a:hover{
   color: #ffae25;
}
.header-call img, .header-email img, .header-time img{
    margin-right: 4px;
}
.header-align{
    text-align: end;
}
.header-time{
    margin-right: 20px;
}
.header-time strong{
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.header-social a:first-child{
   margin-right: 10px;
}
.logo-part{
    margin-top: -43px;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.darkHeader .logo-part{
    margin-top: 0;
}
.logo-part img{
    width: 102px;
    height: auto;
    background-color: #ffffff;
    padding: 4px;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.darkHeader .logo-part img{
    padding: 2px 0 4px;
    width: 85px;
    height: auto;
}
.header-wrap{
    text-align: left;
    padding: 10px 0;
	position: relative;
}
.header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
    display: inline-block;
    /* margin-right: 13px; */
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0 8px;
}
.header-menu ul li a:hover{
    color: #ffae25;
}
.header-btn{
    margin-left: 3px;
}
.header-btn a{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    background-color: #b101bc;
    padding: 15px 25px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn a:hover{
    background-color: #ffae25;
}
.ndis-header-img{
	width: 150px;
	height: auto;
	position: absolute;
	top: 50%;
    right: -107px;
	transform: translatey(-50%);
}
.banner-sec {
    margin-top: 114px;
    position: relative;
}
.ms-slide::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 92%);
    background-image: -webkit-linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 92%);
    background-image: -ms-linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 92%);
    opacity: 0.902;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6242424', endColorstr='#00000000', GradientType=1);
}
.ms-nav-prev {
    background: url("../images/banner-arrow-img01.png") no-repeat center #ffffff85 !important;
    width: 50px !important;
    height: 50px !important;
	border-radius: 50%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ms-nav-prev:hover, .ms-nav-next:hover{
	 background: url("../images/banner-arrow-img01.png") no-repeat center #ffae25 !important;
}
.ms-nav-next{
    background: url("../images/banner-arrow-img02.png") no-repeat center #ffffff85 !important;
    width: 50px !important;
    height: 50px !important;
	border-radius: 50%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ms-nav-next:hover{
	 background: url("../images/banner-arrow-img02.png") no-repeat center #ffae25 !important;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 9%;
    width: auto !important;
    transform: translate(0, -50%);
    max-width: 562px;
    z-index: 99;
}
.banner-small-head{
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.banner-small-head img{
    vertical-align: bottom;
    padding-right: 5px;
}
.banner-head{
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.banner-head strong{
    color: #ffae25;
}
.banner-txt{
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 25px;
}
.banner-btn .banner-btn01 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
    background-color: #b101bc;
    padding: 16px 40px;
    margin-right: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn01:hover, .banner-btn .banner-btn02:hover{
    background-color: #008aff;
}
.banner-btn .banner-btn02{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    padding: 7px 35px 7px 7px;
    background-color: #ffae25;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn02 img{
    padding-right: 15px;
}
.about-sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.about-left img{
    border: 3px solid #ffae25;
    border-radius: 50%;
    padding: 15px;
}
.about-right{
    padding-left: 25px;
}
.about-head{
    font-size: 50px;
    line-height: 1.2;
    color: #131313;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-head strong{
    color: #008aff;
}
.about-txt{
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
}
.about-btn{
    margin-top: 25px;
}
.about-btn a{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
    background-color: #ffae25;
    padding: 15px 35px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:hover{
    background-color: #b101bc;
}
.services-sec{
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #d6e4f1;
}
.services-head{
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    color: #131313;
    font-weight: bold;
    margin-bottom: 40px;
}
.services-head strong{
    color: #008aff;
}
.services-part{
    text-align: center;
    margin-bottom: 30px;
}
.services-part img{
    border-radius: 50%;
    border: 7px solid #fff;
}
.services-title{
    margin-top: 20px;
    font-size: 22px;
    color: #050505;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-title:hover{
    color: #ffae25;
}
.choose-sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.choose-head{
    font-size: 50px;
    line-height: 1.1;
    color: #131313;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.choose-head strong{
    color: #008aff;
}
.choose-list{
    margin-bottom: 30px;
}
.choose-list ul{
    margin: 0;
    padding: 0;
}
.choose-list ul li{
    list-style: none;
    background: url("../images/list-img.png");
    background-position: center left 8px;
    padding: 10px 25px 10px 40px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 15px;
    border-radius: 23px;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: table;

    color: #131313;
    font-size: 16px;
    font-weight: bold;
}
.choose-list ul li:hover {
    box-shadow: 0 0 10px #838383;
}
.choose-right{
    position: relative;
}
.choose-small-img {
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ndis-heading{
	font-size: 24px;
	line-height: 1.4;
    color: #050505;
    font-weight: 600;
    text-transform: capitalize;
	margin: 20px 0;
}
.ndis-call-btn{
	display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    background-color: #01b5cc;
    padding: 15px 50px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ndis-call-btn:hover{
	background: #b101bc;
}
.testimonial-sec{
    background-color: #b101bc;
    padding-top: 70px;
    padding-bottom: 70px;
}
.testimonial-head{
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 1.2;
}
.info-sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.info-wrap{
   background-color: #f3f3f3;
   border-radius: 20px;
   padding: 40px 40px 20px;
}
.info-head{
    font-size: 50px;
    color: #131313;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}
.info-head strong{
    color: #008aff;
}
.info-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #fff; 
    border: 1px solid #ccc !important;
    padding: 15px 15px;
	border-radius: 6px;
}
.info-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #737373 ;
}
.info-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 15px 15px;
    height: 100px;
	border-radius: 6px;
}
.info-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #737373 ;
}
.info-sec .home_btn input {
    width: 100% !important;
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background: #ffae25 !important;
    color: #fff !important;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
	border-radius: 30px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-sec .send_btn input:hover {
    background-color: #b101bc  !important;
}
.info-sec .frm_fld p, .info-sec .home_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #ffae25 !important;
}

.info-right iframe{
    border-radius: 20px;
}
footer{
    background-color: #008aff;
    padding-top: 60px;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a:first-child{
   margin-right: 4px;
}
.footer-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-list ul, .footer-list-last ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li, .footer-list-last ul li{
    list-style: none;
}
.footer-list ul li{
    padding-bottom: 6px;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #ffae25;
    padding-left: 5px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-line{
    position: relative;
}
.footer-line::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f1f1f161;
}
.footer-list-last ul li img{
    padding-right: 8px;
}
.footer-list-last ul li{
    padding-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.footer-list-last ul .footer-call{
	display: inline-flex;
    align-items: center;
}
.footer-list-last ul li a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list-last ul .footer-call a{
    font-size: 16px;
    font-weight: 500;
}
.footer-list-last ul li a:hover{
    color: #ffae25;
    padding-left: 5px;
}
.copy-right{
    margin-top: 40px;
    border-top: 1px solid #ffffff;
    text-align: center;
    padding: 20px 0 18px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.copy-right a{
    color: #fff;
}
.copy-right a:hover{
    color: #ffae25;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #b101bc;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("https://lscs.net.au/wp-content/uploads/2024/09/slider-img01.jpg") no-repeat;
    background-size: cover !important;
    background-position: top center !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 114px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 92%);
    background-image: -webkit-linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 92%);
    background-image: -ms-linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 92%);
    opacity: 0.902;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6242424', endColorstr='#00000000', GradientType=1);
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #ffae25;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ffae25;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 40px !important;
}
.sp-testimonial-free{
	border-radius: 20px !important;
	padding: 30px 25px 10px !important;
    min-height: 260px !important;

    background: url("../images/quotation-img.png") no-repeat !important;
    background-size: auto !important;
    background-position: top 30px right 30px !important;
    background-color: #ffffff !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 14px !important;
	color: #777777 !important;
	font-weight: 400 !important;
	text-align: left !important;
	line-height: 1.5 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image{
	text-align: left !important;
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
	width: 70px !important;
	height: auto !important;
}
.sp-testimonial-post-title{
	text-align: left !important;
	font-size: 19px !important;
	color: #262626 !important;
	font-weight: bold !important;
	font-family: "Poppins" !important;
	position: absolute !important;
	top: 55px !important;
    left: 110px !important;
}
.sp-testimonial-client-rating{
	text-align: left !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 15px;
	color: #777777 !important;
	font-weight: 400 !important;
	font-family: "Poppins" !important;
	position: absolute !important;
    top: 85px !important;
    left: 110px !important;
}
.sp-testimonial-client-rating{
	position: absolute !important;
    top: 30px !important;
    left: 110px !important;
}
.sp-testimonial-free-section{
	margin-right: 40px !important;
	margin-left: 40px !important;
}
.contact_page_heading {
    color: #131313;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffae25;
}
.contact_page_heading strong {
    color: #008aff;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
	font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
	color: #ffae25;
}
.contact_right {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    border-radius: 6px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 134px;
    border-radius: 6px;
}
.get-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #ffae25 !important;
    color: #fff !important;
    padding: 15px 40px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 30px !important;
}
.send_btn input:hover {
    background-color: #b101bc  !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #131313;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #008aff;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffae25;
}
.inner_txt {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #ffae25;
}
.core-img img{
    margin-bottom: 20px;
    width: 70px;
    height: auto;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.review-content {
    padding: 30px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
	
	background: url("../images/quotation-img.png") no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 30px !important;
    background-color: #ffffff !important;
}
.review-content .review-txt{
    color: #151515;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #151515;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #ffae25;
    width: 32px;
    height: 2px;
}
.inner-accommodation{
	margin-bottom: 40px;
} 
.home-icon-list{
	margin-top: 40px;
}
.home-icon-list ul{
	margin: 0;
	padding: 0;
}
.home-icon-list ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #dfdfdf;
    margin: 5px 5px;
	text-align: center;
}
.icon_count {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 500;
}
.located_head{
	font-size: 20px;
	font-weight: bold;
    line-height: 1.3;
    color: #ffae25;
	margin-top: 5px;
}
.property-btn{
	margin-top: 40px;
}
.property-btn a{
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    background-color: #b101bc;
    padding: 13px 35px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.property-btn a:hover{
	background-color: #ffae25;
}
.property-description{
	margin-top: 80px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 50px 0;
}
.inner-accommodation:after{
	left: 50%;
	transform: translatex(-50%);
}
.inner-accommodation-head{
	font-size: 24px;
}
.services-box {
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    background-color: #fff;
    width: 100%;
	min-height: 100%;
    margin-bottom: 30px;
}
.services-info {
    padding: 20px;
}
.ref_form_box {
	background: url("../images/testimonial_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #131313;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #008aff;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
    margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: 0;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #b101bc !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #b101bc;
	border-color: #b101bc;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #b101bc;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #ffae25;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #ffae25;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #b101bc;
}
.error_page {
    padding: 50px 0 100px;
}


/* ============================Responsive======================= */
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .ndis-header-img, .header-btn a, .header-menu, .footer-line::after{
		display: none;
	}
	.header-wrap{
		padding: 0;
	}
	.header-btn{
		display: block;
	}
	.logo-part{
	    margin-top: 0;
	}
	.logo-part img {
		padding: 2px 0 4px;
		width: 85px;
		height: auto;
    }
	.banner-sec{
		margin-top: 99px;
	}
	.banner-small-head{
		font-size: 18px;
	}
	.banner-head, .services-head, .choose-head, .testimonial-head, .about-head, .info-head{
		font-size: 28px;
	}
	.banner-txt{
		line-height: normal;
	}
	.about-btn a, .ndis-call-btn{
		font-size: 15px;
		padding: 14px 30px;
	}
	.banner-btn .banner-btn01{
		font-size: 15px;
		padding: 14px 30px;
		margin-right: 2px;
	}
	.banner-btn .banner-btn02{
		font-size: 15px;
		padding: 4px 25px 4px 4px;
	}
	.banner-btn02 img {
        padding-right: 8px;
    }
	.ms-slide-info {
        left: 25px;
        right: 25px;
    }
	.page .entry-header, .blog_page_header {
        margin: 99px 0 30px !important;
        padding: 100px 0 !important;
    }
	.about-sec, .choose-sec, .testimonial-sec, .info-sec{
		padding: 40px 0;
	}
	.services-sec{
		padding-top: 40px;
        padding-bottom: 20px;
	}
	.services-title{
		font-size: 18px;
	}
	footer{
		padding-top: 40px;
	}
	.footer-part{
		margin-bottom: 30px;
	}
	.copy-right{
		margin-top: 20px;
		padding-bottom: 60px;
	}
	.choose-small-img{
		width: 230px;
		height: auto;
	}
}

@media only screen and (max-width : 320px) {
   .ms-view, .ms-slide {
       height: 450px !important;
    }
   .ms-slide-bgcont img {
       object-fit: cover;
    }
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
	.banner-head {
        font-size: 25px;
    }
	.core-box{
		padding: 20px 15px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.about-right{
		padding-left: 0;
		margin-top: 30px;
	}
	.choose-right{
		margin-top: 30px;
	}
	.sp-testimonial-client-rating, .sp-testimonial-post-title{
		position: static !important;
	}
	.sp-testimonial-free{
		 padding: 30px 15px 10px !important;
	}
	.info-wrap{
		padding: 30px 20px 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .ms-view, .ms-slide {
       height: 450px !important;
    }
    .ms-slide-bgcont img {
       object-fit: cover;
    }
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
	.banner-head {
        font-size: 25px;
    }
	.core-box{
		padding: 20px 15px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.about-right{
		padding-left: 0;
		margin-top: 30px;
	}
	.choose-right{
		margin-top: 30px;
	}
	.sp-testimonial-client-rating{
		position: static;
	}
	.sp-testimonial-client-rating, .sp-testimonial-post-title{
		position: static !important;
	}
	.sp-testimonial-free{
		 padding: 30px 15px 10px !important;
	}
	.info-wrap{
		padding: 30px 20px 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	.choose-list ul li{
		font-size: 14px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
   .ms-view, .ms-slide {
       height: 450px !important;
    }
  .ms-slide-bgcont img {
       object-fit: cover;
    }
	.core-box{
		padding: 20px 15px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.about-right{
		padding-left: 0;
		margin-top: 30px;
	}
	.choose-right{
		margin-top: 30px;
	}
	.sp-testimonial-client-rating{
		position: static;
	}
	.sp-testimonial-client-rating, .sp-testimonial-post-title{
		position: static !important;
	}
	.sp-testimonial-free{
		 padding: 30px 15px 10px !important;
	}
	.info-wrap{
		padding: 30px 20px 15px;
		margin-bottom: 30px;
	}
	.choose-small-img{
		width: auto;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.choose-list ul li{
		font-size: 13px;
	}
	.sp-testimonial-free{
		min-height: 305px !important;
	}
	.info-wrap{
		padding: 30px 20px 15px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
   .header-btn{
		margin-left: 0;
	}
	.header-btn a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.header-menu ul li a{
		padding: 0 5px;
		font-size: 14px;
	}
	.ndis-header-img{
		display: none;
	}
	.header-wrap{
	   text-align: right;
	}

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
   .header-btn a{
        display: inline-block;
        position: fixed;
        top: 30px;
        right: 80px;
	    font-size: 16px;
        padding: 10px 30px;
    }
	.info-wrap{
		padding: 30px 20px 15px;
	}
	.sp-testimonial-free{
		min-height: 305px !important;
	}
	.choose-list ul li{
		font-size: 15px;
	}
	
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header-btn{
		margin-left: 0;
	}
	.header-btn a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.header-menu ul li a{
		padding: 0 5px;
		font-size: 14px;
	}
	.ndis-header-img{
		display: none;
	}
	.header-wrap{
	   text-align: right;
	}
	.banner-sec{
		margin-top: 108px;
	}
}

@media screen and (min-width: 1424px) {
 .ndis-header-img{
		right: 0;
	}
  .ms-slide-info {
        left: 4%;
    }
	.sp-testimonial-free{
		min-height: 225px !important;
	}
}

@media screen and (min-width: 1624px) {
   .ndis-header-img{
		right: 0;
	}
  .ms-slide-info {
        left: 10%;
    }
	.sp-testimonial-free{
		min-height: 225px !important;
	}
}

@media screen and (min-width: 1920px) {
   .ndis-header-img{
		right: 0;
	}
  .ms-slide-info {
        left: 16%;
    }
	.sp-testimonial-free{
		min-height: 225px !important;
	}
}

@media screen and (min-width: 2048px) {
   .ndis-header-img{
		right: 0;
	}
  .ms-slide-info {
        left: 18%;
    }
	.sp-testimonial-free{
		min-height: 225px !important;
	}
}

@media screen and (min-width: 2550px) {
	.ndis-header-img{
		right: 0;
	}
	.ms-slide-info {
        left: 25%;
    }
	.sp-testimonial-free{
		min-height: 225px !important;
	}
}


