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 Poppins 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;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}
.darkHeader {
    top: 0;
    z-index: 999;
    animation: smoothScroll 1s;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-250px);
    }

    100% {
        transform: translateY(0px);
    }
}
.header-bottom {
    padding: 8px 0;
    background-color: #fff;
	position: relative;
}
.we-ndis-logo-img{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 5px;
    max-width: 60px;
	height: auto;
}
.header-logo img{
    width: 139px;
    height: auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .header-logo img{
    width: 139px;
}
.rmp-menu-title-image {
	width: 50%;
    height: 100%;
}
.header-menu, .header-btn {
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.rmp-submenu .rmp-menu-item-link {
    height: auto !important;
    line-height: 1.2 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.header-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
	padding: 0;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover{
    color: #584f9e;
}
.header-menu ul li a::before {
    width: 0;
    height: 2px;
    background: #584f9e;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translatex(-50%);
    content: "";
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover::before {
    width: 100%;
} 
.header-menu ul .header-btn{
    margin-right: 0;
}
.header-menu ul .header-btn a::before{
   display: none;
}
.header-menu ul .header-btn a{
    display: inline-block;
    background-color: #584f9e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a:hover {
    background-color: #9474b3;
    color: #fff;
}
.resources-submenu .sub-menu li a{
	 width: 200px;
}
.banner-sec{
    position: relative;
    margin-top: 69px;
}
.ms-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/banner-shape-img01.png") no-repeat;
    background-size: auto;
    width: 100%;
    height: 163px;
	z-index: 1;
}
.ms-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/banner-shape-img02.png") no-repeat;
    background-size: auto;
    width: 351px;
    height: 100%;
}
.ms-slide-info {
    width: 100% !important;
    position: absolute !important;
	z-index: 99 !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    min-height: auto !important;
    margin-top: 0 !important;
}
.banner-head{
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
	text-shadow: #000 1px 0 1px;
}
.banner-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
	text-shadow: #000 1px 0 1px;
}
.banner-btn a{
    display: inline-block;
    background-color: #584f9e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px 35px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}
.banner-btn a:last-child{
    background-color: #9474b3;
    margin-left: 10px;
    padding: 13px 20px;
}
.banner-btn a:hover{
    background-color: #111111;
}
.banner-btn a img{
    margin-right: 5px;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.services-top-head{
    font-size: 25px;
    color: #9474b3;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services-top-title{
    font-size: 38px;
    text-transform: uppercase;
    color: #323232;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
.services-top-txt{
    font-size: 16px;
    color: #323232;
    font-weight: normal;
}
.services-top-right{
	text-align: right;
}
.services-call-now a{
    display: inline-block;
    background-color: #9474b3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px 25px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-call-now a:hover{
    background-color: #584f9e;
}
.services-part{
    border-radius: 30px;
    background-color: #f6ecff;
    border: 3px dotted #9474b3;
    padding: 30px 20px;
    min-height: 100%;
    text-align: center;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover{
    background-color: #8e6fad;
    border: 3px dotted #584f9e;
}
.serv-icon img{
    filter: brightness(0) invert(1);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .serv-icon img{
    filter: none;
}
.serv-icon{
    border-radius: 50%;
    background-color: #9474b3;
    width: 72px;
    height: 72px;
    text-align: center; 
    line-height: 65px;
    border: 3px dotted #584f9e;
    margin: 0 auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .serv-icon{
    background-color: #f6ecff;
}
.services-part-head{
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 15px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-part-head{
    color: #fff;
}
.services-part-txt{
    font-size: 14px;
    color: #323232;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-part-txt{
    color: #fff;
}
.difference-sec{
    position: relative;
    background: url("../images/difference-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.difference-sec::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #584f9ec9;
}
.difference-sec .container{
    position: relative;
    z-index: 1;
}
.difference-head{
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 10px;
}
.difference-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 15px;
}
.difference-list{
    margin-bottom: 20px;
}
.difference-list strong img{
    vertical-align: middle;
    margin-right: 5px;
}
.difference-list strong{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 20px;
	margin-bottom: 10px;
}
.difference-list strong:last-child{
	margin-bottom: 0;
}
.difference-list strong:last-child{
    margin-right: 0;
}
.difference-btn a{
    display: inline-block;
    letter-spacing: 1px;
    background-color: #9474b3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.difference-btn a:hover {
    background-color: #111111;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-us-head{
    font-size: 25px;
    color: #9474b3;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-head{
    font-size: 38px;
    text-transform: uppercase;
    color: #323232;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.about-experience{
    text-align: right;
}
.about-experience strong{
    display: inline-block;
    font-size: 61px;
    text-transform: uppercase;
    color: #323232;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    background-image: linear-gradient(90deg, #9474b3 0%, #584f9e 100%);
    -webkit-background-image: linear-gradient(90deg, #9474b3 0%, #584f9e 100%);
    -moz-background-image: linear-gradient(90deg, #9474b3 0%, #584f9e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-experience span{
    display: inline-block;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    vertical-align: middle;
    margin-left: 20px;
}
.about-list{
    margin-top: 100px;
}
.about-list ul{
    margin: 0;
    padding: 0;
}
.about-list ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.about-list ul li:last-child{
    margin-bottom: 0;
}
.about-list ul li img{
    margin-right: 12px;
}
.about-list-content strong{
    display: inline-block;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.about-list-txt{
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}
.choose-sec{
    padding-top: 80px;
    background: url("../images/choose-bg-img.png") #9474b3 no-repeat top center;
    background-size: cover;
    height: 562px;
}
.choose-head{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.choose-head02{
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
}
.choose-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.choose-box{
    border-radius: 25px;
    background-color: #ffffff;
    padding: 100px 50px;
    background: url("../images/choose-bg-box-img.png") #fff no-repeat top center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.choose-middle-part{
    position: relative;
    width: 267px;
    height: 267px;
    border-radius: 135px;
    background-color: #d4cfff;
    border: 8px solid #584f9e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-middle-part:hover{
    background-color: #584f9e;
    border: 8px solid #d4cfff;
}
.choose-middle-img{
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-middle-part:hover .choose-middle-img{
   filter: brightness(0) invert(1);
}
.stick-img01{
    position: absolute;
    top: -60px;
    left: -140px;
}
.stick-img02{
    position: absolute;
    top: -60px;
    right: -140px;
}
.stick-img03{
    position: absolute;
    bottom: -60px;
    left: -140px;
}
.stick-img04{
    position: absolute;
    bottom: -60px;
    right: -140px;
}
.choose-dots-box{
    border-radius: 10px;
    background-color: #f6ecff;
    border: 3px dotted #9474b3;
    padding: 15px 15px;
    margin-bottom: 18px;
    min-height: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-dots-box:hover{
     border: 3px dotted #59509f;
}
.choose-dots-box strong{
    display: inline-block;
    font-size: 18px;
    color: #59509f;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 5px;
}
.choose-dots-txt{
    font-size: 14px;
    color: #2a2a2a;
    font-weight: normal;
}
.testimonial-sec{
    padding-top: 250px;
    padding-bottom: 80px;
}
.our-testi-head{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #9474b3;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
}
.testi-head{
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #323232;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.testimonial-wrap{
	position: relative;
}
.testimonial-part{
	border-radius: 15px;
    background-color: #f6ecff;
    border: 2px dotted #9474b3;
	padding: 30px 30px;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.testimonial-img01{
	position: absolute;
	left: 118px;
    top: 50%;
    transform: translatey(-70%);
}
.testimonial-img02{
    position: absolute;
	right: 118px;
	top: 50%;
	transform: translatey(-70%);
}
.sp-testimonial-post-title{
	font-size: 18px;
	text-transform: uppercase !important;
	color: #584f9e !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #383838 !important;
	font-weight: normal !important;
	padding: 0 !important;
}
footer{
    padding-top: 70px;
    background: url("../images/footer-bg-img.png") #201c3d no-repeat top center;
    background-size: cover;
}
.footer-part .footer-logo{
    filter: brightness(0) invert(1);
    margin-bottom: 30px;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a{
    margin-right: 5px;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-list ul li img{
    margin-right: 5px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 15px;
    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{
    padding-left: 4px;
    color: #9474b3;
}
.footer-list-info ul li{
    padding-bottom: 20px;
}
.footer-list-info ul li a{
    text-transform: none;
}
.footer-list-info ul li span{
     display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #9474b3;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 30px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #8e6fad;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 69px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-header::before, .blog_page_header::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 163px;
    background: url("../images/banner-shape-img01.png") no-repeat;
    background-size: auto;
    left: 0;
    bottom: 0;
}
.page .entry-header::after, .blog_page_header::after{
	position: absolute;
    content: "";
    width: 351px;
    height: 100%;
    background: url("../images/banner-shape-img02.png") no-repeat;
    background-size: auto;
    right: 0;
    top: 0;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
	text-shadow: #000 1px 0 1px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #584f9e;
    position: relative;
    font-size: 15px;
	text-shadow: #c9c9c9 1px 0 1px !important;
}
.breadcrumb-container a {
    color: #584f9e;
}
.contact_page_heading {
    color: #323232;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #584f9e;
}
.contact_page_heading strong {
    color: #9474b3;
}
.contact_page_heading_center:before {
	transform: translatex(-50%);
	left: 50%;
}
.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;
    font-weight: normal;
    -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: #9474b3;
}
.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
 /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    border-radius: 6px;
    appearance: none;
    background: url("../images/dropdown.png") no-repeat center right 10px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}
.get-sec .frm_fld .cv-title, .client-referral-sec .frm_fld .cv-title{
	font-size: 18px;
	font-weight: bold;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.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: #584f9e !important;
    color: #fff !important;
    padding: 12px 25px !important;
	border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.send_btn input:hover {
    background-color: #9474b3 !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #9474b3 !important;
}

.ref_form_box {
	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: #323232;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #9474b3;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
    margin-bottom: 5px;
	font-weight: 500;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
	border-radius: 5px;
}
.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;
    border-radius: 5px;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
	border-radius: 5px;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #584f9e !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ref_form_box .contact_btn input:hover{
	background: #9474b3 !important;
}
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: #584f9e;
	border-color: #584f9e;
}
.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);
}
.inner_about_titl {
    font-size: 20px;
    color: #9474b3;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.innr-abt-btn a{
	display: inline-block;
    background-color: #584f9e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	margin-top: 30px;
}
.innr-abt-btn a:hover{
	background-color: #9474b3;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #323232;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #9474b3;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #584f9e;
}
.inner_txt {
    color: #323232;
    font-size: 16px;
    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;
    color: #323232;
    font-size: 16px;
    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: #584f9e;
}
.core-img img{
    margin-bottom: 20px;
}
.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%; 
}
.core-box .inner_titl{
	font-size: 22px;
}

.inner-about-sec{
	background-color: #f1f1f1;
	padding: 40px 0;
}
.inner_titl_center::after{
	left: 50%;
	transform: translatex(-50%);
}
.inner-about-part{
	background-color: #f2f2f2;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	padding: 30px 20px;
	text-align: center;
	border-radius: 10px;
	min-height: 100%;
}
.inner-about-head::after{
	position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 30px;
    height: 3px;
    background: #92c03a;
}

.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #8e6fad;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 217px;
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #584f9e;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.sticky-whatsapp-btn {
    width: 40px;
    position: fixed;
    right: 20px;
    top: 440px;
    border-radius: 50%;
    z-index: 9999;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite; 
	animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
  @keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
  }
  @keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EDEDED;
    -moz-box-shadow: 0 0 0 0 #EDEDED;
    box-shadow: 0 0 0 0 #EDEDED;
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
      -moz-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
      box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
      -moz-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
      box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
  }
}  
.acknowledges-sec{
	margin-top: 40px;
    background-color: #9474b3;
    padding: 10px 0;
	font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.acknowledges-part{
	display: flex;
	align-items:center;
}
.acknowledges-part img{
	margin-left: 10px;
}
.info-sec{
	margin-bottom: -100px;
	position: relative;
    z-index: 0;
}
.info-wrap{
	background-color: #F4E9FF;
}
.faq-part{
	padding: 30px 0 25px 30px;
}
.faq-title{
    font-size: 23px;
    color: #9474b3;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.faq-head{
	font-size: 35px;
    text-transform: capitalize;
    color: #323232;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 17px !important;
	text-transform: uppercase !important;
}
.sp-easy-accordion>.sp-ea-single{
	-moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}
.sp-easy-accordion>.sp-ea-single.ea-expand{
	background-color: #584f9e !important;
}
.sp-easy-accordion>.sp-ea-single:hover{
	background-color: #584f9e !important;
}
.home-form-part{
	padding: 30px 25px;
	min-height: 100%;
    background-image: linear-gradient(152deg, #574FA4 0%, #9474B5 100%);
    -webkit-background-image: linear-gradient(152deg, #574FA4 0%, #9474B5 100%);
    -moz-background-image: linear-gradient(152deg, #574FA4 0%, #9474B5 100%);
}
.fill-head{
    font-size: 18px;
    font-weight: 600;
	color: #fff;
    text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 10px;
}
.get-in-head{
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
	line-height: 1.2;
}
.info-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.info-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.info-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #fff; 
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.info-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.info-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #000 !important;
    color: #fff !important;
    padding: 12px 25px !important;
	border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 17px !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: #584f9e !important;
}
.info-sec .frm_fld p, .info-sec .send_btn p{
    margin-bottom: 0;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #9474b3;
	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: #584f9e;
	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: #584f9e;
	text-align: center;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background-color: #171717;
}
.error_page {
	padding: 40px 0 80px;
}

/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.we-ndis-logo-img, .header-menu, .ms-container::after, .ms-container::before, .testimonial-img01, .testimonial-img02, .choose-txt br, .page .entry-header::after, .blog_page_header::after, .services-top-txt br{
		display: none;
	}
	.page .entry-header::before, .blog_page_header::before{
		background-image: none;
	}
	.banner-head{
		font-size: 30px;
	}
	.ms-slide::before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	    width: 100%;
		height: 100%;
		background: #9474B3;
        background: linear-gradient(90deg, rgb(88 79 158 / 70%) 0%, rgb(88 79 158 / 0%) 50%);
		z-index: 1;
	}
	.banner-wrap .container{
		width: auto;
	}
	.darkHeader{
		animation: none;
	}
	.choose-sec{
		padding-top: 40px;
		padding-bottom: 40px;
		height: 100%;
	}
	.services-sec, .about-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.services-top-head, .about-us-head, .choose-head, .our-testi-head, .faq-title{
		font-size: 20px;
	}
	.services-top-title, .difference-head, .about-head, .testi-head, .choose-head02, .faq-head, .get-in-head{
		font-size: 26px;
	}
	.banner-btn a, .innr-abt-btn a{
		font-size: 15px;
		padding: 13px 30px;
	}
	.difference-btn a{
		font-size: 15px;
		padding: 13px 25px;
	}
	.services-call-now a{
		font-size: 15px;
	}
	.services-top-right {
		text-align: left;
	}
	.home-form-part{
		padding: 20px;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 69px 0 50px !important;
    }
	.page .entry-header::before, .blog_page_header::before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
        background: #9474B3;
        background: linear-gradient(90deg, rgb(88 79 158 / 70%) 0%, rgb(88 79 158 / 0%) 50%);
	}
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.stick-img01, .stick-img02, .stick-img03, .stick-img04{
		display: none;
	}
	.difference-sec{
		text-align: center;
	}
	.choose-box{
		padding: 30px 20px;
		text-align: center;
	}
	.testimonial-part {
		padding: 25px 15px;
	}
	footer{
		padding-top: 40px;
	}
	.footer-copyright{
		padding-bottom: 55px;
	}
}

@media only screen and (max-width : 320px) {
   .ms-view, .ms-slide {
         min-height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.difference-right{
		padding: 30px 0;
	}
	.services-top-right, .about-experience{
		text-align: left;
	}
	.about-left img{
		width: 100%;
	}
	.about-list {
		margin-top: 40px;
	}
	.faq-part {
		padding: 30px 20px;
	}
	.acknowledges-part{
		display: block;
		text-align: center;
	}
	.acknowledges-part img{
		display: block;
		margin: 10px auto 0;
	}
	.info-sec{
		margin-bottom: 40px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.about-experience br{
		display: none;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   .ms-view, .ms-slide {
         min-height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.difference-right{
		padding: 30px 0;
	}
	.services-top-right, .about-experience{
		text-align: left;
	}
	.about-left img{
		width: 100%;
	}
	.about-list {
		margin-top: 40px;
	}
	.faq-part {
		padding: 30px 20px;
	}
	.acknowledges-part{
		display: block;
		text-align: center;
	}
	.acknowledges-part img{
		display: block;
		margin: 10px auto 0;
	}
	.info-sec{
		margin-bottom: 40px;
	}
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.about-experience br{
		display: none;
	}
}

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

}

@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 {
         min-height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.difference-right{
		padding: 30px 0;
	}
	.services-top-right, .about-experience{
		text-align: left;
	}
	.about-left img{
		width: 100%;
	}
	.about-list {
		margin-top: 40px;
	}
	.faq-part {
		padding: 30px 20px;
	}
	.acknowledges-part{
		display: block;
		text-align: center;
	}
	.acknowledges-part img{
		display: block;
		margin: 10px auto 0;
	}
	.info-sec{
		margin-bottom: 40px;
	}
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.about-experience br{
		display: none;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .difference-right{
		padding: 30px 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .we-ndis-logo-img{
		display: none;
	}
	.header-menu ul li{
		 margin-right: 30px;
	}
	.banner-head{
		font-size: 44px;
	}
	.difference-right{
		padding: 30px 0;
	}
    .testimonial-img01{
		left: 50px;
	}
	.testimonial-img02{
		right: 50px;
	}
}

/* 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) {

}

/* 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) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.we-ndis-logo-img{
		display: none;
	}
	.header-menu ul li{
		 margin-right: 30px;
	}
	.banner-head{
		font-size: 44px;
	}
	.difference-right{
		padding: 30px 0;
	}

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
   .we-ndis-logo-img{
		display: none;
	}
	.header-menu ul li{
		 margin-right: 30px;
	}
	.banner-head{
		font-size: 44px;
	}
	.difference-right{
		padding: 30px 0;
	}

}

/* 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) {
   .we-ndis-logo-img{
		display: none;
	}
	.header-menu ul li{
		 margin-right: 30px;
	}
	.banner-head{
		font-size: 44px;
	}
	.difference-right{
		padding: 30px 0;
	}
	.testimonial-img01{
		left: 50px;
	}
	.testimonial-img02{
		right: 50px;
	}
}

@media screen and (min-width: 1424px) {
   .testimonial-img01{
		left: 5%;
	}
	.testimonial-img02{
		right: 5%;
	}
}

@media screen and (min-width: 1624px) {
   .testimonial-img01{
		left: 10%;
	}
	.testimonial-img02{
		right: 10%;
	}
}

@media screen and (min-width: 1920px) {
   .testimonial-img01{
		left: 17%;
	}
	.testimonial-img02{
		right: 17%;
	}
}

@media screen and (min-width: 2048px) {
   .testimonial-img01{
		left: 19%;
	}
	.testimonial-img02{
		right: 19%;
	}
}

@media screen and (min-width: 2550px) {
	.testimonial-img01{
		left: 25%;
	}
	.testimonial-img02{
		right: 25%;
	}
}
