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

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


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



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

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

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

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

* {
    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 30px;
    display: inline-block;
    background: rgb(43, 153, 74);
    background: linear-gradient(90deg, rgba(43, 153, 74, 1) 0%, rgba(86, 168, 103, 1) 100%);
    color: #ffffff;
    font-size: 17px;
    font-family: 'Inter';
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 500ms ease-in-out !important;
}

.btn_design_1 {
    padding: 8px 30px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Inter';
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 500ms ease-in-out !important;
}

.btn_design_2 {
    padding: 10px 30px;
    display: inline-block;
    background: rgb(31, 133, 195);
    background: linear-gradient(90deg, rgba(31, 133, 195, 1) 0%, rgba(18, 116, 175, 1) 100%);
    color: #ffffff;
    font-size: 17px;
    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;
}

.btn_design_1:hover {
    box-shadow: inset 300px 0 #4aa45e;
    color: #ffffff;
    border-color: #4aa45e;
}

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



.call_1 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.call_1:hover {
    color: #cc8d71;
}

.border_botto {
    border-bottom: 1px solid #e3e2e2;
}

.border_righ {
    border-right: 1px solid #e3e2e2;
}

.text_color_1 {
    color: #008400;
    font-family: 'Lato';
}

.text_color_2 {
    color: #00c000;
    font-family: 'Poppins';
}

/* mouse scroll css */

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


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

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

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

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

.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 {
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    position: relative;
    margin-top: -75px;
    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 {
    border: 2px solid #222d61;
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
}

.contact_cont strong {
    font-size: 18px;
    font-weight: 500;
    color: #322633;
}

.contact_cont strong:hover {
    color: #2d9a4b;
}

.contact_cont {
    color: #222d61;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
}

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

.navigation_menu li a {
    font-size: 18px;
    color: #404040;
    font-family: 'Poppins';
    position: relative;
}

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

.navigation_menu li a.active {
    position: relative;
    color: #0e3f7c;
}

.navigation_menu li a.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0e3f7c;
    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: #0e3f7c;
    bottom: -7px;
    left: 0;
    transition: all 0.2s ease;
}

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

.navigation_menu li a:hover {
    color: #0e3f7c;
}

/* header end  */

/* slider_image start */
.slider_image {
    margin-top: 155px;
    position: relative;
}

.ms-slide-info  {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 900px !important;
}

.ms-nav-prev {
    background-image: url(../images/left-banner-arrow.png) !important;
    width: 42px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
}
.ms-nav-next {
    background-image: url(../images/right-banner-arrow.png) !important;
    width: 42px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
}
.slide_line {
    font-weight: 500;
    font-size: 24px;
}

.slider_h {
    line-height: 54px;
    font-size: 48px;
    position: relative;
    font-family: 'Cabinet Grotesk';
    font-weight: 500;
    margin-bottom: 12px
}

.slider_btn_book a {
    margin-right: 6px;
}


.slider_btn_book .call_now {
    padding: 14px 32px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #8c1d23;
    color: #f4f4f4;
    font-size: 17px;
    font-weight: 600;
    border-radius: 40px;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
}

.slider_btn_book .call_now:hover {
    box-shadow: inset 200px 0 #e9a93b;
    color: #000000;
}

.arrow_left {
    margin-top: 32px;
    position: absolute;
    top: 38%;
    left: 5%;
}

.image_s .header_btn {
    display: inline-block;
}

.image_s {
    position: relative;
}

/* slider_image end */

/* about start */
.about {
    padding: 80px 0;
}

.about_h {
    font-size: 17px;
    font-weight: 500;
    color: #4b4b4b;
}

.about .images_area img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
}

.all_header_about {
    font-size: 40px;
    font-family: 'Cabinet Grotesk';
    font-weight: bold;
    color: #153978;
    line-height: 46px;
    margin-bottom: 6px;
}

.all_text_p {
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 14px;
}

.about_text_h {
    font-size: 20px;
    color: #4b4b4b;
}

.about_text_h ul li {
    font-size: 17px;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.ptext_about {
    color: #56a868;
    font-size: 24px;
    font-family: 'Sriracha';
}

.about .btn_design {
    background: rgb(31, 133, 195);
    background: linear-gradient(90deg, rgba(31, 133, 195, 1) 0%, rgba(18, 116, 175, 1) 100%);
}

/* about end */

/* service start  */
.service {
    background-color: #fbfbfb;
    padding: 80px 0;

}
/* 
.service_box_area {
    background-color: #59a868;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}

.service-text-h {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Cabinet Grotesk';
    font-weight: 500;
}

.service .btn_design_1:hover {
    box-shadow: inset 300px 0 #ffffff;
    color: #000;
    border-color: #ffffff;
}
 */
.service_box{
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding:30px 30px;
	border-radius:5px;
    background-color: #ffffff;
	min-height: 370px;
}

.service_icon_heading{
	color: #153978;
    font-size: 22px;
    font-family: 'Cabinet Grotesk';
    font-weight: bold;
	padding:10px 0px 15px;
}
.service_icon_text {
    font-size: 16px;
	color: #000;
}
.service_icon img{
	width: 80px;
    height: 80px;
    object-fit: contain;
}
/* service end */

/* connection start  */
.connection {
    background: url(../images/bg-image.jpg);
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.connect_botton {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.connection .all_header_about {
    font-weight: 500;
}

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

/* connection end */

/* choose start */
.overview {
    padding: 80px 0;

}

.overview_list_item li {
    list-style: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 14px;
    font-size: 16px;
    color: #4b4b4b;

}

.overview_list_item li:last-child {
    border: none;
}

.overview_list_item strong {
    color: #153978;
    font-size: 24px;
    font-family: 'Cabinet Grotesk';
    font-weight: bold;

}

/* choose end */
/* service start  */
.communities {
    padding: 0px 0 80px
}

.communities .header_about::before {
    background-color: transparent;
}

/* accommodation start  */

.accommodation .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.accommodation .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
    top: 30%;
    transform: translateX(-50%);
}

.accommodation .owl-nav .owl-next {
    position: absolute;
    right: -90px;
    top: 30%;
    transform: translateX(-50%);
}

.accommodation .owl-theme .owl-dots .owl-dot.active span {
    background: #036ab1;
}

.accommodation .owl-theme .owl-dots .owl-dot span {
    background: #7cb0d3;
    margin: 5px 6px;
    margin-top: 25px;
}

.accomm_text_h {
    font-size: 26px;
    color: #153978;
    line-height: 32px;
    margin: 26px 0 5px;
    font-family: 'Cabinet Grotesk';
    font-weight: 500;
}

.item {
    margin: 20px 10px;
    border-radius: 5px;
    overflow: hidden;
}

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

/* service end */
/* comfort-care start */
.comfort-care{
	padding: 0px 0 70px;
	    
}

/* comfort-care end */

/* Offer start */

.Offer{
	padding: 70px 0;
}

.al-list-icon li{
	list-style: none;
    background-image: url(../images/done.png);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 33px;
    background-size: 29px;
    background-position: left 7px;
    font-size: 16px
}
.al-list-icon{
	padding:0px;
	margin:0px;
	margin-bottom: 16px;
}
/* Offer end */

/* contact-home start  */

.contact-home {
    background: url(../images/bg-image2.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode:hard-light;
    background-color: rgba(12, 62, 128, 1);
}
.connect_botton {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.contact-home .all_header_about {
    font-weight: 500;
}


.form-control {
    background-color: #ffffff !important;
    border: 2px solid #59a868 !important;
    padding: 14px 20px;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 17px;
}
textarea.form-control {
    resize: none;
    height: 100px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    /* border: 2px solid #f1a352!important; */
    box-shadow: none !important;
}
input[type="submit"] {
    text-transform: capitalize;
    color: #ffffff;
    background: rgb(43,153,74);
    background: linear-gradient(90deg, rgba(43,153,74,1) 0%, rgba(86,168,103,1) 100%);
    display: block;
    border-radius: 5px;
    padding: 17px 54px;
    font-size: 17px;
}
.wpcf7-spinner {
    display: none;
}

/* contact-home end */

/* testimonial start  */
.testimonial{
    padding: 80px 0;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
    border-radius: 0%;
}
#sp-testimonial-free-wrapper-44 .sp-testimonial-free {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 40px 20px 20px;
    border-radius: 5px;
   
}
#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section {
    margin: 0 35px;
    padding: 0 13px !important;
    margin-bottom: 30px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: left;
    font-size: 17px;
    margin-top: 62px;
    border-top: 1px solid #cecece;
    padding: 20px 0 0 0;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
    text-align: left;
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    top: 45px;
}
.sp-testimonial-free-section .sp-testimonial-client-designation {
    text-align: left;
    font-size: 17px;
    top: 73px;
    position: absolute;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    margin: 0 0 22px 0;
    position: absolute;
    right: 28px;
    top: 50px;
 
}
.sp-testimonial-free-section .testimonial-nav-arrow {
    width: 36px;
    height:36px;
    border-radius: 50%;
}
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
    margin: 6px;
    width: 11px;
    height: 11px;
}
/* testimonial end */
/* footer start  */

.footer{position: relative;background-color: #0c3e80; color: #ffffff;}
.footer_top{padding: 40px 0;position: relative;}
.text_footer_text { padding-right: 57px;font-size: 16px;}
.footer .footer_heading{position: relative; color: #59a868;margin-bottom: 22px;font-weight: 600;font-size: 28px;margin-top: 0px;font-weight: 600;}
.footer .footer_heading::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #c0c0c0;
}
.footer .link{padding: 0;}
.footer .link li{list-style: none;margin-bottom: 7px; background-image: url(../images/footer-list-img.png);background-repeat: no-repeat;background-position: left;background-position-x: 0;padding-left: 18px;}
.footer .link li:hover a{color: #59a868;}
.footer .link li a{color: #ffffff; font-size: 18px;}
.footer .address{padding: 0;}
.footer .address .address_content{list-style: none;margin-bottom: 14px; color: #ffffff;font-size: 18px;font-weight: 500; display: flex; }
.footer .address .address_content .o-call{color: #ffffff; font-size: 18px;font-weight: 500;}
.footer .address .address_content .o-call:hover,
.footer .footer_bottom a:hover ,
.footer .address .address_content .email_c:hover,
.footer .address .address_content .tel-call:hover
{color: #59a868;}

.footer .address .address_content .tel-call,
.footer .address .address_content .email_c{color: #ffffff; font-size: 18px;font-weight: 500;}
.footer .address .address_content .text_img{width: 30px;margin-right: 3px;}
.footer .address .address_content i{font-size: 20px;}
.footer .footer_bottom span{color: #ffffff; text-align: center;display: block;font-size: 17px;padding: 20px 0;}
.footer .footer_bottom a{color: #ffffff;}
.border_footer{border-left: 1px solid #869fc0;padding-left: 60px;}
.f-botom-b{border-top:1px solid #869fc0;}
.footer_text{margin-bottom: 30px;}
.text_img img{width: 20px;}
.social_link { margin-top: 24px;}
.follow_items {
    font-size: 24px;
    font-weight: 600;
}


/* footer end */

/* contact page start  */
.contact_left {
    padding-top: 20px;
}
.contact_right {
    background: #0c3e80;
  box-shadow: 0px 0px 10px 0px rgba(12, 62, 128, 0.4);
    border-radius: 20px;
    padding: 20px;
}
.inner_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: #242424;
    margin-top: 20px;
}
.contact_right .inner_title {
    color: #ffffff;
}
.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: 24px;
}
.contact_page_info a {
    color: #202a44;
    font-size: 16px;
}
.map {
    margin-top: 45px;
}
/* contact page end */
/* blog start  */

.more-link {
    background: rgb(43, 153, 74);
    background: linear-gradient(90deg, rgba(43, 153, 74, 1) 0%, rgba(86, 168, 103, 1) 100%);
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    margin-top: 20px;
    width: 178px;
    padding: 12px 0 12px 15px;
    border-radius: 30px;
}

/* blog end */

.error_container {
    display: flex;
    min-height: 100vh;
   align-items: center;
    text-align: center;
       }
       
#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: #59a868;
    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_page_heading {
    font-size: 35px;
    font-family: 'Cabinet Grotesk';
    font-weight: bold;
    color: #153978;
    text-transform: capitalize;
    line-height: 43px;
    margin-bottom: 14px;
}

.inner_page_subhead{
    font-size: 25px;
	font-family: 'Cabinet Grotesk';
    font-weight: bold;
    color: #153978;
    text-transform: capitalize;
	margin-bottom: 6px;
}
.inner_page_text {
    margin-bottom: 10px;
	font-size:17px;
}
.inner_page_heading strong {
    color: #59a868;
    font-family: 'Cabinet Grotesk';
    font-weight: 600;
}
.inner-page ul li {
    list-style: none;
    background-image: url(../images/done.png);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 33px;
    background-size: 29px;
    background-position: left 7px;
    font-size: 16px;
}
.inner-page ul {
    padding: 0;
    margin: 6px 0;
}
.inner-page-contact {
       padding: 30px 40px;
    background-color: #59a868;
    text-align: center;
}
.inner-contact-heading {
    font-size: 26px;
    color: #ffffff;
    font-family: 'Rubik';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.omsc-accordion {
    border: 1px solid #59a868a6 !important;
    border-top-color: rgba(0,0,0,0.10);
}
.omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: #59a868 !important;
	color:#ffffff !important;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title:after{
	color:#ffffff !important;
}
.omsc-toggle-title {
	color:#153978 !important;
}
.omsc-toggle-title:after{
	color:#153978 !important;
}

/* feature start  */
.feature_box{
	border:1px solid #59a868;
	background-color:#0c3e80;
	padding: 6px 10px;
    min-height: 100%;
	display: grid;
    align-items: center;
	border-radius: 5px
}
.properties_box {
     padding: 10px 10px;
    border-radius: 10px;
    background-color: #59a868;
	    min-height: 100%;
}
.properties_box_image img {
    border-radius: 10px;
}
.properties_box_text {
    font-size: 20px;
    font-weight: 600;
	 padding: 20px 10px;
	 color: #ffffff;
}

/* feature end */

/* 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: #1983c1;
    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: #56a868;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}




/* responsive start */

@media only screen and (max-width : 320px) {
	.top_menu {display: none;}
	.ndis-logo-footer{display:none;}
	.primary-navigation { padding-top: 0;}
	.ms-slide-info {width:328px !important; text-align:left;}
	.slider_h {line-height: 33px; font-size: 28px; margin: 5px 0;}
	.slide_line {font-size: 15px;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.logo {margin-top: 0;}
	.logo img {width: 72px;}
	.navbar-fixed .bottom_menu .logo img {width: 72px;}
	.slider_image {margin-top: 87px;}
	.owl-theme .owl-nav [class*='owl-'] {display: none !important;}
	.slider_btn_book .btn_design {padding: 10px 15px;font-size: 14px;}
	.slider_btn_book .btn_design_1 {padding: 7px 15px;font-size: 14px;}
	.about {padding: 30px 0;}
	.all_header_about { font-size: 27px; line-height: 27px;}
	.comfort-care { padding: 0px 0 30px;}
	.service {padding: 30px 0;}
	.service .w-50 { width: 100%!important;}
	.service_box { margin-bottom: 20px;}
	.service .header_btn.mt-5 { margin-top: 1rem!important;}
	.Offer {padding: 30px 0;}
	.connection {padding: 20px 0;}
	.btn_design_2 {padding: 10px 13px;font-size: 15px;}
	.btn_design{padding: 10px 13px;font-size: 15px;}
	.connection .w-75 {width: 100% !important;}
	.overview { padding: 30px 0;}
	.communities .w-50 { width: 100%!important;}
	.communities { padding: 0px 0 30px;}
	.communities .header_btn {margin: 0 auto;text-align: center;}
	.contact-home .w-50 { width: 100%!important;}
	.connect_botton.w-75 { width: 100% !important;}
	.connect_botton input[type="submit"] { padding: 14px 54px; font-size: 15px;width: 100%;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section {margin: 0 0px;}
	.testimonial .w-50 { width: 100%!important;}
	.testimonial { padding: 30px 0;}
	.border_footer { border-left: 1px solid transparent; padding-left: 14px;}
	.footer .footer_heading { margin-bottom: 12px; font-size: 26px; margin-top: 12px;}
	.inner_page_text { font-size: 16px;}
	.footer .footer_bottom span { padding-bottom: 75px;}
	#back_button .btn {bottom:59px;}
	.inner_page_heading { font-size: 27px;line-height: 30px;padding-top:20px;}
	.inner_title {font-size: 27px;}
	.contact_right { margin-top: 27px;}
	.contact_page_info { margin-top: 10px;}
	.contact_right input[type="submit"] { padding: 13px 54px; width: 100%;}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top_menu {display: none;}
	.ndis-logo-footer{display:none;}
	.primary-navigation { padding-top: 0;}
	.ms-slide-info {width:328px !important; text-align:left;}
	.slider_h {line-height: 33px; font-size: 28px; margin: 5px 0;}
	.slide_line {font-size: 15px;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.banner-img {
  width: 100px;
  height: 100px;
}
	.logo {margin-top: 0;}
	.logo img {width: 72px;}
	.navbar-fixed .bottom_menu .logo img {width: 72px;}
	.slider_image {margin-top: 87px;}
	.owl-theme .owl-nav [class*='owl-'] {display: none !important;}
	.slider_btn_book .btn_design {padding: 10px 15px;font-size: 14px;}
	.slider_btn_book .btn_design_1 {padding: 7px 15px;font-size: 14px;}
	.about {padding: 30px 0;}
	.all_header_about { font-size: 27px; line-height: 27px;}
	.comfort-care { padding: 0px 0 30px;}
	.service {padding: 30px 0;}
	.service .w-50 { width: 100%!important;}
	.service_box { margin-bottom: 20px;}
	.service .header_btn.mt-5 { margin-top: 1rem!important;}
	.Offer {padding: 30px 0;}
	.connection {padding: 20px 0;}
	.btn_design_2 {padding: 10px 13px;font-size: 15px;}
	.btn_design{padding: 10px 13px;font-size: 15px;}
	.connection .w-75 {width: 100% !important;}
	.overview { padding: 30px 0;}
	.communities .w-50 { width: 100%!important;}
	.communities { padding: 0px 0 30px;}
	.communities .header_btn {margin: 0 auto;text-align: center;}
	.contact-home .w-50 { width: 100%!important;}
	.connect_botton.w-75 { width: 100% !important;}
	.connect_botton input[type="submit"] { padding: 14px 54px; font-size: 15px;width: 100%;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section {margin: 0 0px;}
	.testimonial .w-50 { width: 100%!important;}
	.testimonial { padding: 30px 0;}
	.border_footer { border-left: 1px solid transparent; padding-left: 14px;}
	.footer .footer_heading { margin-bottom: 12px; font-size: 26px; margin-top: 12px;}
	.inner_page_text { font-size: 16px;}
	.footer .footer_bottom span { padding-bottom: 75px;}
	#back_button .btn {bottom:59px;}
	.inner_page_heading { font-size: 27px;line-height: 30px;}
	.inner_page_heading { font-size: 27px;line-height: 30px;padding-top:20px;}
	.inner_title {font-size: 27px;}
	.contact_right { margin-top: 27px;}
	.contact_page_info { margin-top: 10px;}
	.contact_right input[type="submit"] { padding: 13px 54px; width: 100%;}
}



@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top_menu {display: none;}
	.ndis-logo-footer{display:none;}
	.primary-navigation { padding-top: 0;}
	.ms-slide-info {width:328px !important; text-align:center;}
	.slider_h {line-height: 33px; font-size: 28px; margin: 5px 0;}
	.slide_line {font-size: 15px;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.logo {margin-top: 0;}
	.logo img {width: 72px;}
	.navbar-fixed .bottom_menu .logo img {width: 72px;}
	.slider_image {margin-top: 87px;}
	.owl-theme .owl-nav [class*='owl-'] {display: none !important;}
	.slider_btn_book .btn_design {padding: 10px 15px;font-size: 14px;}
	.slider_btn_book .btn_design_1 {padding: 7px 15px;font-size: 14px;}
	.about {padding: 30px 0;}
	#rmp_menu_trigger-158 {right: 14%;}
	.all_header_about { font-size: 27px; line-height: 27px;}
	.comfort-care { padding: 0px 0 30px;}
	.service {padding: 30px 0;}
	.service .w-50 { width: 100%!important;}
	.service_box { margin-bottom: 20px;}
	.service .header_btn.mt-5 { margin-top: 1rem!important;}
	.Offer {padding: 30px 0;}
	.connection {padding: 20px 0;}
	.btn_design_2 {padding: 10px 13px;font-size: 15px;}
	.btn_design{padding: 10px 13px;font-size: 15px;}
	.connection .w-75 {width: 100% !important;}
	.overview { padding: 30px 0;}
	.communities .w-50 { width: 100%!important;}
	.communities { padding: 0px 0 30px;}
	.communities .header_btn {margin: 0 auto;text-align: center;}
	.contact-home .w-50 { width: 100%!important;}
	.connect_botton.w-75 { width: 100% !important;}
	.connect_botton input[type="submit"] { padding: 14px 54px; font-size: 15px;width: 100%;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section {margin: 0 0px;}
	.testimonial .w-50 { width: 100%!important;}
	.testimonial { padding: 30px 0;}
	.border_footer { border-left: 1px solid transparent; padding-left: 14px;}
	.footer .footer_heading { margin-bottom: 12px; font-size: 26px; margin-top: 12px;}
	.inner_page_text { font-size: 16px;}
	.footer .footer_bottom span { padding-bottom: 75px;}
	#back_button .btn {bottom:59px;}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {display:none;}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {display:none;}
	.contact_right { margin-top: 27px;}
	.contact_right input[type="submit"] { padding: 13px 54px; width: 100%;}
	.inner_page_heading { padding-top: 20px;}
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top_menu {display: none;}
	.ndis-logo-footer{display:none;}
	.primary-navigation { padding-top: 0;}
	.ms-slide-info {width:500px !important; text-align:center;}
	.slider_h {line-height: 34px; font-size: 37px; margin: 8px 0;}
	.slide_line {font-size: 22px;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.logo {margin-top: 0;}
	.logo img {width: 72px;}
	.navbar-fixed .bottom_menu .logo img {width: 72px;}
	.slider_image {margin-top: 87px;}
	.owl-theme .owl-nav [class*='owl-'] {display: none !important;}
	.slider_btn_book .btn_design {padding: 10px 15px;font-size: 20px;}
	.slider_btn_book .btn_design_1 {padding: 7px 15px;font-size: 20px;}
	.about {padding: 30px 0;}
	#rmp_menu_trigger-158 {right: 5%;}
	.all_header_about { font-size: 27px; line-height: 27px;}
	.comfort-care { padding: 0px 0 30px;}
	.service {padding: 30px 0;}
	.service .w-50 { width: 100%!important;}
	.service_box { margin-bottom: 20px;}
	.service .header_btn.mt-5 { margin-top: 1rem!important;}
	.Offer {padding: 30px 0;}
	.connection {padding: 20px 0;}
	.btn_design_2 {padding: 10px 13px;font-size: 15px;}
	.btn_design{padding: 10px 13px;font-size: 15px;}
	.connection .w-75 {width: 100% !important;}
	.overview { padding: 30px 0;}
	.communities .w-50 { width: 100%!important;}
	.communities { padding: 0px 0 30px;}
	.contact-home .w-50 { width: 100%!important;}
	.connect_botton.w-75 { width: 100% !important;}
	.connect_botton input[type="submit"] { padding: 14px 54px; font-size: 15px;width: 100%;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section {margin: 0 0px;}
	.testimonial .w-50 { width: 100%!important;}
	.testimonial { padding: 30px 0;}
	.border_footer { border-left: 1px solid transparent; padding-left: 14px;}
	.footer .footer_heading { margin-bottom: 12px; font-size: 26px; margin-top: 12px;}
	.inner_page_text { font-size: 16px;}
	#back_button .btn {bottom:59px;}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {display:none;}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {display:none;}
	.contact_right input[type="submit"] { padding: 13px 54px; width: 100%;}
	.inner_page_heading { padding-top: 20px;}
	.inner_title {font-size: 28px;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free {margin: 20px 70px;padding: 50px 20px 33px;}
	.sp-testimonial-free-section .sp-testimonial-client-image { right: 90px;}

 
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top_menu {display: none;}
	.ndis-logo-footer{display:none;}
	.primary-navigation { padding-top: 0;}
	
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.logo {margin-top: 0;}
	.logo img {width: 72px;}
	.navbar-fixed .bottom_menu .logo img {width: 72px;}
	.slider_image {margin-top: 87px;}
	.owl-theme .owl-nav [class*='owl-'] {display: none !important;}
	.slider_btn_book .btn_design {padding: 10px 15px;font-size: 20px;}
	.slider_btn_book .btn_design_1 {padding: 7px 15px;font-size: 20px;}
	.about {padding: 30px 0;}
	#rmp_menu_trigger-158 {right: 5%;}
	.all_header_about { font-size: 27px; line-height: 27px;}
	.comfort-care { padding: 0px 0 30px;}
	.service {padding: 30px 0;}
	.service .w-50 { width: 100%!important;}
	.service_box { margin-bottom: 20px;}
	.service .header_btn.mt-5 { margin-top: 1rem!important;}
	.Offer {padding: 30px 0;}
	.connection {padding: 20px 0;}
	.btn_design_2 {padding: 10px 13px;font-size: 15px;}
	.btn_design{padding: 10px 13px;font-size: 15px;}
	.connection .w-75 {width: 100% !important;}
	.overview { padding: 30px 0;}
	.communities .w-50 { width: 100%!important;}
	.communities { padding: 0px 0 30px;}
	.communities .header_btn {margin: 0 auto;text-align: center;}
	.contact-home .w-50 { width: 100%!important;}
	.connect_botton.w-75 { width: 100% !important;}
	.connect_botton input[type="submit"] { padding: 14px 54px; font-size: 15px;width: 100%;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section {margin: 0 0px;}
	.testimonial .w-50 { width: 100%!important;}
	.testimonial { padding: 30px 0;}
	.border_footer { border-left: 1px solid transparent; padding-left: 14px;}
	.footer .footer_heading { margin-bottom: 12px; font-size: 26px; margin-top: 12px;}
	.inner_page_text { font-size: 16px;}
    .service_icon_heading {font-size: 17px;}
	.service_icon_text {font-size: 14px;}
	#back_button .btn {bottom:59px;}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {display:none;}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {display:none;}
	.contact_right { margin-top: 27px;}
	.contact_right input[type="submit"] { padding: 13px 54px; width: 100%;}
	.inner_page_heading { padding-top: 20px;}
	.primary-navigation .nav-menu {display:none;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free { margin: 11px 148px; padding: 66px 20px 27px;}
	.sp-testimonial-free-section .sp-testimonial-client-image { right: 183px;}
		.ms-slide-info {
    width: 500px !important;
    text-align: center;
}
	.slider_h {
    line-height: 34px;
    font-size: 37px;
    margin: 8px 0;
}
	.slide_line {font-size: 22px;}
}


/* 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-158 { right: 11%;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free { margin: 11px 50px;padding: 66px 20px 27px;}
	.sp-testimonial-free-section .sp-testimonial-client-image {right: 76px;}
}





/* 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) {
	.top_menu {display: none;}
	.ndis-logo-footer{display:none;}
	.primary-navigation { padding-top: 0;}
	.primary-navigation .nav-menu { display: none;}
	#sp-testimonial-free-wrapper-44 .sp-testimonial-free { margin: 11px 50px; padding: 66px 20px 27px;}
}

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

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

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

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

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




/* responaive end */


