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

@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;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-Regular.woff2') format('woff2'),
         url('../fonts/Inter-Regular.woff') format('woff'),
         url('../fonts/Inter-Regular.ttf') format('truetype'),
         url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-Medium.woff2') format('woff2'),
         url('../fonts/Inter-Medium.woff') format('woff'),
         url('../fonts/Inter-Medium.ttf') format('truetype'),
         url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-SemiBold.woff2') format('woff2'),
         url('../fonts/Inter-SemiBold.woff') format('woff'),
         url('../fonts/Inter-SemiBold.ttf') format('truetype'),
         url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DMSans-Regular.woff2') format('woff2'),
         url('../fonts/DMSans-Regular.woff') format('woff'),
         url('../fonts/DMSans-Regular.ttf') format('truetype'),
         url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.top-header{
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 4px;
}
.header-wrap{
    text-align: right;
}
.header-info-wrap{
    display: inline-block;
}
.header-info-wrap img{
    margin-right: 8px;
}
.header-info{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.header-link{
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #757575;
    display: table;
}
.header-info a{
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1px;
    transition: all 0.5s ease 0s;
}
.header-info a:hover{
    color: #cb2290;
}
.header-info .header-email{
    font-weight: 500;
}
.header-info-line{
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
    background-color: #d7d7d7;
    width: 1px;
    height: 50px;
}
.bottom-header{
    background-color: #621d6e;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
    display: inline-block;
}
.header-menu ul li a{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 24px 20px;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover{
    background-color: #cb2290;
}
.header-btn{
    text-align: end;
}
.header-btn a{
    display: inline-block;
    background-color: #cb2290;
    padding: 24px 23px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    transition: all 0.5s ease 0s;
    font-family: 'DM Sans';
}
.header-btn a:hover{
    background-color: #000;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.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;
}
.darkHeader{
    top: 0;
    border-radius: 0 0 72px 72px;
    z-index: 999;
    animation: smoothScroll 1s;
}
.logo-part img{
   -moz-transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
.darkHeader .logo-part img{
    width: 120px;
    height: auto;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-250px);
	}
	100% {
		transform: translateY(0px);
	}
}
.banner-sec{
    position: relative;
    margin-top: 185px;
}
.ms-slide .ms-slide-bgcont img{
	width: 100%;
    border-bottom-right-radius: 450px 360px;
    box-shadow: #411756 30px 0;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 9%;
    width: auto !important;
    transform: translate(0, -50%);
    max-width: 450px;
    z-index: 99;
}

.ms-nav-prev {
    background: url("../images/banner-arrow-img01.png") no-repeat center !important;
    width: 48px !important;
    height: 65px !important;
}
.ms-nav-next {
    background: url("../images/banner-arrow-img02.png") no-repeat center !important;
    width: 48px !important;
    height: 65px !important;
}
.ms-skin-default .ms-bullet{
	background: #939191 !important;
	border-radius: 50%;
}
.ms-skin-default .ms-bullet-selected{
	background: #fff !important;
}
.banner-head{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.banner-text{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 24px;
}
.banner-btn a{
    display: inline-block;
    background-color: #cb2190;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    border-bottom-right-radius: 30px 30px;
    box-shadow: #621d6e 0 5px;
    transition: all 0.5s ease 0s;
}
.banner-btn a:hover{
    background-color: #621d6e;
    box-shadow: #cb2190 0 5px;
}
.banner-btn img{
    margin-left: 25px;
    vertical-align: top;
}
.welcome-sec{
    padding-top: 95px;
    padding-bottom: 85px;
}
.welcome-right{
    padding-left: 60px;
}
.welcome-left{
    position: relative;
}
.welcome-left img{
    border-radius: 20px;
    width: 100%;
}
.welcome-list ul{
    margin: 18px 0;
    padding: 0;
}
.welcome-list ul li{
    background: url("../images/list-img.png");
    background-position: top 5px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 19px;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    list-style: none;
    padding-bottom: 20px;
}
.welcome-list ul li:last-child{
    padding-bottom: 0;
}
.welcome-title{
    color: #621d6e;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.welcome-head{
    color: #001b35;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 14px;
}
.welcome-para{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    margin-bottom: 30px;
}
.welcome-btn a{
    display: inline-block;
    background-color: #cb2190;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    border-bottom-right-radius: 30px 30px;
    box-shadow: #621d6e 0 5px;
    transition: all 0.5s ease 0s;
}
.welcome-btn a:hover {
    background-color: #621d6e;
    box-shadow: #cb2190 0 5px;
}
.welcome-ndis{
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 10px 15px;
    position: absolute;
    bottom: 40px;
    right: -50px;
}
.welcome-ndis img{
    width: auto;
}
.services-sec{
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 10px;
}
.what-we-head{
   text-align: center;
   color: #621d6e;
   font-size: 16px;
   font-weight: 500;
   text-transform: uppercase;
}
.services-title{
    color: #001b35;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    margin-top: 5px;
}
.services-part{
    margin-top: 35px;
}
.services-part img{
    border-radius: 50px 0 50px 50px;
}
.services-content{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #cb2290;
    padding: 15px 9px;
    text-align: center;
    position: relative;
    top: -70px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
	min-height: 245px;
}
.services-content:hover{
    border-bottom: 3px solid #621d6e;
}
.services-heading{
    color: #1e1e1e;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}
.services-text{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    margin-bottom: 10px;
}
.services-btn a{
    display: inline-block;
    color: #621d6e;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover{
    color: #cb2290;
}
.services-btn a img{
    width: auto !important;
    display: inline-block !important;
    margin-left: 10px;
}
.owl-carousel .owl-nav {
    display: block !important;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.owl-carousel .owl-nav button.owl-prev{
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    width: 52px;
    height: 52px;
    background: url("../images/services-arrow-img01.png") no-repeat center;
    position: absolute;
    top: 40%;
    left: -7%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-next{
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    width: 52px;
    height: 52px;
    background: url("../images/services-arrow-img02.png") no-repeat center;
    position: absolute;
    top: 40%;
    right: -7%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #621d6e !important;
}
.offer-sec{
    padding-top: 130px;
    padding-bottom: 95px;
    background: url("../images/offer-bg-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.offer-sec::after{
    position: absolute;
    content: "";
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(98,29,110) 0%, rgba(98,29,110,0.50196) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(98,29,110) 0%, rgba(98,29,110,0.50196) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(98,29,110) 0%, rgba(98,29,110,0.50196) 100%);
}
.offer-part{
    position: relative;
    z-index: 1;
}
.offer-btn a{
    display: inline-block;
    background-color: #cb2190;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    border-bottom-right-radius: 30px 30px;
    box-shadow: #621d6e 0 5px;
    transition: all 0.5s ease 0s;
}
.offer-btn a:hover {
    background-color: #000;
    box-shadow: #cb2190 0 5px;
}
.offer-head{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.offer-para{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 20px;
}
.values-sec{
    padding-top: 85px;
    padding-bottom: 65px;
}
.mission-head{
    color: #621d6e;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.values-head{
    color: #001b35;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
}
.values-para{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
}
.honesty-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}
.honesty-wrap img{
    margin-right: 12px;
}
.honesty-head{
    color: #001b35;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 3px;
}
.honesty-text{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
}
.values-right img{
    width: 100%;
    border-radius: 20px;
}
.testimonial-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonial-title{
    margin-bottom: 10px;
    line-height: 1.2;
	text-align: center;
    color: #621d6e;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.testimonial-what-our {
	text-align: center;
	color: #001b35;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 40px;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
    border-radius: 50% !important;
    height: 30px !important;
    width: 30px !important;
}
.sp-testimonial-free {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
    padding: 15px 10px !important;
    margin: 2px !important;
    border-radius: 5px !important;
    min-height: 380px !important;
}
.sp-testimonial-post-title {
    color: #001b35 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    font-family: 'Poppins' !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    color: #4b4b4b !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: 'Inter' !important;
}
.enquiries-sec{
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 50px;
}
.enquiries-title{
    text-align: center;
    color: #001b35;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
	margin-bottom: 6px;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #001b35;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #001b35;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #cb2290;
}
.inner_txt {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    font-family: 'Inter';
}
.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: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
	font-family: 'Inter';
    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: #cb2290;
}

footer{
    padding-top: 40px;
    padding-bottom: 30px;
    background: url("../images/footer-bg-img.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 123px 0 0;
}
.footer-para{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter';
    padding-top: 18px;
    padding-bottom: 25px;
}
.follow-us{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Inter';
}
.follow-us img{
    margin-left: 10px;
}
.footer-title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.footer-list ul, .footer-list-last ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    background: url("../images/footer-arrow-img.png");
    background-position: top 4px left;
    padding-left: 20px;
    background-repeat: no-repeat;
    /* background-size: 20px; */
    padding-bottom: 10px;
}
.footer-list ul li a{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Inter';
    padding-bottom: 3px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover {
    color: #cb2190;
    padding-left: 5px;
}
.footer-list-last ul li{
    list-style: none;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}
.clock-flx{
	display: inline-flex;
	align-items: flex-start;
}
.footer-list-last ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}
.footer-list-last .footer-size a{
    font-size: 17px;
    font-weight: normal;
}
.footer-list-last ul li a:hover{
    color: #cb2190;
    padding-left: 5px;
}
.footer-list-last ul li a:hover{
    color: #cb2190;
}
.footer-list-last ul li img{
    padding-right: 6px;
}
.footer-gap{
    padding-left: 80px;
    padding-top: 10px;
}
.footer-line{
    position: relative;
}
.footer-line::after{
    content: "";
    position: absolute;
    right: -30px;
    top: 20px;
    width: 1px;
    height: 256px;
    background-color: #ffffff73;
}
.copy-right{
    background-color: #4f0e5a;
    padding: 18px 0;
}
.copy-right-text{
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}
.copy-right-text a{
    color: #fff;
    transition: all 0.5s ease 0s;
}
.copy-right-text a:hover{
    color: #cb2290;
}
#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: #cb2190;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat;
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 185px 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: 60%;
    z-index: 9;

    /* opacity: 1.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: 700 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 0 !important;
}

.enquiries-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #f9f9f9; 
    border: 1px solid #cbcbcb !important;
    padding: 12px 10px;
}
.enquiries-sec .frm_fld select{
	width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #f9f9f9; 
    border: 1px solid #cbcbcb !important;
    padding: 12px 10px;
	font-size: 15px;
	font-weight: 500;
	color: #676666;
	font-family: 'Inter';
	background: url("../images/dropdown-img.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto;
} 
.enquiries-sec .frm_fld select{
	appearance: none;
}
.enquiries-sec .frm_fld input::placeholder{
	font-size: 15px;
	font-weight: 500;
	color: #676666;
	font-family: 'Inter';
}
.enquiries-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background-color: #f9f9f9; 
    border: 1px solid #cbcbcb !important;
    padding: 20px 15px;
    height: 134px;
}
.enquiries-sec .frm_fld textarea::placeholder{
	font-size: 15px;
	font-weight: 500;
	color: #676666;
	font-family: 'Inter';
}
.enquiries-sec .general_btn{
	text-align: center;
}
.enquiries-sec .general_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #cb2190 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
	padding: 15px 40px;
	box-shadow: #621d6e 0 5px;
    border-bottom-right-radius: 30px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.enquiries-sec .general_btn input:hover {
	background-color: #621d6e !important;
    box-shadow: #cb2190 0 5px !important;
}
.enquiries-sec .frm_fld p, .send_btn p{
	margin-bottom: 0;
}

.contact_page_heading {
    color: #001b35;
    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: #cb2290;
}
.contact_page_heading strong {
    color: #621d6e;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 32px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #001b35 ;
	font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
}
.contact_page_info a:hover{
	color: #cb2290;
}
.contact_right{
	background: #cb22903d;
    padding: 20px;
	border-radius: 10px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
     background-color: #fff;
/*  border: 1px solid #ccc !important; */
    padding: 12px 10px;
	border-radius: 4px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld label {
  margin-top: 15px;
}
.get-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: 134px;
}
.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: #cb2190 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
	box-shadow: #621d6e 0 5px;
	 border-bottom-right-radius: 30px 30px !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: #621d6e !important;
    box-shadow: #cb2190 0 5px !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #f178b5 !important;
}

.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: #001b35;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #621d6e;
	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;
}
.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: #cb2190 !important;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	box-shadow: #621d6e 0 5px;
    padding: 12px 40px 12px;
	border-bottom-right-radius: 30px 30px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
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: #cb2190;
	border-color: #cb2190;
}
.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);
}


.cta_btn {
    text-align: center;
    margin-top: 30px;
}
.cta_btn .btn_design1{
    padding: 10px 22px;
    display: inline-block;
    background: #621d6e;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 6px;
    transition: all 500ms ease-in-out !important;
    text-decoration: none;
	margin-right: 10px;
}
.cta_btn .btn_design2 {
    padding: 10px 22px;
    display: inline-block;
    background: #cb2190;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 6px;
    transition: all 500ms ease-in-out !important;
    text-decoration: none;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    
}
.footer_btn1 {
    background: #cb2190;
    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: #621d6e;
    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: #621d6e;
    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: #cb2190;
}
.error_page {
    padding: 50px 0 100px;
}

/* ==============Responsive============== */
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu, .header-btn, .header-wrap, .footer-line::after{
		display: none;
	}
	.banner-sec {
        margin-top: 78px;
    }
	.logo-part img {
		width: 120px;
		height: auto;
    }
	.owl-carousel .owl-nav button.owl-next{
		 right: 0;
	}
	.owl-carousel .owl-nav button.owl-prev{
		 left: 0;
	}
	.welcome-right{
       padding-left: 0px;
	}
	.banner-head, .welcome-head, .services-title, .offer-head, .values-head, .testimonial-what-our, .enquiries-title{
		font-size: 26px;
	}
	.banner-text, .offer-para{
		font-size: 16px;
	}
	.banner-btn a, .welcome-btn a, .offer-btn a{
		padding: 12px 20px;
	}
	.darkHeader{
		animation:none;
	}
	.footer-gap{
	  padding-left: 0;
      padding-top: 0;
	}
	.footer-part{
		margin-top: 30px;
	}
	.welcome-sec, .offer-sec, .values-sec, .enquiries-sec{
		padding: 40px 0;
	}
	.owl-dots{
		display: none !important;
	}
	.services-sec{
		padding: 40px 0 10px;
	}
	.copy-right{
		padding-bottom : 50px;
	}
	.welcome-ndis{
		right: 0;
		bottom: 28px;
	}
	.page .entry-header, .blog_page_header {
		padding: 100px 0 !important;
		margin: 78px 0 50px !important;
	}
	.services-content{
		min-height: 200px;
	}
	footer {
        padding-top: 20px;
		padding-bottom: 20px;
	}
}



@media only screen and (max-width : 320px) {

	.ms-slide-bgcont img {
       object-fit: cover !important;
    }
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont img {
		border-bottom-right-radius: 250px 260px;
		box-shadow: #411756 30px 0;
    }
	.ms-slide-info {
		left: 20px;
		right: 20px;
     }
	.welcome-left img{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.values-right img{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.ms-slide-bgcont img {
       object-fit: cover !important;
    }
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont img {
		border-bottom-right-radius: 250px 260px;
		box-shadow: #411756 30px 0;
    }
	.ms-slide-info {
		left: 20px;
		right: 20px;
     }
	.welcome-left img{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.values-right img{
		margin-top: 30px;
	}
}

@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-slide-bgcont img {
       object-fit: cover !important;
    }
	.ms-view, .ms-slide {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont img {
		border-bottom-right-radius: 250px 260px;
		box-shadow: #411756 30px 0;
    }
	.ms-slide-info {
		left: 30px;
		right: 30px;
     }
	.welcome-left img{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.values-right img{
		margin-top: 30px;
	}
}
	

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.services-content{
		min-height: 290px;
	}
	.owl-carousel .owl-nav button.owl-next{
		 right: 0;
	}
	.owl-carousel .owl-nav button.owl-prev{
		 left: 0;
	}
	.header-menu ul li a{
		padding: 24px 8px;
	}
	.header-btn a {
		padding: 24px 8px;
	}
	
}

/* 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) {
.services-content {
    min-height: 200px;
}
}

/* 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) {
.services-content{
		min-height: 295px;
	}
	.owl-carousel .owl-nav button.owl-next{
		 right: 0;
	}
	.owl-carousel .owl-nav button.owl-prev{
		 left: 0;
	}
	.header-menu ul li a{
		padding: 24px 8px;
	}
	.header-btn a {
		padding: 24px 8px;
	}
}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    left: 6%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    left: 11%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    left: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    left: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    left: 25%;
}
}
