@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;
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
}

a {
  text-decoration: none !important;
}

figure {
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
}

body {
  background-color: #ffffff;
  font-family: 'Poppins';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}



.btn_design {
  padding: 15px 24px;
  border-radius: 10px;
  display: inline-block;
  background: #6b2975;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 500ms ease-in-out;
}

.btn_design_b {
  padding: 15px 24px;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 500ms ease-in-out;
  background: #8cc63f;

}

.btn_design:hover {
  box-shadow: inset 300px 0 #8cc63f;
  color: #ffffff;
}

.btn_design_b:hover {
  box-shadow: inset 200px 0 #6b2975;
  color: #ffffff;
}

.inner-page-contact .btn_design_b {
  padding: 15px 24px;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 500ms ease-in-out;
  background: #8cc63f;

}
.inner-page-contact .btn_design_b:hover {
  box-shadow: inset 200px 0 #000;
  color: #ffffff;
}
.same-line {
  font-size: 16px;
  color: #bf7765;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;

}

.same-heading {
  position: relative;
  font-size: 44px;
  color: #6b2a76;
  text-transform: uppercase;
  font-family: 'Poppins';
  line-height: 58px;
  margin: 0px 0 10px;
  font-weight: bold;
}
.same-heading strong{
  text-transform: uppercase;
  font-size: 44px;
  font-weight: bold;
  color: #8cc63f;

}

.same-text {
  margin: 20px 0;
  font-size: 16px;
}
.heading_text_all_p {
  font-size: 16px;
  color: #656565;
}

/* mouse scroll css */
.logo img {
  width: 116px;
  transition: all 0.5s ease;
}

.navbar-fixed .logo img {
  width: 110px;
  transition: all 0.5s ease;
}

.navbar-fixed .navigation_menu {
  transition: all 0.5s ease;
}

.navbar-fixed.header_area {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}

.navbar-fixed .header_top {
  margin-top: -42px;
}


/* header start  */
.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.border-face {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.header_top {
  background: linear-gradient(180deg, rgba(140,198,63,1) 0%, rgba(88,155,0,1) 100%);
  padding: 0;
  transition: all 0.5s ease;
  padding: 8px 0;
}

.header_top_text {
  position: relative;
  margin-right: 22px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;

}

.header_top_text::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 125%;
  background-color: #fff;
  right: -12px;
  bottom: -11px;
}

.header_top_items .header_top_text:last-child:before{
  display: none;
}

.header_top_text a {
  color: #ffffff;
  font-size: 16px;
}

.header_top_text a:hover {
  color: #6b2975;
}

.ndis_logo {
  display: inline-block;
}

.header_btn {
  display: inline-block;
}

.header_top_text img {
  margin-right: 6px;
}

.social_icon a {
  margin-left: 6px;
}

.header_bottom .row {
  align-items: center;
}

.header_bottom {
  padding: 10px 0;
  background-color: #ffffff;
}

.navigation_menu {
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  display: flex;
  justify-content: end;
}

.navigation_menu li {
  display: inline-block;
  margin-left: 25px;
}

.navigation_menu li a {
  font-size: 14px;
    color: #303030;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.navigation_menu li a.active,
.navigation_menu li a:hover {
  position: relative;
  transition: all 0.2s ease;
  color: #6b2975;
}

/* header end  */

/* slider_image start */
.slider_image {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.banner_shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

.banner_shape::after {
  content: "";
  background-image: url(../images/ndis-logo.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 3;
  top: 50%;
  right: -19%;

}

.banner_shape img {
  height: 100%;
}

.ms-slide-info {
  position: absolute !important;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  color: #ffffff;
  max-width: 720px;
  z-index: 1;
}

.text_content_slider .text_title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.slider_text_list_box {
  font-size: 47px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  line-height: 60px;
  margin: 16px 0;
}

.ms-slide-bgcont {
  position: relative;
}

.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.927608543417367) 0%, rgba(255,255,255,0) 51%);
  z-index: 1;
}


.slider_btn_book {
  margin-top: 22px;
}

.slider_text_title {
    display: inline-block;
    color: #8cc63f;
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 33px;
    line-height: 40px;
}

.ms-nav-next {
  background-image: url(../images/banner-arrow-right.png) !important;
  width: 78px !important;
  height: 77px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}
.ms-nav-prev {
  background-image: url(../images/banner-arrow-left.png) !important;
  width: 78px !important;
  height: 77px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}

/* slider_image end */

/* service_sec start */
.service_sec {
  padding: 60px 0 0;
  position: relative;
}
.service_round_shape_top {
  position: absolute;
  top: -36px;
  left: 0;
}
.service_round_shape_bottom{
  position: absolute;
    bottom: 120px;
    right: 0;
}

.service_sec::before{
  position: absolute;
    content: "";
    background-image: url(../images/shape-2.png);
    width: 100%;
    height: 196px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -120px;
    left: 0;
}
.service_box{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 46px;
  min-height: 100%;
}
.service_img img {
  border-radius: 10px;
}
.service_head{
  color: #6b2a76;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.service_text{
  color: #3c3c3c;
  font-size: 14px;
  text-align: left;
}

.service_btn{
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
}
.service_area{
  margin-top: 30px;
}
/* service_sec end */
/* choose_sec start*/
/* choose_sec end*/
.choose_sec{
    position: relative;
    background: linear-gradient(90deg, rgba(107, 42, 118, 1) 7%, rgba(235, 217, 203, 1) 64%);
    padding: 50px 0 0px;
}
.choose_img {
  position: relative;
}
.choose_sec::before{
  position: absolute;
  content: "";
  background-image: url(../images/shape-1.png);
  width: 100%;
  height: 196px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}
.choose_text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 16%;
}
.choose_img_text_box {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.choose_img_left img {
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, rgba(133, 192, 57, 1) 7%, rgba(93, 156, 16, 1) 100%);
  object-fit: none;
  border-radius: 50%;
}
.choose_img_left {
  width: 14%;
}
.choose_text_left {
  width: 86%;
}
.choose_head {
  color: #fff;
  font-size: 20px;
}
.choose_para {
  font-size: 15px;
  color: #fff;
}
/* choose_sec end*/
/* about_sec start */
.about_sec{
  position: relative;
  padding: 60px 0 0;
}
.about_us_shape1{
  position: absolute;
  top: 0;
  left: 0;
}
.about_us_shape2{
  position: absolute;
  bottom: 0;
  right: 0;
}
.about_sec::before{
  position: absolute;
  content: "";
  background-image: url(../images/shape-2.png);
  width: 100%;
  height: 196px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -165px;
  left: 0;
}
.about_left{
  position:relative
}
.about_left::before{
  position: absolute;
  content: "";
  background-image: url(../images/about_shape_line.png);
  width: 309px;
  height: 313px;
  right: 0;
  z-index: -1;
  top: 54px; 
}
.about_us_text_box{
  background-color: #8bc53f;
}
.about_us_text_box {
  position: absolute;
  right: 0px;
  top: 39%;
  padding: 12px 10px;
  width: 273px;
}
.about_text_number strong {
  font-size: 45px;
}
.border_in {
  border: 1px solid #fff;
  display: flex;
  justify-content: space-around;
  padding: 5px;
}
.about_right {
  padding-left: 60px;
}

/* about_sec end */

/* testimonial_sec start */
.testimonial_sec{
    position: relative;
    padding: 180px 0 60px;
    background-color: #f1f1f3;
    background-image: url(../images/testimonial-bg-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial_sec::before{
  position: absolute;
  content: "";
  background-image: url(../images/shape-1.png);
  width: 100%;
  height: 196px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}
.testimonial_img{
  position: relative;
  z-index: 1;
}
.testimonial_img::before{
  position: absolute;
  content: "";
  background-image: url(../images/circle-contact.png);
  width: 136px;
  height: 136px;
  z-index: -1;
  left: 83px;
  top: -25px;
}
.testimonial_img::after{
  position: absolute;
  content: "";
  background-image: url(../images/circle-border-contact.png);
  width: 136px;
  height: 136px;
  z-index: -1;
  right: 83px;
  bottom:0;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
  margin: 0 33px;
  padding: 14px 6px 0 !important;
  margin-bottom: 30px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free {
  margin: 20px 0;
  background-color: #ffffff !important;
  padding: 20px 20px 10px !important;
  border-radius: 18px !important;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1) !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image img {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-image {
  text-align: left !important;
  position: relative;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-image::before{
  position: absolute;
  content: "";
  background-image: url(../images/quote-icon.png);
  width: 21px;
  height: 19px;
  background-repeat: no-repeat;
  top: -8px;
  left: 55px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-rating {
  position: absolute;
  top: 41px;
  left: 110px;
}
.fa-star:before {
  content: "\f005";
  font-size: 14px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-name {
  color: #8cc63f;
  position: absolute;
  top: 67px;
  left: 110px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-designation {
  color: #444444;
  position: absolute;
  top: 89px;
  left: 110px;
  font-size: 14px;
}
.fa-angle-left:before {
  content: "\f104";
  font-size: 52px;
}
.fa-angle-right:before {
  content: "\f105";
  font-size: 52px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-image img {
    border-radius: 8px !important;
}
/* testimonial_sec end */

/* footer start  */
.footer {
  position: relative;
  background-color: #000000;
}
.footer_top {
  padding: 50px 0 10px;
  position: relative;  
}
.border_footer {
  padding: 0 40px;
}
.footer_bottom {
  border-top: 1px solid #fff;
}
.footer .footer_heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.footer .footer_top_p_text {
  margin-top: 30px;
  color: #ffffff;
  font-size: 17px;
  padding-right: 20px;
}

.footer .link {
  padding: 0;
}

.follow_items {
  display: block;
  margin-bottom: 18px;
  margin-top: 18px;
}

.footer .link li {
  list-style: none;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.footer .link li:hover .color_f {
  color: #ffffff;
}

.footer .link li a:hover,
.footer .footer_bottom a:hover {
  color: #6b2975;
}

.footer .link li a {
  color: #ffffff;
  font-weight: 500;

}

.footer .address {
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}

.footer .address .address_content {
  list-style: none;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.footer .footer_bottom span {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 22px 0;
  text-transform: capitalize;
}

.footer .footer_bottom a {
  color: #ffffff;
}

.footer-paragraph {
  font-size: 14px;
  color: #f1f1f1;
}



.footer_text {
  margin-bottom: 30px;
}

.text_img img {
  width: 20px;
}

.text_f {
  font-size: 16px;
}

.footer-logo-image {
  margin-top: 30px;
}

.footer .link li img {
  width: 35px;
  height: 35px;
  object-fit: none;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #fff
}

.text-sz {
  font-size: 14px;
}

/* footer end */
#back_button {
  background-color: #000000 !important;
  z-index: 30;
  position: relative;
}

#back_button .button {
  background-color: #000000 !important;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 10px;
}

#back_button .btn {
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #6b2975;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  bottom: 10px;
  right: 20px;
  transition: all 500ms ease-in-out;
}

#back_button .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

#back_button .btn:hover {
  box-shadow: inset 0 0 0 25px #8cc63f;
}


.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url("../images/banner-image.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 270px 0 110px !important;
  margin: 0 0 50px !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: 0px !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: 3px;
}
.breadcrumb-container {
  width: 100%;
color: #f26d20;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #f26d20;
}

/* inner page start*/
.inner_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  color: #242424;
  margin-top: 20px;
}
.contact_form {
  padding: 30px;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #6b2975;
}
.contact_page_info {
  position: relative;
  padding-left: 45px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}
.form-control {
  border: 2px solid #d0d0d0 !important;
  padding: 12px 13px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 14px;
}
textarea.form-control {
  resize: none;
  height: 140px;
  border-radius: 5px;
}
.contact_page_info a {
  color: #202a44;
  font-size: 16px;
}
.contact_right input[type="submit"] {
  background-color: #fff;
  color: #000;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
  border: 2px solid #6f56a6 !important;
}

.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}

.more-link {
  background: #6b2975;
  display: block;
  color: #fff !important;
  text-transform: capitalize;
  margin-top: 20px;
  width: 193px;
  padding: 12px 0 12px 15px;
  border-radius: 30px;
}

.testimonials_area {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
	min-height:100%;
}
.testimonial_para {
    font-size: 15px;
    line-height: 20px;
}
.testimonial_name {
    font-size: 18px;
    font-weight: 600;
}
.testimonial_star {
    margin-bottom: 10px;
}
/* inner page end*/

/*referral form start */
.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_heading {
  color: #111;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
.ref_form_box_heading strong {
  color: #6b2975;
  font-weight: bold;
}
.ref_form_box_input select {
  background: url(../images/down-arrow.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;
 background-size: 16px;
}
.ref_form_box_label {
  color: #666;
  margin-top: 15px;
}
.ref_form_box_input textarea {
  resize: none;
  height: 144px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}
.ref_form_box p {
  margin-bottom: 6px !important;
}
.ref_form_box_input input {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}
.ref_form_box_label p {
  font-size: 14px;
}
.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;
}
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
}
.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 {
  position: relative;
  padding-left: 22px;
}
span.wpcf7-list-item {
  margin: 0 !important;
  display: block;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #6b2975;
  border-color: #6b2975;
}
.contact_btn input[type="submit"] {
  background-color: #6b2975;
  border: 0;
  margin-top: 15px;
}
#i9lg {
  background-color: #8bc53f;
  border-radius: 10px;
  margin-left: -10px;
}
#esfpx_email_7da39489ce51a {
  padding-top: 6px;
  border-radius: 5px;
}
.email_subscription {
  margin-top: 22px;
}
/*referral form end */

/* inner page start */
.inner_page_heading{
    position: relative;
    font-size: 28px;
    color: #6b2a76;
    text-transform: capitalize;
    font-family: 'Poppins';
    margin: 0px 0 10px;
    font-weight: bold;
}

 .inner_page_heading strong {
   font-size: 28px;
   color: #8cc63f;
	font-weight: bold;
}
.inner_page_list {
    padding: 0;
    margin: 16px 0;
}
.inner_page_list li{
    background-image: url(../images/inner_list_icon.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 18px;
    font-size: 16px;
    list-style-type: none;
    padding-left: 26px;
    margin: 11px 0;
}
.inner-page-contact {
  background-color: #6b2a76;
  padding: 40px 20px;
}
.inner-contact-heading {
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.inner_text_head{
	font-size: 18px;
    color: #6b2a76;
    font-weight: 600;
}
.why-choose-heading{
    position: relative;
    font-size: 20px;
    color: #6b2a76;
    font-family: 'Poppins';
    margin: 0px 0 10px;
    font-weight: bold;
}
.why-choose-box {
  box-shadow: 0px 0px 4px #ccc;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
	height: 480px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #6b2975;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #8cc63f;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.inner-page-img img {
    width: 100%;
}
/* responsive start */
@media only screen and (max-width : 320px) {}

@media only screen and (min-width : 321px) and (max-width : 1023px) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.header_top, .header_btn , .primary-navigation {
		display:none;
	}
	.logo img, .navbar-fixed .logo img {
		width: 86px;
	}
	.slider_image {
		margin-top: 74px;
	}
	.service_sec::before{
		display:none;
	}
	.slider_text_list_box {
        font-size: 22px;
		line-height: 28px;
	}
	.slider_text_title {
       font-size: 30px;
       line-height: 32px;
    }
	.ms-slide-info {
       left:auto; 
       text-align: center;
	}
	.ms-slide-bgcont::before {
		background: linear-gradient(90deg, rgba(0,0,0,0.3337710084033614) 0%, rgba(0,0,0,0.3337710084033614) 100%);
	}
	.same-heading {
		font-size: 26px;
		line-height: 32px;
	}
	.same-heading strong {
        font-size: 26px;
    }
	.service_sec {
		padding: 30px 0 0;
	}
	.service_round_shape_top {
       display: none;
   }
    .service_btn {
	   position: relative;
	}
	.choose_sec::before {
		display:none;
	}
	.choose_text_box {
        padding-left: 0;
    }
	.choose_sec {
        padding: 30px 0 0px;
    }
	.choose_img_left {
        width: 26%;
    }   
	.about_sec::before {
		display:none;
	}
	
	.about_us_shape1 {
        display: none;
    }
	.about_right {
        padding-left: 0;
    }
	.testimonial_sec::before {
		display:none;
	}
	.testimonial_sec {
        position: relative;
		padding: 30px 0 30px;
	}
	.about_sec {
        padding: 60px 0 30px;
    }
	#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
		margin: 0 0;
	}
	.testimonial_img::before, .testimonial_img::after {
		display:none;
	}
	.footer_logo img {
        width: 100px;
    }
	.footer .footer_heading {
        margin-bottom: 18px;
		margin-top: 28px;
	}
	.border_footer {
        padding: 0 13px;
    }
	.footer .link li {
		font-size: 14px;
	}
	.footer .footer_bottom span {
        padding: 22px 0 60px;
    }
	#back_button .btn {
		bottom: 135px;
	}
	.inner_page_heading, .inner_page_heading strong {
		font-size: 24px;
        padding-top: 10px;
	}
	.contact_form {
		padding: 30px 14px;
	}
	.contact_right input[type="submit"] {
        width: 100%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	    #sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
        margin: 0 30px;
     }
	 .footer .link li {
        font-size: 16px;
     }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	 .ms-slide-info {
        left: 16%;
        text-align: left;
    }
	#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
        margin: 0 35px;
    }
	.footer .footer_bottom span {
        padding: 22px 0px;
    }
	#back_button .btn {
        bottom: 94px;
    }
	.choose_img {
        bottom: -144px;
    }
    .header_btn {
        display: block;
        position: absolute;
        right: 105px;
        top: 12px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.header_top, .header_btn , .primary-navigation {
		display:none;
	}
	.logo img, .navbar-fixed .logo img {
		width: 86px;
	}
	.slider_image {
		margin-top: 74px;
	}
	.service_sec::before{
		display:none;
	}
    .slider_text_list_box {
        font-size: 32px;
        line-height: 39px;
    }
	.ms-slide-info {
        left: 13%;
    }
	.ms-slide-bgcont::before {
		background: linear-gradient(90deg, rgba(0,0,0,0.3337710084033614) 0%, rgba(0,0,0,0.3337710084033614) 100%);
	}
	
    .service_btn {
	   position: relative;
	}
	.choose_sec::before {
		display:none;
	}

	.choose_sec {
        padding: 30px 0 0px;
    }
	.choose_img_left {
        width: 26%;
    }   
	.about_sec::before {
		display:none;
	}
	
	.header_btn {
        display: block;
        position: absolute;
        right: 117px;
        top: 12px;
    }
	.about_us_shape1 {
        display: none;
    }
	.about_right {
        padding-left: 0;
    }
	.testimonial_sec::before {
		display:none;
	}
	.testimonial_sec {
        position: relative;
		padding: 30px 0 30px;
	}
	.about_sec {
        padding: 60px 0 30px;
    }
	.testimonial_img::before, .testimonial_img::after {
		display:none;
	}
	.footer_logo img {
        width: 100px;
    }
	.footer .footer_heading {
        margin-bottom: 18px;
		margin-top: 28px;
	}
	.border_footer {
        padding: 0 13px;
    }
	.footer .link li {
		font-size: 14px;
	}
	.contact_form {
		padding: 30px 14px;
	}
	
}


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

/* 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) {.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.header_top, .header_btn , .primary-navigation {
		display:none;
	}
	.logo img, .navbar-fixed .logo img {
		width: 86px;
	}
	.slider_image {
		margin-top: 74px;
	}
	.service_sec::before{
		display:none;
	}
    .slider_text_list_box {
        font-size: 32px;
        line-height: 39px;
    }
	.ms-slide-info {
        left: 13%;
    }
	.ms-slide-bgcont::before {
		background: linear-gradient(90deg, rgba(0,0,0,0.3337710084033614) 0%, rgba(0,0,0,0.3337710084033614) 100%);
	}
	
    .service_btn {
	   position: relative;
	}
	.choose_sec::before {
		display:none;
	}

	.choose_sec {
        padding: 30px 0 0px;
    }
	.choose_img_left {
        width: 26%;
    }   
	.about_sec::before {
		display:none;
	}
	
	.header_btn {
        display: block;
        position: absolute;
        right: 117px;
        top: 12px;
    }
	.choose_img {
        bottom: 0;
    }
	.about_us_shape1 {
        display: none;
    }
	.about_right {
        padding-left: 0;
    }
	.testimonial_sec::before {
		display:none;
	}
	.testimonial_sec {
        position: relative;
		padding: 30px 0 30px;
	}
	.about_sec {
        padding: 60px 0 30px;
    }
	.testimonial_img::before, .testimonial_img::after {
		display:none;
	}
	.footer_logo img {
        width: 100px;
    }
	.footer .footer_heading {
        margin-bottom: 18px;
		margin-top: 28px;
	}
	.border_footer {
        padding: 0 13px;
    }
	.footer .link li {
		font-size: 14px;
	}
	.contact_form {
		padding: 30px 14px;
	}
}

@media screen and (min-width: 1424px) {}

@media screen and (min-width: 1624px) {
	.choose_text_box {
       padding-left: 21%;
    }
}

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 2048px) {
	.ms-slide-info {
		left: 17%;
	}
	.choose_text_box {
       padding-left: 36%;
    }
	.service_sec {
       padding: 60px 0 60px;
	}
	.choose_sec::before {
		top: -2px;
	}
}

@media screen and (min-width: 2550px) {
	
	} 
/* responsive end */