@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-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype'),
        url('../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

  @font-face {
    font-family: 'Crisp';
    src: url('../fonts/Crisp.eot');
    src: url('../fonts/Crisp.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Crisp.woff2') format('woff2'),
        url('../fonts/Crisp.woff') format('woff'),
        url('../fonts/Crisp.ttf') format('truetype'),
        url('../fonts/Crisp.svg#Crisp') 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: 10px 32px;
    border-radius: 5px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(122, 124, 60, 1) 0%, rgba(204, 193, 121, 1) 87%);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    transition: all 500ms ease-in-out !important;
  }
  
  .btn_design_2 {
    padding: 8px 18px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #fff;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    transition: all 500ms ease-in-out !important;
  }
  
  .btn_design_b {
  
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    background: #80c341;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    transition: all 500ms ease-in-out !important;
  }
  
  .btn_design:hover {
    box-shadow: inset 300px 0 #7a7c3c;
    color: #ffffff;
  }
  
  .btn_design_2:hover {
    box-shadow: inset 300px 0 #fff;
    color: #000;
  }
  
  .btn_design_b:hover {
    box-shadow: inset 200px 0 #221638;
    color: #ffffff;
  }
  
  .same-line {
    font-size: 20px;
    color: #8d9c34;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 20px;
  
  }
  
  .same-heading {
    position: relative;
    font-size: 40px;
    color: #0f0f0f;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 42px;
    margin: 0px 0 10px;
  }
  
  
  .headeing_text_all {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
  }
  
  .heading_text_all_p {
    font-size: 16px;
    color: #656565;
  }
  
  /* mouse scroll css */
  .logo img {
    width: 184px;
    transition: all 0.5s ease;
  }
  
  .navbar-fixed .logo img {
    width: 145px;
    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-color: #8d9c34; */
    background-color: #8d9c34;	
    padding: 0;
    transition: all 0.5s ease;
    padding: 8px 0;
  }
  
  .header_top_text {
    margin-right: 16px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
  
  }
  
  .header_top_text a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
  
  }
  
  .header_top_text a:hover {
    color: #1c1c1c;
  }
  
  .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: 0 4px;
  }
  
  .navigation_menu li a {
    font-size: 16px;
    color: #1c1c1c;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    border-radius: 4px;
    margin-left: 24px;
  }
  
  .navigation_menu li a.active,
  .navigation_menu li a:hover {
    position: relative;
    transition: all 0.2s ease;
    color: #8d9c34;
  }
  
  /* header end  */
  
  /* slider_image start */
  .slider_image {
    margin-top: 122px;
    position: relative;
    overflow: hidden;
  }
  
  .ms-slide-info {
    position: absolute !important;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    color: #ffffff;
    max-width: 545px;
    z-index: 1;
  }
  
  .slider_btn_book a {
    margin-right: 14px;
  }
  
  .slider_btn_book .btn_design {
    background: #fff;
    color: #000000;
  }
  
  .slider_text_list_box {
 font-size: 70px;
    color: #ffffff;
    font-weight: 200;
    font-family: 'Poppins';
    text-transform: uppercase;
    position: relative;
    line-height: 69px;
    letter-spacing: 3px;
  }
.slider_text_para {
    font-weight: 200;
    font-family: 'Poppins';
    font-size: 18px;
    text-transform: uppercase;
}
  .slider_text_list_box strong {
    font-size: 54px;
    display: inline-block;
    font-weight: 500;
  }
  
  .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.21612394957983194) 35%, rgba(0, 0, 0, 0.7651435574229692) 100%);
    z-index: 1;
  }
  
  .slider_btn_book .btn_design_b {
    background: #ffffff;
    color: #0e0e0e;
  }
  
  .slider_btn_book .btn_design:hover {
    box-shadow: inset 300px 0 #ccc179;
    color: #ffffff;
  }
  
  .slider_btn_book {
    margin-top: 34px;
  }
  
  .ms-nav-next {
    background-image: url(../images/banner-arrow-right.png) !important;
    width: 42px !important;
    height: 47px !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: 42px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
  }
  
  /* slider_image end */
  
  /* service start  */
  .service {
    padding: 70px 0 70px;
  }
  
  .service .same-heading::after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #8d9c34;
    vertical-align: middle;
    margin-left: 12px;
  
  }
  
  .service .same-heading::before {
    display: inline-block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #8d9c34;
    vertical-align: middle;
    left: 0;
    margin-right: 12px;
  
  }
  
  
  .service-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0px 8px 11px 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px;
  }
  
  .service .owl-stage {
    margin-bottom: 22px;
  }
  
  .service-text-box {
    padding: 26px 18px 26px;
    position: relative;
    color: #000000;
    z-index: 1;
  }
  
  .service-head {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
  
  }
  
  .service-paragraph {
    font-size: 14px;
    margin: 10px 0 24px;
  }
  
  .service-box .btn_design:hover {
    box-shadow: inset 300px 0 #000;
    color: #fff;
  }
  
  .btn_service {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 10px 18px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
    color: #000;
  }
  
  
  .service .owl-next {
    position: absolute;
    right: -47px;
    top: 50%;
  }
  
  .service .owl-prev {
    position: absolute;
    left: -47px;
    top: 50%;
  }
  
  .service .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
  }
  
  .service .owl-theme .owl-dots .owl-dot.active span {
    background: #8d9c34;
  }
  
  /* service end */
  /* aboutus start  */
  .aboutus {
    padding: 0px 0 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 43%, rgba(39, 94, 76, 0.5074404761904762) 100%);
    position: relative;
  }
  
  .heading-text-line {
    font-size: 19px;
    color: #1f2221;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .heading-text-line::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
    margin-left: 7px;
  }
  
  .about-text-gap {
    padding-left: 48px;
  }
  .about_list{
    list-style: none;
    padding: 0;
    margin: 18px 0;
  }
  .about_list li{
    background: url(../images/check_list_about.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left 0px;
    padding-left: 32px;
    margin: 8px 0;
    padding-left: 36px;
  }
  .aboutus .same-heading {
    position: relative;
    margin-bottom: 50px;
  }
  
  .about_img img {
    border-radius: 15px;
  }
  
  .about_img {
    position: relative;
  }
  
  .ndis_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .aboutus_btn {
    margin-top: 23px;
  }
  
  .aboutus_btn .btn_design_b {
    text-transform: capitalize;
  }
  
  
  /* aboutus end */
  
  /* freeconsultation start */
  .provide_quality {
    background-image: url(../images/feedback-bg.jpg), linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(39, 94, 76, 0.5074404761904762) 26%);
    padding: 80px 0 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  }
  
  .provide_quality_text {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
  }
  
  .provide_quality_box {
    width: 650px;
    margin: auto;
  }
  
  .provide_quality .same-line {
    color: #fff;
  }
  
  /* freeconsultation end */
  
  /* contact_box start */
  .contact_box {
    background-color: #fff;
    padding: 40px;
    max-width: 90%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  }
  
  .contact_sec {
    position: relative;
    margin-top: -250px;
  }
  
  /* contact_box end */
  
  /* icons_sec start */
  .icons_sec {
    padding-top: 70px;
  }
  
  .icons_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
 .icon_padding_area {
    padding: 0 250px;
}
  
  .border-line-icon {
    border-right: 1px solid #acacac59;
  
  
  }
  
  .icon_box_img {
    width: 78px;
    height: 78px;
    background-color: #cbc179;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 78px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  }
  
  .icon_box_text {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-top: 12px;
    line-height: 24px;
  }
  
  /* icons_sec end */
  
  /* testimonial_sec start */
  .testimonial_sec {
    padding: 70px 0;
  }
  
  .testimonial_img {
    margin-top: 50px;
  }
  
  .testimonial_sec .same-heading::before {
    display: inline-block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #8d9c34;
    vertical-align: middle;
    margin-right: 12px;
  }
  
  .testimonial_sec .same-heading::after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #8d9c34;
    vertical-align: middle;
    margin-left: 12px;
  }
  
  /* testimonial_sec end */
  
  /* footer start */
  .footer-area {
    padding: 0px 0 0px;
    background-color: #d4dfdb;
  
  }
  
  .footer-heading {
    position: relative;
    color: #8d9c34;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  
  .footer-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }
  
  .footer-list-contact,
  .footer-list {
    padding-left: 0rem;
    margin: 0;
  }
  
  .footer-list li {
    list-style: none;
    margin-bottom: 14px;
  }
  
  .footer-list li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  
  .footer-list-contact li strong {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    display: inline-block;
  }
  
  .footer-list-contact li a:hover,
  .footer-list li a:hover{
    color: #8d9c34;
  }
  
.footer-bottom-text a:hover {
    color: #000;
  }

  .footer-text {
    margin: 14px 0 12px;
  }
  
  .follow_items {
      color: #ffffff;
      display: flex;
      padding-bottom: 20px;
  
  }
  
  .footer-list-contact li {
    display: flex;
    margin-bottom: 14px;
    color: #000;
    list-style: none;
  }
  
  .footer-list-contact li a {
    width: 81%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  
  .footer-bottom-text {
    font-size: 17px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 18px 0;
  }
  
  .footer-bottom-text a {
    color: #ffffff;
  }
  
  .footer-bottom {
  /*   background-color: #8d9c34; */
       background-color: #8d9c34;	
  }
  
  .border_right {
    border-right: 1px solid #bdbdbd;
    padding-bottom: 24px;
  }
  
  .follow_items a {
    margin-right: 10px;
  }
  
  /* 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: #8d9c34;
    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 #000;
  }
  
  
  
  .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;
  }
  
  
  .form-control {
    border: 1px solid #f2f2f2 !important;
    padding: 17px 13px;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 600;
    background-color: #f2f2f2;
  }
  
  .contact_sec select {
    border: 1px solid #f2f2f2 !important;
    padding: 17px 13px;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 600;
    background-color: #f2f2f2;
    width: 100%;
  }
  
  textarea.form-control {
    resize: none;
    height: 160px;
    border-radius: 5px;
  }
  
  input[type="submit"] {
    text-transform: capitalize;
    color: #fff;
    background: #8d9c34;
    width: 100%;
    padding: 17px 0;
    font-size: 15px;
    border-radius: 5px;
  }
  
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #8d9c34;
    color: #fff;
  }
  
  .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    border: 1px solid #8d9c34 !important;
  }
  
  #sp-testimonial-free-wrapper-38 .sp-testimonial-free {
    margin: 20px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 54%, rgba(39, 94, 76, 0.23573179271708689) 100%) !important;
    padding: 20px 20px 10px !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 2px 0px rgba(39, 94, 76, 0.8) !important;
  }
  #sp-testimonial-free-wrapper-38 .sp-testimonial-free-section {
    margin-bottom: 50px;
    padding: 0 2px !important;
  }
  .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: left !important;
    margin: 56px 0 76px 0 !important;
    color: #5d5d5d;
    font-family: "Poppins";
    font-weight: 500;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }
  
  #sp-testimonial-free-wrapper-38 .sp-testimonial-free-section .sp-testimonial-client-rating {
    position: absolute;
    top: 58px;
    left: 20px;
  }
  
  .sp-testimonial-free-section .sp-testimonial-client-name {
    position: absolute;
    bottom: 55px;
    right: 20px;
    width: 100%;
	text-align: end;
  
  }
  
  .sp-testimonial-free-section .sp-testimonial-client-name::before {
   content: "";
    background: url(../images/google.png);
    width: 44px;
    position: absolute;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-left: -162px; */
    margin-top: -8px;
    left: 40px;
  }
  
  .sp-testimonial-free-section .sp-testimonial-client-image img {
    display: inline-block;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    max-width: 100%;
  }
  
  .tfree-client-image.wp-post-image {
    position: absolute !important;
    right: 31px;
    top: 58px;
  }
  
  
  /* inner page start */
  .inner_page_heading{
    font-size: 30px;
    color: #0f0f0f;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins';
  }
  .inner_page_heading strong{
    font-size: 30px;
    font-weight: 600;
  }
  .inner_page_list{
    list-style: none;
      padding: 0;
      margin: 18px 0;
  }
  .inner_page_list li{
    background: url(../images/check_list_about.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left 0px;
    margin: 8px 0;
    padding-left: 36px;
  }
  .inner-page-contact {
    background-color: #8d9c34;
    padding: 36px 30px;
  }
  .inner-contact-heading {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .inner_page_mission {
    border: 1px solid #000;
    padding: 30px;
    min-height: 100%;
    background-color: #8d9c34;
    color: #fff;
  }
  .inner_page_mission .inner_page_heading{
    color: #fff;
  }
  .inner_page_heading_title {
    font-size: 20px;
    font-weight: 500;
    color: #8d9c34;
  }
  
  .inner_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: #242424;
    margin-top: 20px;
  }
  .contact_page_info strong {
    color: #202a44;
    font-weight: 600;
    font-size: 20px;
  }
  .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_form {
    padding: 30px;
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #8d9c34;
  }
  .contact_page_info a {
    color: #202a44;
    font-size: 16px;
  }
  .contact_right input[type="submit"] {
    color: #000;
    background: #fff;
  
  }
  .map {
    margin-top: 45px;
  }
  .wpcf7-spinner {
    display: none;
  }
  /* 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: #8d9c34;
    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: #8d9c34;
    border-color: #8d9c34;
  }

.contact_btn input[type="submit"] {
    text-transform: capitalize;
    color: #fff;
    background: #8d9c34;
    width: auto;
    padding: 13px 28px;
    font-size: 15px;
    border-radius: 5px;
}
  /*referral form end */
  .footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
	  border:1px solid #fff;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #8d9c34;
    color: #000 !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: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}


  .error_container {
    display: flex;
    min-height: 100vh;
   align-items: center;
    text-align: center;
    }
  
    .more-link {
      background-color: #8d9c34;
      display: block;
      color: #fff !important;
      text-transform: capitalize;
      margin-top: 20px;
      width: 193px;
      padding: 12px 0 12px 15px;
      border-radius: 30px;
  }


/* responsive start */
@media only screen and (max-width : 320px) {}

@media only screen and (min-width : 321px) and (max-width : 1023px) {
	.header_top,.header_btn,.primary-navigation {
        display: none;
    }
	.provide_quality_box {
		width: 100% !important;
	}
	.logo img,.navbar-fixed .logo img {
		width: 160px;
	}

	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
    .icon_padding_area {
         padding: 0 0;
    }
    .slider_text_list_box {
        font-size: 29px;
        line-height: 36px;
    }
	.slider_image {
        margin-top: 87px;
    }
	.ms-slide-info {
       right: 0;
       text-align: center;
    }
	.slider_btn_book a {
       margin-right: 14px;
    }
	.same-heading {
        font-size: 26px;
		line-height: 33px;
    }
	.heading_all_section {
        padding-top: 24px;
    }
	.same-line {
        margin-bottom: 7px;
    }  
	.service .same-heading::before, .service .same-heading::after {
		display:none;
	}
	.slider_text_para {
        font-size: 16px;
        margin-top: 11px;
    }
	.slider_btn_book {
        margin-top: 20px;
    }
	.slider_btn_book a {
        margin-right: 0;
    }
	.service {
        padding: 30px 0 30px;
    }
	.about-text-gap {
        padding-left: 13px;
    }
	.provide_quality {
        padding: 30px 0 270px;
	}
	.contact_box {
        padding: 24px;
        max-width: 100%;
    }
	.icons_sec {
        padding-top: 30px;
    }
	.testimonial_sec .same-heading::before, .testimonial_sec .same-heading::after {
		display:none;
	}
	 #sp-testimonial-free-wrapper-38 .sp-testimonial-free-section {
        margin: 0 0;
    }
	.footer-heading {
        margin-bottom: 8px;
        padding-top: 18px;
    }
	.footer-top .ps-5{
		padding-left:13px !important;
	}
	.border_right {
        padding-bottom: 0;
    }
	.footer-list-contact li a {
        font-size: 13px;
    }
	.footer-bottom-text {
        font-size: 15px;
        padding: 18px 0 60px;
    }
	#back_button .btn {
		bottom: 130px;
	}
	.inner_page_heading, .inner_page_heading strong {
        padding-top: 12px;
		font-size: 23px;
	}
	.inner-page-contact {
        padding: 14px 20px;
    }
	.inner-contact-heading {
		font-size: 23px;
	}
	.inner_title {
		font-size: 26px;
	}
	.contact_form {
		padding: 12px;
	}
	.ref_form_box {
		padding: 17px;
	}
}


@media only screen and (min-width : 481px) and (max-width : 767px) {
	.footer-list-contact li a {
        font-size: 15px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ms-slide-info {
        right: 0;
        text-align: center;
        width: 100% !important;
		max-width:100% !important;
    }
	.same-heading {
        font-size: 40px;
        line-height: 42px;
    }
	.service {
        padding: 60px 0 60px;
    }
	.provide_quality {
        padding: 60px 0 270px;
    }
	.border_right {
		border-right: 0px solid #bdbdbd;
	}
	.footer-bottom-text {
        font-size: 17px;
        padding: 18px 0;
    }
	.slider_btn_book a {
        margin-right: 14px;
    }
	#back_button .btn {
        bottom: 40px;
    }
	.inner_page_heading, .inner_page_heading strong {
        padding-top: 12px;
        font-size: 30px;
    }
	.inner-page-img img {
        width: 100%;
    }
	.inner-page-contact {
        padding: 36px 30px;
    }
	.inner-contact-heading {
		font-size: 24px;
	}
	.header_btn {
        display: inline-block;
        position: absolute;
        top: 26px;
        right: 110px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	
	.header_top,.primary-navigation {
        display: none;
    }
	.provide_quality_box {
		width: 100% !important;
	}
	.logo img,.navbar-fixed .logo img {
		width: 160px;
	}

	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
    .icon_padding_area {
         padding: 0 0;
    }
    .slider_text_list_box {
        font-size: 49px;
        line-height: 49px;
    }
	.slider_image {
        margin-top: 87px;
    }

	.same-heading {
        font-size: 26px;
		line-height: 33px;
    }
	.heading_all_section {
        padding-top: 24px;
    }
	.same-line {
        margin-bottom: 7px;
    }  
	.slider_text_para {
        margin-top: 10px;
    }
	.footer-list-contact li a {
		font-size: 14px;
	}
	#rmp_menu_trigger-252 {
		top: 21px;
	}
	.header_btn {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 122px;
    }

}



/* 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) {
	.header_top,.primary-navigation {
        display: none;
    }
	.provide_quality_box {
		width: 100% !important;
	}
	.logo img,.navbar-fixed .logo img {
		width: 160px;
	}

	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
    .icon_padding_area {
         padding: 0 0;
    }
    .slider_text_list_box {
        font-size: 49px;
        line-height: 49px;
    }
	.slider_image {
        margin-top: 87px;
    }

	.same-heading {
        font-size: 33px;
        line-height: 38px;
    }
	.heading_all_section {
        padding-top: 24px;
    }
	.same-line {
        margin-bottom: 7px;
    }  
	.slider_text_para {
        margin-top: 10px;
    }
	.footer-list-contact li a {
		font-size: 14px;
	}
	.border_right {
        border-right: 1px solid #bdbdbd;
    }
	#rmp_menu_trigger-252 {
		top: 21px;
	}
	.header_btn {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 122px;
    }
}

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

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

@media screen and (min-width: 1920px) {
	.ms-slide-info {
		max-width: 770px;
	}
	.slider_text_list_box { 
        line-height: 76px;
    }
	.slider_text_para {
        font-size: 26px;
    }
}

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

@media screen and (min-width: 2550px) {
	.ms-slide-info {
		right: 13%;
	}
	.slider_text_list_box {
       font-size: 93px;
       line-height: 90px;
    }
	.slider_text_para {
        font-size: 27px;
    }
}

/* responsive end */