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

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

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


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

a {
    text-decoration: none !important;
}

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

img {
    max-width: 100%;
}

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



.btn_design {
    padding: 10px 22px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(149, 128, 68, 1) 0%, rgba(233, 214, 147, 1) 100%);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter';
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 500ms ease-in-out !important;
}


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


.all-text-head {
    font-size: 36px;
    color: #3e3e3e;
    font-family: 'Heebo';
    font-weight: bold;
    line-height: 40px;
}

.all-text-title {
    font-size: 18px;
    color: #988347;
    font-family: 'Heebo';
    font-weight: bold;
    position: relative;
    margin-bottom: 12px;
}

/* mouse scroll css */

.logo img {
    width: 145px;
    transition: all 0.5s ease;
    padding: 3px 0;
}

.ndis_logo img {
    width: 177px;
    margin-right: 20px;
}
.navbar-fixed .bottom_menu .logo img {
    width: 88px;
    transition: all 0.5s ease;
}

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

.navbar-fixed.header_area {
	background: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    top: -22px;
}

.navbar-fixed .top_menu {
    margin-top: -72px;
}

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

.navbar-fixed .bottom-menu {
    margin-top: 21px;
}

.navbar-fixed .logo {
    position: relative;
    margin-top: 0;
}

.navbar-fixed .contact_header {
    border: none;
}

/* header start  */
.header_area {
    box-shadow: 0 170px 60px -80px #000000eb inset;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

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

.logo {
    position: relative;
    margin-top: -67px;
    transition: all 0.5s ease;
}

.top_menu {
    transition: all 0.5s ease;
}

.contact_header {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 0;
}

.contact_header::before {
    position: absolute;
    content: "";
    width: 83%;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #979797;
}

.contact_header::after {
    position: absolute;
    content: "";
    width: 2000px;
    height: 1px;
    right: -2000px;
    bottom: 0;
    background-color: #979797;

}

.contact_text_area {
    display: flex;
    text-align: left;
    align-items: center;
    margin-right: 60px;
}

.image_cont {
    background-color:#66aaa4 ;
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
}

.contact_cont strong {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    color: #ffffff;
}

.contact_cont strong:hover {
    color: #66aaa4;
}

.contact_cont {
    color: #66aaa4;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Heebo';
}

.navigation_menu li {
    display: inline-block;
    margin-right: 36px;
}

.navigation_menu li a {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Inter';
    position: relative;
}

.navigation_menu {
    margin-bottom: 0rem;
    padding-left: 0rem;
}

.navigation_menu li a.active,
.navigation_menu li a:hover {
    position: relative;
    color: #dbc98a;
}

.navigation_menu li a.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #dbc98a;
    bottom: -7px;
    left: 0;
    border-radius: 32px;
}

.bottom_menu {
    padding: 4px 0;
}

.navigation_menu li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #dbc98a;
    bottom: -7px;
    left: 0;
    transition: all 0.2s ease;
}

.navigation_menu li a:hover::before {
    width: 100%;
}

.header_btn .btn_design {
	background:#66aaa4;
}


/* width */
.primary-navigation ul ul::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.primary-navigation ul ul::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
.primary-navigation ul ul::-webkit-scrollbar-thumb {
  background: #dbc98a; 
}

/* Handle on hover */
.primary-navigation ul ul::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

/* header end  */

/* slider_image start */
.slider_image {
    margin-top: 0;
    position: relative;
    overflow: hidden;

}

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

.text_content_slider .text_title {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter';
    text-transform: capitalize;
    position: relative;
    margin: 16px 0;
    ;
}


.slider_text_list_box {
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Heebo';
    text-transform: capitalize;
    position: relative;
    line-height: 46px;

}

.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.958420868347339) 5%, rgba(0,0,0,0) 80%);
    z-index: 2;
}

/* .ms-slide-bgcont::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    left: 0;
    z-index: 1;
}
 */
.slider_btn_book .btn_design_b {
    background: #ffffff;
    color: #0e0e0e;
}

.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 0;
	overflow:hidden;
}

.service_top {
    margin-top: 81px;
}

.all-text-title::after {
    display: inline-block;
    content: "";
    width: 47px;
    height: 1px;
    background-color: #988347;
    vertical-align: middle;
    margin-left: 10px;
}

.service-box {
    background: linear-gradient(90deg, rgba(151,130,70,0.4) 5%, rgba(212,191,118,0.4) 100%);
	   box-shadow: 0px 0px 0px 2px rgba(102, 170, 164, 0.7);
    border-radius: 5px;
    min-height: 100%;
    position: relative;
}
.color-service{
	 background: #d9f1ef;
	   box-shadow: 0px 0px 0px 2px rgba(213, 192, 119, 0.7);
    border-radius: 5px;
    min-height: 100%;
    position: relative;
}

.service-text-box {
    padding: 40px 16px 20px;
	
}

.service-icon {
    position: absolute;
    width: 68px;
    height: 68px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    top: -42px;
    left: 16px;
    text-align: center;
    line-height: 59px;
    border-radius: 5px;
}

.service-head {
    font-size: 18px;
    font-family: 'Heebo';
    font-weight: 500;
    color: #3e3e3e;
}

.service-paragraph {
    color: #4b4b4b;
    font-size: 16px;
    font-family: "Inter";
    padding: 6px 0 14px;
}

.service-text-box a {
    font-size: 16px;
    font-family: 'Inter';
/*     color: #988347; */
	color:#66aaa4;

}

.color-service .service-text-box a{
	    color: #988347;
}



.service-text-box a img {
    transition: all 0.4s ease;
}

.service-text-box a:hover img {
    transform: translateX(6px);
}

.service_margin {
    margin-bottom: 80px;
}

/* service end */

/* about start */
.about {
    padding: 80px 0;
    position: relative;
    background-color: #f8f8f8;
		overflow:hidden;

}
.about .all-text-title {
	color: #66aaa4;
}
.about .all-text-title::after {
	background-color:#66aaa4;
}
.about .btn_design_b {
    margin-top: 30px;
}

.about-img {
    border-radius: 20px;
}

.about_list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.about_list ul li {
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 5px;
    margin-bottom: 15px;
    padding-left: 24px;
    color: #4b4b4b;
}

.about_list li a {
    color: #223645;
    font-size: 16px;
    font-weight: 600;
}

.about_list li a:hover {
    color: #ffcf00;
}

.text-paragraph {
    margin-top: 24px;
    color: #4b4b4b;
}

.about_list strong {
    display: block;
    color: #223645;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.about_list {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
.about .btn_design{
	background: #66aaa4;
}
.about .btn_design:hover {
    box-shadow: inset 300px 0 #000;
    color: #fff;
}
.ndis_logo img {
    border-radius: 5px;
}
/* about end */

/* four_sec start */
.support_sec {
    position: relative;
    background-image: url(../images/support-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 0 40px;
		overflow:hidden;

}

.four_sec_box {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.four_sec_img img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.four_sec_head {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    font-family: "Heebo";
}

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

.four_sec_img {
    width: 24%;
}

.text_box {
    width: 80%;
}

.support_sec .heading_all_section {
    width: 800px;
    margin: 0 auto;
}

.cons_call {
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
    font-family: "Inter";
}

.cons_call:hover {
    color: #66aaa4;
}

.support_sec_btn {
    padding: 30px 0;
}

.support_sec .same-heading {
    margin-bottom: 50px;
}

.border_four_sec {
    padding-top: 60px;
}

.support_border {
    border-bottom: 1px solid #ffffff4d;
}

/* four_sec end*/

/* contact_sec start */
.contact_sec {
    padding: 70px 0;
    overflow:hidden;
}

.contact_btn {
    margin-top: 20px;
}

.contact_area {
    padding: 30px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.form-control {
    border: 1px solid #d0d0d0 !important;
    padding: 9px 13px;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 14px;
}

textarea.form-control {
    resize: none;
    height: 94px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    border: 1px solid #dbc98a !important;
}

input[type="submit"] {
    text-transform: capitalize;
    color: #ffffff;
    background:#66aaa4;
    border-radius: 5px;
    padding: 11px 35px;
    font-size: 15px;
    margin-top: 16px;
    font-weight: 500;
    transition: all 0.5s ease;
}

input[type="submit"]:hover {
    box-shadow: inset 200px 0px #000;
}
input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}
/* contact_sec end*/
/* testimonial_sec start */
.testimonial_sec {
    padding: 80px 0;
    position: relative;
    background-color:#f8f8f8;
    overflow:hidden;
}

.testimonial_sec .all-text-title::after {
    display: none;
}

.testimonial_img {
    margin-top: 34px;
}

#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
    margin: 0 50px;
    padding: 0 13px !important;
    margin-bottom: 30px;
}

#sp-testimonial-free-wrapper-40 .sp-testimonial-free {
    margin: 20px 0;
    background-color: #ffffff;
    padding: 20px 20px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 98px 0 20px 0;
    color: #4b4b4b;
    font-family: "Inter";
}

.sp-testimonial-free-section .sp-testimonial-client-image {
    margin: 0 0 22px 0;
    position: absolute;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
    color: #223645;
    margin: 0 0 8px 0;
    position: absolute;
    top: 54px;
    left: 120px;
}

#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section .sp-testimonial-client-rating {
    color: #ffb900;
    position: absolute;
    top: 88px;
    left: 120px;
}

.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 10px !important;
    height: 10px !important;
    margin: 3px;
    overflow: hidden;
    border-radius: 50%;
    text-indent: -999px;
    opacity: 1;
}

#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet {
    background: #66aaa4;
    opacity: 0.4;
}

#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #66aaa4;
    opacity: 1;
}

#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: transparent;
    border: 0px solid #777777 !important;
    color: transparent;

}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    right: 0;
    left: auto;
    background-image: url("../images/testimonial-right-arrow.png") !important;
    background-repeat: no-repeat !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
    left: 0;
    right: auto;
    background-image: url("../images/testimonial-left-arrow.png") !important;
    background-repeat: no-repeat !important;
}

/* testimonial_sec end*/

/* footer start */
.footer-area {
    padding: 50px 0 0px;
    background-color: #242b2b;
	overflow:hidden;
}

.footer-heading {
    position: relative;
    color: #66aaa4;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: "Heebo";
    margin-bottom: 30px;
}

.footer-heading::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #dbc98a;
    left: 0;
    bottom: -6px;
}

.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: 7px;
    background-image: url(../images/footer-list-icon.png);
    background-position: left 5px;
    background-size: 8px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.footer-list li a {
    color: #ffffff;
    font-size: 16px;
}

.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,
.footer-bottom-text a:hover {
    color: #dbc98a;
}

.footer-text {
    margin: 14px 0 12px;
}

.follow_items {
    color: #ffffff;
}

.follow_items a {
    margin-right: 10px;
}

.social_link {
    margin-top: 28px;
}

.footer-list-contact li {
    display: flex;
    margin-bottom: 14px;
    color: #ffffff;
    list-style: none;
}

.footer-list-contact li a {
    width: 81%;
    color: #ffffff;
}

.footer-bottom {
    padding: 20px 0 20px;
    margin-top: 20px;
    background-color: #171a1a;
}

.footer-bottom-text {
    font-size: 17px;
    color: #ffffff;
    text-transform: capitalize;
}

.footer-bottom-text a {
    color: #ffffff;
}

/* footer end */
/* contact page start */
.inner_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: #242424;
    margin-top: 20px;
}

.contact_page_info {
    position: relative;
    padding-left: 45px;
    color: #666;
    margin-top: 25px;
}

.contact_page_info strong {
    color: #202a44;
    font-weight: 600;
    font-size: 20px;
}

.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
}

.contact_page_info a {
    color: #202a44;
    font-size: 16px;
}

.contact_form {
    padding: 30px;
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(149, 128, 68, 1) 0%, rgba(233, 214, 147, 1) 100%);
}

.contact_right input[type="submit"] {
    text-transform: capitalize;
    color: #000;
    background: #ffffff;
}

.contact_right input[type="submit"]:hover {
    color: #fff;
}

.map {
    margin-top: 45px;
}

/* contact page end */




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

.more-link {
    background: linear-gradient(90deg, rgba(149, 128, 68, 1) 0%, rgba(233, 214, 147, 1) 100%);
    color: #ffffff !important;
    display: block;
    text-transform: capitalize;
    margin-top: 20px;
    width: 192px;
    padding: 12px 0 12px 15px;
    border-radius: 30px;
}
/* ********** */

/* referral start */
/*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: #dbc98a;
    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: 18px;
}
.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: #dbc98a;
    border-color:#dbc98a;
}
/*referral form end */
/* referral 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: #66aaa4;
    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 #000000;
}


.site-content,
.site-main .widecolumn {
    margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
    background: url("../images/banner-img.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_heading_title{
	font-size: 26px;
    color: #988347;
    font-family: 'Heebo';
}
.inner_page_heading{
	font-size: 36px;
    color: #3e3e3e;
    font-family: 'Heebo';
    font-weight: bold;
    line-height: 40px;
}
.inner_page_heading strong{
	  font-family: 'Heebo';
      font-weight: bold;
	  color: #988347;
}
.inner_page_list{
	list-style:none;
    padding: 0;
    margin: 0;
}
.inner_page_text {
    margin: 5px 0 15px;
    font-size: 16px;
}

.inner_page_list li{
	background-image: url(../images/inner-check-list.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 16px;
    padding-left: 26px;
    margin-bottom: 6px;
}

.inner-page-img img {
    border-radius: 10px;
	width:100%;
}
.inner-page-contact{
	padding:30px;
	background-color:#66aaa4;
}

.inner-contact-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 23px;
	text-transform: capitalize;
}
.inner-contact-heading:before{
	content:"";
	position:absolute;
	width:50px;
	height:3px;
	left:50%;
	transform:translate(-50%, 0);
	bottom:-7px;
    background: linear-gradient(121deg, rgba(255,255,255,1) 0%, rgba(219,201,138,1) 100%);
}
.inner-page-contact .inner_page_text {
	text-align:center;
}
.page_list_inside{
	display:flex;
	margin: 0;
    padding: 0;
	gap:20px;
	margin-top:6px;
}
.page_list_inside p{
	padding:0;
	margin:0;
}
.page_list_inside li{
	list-style:none;
}

.review_box {
    border: 1px solid #b2dce7;
    padding: 30px 30px;
    min-height: 100%;
    border-radius: 10px;
}
.review_head {
    font-size: 23px;
    font-weight: 600;
}
.review_para {
    font-size: 16px;
    color: #232323;
}
.review_star {
    margin: -6px 0 17px;
    width: 77px;
}
/* inner page end */

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

.ackn.text-center {
  color: #fff;
  padding: 20px 50px 0;
  border-top: 1px solid #343434;
  margin-top: 30px;
  font-size: 15px;
}
/* responsive */

@media only screen and (max-width : 320px) {
	
	.top_menu, .header_btn ,.primary-navigation {
		display:none;
	}
	.logo {
		margin-top:0;
	}
	.logo img {
		width: 60px 
	}
	.navbar-fixed .bottom_menu .logo img {
		width: 60px; 
	}
	.header_area {
		box-shadow: 0 0px 0px 0px #000000eb inset;
		background-color:#000000;
		 }
	.slider_image {
		margin-top: 72px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.support_sec .heading_all_section {
		width: 100%;
	}
	.ms-slide-info {
		left: 13px;
		width: 350px !important;
	}
	.slider_text_list_box {
    font-size: 20px;
    line-height: 26px;
   }
	.text_content_slider .text_title {
    font-size: 13px;
    margin: 9px 0;
   }
	.btn_design {
		font-size: 12px;
	}
	.service {
    padding: 30px 0 0;
   }
	.all-text-head {
    font-size: 26px;
    line-height: 31px;
 }
	.about_list {
    flex-direction: column;
  }
	.about {
		padding: 30px 0;
	}
	.four_sec_head {
		font-size: 22px;
	}
	.contact_sec {
    padding: 30px 0;
   }
	.contact_area {
    margin-top: 24px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
		margin: 0 0px;
	}
	.footer-top .ps-5 {
    padding-left: 13px !important;
    } 
	.footer-bottom-text {
		font-size: 15px;
	}
	.footer-bottom {
		padding: 20px 0 60px;
	}
	.footer-heading {
    margin-bottom: 24px;
    margin-top: 23px;
     }
	#back_button .btn {
		bottom: 110px;
	}
	.inner_title {
    font-size: 26px;
	margin-bottom: 8px;
	}
	.contact_form {
		padding: 15px;
	}
	.contact_page_info strong {
    font-size: 18px;
  }
	.inner_page_heading {
    font-size: 26px;
    line-height: 27px;
    padding-top: 12px;
  }
	.inner_heading_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
	.inner-contact-heading {
		font-size: 19px;
	}
	.ref_form_box_heading {
		font-size: 22px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top_menu, .header_btn ,.primary-navigation {
		display:none;
	}
	.logo {
		margin-top:0;
	}
	.logo img {
		width: 60px 
	}
	.navbar-fixed .bottom_menu .logo img {
		width: 60px; 
	}
	.header_area {
		box-shadow: 0 0px 0px 0px #000000eb inset;
		background-color:#000000;
		 }
	.slider_image {
		margin-top: 72px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.support_sec .heading_all_section {
		width: 100%;
	}
	.ms-slide-info {
		left: 13px;
		width: 350px !important;
	}
	.slider_text_list_box {
    font-size: 20px;
    line-height: 26px;
   }
	.text_content_slider .text_title {
    font-size: 13px;
    margin: 9px 0;
   }
	.btn_design {
		font-size: 12px;
	}
	.service {
    padding: 30px 0 0;
   }
	.all-text-head {
    font-size: 26px;
    line-height: 31px;
 }
	.about_list {
    flex-direction: column;
  }
	.about {
		padding: 30px 0;
	}
	.four_sec_head {
		font-size: 22px;
	}
	.contact_sec {
    padding: 30px 0;
   }
	.contact_area {
    margin-top: 24px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
		margin: 0 0px;
	}
	.footer-top .ps-5 {
    padding-left: 13px !important;
    } 
	.footer-bottom-text {
		font-size: 15px;
	}
	.footer-bottom {
		padding: 20px 0 60px;
	}
	.footer-heading {
    margin-bottom: 24px;
    margin-top: 23px;
     }
	#back_button .btn {
		bottom: 110px;
	}
	.inner_title {
    font-size: 26px;
	margin-bottom: 8px;
	}
	.contact_form {
		padding: 15px;
	}
	.contact_page_info strong {
    font-size: 18px;
  }
	.inner_page_heading {
    font-size: 26px;
    line-height: 27px;
    padding-top: 12px;
  }
	.inner_heading_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
	.inner-contact-heading {
		font-size: 19px;
	}
	.ref_form_box_heading {
		font-size: 22px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top_menu, .header_btn ,.primary-navigation {
		display:none;
	}
	.logo {
		margin-top:0;
	}
	.logo img {
		width: 60px 
	}
	.navbar-fixed .bottom_menu .logo img {
		width: 60px; 
	}
	.header_area {
		box-shadow: 0 0px 0px 0px #000000eb inset;
		background-color:#000000;
		 }
	.slider_image {
		margin-top: 72px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.support_sec .heading_all_section {
		width: 100%;
	}
	.ms-slide-info {
		width: 350px !important;
	}
	.slider_text_list_box {
    font-size: 20px;
    line-height: 26px;
   }
	.text_content_slider .text_title {
    font-size: 13px;
    margin: 9px 0;
   }
	.btn_design {
		font-size: 12px;
	}
	.service {
    padding: 30px 0 0;
   }
.all-text-head {
    font-size: 34px;
    line-height: 38px;
}
	.about_list {
    flex-direction: column;
  }
	.about {
		padding: 30px 0;
	}
	.four_sec_head {
		font-size: 22px;
	}
	.contact_sec {
    padding: 30px 0;
   }
	.contact_area {
    margin-top: 24px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
    margin: 0 28px;
   }
	.footer-top .ps-5 {
    padding-left: 13px !important;
    } 
	.footer-bottom-text {
		font-size: 17px;
	}
	.footer-bottom {
    padding: 20px 44px 60px;
   }
	.footer-heading {
    margin-bottom: 24px;
    margin-top: 23px;
     }
	#back_button .btn {
		bottom: 110px;
	}
	.inner_title {
    font-size: 26px;
	margin-bottom: 8px;
	}
	.contact_form {
		padding: 15px;
	}
	.contact_page_info strong {
    font-size: 18px;
  }
	.inner_page_heading {
    font-size: 30px;
    line-height: 30px;
    padding-top: 12px;
}
	.inner_heading_title {
    font-size: 24px;
 
  }
	.inner-contact-heading {
		font-size: 19px;
	}
	#rmp_menu_trigger-380 {
		right: 14%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top_menu, .header_btn ,.primary-navigation {
		display:none;
	}
	.logo {
		margin-top:0;
	}
	.logo img {
		width: 60px 
	}
	.navbar-fixed .bottom_menu .logo img {
		width: 60px; 
	}
	.header_area {
		box-shadow: 0 0px 0px 0px #000000eb inset;
		background-color:#000000;
		 }
	.slider_image {
		margin-top: 72px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.support_sec .heading_all_section {
		width: 100%;
	}
	.ms-slide-info {
		width: 350px !important;
	}
	.slider_text_list_box {
    font-size: 20px;
    line-height: 26px;
   }
	.text_content_slider .text_title {
    font-size: 13px;
    margin: 9px 0;
   }
	.btn_design {
		font-size: 12px;
	}
	.service {
    padding: 30px 0 0;
   }
.all-text-head {
    font-size: 34px;
    line-height: 38px;
}
	.about_list {
    flex-direction: column;
  }
	.about {
		padding: 30px 0;
	}
	.four_sec_head {
		font-size: 22px;
	}
	.contact_sec {
    padding: 30px 0;
   }
	.contact_area {
    margin-top: 24px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
    margin: 0 28px;
   }
	.footer-top .ps-5 {
    padding-left: 13px !important;
    } 
	.footer-bottom-text {
		font-size: 17px;
	}
	.footer-bottom {
    padding: 20px 44px 20px;
    }
	.footer-heading {
    margin-bottom: 24px;
    margin-top: 23px;
     }
	#back_button .btn {
		bottom: 110px;
	}
	.inner_title {
    font-size: 26px;
	margin-bottom: 8px;
	}
	.contact_form {
		padding: 15px;
	}
	.contact_page_info strong {
    font-size: 18px;
  }
	.inner_page_heading {
    font-size: 30px;
    line-height: 30px;
    padding-top: 12px;
}
	.inner_heading_title {
    font-size: 24px;
 
  }
	.inner-contact-heading {
		font-size: 19px;
	}
	#rmp_menu_trigger-380 {
		right: 5%;
	}
	.footer_logo {
    margin-top: 88px;
 }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top_menu, .header_btn ,.primary-navigation {
		display:none;
	}
	.logo {
		margin-top:0;
	}
	.logo img {
		width: 60px 
	}
	.navbar-fixed .bottom_menu .logo img {
		width: 60px; 
	}
	.header_area {
		box-shadow: 0 0px 0px 0px #000000eb inset;
		background-color:#000000;
		 }
	.slider_image {
		margin-top: 72px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.support_sec .heading_all_section {
		width: 100%;
	}
	.ms-slide-info {
		width: 350px !important;
	}
	.slider_text_list_box {
    font-size: 20px;
    line-height: 26px;
   }
	.text_content_slider .text_title {
    font-size: 13px;
    margin: 9px 0;
   }
	.btn_design {
		font-size: 12px;
	}
	.service {
    padding: 30px 0 0;
   }
.all-text-head {
    font-size: 34px;
    line-height: 38px;
}
	.about_list {
    flex-direction: column;
  }
	.about {
		padding: 30px 0;
	}
	.four_sec_head {
		font-size: 19px;
	}
	.four_sec_paragraph {
		font-size: 15px;
	}
	.four_sec_img {
    width: 30%;
  }
	.contact_sec {
    padding: 30px 0;
   }
	.contact_area {
    margin-top: 24px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
    margin: 0 28px;
   }
	.footer-top .ps-5 {
    padding-left: 13px !important;
    } 
	.footer-bottom-text {
		font-size: 17px;
	}
	.footer-bottom {
    padding: 20px 44px 20px;
    }
	.footer-heading {
    margin-bottom: 24px;
    margin-top: 23px;
     }
	#back_button .btn {
		bottom: 110px;
	}
	.inner_title {
    font-size: 30px;
	
	}
	.contact_form {
		padding: 15px;
	}

	.inner_page_heading {
    font-size: 30px;
    line-height: 30px;
    padding-top: 12px;
}
	.inner_heading_title {
    font-size: 24px;
 
  }
	.inner-contact-heading {
		font-size: 19px;
	}
	#rmp_menu_trigger-380 {
		right: 5%;
	}
	.footer_logo {
    margin-top: 88px;
 }
}



/* 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) {
	
	#rmp_menu_trigger-380 {
    right: 11%;
  }
	#back_button .btn {
    bottom: 62px;
}
}


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

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

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

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

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

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


