@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'Poppins';font-weight: normal;background-color: #fff;overflow-x: hidden;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif;font-weight: 700;padding: 0;margin: 0;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn {
    padding: 10px 20px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    border: 0;
    transition: 0.5s;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 2px;
}
.btn-primary {
    background: rgb(239,85,34);
    background: -moz-linear-gradient(180deg, rgba(239,85,34,1) 0%, rgba(241,183,67,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(239,85,34,1) 0%, rgba(241,183,67,1) 100%);
    background: linear-gradient(180deg, rgba(239,85,34,1) 0%, rgba(241,183,67,1) 100%);
    color: #ffffff;
}
.btn-primary:hover{
    background: rgb(239,85,34);
    background: -moz-linear-gradient(0deg, rgba(239,85,34,1) 0%, rgba(241,183,67,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(239,85,34,1) 0%, rgba(241,183,67,1) 100%);
    background: linear-gradient(0deg, rgba(239,85,34,1) 0%, rgba(241,183,67,1) 100%);
    color: #ffffff;
}
.btn-secondary{
    background: rgb(40,127,181);
    background: -moz-linear-gradient(180deg, rgba(40,127,181,1) 0%, rgba(32,200,224,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(40,127,181,1) 0%, rgba(32,200,224,1) 100%);
    background: linear-gradient(180deg, rgba(40,127,181,1) 0%, rgba(32,200,224,1) 100%);
    color: #ffffff;
}
.btn-secondary:hover{
    background: rgb(40,127,181);
    background: -moz-linear-gradient(0deg, rgba(40,127,181,1) 0%, rgba(32,200,224,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(40,127,181,1) 0%, rgba(32,200,224,1) 100%);
    background: linear-gradient(0deg, rgba(40,127,181,1) 0%, rgba(32,200,224,1) 100%);
    color: #ffffff;
}
@-webkit-keyframes fadeInDown {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
 }
 
 @keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
 .bg1{background-color: #fff4ee;}
 .bg2{background-color: #e3faff;}
/*-- header area start --*/
.header-area {
    background-color: #1f2020;
}
.header-body .logo {
    width: 100%;
    max-width: 234px;
    position: relative;
    padding-right: 0;
}
/* .header-body .logo img{
    width: 100%;
    object-fit: cover;
} */
/* .header-body .logo::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 52px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/logo-shape.png);
	filter: brightness(0) saturate(100%) invert(69%) sepia(0%) saturate(434%) hue-rotate(202deg) brightness(90%) contrast(91%);
} */
.header-right .button-area .ndis-logo{
    width: 100%;
    max-width: 160px;
    object-fit: contain;
}
.header-right .button-area .btn{
    margin-right: 20px;
}
.menu{
    display: inline-block;
}
.menu ul{
    display: inline-flex;
    margin-right: 25px;
}
.menu ul li {
    position: relative;
    border-right: 1px solid #ededed;
    display: inline-block;
}
.menu ul li:last-child{
    border-right: 0;
}
.menu ul li a {
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s;
    padding: 45px 15px;
    display: inline-flex;
    align-items: center;
}
.menu ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    background-color: #f06f2b;
    width: 0px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.menu ul li a:hover::before, .menu ul li.active a::before{
    width: 100%;
}
.header-area.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner{
    position: relative;
    height: 603px;
}
.banner img{
    width: 100%;
    object-fit: cover;
}
.banner .banner-contain-area{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner .banner-contain-area::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
	z-index:9;
    background: rgb(44,96,164);
    background: -moz-linear-gradient(270deg, rgba(44,96,164,1) 20%, rgba(254,254,254,0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(44,96,164,1) 20%, rgba(254,254,254,0) 100%);
    background: linear-gradient(270deg, rgba(44,96,164,1) 20%, rgba(254,254,254,0) 100%);
}
.banner-contain-area .contain-text {
    width: 100%;
    max-width: 35%;
    position: relative;
    z-index: 1;
}
.banner-contain-area .contain-text .heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 35px;
}
.banner-contain-area .contain-text .btn{
    margin-right: 10px;
}
.banner-contain-area .contain-text .btn:last-child{
    margin-right: 0;
}
.banner-area .ms-slide-bgcont{
    position: relative;
    overflow: hidden;
}
.banner-area .ms-slide-bgcont::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
	background: rgb(184,245,252);
	background: -moz-linear-gradient(270deg, rgba(184,245,252,1) 20%, rgba(254,254,254,0) 100%);
	background: -webkit-linear-gradient(270deg, rgba(184,245,252,1) 20%, rgba(254,254,254,0) 100%);
	background: linear-gradient(270deg, rgba(184,245,252,1) 20%, rgba(254,254,254,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8f5fc",endColorstr="#fefefe",GradientType=1);
}
.banner-area .ms-slide-info.ms-dir-h {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 1140px;
    margin: 0 auto;
    left: 0;
    height: 100%;
}
.banner-area .contain-text{
    width: 100%;
    max-width: 35%;
}
.banner-area .contain-text .heading {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 35px;
}
.banner-area .ms-skin-default .ms-nav-next {
    background-image: url(../images/baner-slider-arrow2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: auto;
    right: 28%;
    top: auto;
    bottom: 8%;
}
.banner-area .ms-skin-default .ms-nav-prev {
    background-image: url(../images/baner-slider-arrow1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: auto;
    right: 32%;
    top: auto;
    bottom: 8%;
}
/*-- banner area stop --*/
/*-- about area start --*/
.about-area.bg1 {
    background-color: #9df4fe;
}
.about-contain-box .contain-box {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 25px;
}
.about-area .heading{
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 25px;
}
.about-area .about-left-box {
    padding: 0 50px;
    text-align: center;
}
.about-left-box .about-img-box{
    height: 160px;
    overflow: hidden;
    border-radius: 100px;
}
.about-left-box .about-img-box img{
    width: 100%;
    object-fit: cover;
}
.about-area .tag {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}
.about-contain-box {
    position: relative;
}
.about-contain-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 1px;
    height: 100%;
    background-color: #3b3b3b;
}
/*-- about area stop --*/
/*-- helping area start --*/
.helping-area.bg2 {
    background-color: #89f0fc;
}
.webtext{
    margin-bottom: 45px;
}
.webtext .heading{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-transform: capitalize;
}
.webtext .tag{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.webtext .contain-text{
    color: #363636;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.helping-area{
    padding: 50px 0;
}
.help-media{
    position: relative;
}
.help-media::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3b3b3b;
}
.help-media .media-icon{
    width: 100%;
    max-width: 46px;
}
.help-media .media-icon img{
    width: 100%;
    object-fit: cover;
}
.help-media .media-body {
    padding-left: 15px;
    padding-right: 35px;
}
.help-media .media-body .heading{
    color: #171717;
    font-size: 17px;
    font-weight: 600;
}
.help-media-list:last-child .help-media::after{
    display: none;
}
/*-- helping area stop --*/
/*-- service area start --*/
.service-area.bg1 {
    background-color: #20cee3;
}
.service-area .webtext .tag {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #00e4ff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.service-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 8px 15px rgb(0 0 0 / 14%);
    background-color: #ffffff;
}
.service-box .service-img-box{
    height: 199px;
    overflow: hidden;
}
.service-box .service-img-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.service-box:hover .service-img-box img{
    transform: scale(1.1);
}
.service-box .service-contain-box{
    padding: 20px;
}
.service-box .service-contain-box .heading{
    color: #202020;
    font-size: 19px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 10px;
}
.service-box .service-contain-box .text {
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.service-box .service-contain-box .btn{
    text-transform: capitalize;
    letter-spacing: normal;
}
/*-- service area stop --*/
/*-- mission area start --*/
.mission-area .mission-img{
    border-radius: 10px;
    height: 231px;
    overflow: hidden;
}
.mission-area .mission-img img{
    width: 100%;
    object-fit: cover;
}
.mission-img-heading .heading{
    color: #181818;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.mission-area .mission-img-heading {
    padding-top: 30px;
}
.mission-area .mission-img-heading .btn{
    text-transform: capitalize;
    letter-spacing: normal;
}
.mission-area .mission-img-heading .btn img{
    width: auto;
    height: auto;
    object-fit: contain;
    margin-left: 10px;
}
.mission-area .webtext {
    padding-left: 50px;
    padding-right: 90px;
    margin-bottom: 0;
}
.mission-area .webtext .tag {
    color: #183526;
    margin-bottom: 5px;
}
.mission-area .webtext .heading{
    margin-bottom: 15px;
}
.mission-area .webtext .contain-text{
    margin-bottom: 20px;
}
.mission-area.bg2 {
    background-color: #89f0fc;
}
.mission-area{
    position: relative;
    overflow: hidden;
}
/* .mission-area::after{
    content: '';
    position: absolute;
    bottom: -50px;
    right: 30px;
    width: 100%;
    max-width: 166px;
    height: 147px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape1.png);
} */
/*-- mission area stop --*/
/*-- testimonial area start --*/
.testimonial-box .webtext .heading{
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
    color: #161616;
}
.testimonial-area.bg1 {
    background-color: #9df4fe;
}
.testimonial-box .webtext .tag{
    font-weight: 500;
    color: #383838;
}
.testimonial-form-box{
    position: relative;
    padding-left: 30px;
}
.testimonial-form-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 1px;
    height: 100%;
    background-color: #3b3b3b;
}
.testimonial-box .webtext {
    margin-bottom: 15px;
    text-align: center;
}
.testimonial-box .sp-testimonial-free-section.swiper-initialized{
    margin: 0;
}
.testimonial-box .sp-testimonial-free-section .sp-testimonial-item{
    text-align: left;
}
.testimonial-box .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: center;
    padding: 35px 0 0;
}
.testimonial-box .sp-testimonial-free-section .sp-testimonial-title h3 {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.testimonial-box #sp-testimonial-free-wrapper-41 .sp-testimonial-free{
    position: relative;
}
.testimonial-box #sp-testimonial-free-wrapper-41 .sp-testimonial-free-section .sp-testimonial-client-rating {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    justify-content: center;
}
.testimonial-box .sp-testimonial-free-section .testimonial-pagination {
    margin-top: 0;
    justify-content: center;
    bottom: 25px;
}
.form-group {
    position: relative;
    z-index: 1;
}
.form-group label {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}
.form-group p{
    margin-bottom: 15px;
}
.form-group input, .form-group textarea, .form-group select{
    border: 1px solid #dbdada;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}
.form-group input, .form-group select{
    border-radius: 30px;
    height: 52px;
    width: 100%;
}
.form-group textarea{
    padding: 15px;
    border-radius: 10px;
    height: 100px;
    resize: none;
}
.testimonial-area{
    position: relative;
    overflow: hidden;
}
/* .testimonial-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 189px;
    height: 498px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/shape2.png);
} */
.form-group input[type="radio"]{
	width:auto;
	margin-right: 0.5rem;
}
.form-group .wpcf7-radio label{
	display:flex;
	align-items:center;
}
.form-group .wpcf7-list-item.first{
	margin-left:0;
}
/*-- testimonial area stop --*/
/*-- footer area start --*/
.footer-logo{
    width: 100%;
    max-width: 230px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-area{
    background-color: #1f2020;
}
.footer-body-area{
    padding: 50px 0;
}
.footer .heading {
    font-size: 20px;
    font-weight: 600;
    color: #f06f2b;
    margin-bottom: 20px;
}
.footer .footer-contact-media {
    margin-bottom: 5px;
}
.footer .footer-contact-media:last-child{
    margin-bottom: 0;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 14px;
}
.footer .footer-contact-media .media-body{
    padding-left: 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    padding-right: 40px;
}
.footer .footer-contact-media .media-body a:hover{
    color: #f06f2b;
}
.footer ul li {
    margin-bottom: 5px;
}
.footer ul li:last-child{
    margin-bottom: 0;
}
.footer ul li, .footer ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
}
.footer ul li a:hover{
    color: #f06f2b;
}
.copyright {
    border-top: 1px solid #2c2b29;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.copyright a{
    color: #ffffff;
}
.copyright a:hover{
    color: #f06f2b;
}
.footer-box{
    position: relative;
}
.footer-box::after{
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 100%;
    background-color: #313131;
}
.footer-box:last-child::after{
    display: none;
}
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.2em;
    background: #1f2020;
    z-index: 1;
    width: 100%;
    max-width: 57px;
    height: 57px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    padding: 15px;
}
.back-to-top img{
    width: 100%;
    object-fit: cover;
}
.back-to-top:hover{
    background-color: #f06f2b;
}
.back-to-top:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7500%) hue-rotate(196deg) brightness(115%) contrast(108%);
}
/*-- footer area stop --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
    background-size: cover !important;
    max-width: 100% !important;
    padding: 110px 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 60px 0 !important;
    background-color: #9df4fe !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 20px;
}
.breadcrumb-container {
    width: 100%;
	color: #f26d20;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #f26d20;
}
.breadcrumb-container a:hover{
    color: #ffffff;
}
.page {
	margin-top: 0 !important;
}
.thankyou_text {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.error_container img{
    margin-bottom: 20px;
}
.inner_page_heading {
    color: #111;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    margin-bottom: 15px;
}
.inner_page_heading strong {
	color: #ef5723;
}
.inner_page_text {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.inner_page_list{
    margin-bottom: 20px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #000000;
	margin-bottom: 12px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.half_list ul {
	display: flex;
	flex-wrap: wrap;
}
.half_list ul li {
	width: 50%;
}
.inner_bottom_box {
    padding: 50px 30px;
    margin-top: 55px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}
.career-form-box {
    width: 100%;
    max-width: 65%;
    margin: 45px auto 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 50px 35px;
    background-color: #ffffff;
    border-radius: 20px;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#000000;
	margin-top:25px;
}
.contact_page_info a {
	color:#000000;
}
.contact_page_info strong {
	color:#222;
	font-weight: 600;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_map {
    margin-top: 50px;
}
.contact_map iframe{
    width: 100%;
    height: 350px;
}
.contact_page_info a:hover{
    color: #ef5723;
}
.footer-we-love-ndis {
    width: 100%;
    max-width: 160px;
    margin-top: 15px;
}
.review-box-inner {
    background-color: #ffffff;
    padding: 35px 25px;
    border-radius: 15px;
	margin-bottom:24px;
}
.review-box-inner .contain-box {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.review-box-inner ul.review-star{
	margin-bottom:15px;
}
.review-box-inner ul.review-star li {
    display: inline-block;
}
.review-box-inner ul.review-star li:last-child{
	margin-right:0;
}
.review-box-inner ul.review-star li img{
	width:100%;
	max-width:20px;
}
.mob_res {
  position:fixed;
  width:100%;
  z-index:999;
  bottom:0;
}
.mob_res ul {
  margin:0;
}
.mob_res ul li a {
  color:#fff;
  padding:10px 0;
  display:block;
}
.mob_res ul li {
  list-style-type:none;
  float:left;
  width:50%;
  text-align:center;
  text-transform:uppercase;
  background:#32b6f7;
}

li.mail_mob {
  background:#ef5522  !important;
}

/*-- responsive css start --*/
@media (max-width:991.98px){
	.primary-navigation{
		display:none;
	}
	.header-body .logo {
		max-width: 172px;
	}
	.header-right .button-area .ndis-logo {
		display: none;
	}
	.header-right .button-area .btn {
		margin-right: 55px;
	}
	.banner-area .contain-text {
		max-width: 60%;
		padding-right: 35px;
	}
	.banner-area .contain-text .heading {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.banner-area .ms-skin-default .ms-nav-prev {
		right: 60%;
		bottom: 15%;
	}
	.banner-area .ms-skin-default .ms-nav-next {
		right: 52%;
		bottom: 15%;
	}
	.p-80 {
		padding: 50px 0;
	}
	.about-area .about-left-box {
		padding: 0 40px;
	}
	.about-contain-box .contain-box {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 15px;
	}
	.about-area .heading {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.webtext .heading {
		font-size: 25px;
		line-height: 35px;
	}
	.help-media {
		margin-bottom: 20px;
	}
	.help-media-list:nth-of-type(2n) .help-media::after{
		display:none;
	}
	.webtext {
		margin-bottom: 30px;
	}
	.helping-area{
		padding-bottom:30px;
	}
	.service-box .service-img-box {
		height: 215px;
	}
	.service-box {
		margin-bottom: 24px;
	}
	.service-area.p-80{
		padding-bottom:26px;
	}
	.mission-area .webtext {
		padding-left: 0;
		padding-right: 0;
	}
	.mission-area .mission-img-heading {
		padding-top: 18px;
		display: block !important;
	}
	.mission-img-heading .heading {
		font-size: 25px;
		margin-bottom: 12px;
	}
	.webtext .contain-text {
		font-size: 15px;
		line-height: 25px;
	}
	.testimonial-box .webtext .heading {
		font-size: 25px;
		line-height: 35px;
	}
	.testimonial-box .webtext {
		margin-bottom: 0;
	}
	.testimonial-box .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 15px;
		line-height: 25px;
	}
	.footer-body-area {
		padding: 30px 0;
	}
	.footer-logo {
		max-width: 200px;
	}
	.footer .heading {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 14px;
		padding-right: 10px;
	}
	.footer-box::after {
		right: 15px;
	}
	.footer ul li, .footer ul li a {
		font-size: 14px;
	}
	.footer-we-love-ndis {
		max-width: 145px;
	}
	.copyright {
		padding: 15px 0;
	}
	.page .entry-header, .blog_page_header {
		padding: 65px 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.page .entry-content {
		padding: 40px 0 !important;
	}
	.inner_page_heading {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 12px;
	}
	.inner_page_text {
		font-size: 15px;
		line-height: 25px;
		margin-bottom:12px;
	}
	.inner_page_list ul li {
		font-size: 15px;
	}
	.inner_bottom_box {
		padding: 40px 20px;
		margin-top: 20px;
	}
	.inner_bottom_box .inner_page_text{
		margin-bottom:0;
	}
	.career-form-box {
		max-width: 100%;
		padding:35px;
	}
	.inner_page_heading {
		font-size: 25px;
		line-height: 35px;
	}
	.contact_page_info img {
		width: 30px;
	}
	.contact_page_info {
		padding-left: 40px;
		margin-top: 15px;
		font-size: 15px;
	}
	.contact_page_info strong {
		font-size: 16px;
	}
	.contact_page_info a {
		font-size: 15px;
	}
	.contact_map iframe {
		height: 300px;
		margin: 0;
	}
	
}
@media (max-width:767.98px){
	.header-right .button-area .btn {
		margin-right: 25px;
	}
	.banner-area .contain-text .heading {
		font-size: 25px;
		line-height: 35px;
	}
	.btn {
		letter-spacing: 1px;
	}
	.about-area .tag {
		margin-bottom: 10px;
	}
	.about-area .about-left-box {
		padding: 0;
		margin-bottom:35px;
	}
	.about-contain-box::before{
		display:none;
	}
	.help-media {
		display: flex;
	}
	.about-left-box .about-img-box {
		height: auto;
		border-radius: 200px;
	}
	.about-contain-box {
		text-align: center;
	}
	.about-contain-box .contain-box {
		font-size: 16px;
		line-height: 26px;
	}
	.service-box .service-img-box {
		height: auto;
	}
	.service-box .service-contain-box .heading {
		font-size: 22px;
		line-height: 32px;
	}
	.service-box .service-contain-box .heading br{
		display:none;
	}
	.service-box .service-contain-box .text {
		font-size: 15px;
		line-height: 25px;
	}
	.mission-area .mission-img-heading {
		margin-bottom: 25px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.about-contain-box .contain-box {
		margin-bottom: 25px;
	}
	.help-media .media-icon {
		max-width: 40px;
	}
	.mission-area .mission-img {
		height: auto;
	}
	.mission-area .webtext .heading {
		margin-bottom: 10px;
	}
	.footer-logo {
		max-width: 215px;
	}
	.testimonial-box .webtext .heading br{
		display:none;
	}
	.footer-box::after{
		display:none;
	}
	.footer .heading {
		font-size: 25px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 45px;
		height: 45px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 15px;
	}
	.footer {
		margin-bottom: 25px;
	}
	.footer ul li, .footer ul li a {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.footer-body-area {
		padding: 30px 0 10px;
	}
	.copyright {
		padding: 20px 0 55px;
	}
	.back-to-top {
		max-width: 50px;
		height: 50px;
	}
	.page .entry-header, .blog_page_header {
		padding: 60px 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 28px;
	}
	.inner_page_img{
		margin-bottom:25px;
	}
	.entry-content .mt-5{
		margin-top:25px !important;
	}
	.inner_page_heading {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 12px;
	}
	.contact_right{
		padding-top:30px;
	}
	.contact_map {
		margin-top: 15px;
	}
}
@media (max-width:639.98px){
	.header-right .button-area .btn {
		display: none;
	}
	.banner-area .contain-text .heading {
		font-size: 18px;
		line-height: 28px;
	}
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
		width: 25px !important;
		height: 25px !important;
	}
	.banner-area .ms-skin-default .ms-nav-prev {
		right: 62%;
	}
	.banner-area .ms-skin-default .ms-nav-next {
		right: 55%;
	}
	.p-80 {
		padding: 30px 0;
	}
	.about-area .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.about-contain-box .contain-box {
		font-size: 15px;
		line-height: 25px;
	}
	.help-media .media-icon {
		max-width: 28px;
	}
	.help-media .media-body {
		padding-left: 12px;
		padding-right: 0;
	}
	.help-media::after{
		display:none;
	}
	.help-media .media-body .heading {
		font-size: 16px;
	}
	.mission-img-heading .heading {
		font-size: 24px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.footer .heading {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.footer .footer-contact-media {
		margin-bottom: 0;
	}
	.footer-logo {
		max-width: 180px;
	}
	.footer .heading {
		margin-bottom: 10px;
	}
	.copyright {
		font-size: 14px;
	}
	.footer ul li, .footer ul li a {
		margin-bottom: 10px;
	}
	.page .entry-header, .blog_page_header {
		padding: 35px 0 !important;
	}
	.inner_page_heading {
		font-size: 24px;
		line-height: 34px;
	}
	.page .entry-content {
		padding: 30px 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 25px;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.thankyou_text {
		font-size: 15px;
	}
}
@media (max-width:479.98px){
	.banner-area .contain-text .heading {
		line-height: 24px;
	}
	.banner-area .ms-skin-default .ms-nav-prev {
		bottom: 8%;
	}
	.banner-area .ms-skin-default .ms-nav-next {
		bottom: 8%;
	}
	.about-area .tag {
		margin-bottom: 8px;
	}
	.about-area .heading {
		font-size: 22px;
		line-height: 32px;
	}
	.about-area .about-left-box {
		margin-bottom: 25px;
	}
	.about-contain-box .contain-box {
		font-size: 14px;
		line-height: 24px;
	}
	.webtext .heading {
		font-size: 22px;
		line-height: 32px;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.help-media {
		margin-bottom: 15px;
	}
	.mission-img-heading .heading {
		font-size: 22px;
	}
	.career-form-box {
		padding: 25px;
		margin-top: 25px;
	}
}
@media (max-width:375px){
	.banner-area .contain-text .heading {
		line-height: 20px;
		font-size: 15px;
	}
	.about-area .heading {
		font-size: 20px;
		line-height: 30px;
	}
	.about-area .tag {
		margin-bottom: 4px;
	}
	.webtext .tag {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 4px;
	}
	.webtext .heading {
		font-size: 20px;
		line-height: 30px;
	}
	.help-media .media-icon {
		max-width: 25px;
	}
	.help-media .media-body .heading {
		font-size: 15px;
	}
	.service-box .service-contain-box .heading {
		font-size: 20px;
		line-height: 30px;
	}
	.btn {
		padding: 8px 16px;
		font-size: 14px;
	}
	.footer .heading {
		font-size: 20px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 14px;
	}
	.footer ul li, .footer ul li a {
		font-size: 14px;
	}
	.service-box .service-contain-box .text {
		font-size: 14px;
		line-height: 24px;
	}
	.inner_page_heading {
		font-size: 20px;
		line-height: 30px;
	}
	.inner_page_text {
		font-size: 14px;
		line-height: 24px;
	}
	.inner_page_list ul li {
		font-size: 14px;
	}
}