@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*font-family: "Playfair Display", serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Inter", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Comon css start ####*/
.btn-success {
  position: relative;
  padding: 8px 15px;
  background-color: #61B536;
  border-color: #61B536;
  border-radius: 10px;
  transition: all 0.5s;
}
.btn-success:hover {
  background-color: #4a9922;
  border-color: #4a9922;
  transition: all 0.5s;
}

.comon-title {
  position: relative;
  width: 100%;
}
.comon-title h4 {
  position: relative;
  width: 100%;
  color: #61B536;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.comon-title h3 {
  position: relative;
  width: 100%;
  color: #6B2A76;
  font-size: 30px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.comon-title p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 16px;
  margin-bottom: 10px;
}

/*#### Comon css end ####*/
/*#### Header css start ###*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-header {
  position: relative;
  width: 100%;
  background-color: #210026;
  padding: 5px 0px;
}
.top-header .left-content {
  position: relative;
  width: 100%;
}
.top-header .left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}
.top-header .left-content p .btn-info {
  padding: 2px 6px;
}

.top-header .social-icon {
  justify-content: flex-end;
}

.social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.social-icon ul li {
  position: relative;
  margin-left: 10px;
}
.social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.social-icon ul li a:hover {
  color: #61B536;
  transition: 0.5s;
}

.head-cont-info {
  position: relative;
  width: 100%;
}

.head-cont-info ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.head-cont-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.head-cont-info ul li p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.head-cont-info ul li p .icon {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #61B536;
}

.head-cont-info ul li a {
  font-size: 14px;
  color: #fff;
}

.head-cont-info ul li .fa {
  padding-right: 5px;
  color: #6B2A76;
  font-size: 16px;
}

.main-menu-wrap {
  position: relative;
  width: 100%;
}
.main-menu .navbar-nav {
  position: relative;
}
.main-menu .navbar-nav li {
  position: relative;
  padding: 5px 15px;
}
.main-menu .navbar-nav li a {
  color: #210026;
  font-size: 16px;
}

.header-phone-wrap {
  position: relative;
  margin-left: 10px;
}
.header-phone-wrap h6 {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 14px;
  margin-bottom: 3px;
}
.header-phone-wrap h4 {
  position: relative;
  width: 100%;
  color: #6B2A76;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.header-phone-wrap h4 a {
  color: #6B2A76;
}
.header-phone-wrap h4 i {
  color: #61B536;
  font-size: 20px;
}

/*#####*/
.header-wrapper .responsive-menu{
  justify-content: space-between;
}
.header-wrapper .main-menu > li{
	padding: 0px 10px;
}
.header-wrapper .main-menu > li > a{
  font-size: 18px;
  color: #000;
	transition:all 0.5s;
}
.header-wrapper .main-menu > li > a:hover {
    background-color: #6b2a76;
    color: #fff;
    border-radius: 5px;
}
.header-wrapper .navbar .main-menu li.current-menu-item > a{
  background-color: #6b2a76;
	color: #fff;
	border-radius: 5px;
}
.header-wrapper .navbar .main-menu > li.menu-item-has-children:after{
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 28%;
  right: -4px;
  display: inline-block;
  color: #051843;
  font-size: 15px;
}
.header-wrapper .navbar .main-menu > li .sub-menu{
  background-color: rgb(107 42 118 / 95%);
  text-align: left;
  padding: 0px;
  box-shadow: 0px 0px 10px 0px rgb(169 169 169 / 22%);
  border: 0;
  
}
.header-wrapper .navbar .main-menu > li .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a {
    position: relative;
    width: 100%;
    padding: 15px 10px;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a:hover{
	background-color: #6b2a76;
	transition: all 0.5s;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a{
/* 	padding: 4px 2px; */
	color: #ffffff;
	font-size: 14px;
}
.header-wrapper .navbar .main-menu > li .sub-menu:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #051843;
  position: absolute;
  left: 30px;
  top: -8px;
	opacity: 0;
}
@media(max-width:991px){
  /*##*/
	.toggle-menu{
        color: #ffffff;
        font-size: 22px;
        background-color: #210026;
        padding: 8px 10px;
        line-height: 0;
	}
	.toggle-menu span {
        padding: 0;
        line-height: 0;
    }
	.toggle-menu:hover{
		color: #ffffff;
	}
	.header-wrapper .navbar .menu-wrap .main-menu.active{
        background-color: #ffffff;
	}
	.main-menu .expand, .sub-menu .expand {
        color: #051843;
        padding: 0px 10px;
        line-height: normal;
	}
	.header-wrapper .navbar .main-menu > li.menu-item-has-children:after{
		display: none;
	}
    .header-wrapper .navbar .login-btn-wrap{
        margin-right: 10px;
    }
}

/*#### Header css end ###*/
/*#### Banner css start ###*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper > img {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
}
.banner-wrapper .banner-content-wrap .ndis-logo-text-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.banner-wrapper .banner-content-wrap .ndis-logo-text-wrap .ndis-logo {
  position: relative;
}
.banner-wrapper .banner-content-wrap .ndis-logo-text-wrap .text {
  position: relative;
  padding-left: 10px;
}
.banner-wrapper .banner-content-wrap .ndis-logo-text-wrap .text h4 {
  position: relative;
  width: 100%;
  color: #210026;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.banner-wrapper .banner-content-wrap .ndis-logo-text-wrap .text h3 {
  position: relative;
  width: 100%;
  color: #6B2A76;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
}
.banner-wrapper .banner-content-wrap .ndis-logo-text-wrap .text h5 {
  position: relative;
  width: 100%;
  color: #61B536;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 5px;
}
.banner-wrapper .banner-content-wrap p {
  position: relative;
  width: 100%;
  color: #210026;
  font-size: 16px;
  margin-bottom: 15px;
}

/*#### Banner css end ###*/
/*#### free-consultation section css start ###*/
.free-consultation-form-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}

.free-consultation-form-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: #6B2A76;
  margin-top: -20%;
}
.free-consultation-form-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.free-consultation-form-wrap .form-control {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 1px solid #CBA0D2;
  border-radius: 5px;
  padding: 10px 10px;
  color: #fff;
}
.free-consultation-form-wrap .form-control::-moz-placeholder {
  color: #fff;
}
.free-consultation-form-wrap .form-control::placeholder {
  color: #fff;
}

.free-consultation-right {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px 20px;
}
.free-consultation-right h3 {
  position: relative;
  width: 100%;
  color: #6B2A76;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

/*#### free-consultation section css end ###*/
/*##### About us css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.about-left-img {
  position: relative;
  width: 100%;
}
.about-left-img .happy-clients-box {
  position: absolute;
  width: 200px;
  top: 45px;
  right: 0;
  background-color: #6B2A76;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
}
.about-left-img .happy-clients-box .icon {
  width: 50px;
}
.about-left-img .happy-clients-box .info {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.about-left-img .happy-clients-box .info h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px;
}
.about-left-img .happy-clients-box .info p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 16px;
  margin-bottom: 10px;
}

.about-info-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 8px;
  background-color: #6B2A76;
  border-radius: 10px;
  align-items: center;
}
.about-info-list .icon {
  width: 45px;
}
.about-info-list .info {
  position: relative;
  width: calc(100% - 45px);
  padding-left: 10px;
}
.about-info-list .info p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}

.about-right-content .row .col-12:first-child .about-info-list {
  background-color: #F6BA17;
}

.about-right-content .row .col-12:nth-child(2) .about-info-list {
  background-color: #00AFAC;
}

/*#### About us css end ###*/
/*#### our-service css start ####*/
.our-service-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.our-service-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6026785714) 0%, rgba(0, 0, 0, 0.1040791317) 100%);
}
.our-service-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44%;
  background-color: #fff;
}
.our-service-wrapper .comon-title h3 {
  color: #fff;
}
.our-service-wrapper .comon-title p {
  color: #fff;
}

#services-slider {
  position: relative;
  z-index: 1;
}

#services-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

#services-slider .services-sld-items {
  padding: 10px 15px;
  height: auto;
  min-height: unset;
}

.services-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.services-wrap .services-img {
  position: relative;
  width: 100%;
}
.services-wrap .services-img img {
  position: relative;
  width: 100%;
}
.services-wrap .services-content {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
}
.services-wrap .services-content h3 {
  position: relative;
  width: 100%;
  color: #210026;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-wrap .services-content p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 15px;
  margin-bottom: 10px;
}
.services-wrap .services-content .read-more-btn {
  position: relative;
  display: inline-block;
  color: #61B536;
  font-size: 16px;
}
.services-wrap .services-content .read-more-btn i {
  color: #210026;
}

/**/
#services-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #61B536;
  border: 3px solid #61B536;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 9;
}
#services-slider .slick-arrow:hover {
  background-color: #6B2A76;
  border: 3px solid #6B2A76;
  color: #fff;
  transition: 0.5s;
}

#services-slider .slick-arrow:before {
  display: none;
}

#services-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

#services-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*#### our-service css end ####*/
/*#### free-online-consultation css start ####*/
.free-online-consultation-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 60px 0px;
}

.online-consultation-inner-wrap {
  position: relative;
  width: 100%;
  background-color: #6B2A76;
  padding: 0px;
  border-radius: 10px;
}
.online-consultation-inner-wrap .online-consultation-left-img {
  padding-left: 20px;
  margin-top: -20%;
}
.online-consultation-inner-wrap .online-consultation-right-content {
  position: relative;
  width: 100%;
  padding: 35px 15px;
}
.online-consultation-inner-wrap .online-consultation-right-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.online-consultation-inner-wrap .online-consultation-right-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}
.online-consultation-inner-wrap .online-consultation-right-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.online-consultation-inner-wrap .online-consultation-right-content .consultation-contact-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.online-consultation-inner-wrap .online-consultation-right-content .consultation-contact-list .icon {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #61B536;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.online-consultation-inner-wrap .online-consultation-right-content .consultation-contact-list .contact {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 5px;
}
.online-consultation-inner-wrap .online-consultation-right-content .consultation-contact-list .contact p {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  word-break: break-all;
}
.online-consultation-inner-wrap .online-consultation-right-content .consultation-contact-list .contact p a {
  color: #fff;
}

/*#### free-online-consultation css end ####*/
/*### Reliable Community Support css start ####*/
.reliable-community-support-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}
.reliable-community-support-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/reliable-community-support-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.reliable-community-left-content {
  position: relative;
  width: 100%;
  padding: 40px 5% 40px 10%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
}
.reliable-community-left-content .reliable-community-list {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.reliable-community-left-content .reliable-community-list h4 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #210026;
  margin-bottom: 10px;
  padding-left: 30px;
}
.reliable-community-left-content .reliable-community-list h4::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.reliable-community-left-content .reliable-community-list p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 15px;
  margin-bottom: 10px;
}

/*### Reliable Community Support css end ####*/
/*### our-customer-info css start #####*/
.our-customer-info-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}
.our-customer-info-wrapper .col-12:nth-child(1) .customer-info-list {
  background-color: #6B2A76;
}
.our-customer-info-wrapper .col-12:nth-child(2) .customer-info-list {
  background-color: #EDB200;
}
.our-customer-info-wrapper .col-12:nth-child(3) .customer-info-list {
  background-color: #00AFAC;
}
.our-customer-info-wrapper .col-12:nth-child(4) .customer-info-list {
  background-color: #61B536;
}

.customer-info-list {
  position: relative;
  width: 100%;
  padding: 12px 12px;
  background-color: #6B2A76;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
.customer-info-list .icon {
  position: relative;
  width: 70px;
}
.customer-info-list .info {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.customer-info-list .info h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.customer-info-list .info p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}

/*### our-customer-info css end #####*/
/*### about-care-services css start ###*/
.about-care-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-care-services-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about-care-services-img img {
  position: relative;
  width: 100%;
}

.about-care-services-right-content {
  position: relative;
  width: 100%;
}
.about-care-services-right-content h5 {
  position: relative;
  width: 100%;
  color: #210026;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.about-care-services-right-content p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-care-services-right-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.about-care-services-right-content ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
  color: #210026;
  font-size: 16px;
  padding-left: 30px;
}
.about-care-services-right-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}

/*### about-care-services css end ###*/
/*### Area We Serve css start ####*/
.area-we-serve-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 150px 0px;
  background-color: #fff;
}

.area-we-serve-wrap {
  position: relative;
  width: 100%;
}
.area-we-serve-wrap h3 {
  position: relative;
  width: 100%;
  color: #6B2A76;
  font-size: 30px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.area-we-serve-wrap ul {
  position: relative;
}
.area-we-serve-wrap ul li {
  position: relative;
}
.area-we-serve-wrap ul li h4 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #8bc53f;
  padding: 10px 10px;
  font-size: 15px;
  color: #210026;
  margin-bottom: 0px;
  text-align: left;
  border-radius: 5px;
}
.area-we-serve-wrap ul li h4 a{
     color: #210026;
}
.area-we-serve-wrap ul li h4 i {
  color: #61B536;
  margin-right: 5px;
}

/*### Area We Serve css end ####*/
/*### Testimonials css start ###*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px 60px 0px;
}

.testimonials-inner-wrap {
  position: relative;
  width: 100%;
  padding: 35px 35px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: -100px;
}

#testmonials-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

#testmonials-slider .testmonials-sld-items {
  padding: 12px 15px;
  height: unset;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.testimonials-wrap .testimonials-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.testimonials-wrap .testimonials-top .auth-left {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .testimonials-top .title-wrap {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.testimonials-wrap .testimonials-top .title-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #210026;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap h5 {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #807482;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap .google-icon {
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
}
.testimonials-wrap .test-right-content {
  position: relative;
  width: 100%;
}
.testimonials-wrap .test-right-content .rating {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.testimonials-wrap .test-right-content p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 15px;
  margin-bottom: 5px;
}
.testimonials-wrap .test-right-content .read-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #61B536;
}
.testimonials-wrap .test-right-content .read-btn i {
  color: #6B2A76;
  margin-left: 5px;
}

/**/
.testmonials-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #fff;
  color: #61B536;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
.testmonials-slider .slick-arrow:hover {
  color: #61B536;
  transition: 0.5s;
}

.testmonials-slider .slick-arrow:before {
  display: none;
}

.testmonials-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

.testmonials-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*### Testimonials css end ###*/
/*### footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #210026;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-inner-wrap .contact-det-list .icon {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #61B536;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .info {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #fff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #fff;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #61B536;
  transition: 0.5s;
}

/**/
.footer-copyright-wrap {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #5C3D62;
  background-color: #210026;
}

.foot-copy {
  position: relative;
  width: 100%;
  text-align: center;
}
.foot-copy p {
  position: relative;
  width: 100%;
  color: #A386A8;
  font-size: 14px;
  margin-bottom: 0px;
}

/*### footer css end ####*/
/*### Inner banner css start ####*/
.inner-bannerwrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-bannerwrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.inner-bannerwrapper img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-bannerwrapper .inner-banner-cont {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-bannerwrapper .inner-banner-cont h1 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #210026;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #61B536;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #210026;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #210026;
  font-size: 16px;
}

.cms-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}

/*### Inner banner css end ####*/
/*####### contact us page css start #######*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.form-sec {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}

.form-sec .comon-title h3 {
  font-size: 35px;
}

.form-sec .form-control {
  color: #000;
  border: 1px solid #b1b1b1;
  height: auto;
  padding: 12px 15px;
  border-radius: 0px;
  transition: 0.5s;
}

.form-sec .form-control:focus {
  border: 1px solid #000;
  transition: 0.5s;
  box-shadow: none;
  outline: none;
}

.form-sec .btn-outline-dark {
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
}

.contact-info-right {
  position: relative;
  width: 100%;
}

.contact-info-details-wrap {
  position: relative;
  width: 100%;
}

.contact-info-details-wrap .contactpg-info-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.contact-info-details-wrap .contactpg-info-list .icon {
  margin-right: 10px;
  width: 30px;
  font-size: 20px;
  color: #61B536;
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont {
  width: calc(100% - 40px);
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont p {
  position: relative;
  width: 100%;
  color: #2e2e2e;
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont p a {
  color: #2e2e2e;
}

.contact-us-wrapper .contact-map {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.contact-us-wrapper .contact-map iframe {
  position: relative;
  width: 100%;
  height: 300px;
  border: 2px solid #61B536;
}

.map-wrap {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.map-wrap iframe {
  position: relative;
  width: 100%;
  height: 400px;
}

/*####### contact us page css end #######*/
/*carer page css start*/
.careers-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.job-list {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #E5E5E5;
  box-shadow: 2px 2px 4px 0px rgba(183, 199, 199, 0.22);
  background-color: #fff;
  padding: 15px 15px;
}

.job-list h4 {
  position: relative;
  width: 100%;
  color: #6B2A76;
  font-size: 20px;
  margin-bottom: 15px;
}

.job-list ul {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.job-list ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
}

.job-list ul li .fa, .job-list ul li i {
  width: 26px;
  color: #6B2A76;
  font-size: 16px;
}

.job-list ul li > span {
  width: calc(100% - 26px);
  padding-left: 5px;
  font-size: 16px;
  color: #210026;
}

.job-list p {
  position: relative;
  width: 100%;
  color: #807482;
  font-size: 16px;
  margin-bottom: 10px;
}

/*details page css start*/
.careers-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.job-info-wrap {
  position: relative;
  width: 100%;
}

.job-info-wrap ul {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.job-info-wrap ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
}

.job-info-wrap ul li .fa, .job-info-wrap ul li i {
  width: 26px;
  color: #6B2A76;
  font-size: 16px;
}

.job-info-wrap ul li > span {
  width: calc(100% - 26px);
  padding-left: 5px;
  font-size: 16px;
  color: #000;
}

.job-info-wrap .apply-btn-wrap {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.job-info-wrap .apply-btn-wrap .btn-info {
  padding: 8px 25px;
}

/*carer page css end*/
/**/
.services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.services-left-img {
    position: relative;
    width: 100%;
}
.services-left-img img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 2px 15px #ddd;
}

.services-area-details-wrapper iframe{
	width: 100%;
    height: 350px;
    border: 3px solid #6b2876 !important;
    margin-bottom: 15px;
	
}
/*#### join-our-team css start ###*/
.join-our-team-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F9F9F9;
}
.join-our-team-wrapper .comon-title h3{
    color: #61b536;
}
.join-our-team-wrapper .join-our-team-form-wrap{
    position: relative;
    width: 100%;
    padding: 30px 30px;
    /* background-color: #fff; */
    background-image: url(../images/Join-Our-Team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 40px 0px;
    overflow: hidden;
}
.join-our-team-wrapper .join-our-team-form-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(33 0 38 / 90%);
    backdrop-filter: blur(10px);
}
.join-our-team-wrapper .join-our-team-form-wrap label {
    position: relative;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
.join-our-team-wrapper .join-our-team-form-wrap h5{
    position: relative;
    width: 100%;
    color: #61b536;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.join-our-team-wrapper .join-our-team-form-wrap .form-control {
    border: 0;
    padding: 15px 10px;
    border-radius: 0px 20px 20px 20px;
}
/*#### join-our-team css end ###*/

/*### Float call btn css start ####*/
.float-call-btn{
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	z-index: 9;
	bottom: 180px;
	transform: rotate(-90deg);
	right: -130px;
	width: 320px;
}
.float-call-btn .participant-btn {
  position: relative;
  padding: 10px 15px;
  color: #fff;
  background: #6b2a76;
  border-radius: 26px 0px 0px 26px;
}
.float-call-btn .request-call-btn {
  position: relative;
  padding: 10px 15px;
  color: #fff;
  background: #8bc53f;
  border-radius: 0px 26px 26px 0px;
  border-left: 1px solid #fff;
}

/*### Float call btn css start ####*/

.mobile-call{
    text-align: center;
    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    width: 100%;
}
.mobile-call a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    background: #6B2A76;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-call a img, .mobile-call a i{
    animation: tilt-n-move-shaking 1s infinite ease-in-out !important;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

@-webkit-keyframes tilt-n-move-shaking {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
/**/
.srv-bg2{
    background-color: #f9f9f9;
}


/*#### faq css start ####*/
 .faq-wrapper {
	 position: relative;
	 width: 100%;
	 padding: 60px 0px;
}
 .faq-inner-wrap {
	 position: relative;
	 width: 100%;
}
 .faq-inner-wrap .accordion-item {
	 position: relative;
	 border: 0px;
	 margin-bottom: 15px;
}
 .faq-inner-wrap .accordion-item .accordion-header {
	 position: relative;
}
 .faq-inner-wrap .accordion-item .accordion-header .accordion-button {
	 background-color: #f8f8fa;
	 color: #6fbe44;
	 font-size: 16px;
	 font-weight: 500;
}
 .faq-inner-wrap .accordion-item .accordion-button:not(.collapsed) {
	 box-shadow: none;
}
 .faq-inner-wrap .accordion-item .accordion-button:not(.collapsed)::after {
	 content: "\f068";
}
 .faq-inner-wrap .accordion-item .accordion-button::after {
	 content: "\2b";
	 font-family: 'fontawesome';
	 background-image: none;
}
 .faq-inner-wrap .accordion-item .accordion-body {
	 position: relative;
}
 .faq-inner-wrap .accordion-item .accordion-body p {
	 position: relative;
	 width: 100%;
	 color: #474747;
	 font-size: 15px;
	 margin-bottom: 10px;
}
/*#### faq css end ####*/
/*#### How it work css start ###*/
.how-it-work-top p {
  position: relative;
  width: 100%;
}
.how-it-work-top p a {
  color: #807482;
  font-size: 15px;
}
.how-it-work-top p a i {
  color: #61B536;
}

/*#### How it work css end ###*/
/*# sourceMappingURL=style.css.map */