<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
/* Font family */
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400&amp;family=Mrs+Saint+Delafield&amp;display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;    
    color: #000;
    font-family: 'Averia Serif Libre', cursive;
    font-family: 'Mrs Saint Delafield', cursive;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #f6f6f6;
}
h1{
    font-weight: bold;
    font-size: 3.6rem;
    font-family: "Averia Serif Libre";
    color: #ebebeb;
    line-height: 1.2; 
}
h2{
    font-size: 2.8rem;
	font-family: "Averia Serif Libre";
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}
h3{
    font-size: 2.2rem;
	font-family: "Averia Serif Libre";
    color: #000;
    line-height: 1.2;
}
h4{ 
    font-size:2.0rem;
    color: #000;
    line-height: 1.2;
}
h1, h2{    
    font-family: 'Averia Serif Libre', cursive;
}
p{
    font-size: 1.6rem;
    color: #000;
}
a{
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color:#000;
}
a:hover , .nav-link:focus, .nav-link:hover{
    color:#2aa2b4;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}

@media (min-width: 768px){
    h1{
        font-size: 5.2rem;
    }
    h2{
        font-size: 3rem;
    }
    h3{
        font-size: 2.8rem;
    }
}
@media (min-width: 1200px){
    h1{
        font-size: 7.4rem;
    }
    h2{
        font-size: 3.2rem;
    }
}

/* Btn */
.btn,
body header #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.btn-header &gt; a.mega-menu-link,
body.page form.wpcf7-form .wpcf7-submit{
    font-size: 1.6rem;
    color: #ededed;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    border-radius: 40px;
    background-color: #2aa2b4;
    border: 1px solid #2aa2b4;
    padding: 16px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
body header #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.btn-header &gt; a.mega-menu-link:hover,
body.page form.wpcf7-form .wpcf7-submit:hover{    
    background-color: #fff;
    color:#2aa2b4;
}
.btn-black , .site-main .comment-list .reply a {
    font-size: 18px;
    color: #ededed;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2;
    border-radius: 40px;
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.btn-black:hover , .site-main .comment-list .reply a:hover{    
    background-color: #fff;
    color:#000;
}
.link-btn{    
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.spacer{
    padding: 50px 0;
}
.spacer-top{
    padding-top: 50px;
}
.spacer-bottom{
    padding-bottom: 50px;
}

@media (min-width: 1200px){
    .spacer{
        padding: 120px 0;
    }
    .spacer-top{
        padding-top: 120px;
    }
    .spacer-bottom{
        padding-bottom: 120px;
    }  
}
@media (min-width: 768px){
    .spacer{
        padding: 80px 0;
    }
    .spacer-top{
        padding-top: 80px;
    }
    .spacer-bottom{
        padding-bottom: 80px;
    }  
}
@media (max-width: 767px){
    .granite-card .granite-content .btn-area {
        margin-top: 16px;
    }
}

.spacer + #Monuments{
    padding-top: 0;
}


/* Heading area */
.heading-area {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.heading-area .default-content {
    padding: 0 15px;
}

.heading-area .default-content p {
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #8e5047;
    font-weight: 600;
}
.heading-area.no-border:before , .heading-area.no-border:after {
    display: none;
}
.heading-area.sm-b-space{
    margin-bottom: 50px;
}
@media (min-width: 768px){
    .heading-area {
        margin-bottom: 50px;
    }
    .heading-area .default-content {
        padding: 0 20px;
        display: block;
        white-space: nowrap;
    }
    .heading-area {
        text-align: center;
        display: flex;
        align-items: end;
        justify-content: center;
        position: relative;
        margin-bottom: 30px;
    }

    .heading-area:before, .heading-area:after {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='432.095px' height='7.095px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(139, 75, 66)' stroke-width='0.73px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(139, 75, 66)' d='M0.365,5.447 L294.444,1.284 L431.365,1.284 L137.286,5.447 L0.365,5.447 Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        
        background-position: center;
        background-size: 100%;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px){
    .heading-area .default-content {
        padding: 0 50px;
    }
    .heading-area {
        margin-bottom: 80px;
    }   
}
/* Heading area end */


/* Header css  */
header{
    background-color: #eeeeee;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.4);
    padding: 20px 0
}
header .navbar {
    padding: 0;
}

header .container {
    align-items: center;
}

header .navbar-nav li {
    padding: 5px;
}

header .navbar-nav li a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

header .navbar-nav  .btn-header a{ 
    padding: 10px 15px !important;
    color: #fff;
}

header .navbar-nav  .btn-header a:hover{
    color:#2aa2b4;
}
.navbar-toggler:focus{    
    box-shadow: none;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238e5047' class='bi bi-filter-right' viewBox='0 0 16 16'%3E%3Cpath d='M14 10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5z'%3E%3C/path%3E%3C/svg%3E");
    width: 43px;
    height: 42px;
}

/* Megamenu plugins css */
.navbar-toggler {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link {
    /* padding: 0px 20px 0px 20px; */
    height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    /* background: transparent;
    color: #2aa2b4; */
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item &gt; a.mega-menu-link {
    /* color: #000; */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
    /* background: transparent; */
    /* color: #2aa2b4; */
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator:after {
    content: "\f347";
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu{
    box-shadow: 0px 50px 43px -40px rgb(0 0 0 / 40%);
    top: 73px;
    width: 120%;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link{
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link , 
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover ,
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link{
    font-weight: 600;
}
@media (max-width: 1199px){
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
        content: "\f343";
    }
    #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu{
        box-shadow: none;
        width: 100%;
        background: transparent;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        top: 76px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column {
        margin-bottom: 10px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: auto;
        height: auto;
        display: inline-block;
        position: relative;
        outline: 0;
        border: none;
        padding: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
        padding: 0;
        border: none;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
        right: 0;
    }
}
@media (max-width: 767px){
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        top: 62px;
    }
}
/* Megamenu plugins css end */


@media (min-width: 1200px){
    header .navbar-nav li a {
        font-size: 24px;
    }
    header .navbar-nav li {
        padding: 0 15px;
    }
    header .navbar-nav {
        align-items: center;
    }
    header .navbar-collapse{
        
    }
}

@media (max-width: 1199px){
    
    header .navbar-collapse {
        position: absolute;
        top: 0;
        bottom: auto;
        background: #eee;
        z-index: 9;
        width: 100%;
        left: 0;
        margin-top: 90px;
        padding: 30px 35px;
        z-index: 99;
    }
}
@media (max-width: 767px){
    .navbar-brand{
        width: 70%;
    }
    header .navbar-collapse {
        margin-top: 69px;
        padding: 20px 10px;
    }
}
/* Header css end  */


/* Footer */
footer{
    padding: 140px 0 20px;
}
footer .footer-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}



.footer-link {
    margin: 50px 0 10px;
}

.footer-link ul li {
    display: inline-block;
    margin: 0 8px;
}

.footer-link ul li a{
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer-link ul li a:hover{
    color: #2aa2b4;
}
.copyright-content p {
}

@media (max-width: 767px){
    footer {
        padding: 50px 0 20px;
    }
    .footer-logo img {
        width: 180px;
    }
}
/* Footer end */

/* Hero section */
.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.overlay-area:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
.overlay-area .container {
    position: relative;
    z-index: 9;
}
/* Hero section end */

/* banner contnet */
.banner-content{
    text-align: center;

}

.banner-content h2 {
  font-size: 24px;
  color: #ebebeb;
  font-weight: bold;
  line-height: 1.2;

}

.banner-content h1 {
  font-size: 48px;
  color: rgb(235, 235, 235);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}


.banner-content h3 {
  font-family: 'Mrs Saint Delafield', cursive;
  color: rgb(235, 235, 235);
  line-height: 1.2;
  font-size: 50px;
  margin-top: -20px;
}
.banner-content .btn-area {
    margin-top: 50px;
}
.banner-content .btn-area a {
    min-width: 270px;
}
@media (min-width: 768px){
    .banner-content h2 {
        font-size: 30px;
    }
    .banner-content h1 {
        font-size: 5.2rem;
        letter-spacing: 2px;
    }
    .banner-content h3 {
        font-size: 6.0rem;
    }
    .banner-content .btn-area  {
        margin-top: 100px;
    }
}
@media (min-width: 991px){    
    .banner-content h1 {
        font-size: 7.0rem;
    }
    .banner-content h3 {
        font-size: 95px;
    }
    .banner-content .btn-area {
        margin-top: 60px;
    }
}

@media (min-width: 1200px){  
    .banner-content h2{
        font-size: 36px;
    }
    .banner-content .btn-area {
        margin-top: 60px;
    }
}
/* banner contnet end*/


/* Service */
.granite-row &gt; div {
    margin-bottom: 30px;
}
.granite-card {
    position: relative;
    text-align: center;
}

.granite-card .granite-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.granite-card .granite-content {
    margin-top: 30px;
}

.granite-card .granite-content h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
}

.granite-card .granite-content p {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.granite-card .granite-content .btn-area {
    margin-top: 25px;
}


.granite-card .granite-content .btn-area .btn {
    font-size: 16px;
}
@media (min-width: 992px){
    .row.granite-row {
        margin-top: calc(-1 * 50px);
        margin-right: calc(-.5 * 50px);
        margin-left: calc(-.5 * 50px);
    }
    .granite-row &gt; div {
        padding-right: calc(50px * .5);
        padding-left: calc(50px * .5);
        margin-top: 50px;
    }    
}
@media (max-width: 767px){
    .granite-card .granite-content {
        margin-top: 20px;
    }
}
/* Service end */

/* Feature seciton */
.feature-section {
    background: #ececec;
}

.feature-card h2 {
    font-size: 2.0rem;
    color: #8e5047;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}

.feature-card {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

.feature-card p {
    color: #9a9a9a;
    font-family: 'Averia Serif Libre', cursive;
    /* font-size: 2.8rem; */
}

.feature-row{
    /* margin-top: -130px; */
}
.feature-row &gt; div {
    margin-bottom: 30px;
}
@media (min-width: 767px){
    .feature-row &gt; div {
        margin-bottom: 80px;
    }
    
}
@media (min-width: 1200px){
    .feature-row &gt; div {
        margin-bottom:60px;
    }
    .feature-card p {
        font-size: 2rem;
    }
    .feature-card h2 {
        font-size: 2.2rem;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .feature-section .default-content {
        min-width: 450px;
        white-space: normal;
    }
}
@media (max-width: 767px){
    .feature-row &gt; div:last-child{
        margin-bottom: 0;
    }
}
/* Feature seciton end */

/* Services section */
.services-section{
    overflow: hidden;
    position: relative;
}
.service-card {
    position: relative;
    display: block;
}

.service-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.service-card .service-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.service-card .service-content h2 {
    color: #f5f5f5;
}

@media (max-width: 991px){
    .service-card .service-content h2{
        letter-spacing: 2px;
    }
    .service-card .service-content {
        bottom: 20px;
        left: 20px;
    }
}
/* Services section end */



/* Services page */
/* Inner banner */
.overlay-area{
    position: relative;
}
.innerbanner-section {
    padding: 60px 0;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerbanner-section .btn-area {
    margin-top: 30px;
}
@media (min-width: 768px){
    .innerbanner-section {
        min-height: 500px;
    }
}
@media (min-width: 992px){
    .innerbanner-section {
        min-height: 720px;
    }
    .innerbanner-section .btn-area {
        margin-top: 130px;
    }
}
/* Inner banner end*/
/* Feature inner page section */
.feature-images img {
    width: 100%;
}

.feature-images {
    position: relative;
}
.feature-info-section .default-content h2 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    letter-spacing: 0;
}

.feature-info-section .default-content h3 {font-weight: 400;margin-bottom: 20px;}

.feature-info-section .default-content p {
    font-weight: 400;
    line-height: 1.4;
}

.feature-info-section .row {
    margin-bottom: 80px;
}

.feature-info-section .row:last-child {
    margin-bottom: 0;
}
@media (min-width: 1400px){
    .feature-info-section .container{
        max-width: 1200px;
    }
}
@media (max-width: 767px){
    .feature-images{
        margin-bottom: 30px;
    }
    .feature-info-section .row {
        margin-bottom: 30px;
    }    
}
/* Feature inner page section end */
/* Services page end*/


/* Single services */
.theme-tabs .nav-tabs {
    border: none;
    /* justify-content: space-between; */
    margin-bottom: 80px;
    gap: 20px;
}

.theme-tabs .nav-tabs button {
    border: none;
    background: #000;
    border-radius: 40px;
    color: #eee;
    padding: 15px 26px;
    flex: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    max-width: 200px;
}

.product-description h2 {
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.product-description h3 {
    margin-bottom: 20px;
    font-weight: 400;
}


.product-description {
    /* max-width: 500px; */
}
.product-description p {
    line-height: 1.4;
}
.tabs-wrapp .default-content {
    max-width: 950px;
    text-align: center;
    margin: 50px auto;
}

.tabs-wrapp .default-content .btn-area {
    margin-top: 30px;
}

 .btn-area .contact_or_call {
    margin-left: 40px; 
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}
.pricing_notes h2 {
    text-align: left;
    margin-bottom: 30px;
}
.pricing_details_container {
    margin-top: 60px;
}

.pricing_details_container .btn-area {
    text-align: center;
}

/*** 24-11-2023 ***/
.membership-section .default-content {
    margin-top: 0 !important;
}
.membership-section {
    background: #2aa2b4;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
}
.membership-section .default-content .pricing_notes {
    color: #fff;
}
.membership-section .btn-area .link-btn:hover{
    color: #fff;
}

@media (min-width: 1200px){

    .product-description h2 {
        font-size: 3rem;
    }
    
    .product-description h3 {
        font-size: 2.4rem;
    }
}
@media (max-width: 991px){
    .theme-tabs .nav-tabs{
        justify-content: center;
    }
    .tabs-wrapp .default-content {
        margin: 50px auto 30px;
    }
}
@media (max-width: 767px){
    .theme-tabs .nav-tabs {
        gap: 10px;
    }
    .theme-tabs .nav-tabs button {
        padding: 15px;
        font-size: 14px;
    }
    .mb-dropdown {
        margin-bottom: 30px;
        border: none;
    }
    
    .mb-dropdown .btn {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    
    .mb-dropdown .dropdown-menu .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        border: none;
        background: #ffff;
        font-size: 16px;
        color: #000;
        padding: 5px 24px;
    }
    
    .mb-dropdown .dropdown-menu {
        width: 90%;
    }
    .product-description{
        margin-top: 30px;
    }
    .pricing_notes h2 {
        margin-bottom: 10px;
    }
    .btn-area .contact_or_call{
        display: block;
        margin: 20px auto 0;
    }
}
/* Single services end */

/* Contact page */
.info-card li {
    margin-bottom: 30px;
}

.info-card li .media {
    display: flex;
    align-items: flex-start;
}

.info-card li .media img {
    width: 48px;
    margin-right: 25px;
}

.info-card li:last-child {
    margin-bottom: 0;
}

.info-card li .media-body p {
    margin-bottom: 0;
}

.info-card li .media-body h2 {
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 0;
}
.contactinfo-section .container {
    max-width: 1140px;
}
form label {
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}
body.page form.wpcf7-form input ,body.page form.wpcf7-form textarea, body.page form.wpcf7-form select {
    padding: 15px;
    border-color: #ececec;
    font-size: 16px;
}

form.wpcf7-form .form-wrap {
    margin-bottom: 20px;
}
body.page form.wpcf7-form textarea {
    min-height: 100px !important;
    height: 100px;
}
body.page form.wpcf7-form .wpcf7-submit {
    width: auto;
    min-width: 140px;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #8d5047;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(141 79 70 / 25%);
}
.card-map iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.card-map {
    padding: 10px 10px 4px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
}

.info_tabs_container {
    margin-top: 50px;
}
.info_tabs_container .nav li {
    flex: 1;
    border: none;
    position: relative;
    background: transparent;
}

.info_tabs_container .tab-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 0 0 20px 20px;
}

.info_tabs_container .nav li button {
    font-size: 18px;
    color: rgb(0, 0, 0);
    display: block;
    background: transparent;
    border: none;
    /* border-radius: 20px 20px 0 0; */
    width: 100%;
    text-align: left;
    padding: 15px 30px;
}

.info_tabs_container .nav {
    border: none;
    background: #e5e5e5;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.info_tabs_container .nav li:nth-child(2) {
    background: #e5e5e5;
}

.info_tabs_container .nav li:last-child {
    background: #cdcccc;
}


.info_tabs_container .nav li.active button {
    background: #fff;
    color: #000;
    border-radius: 20px 20px 0 0;
}
.info_tabs_container .nav li button.active {
    border-radius: 0 20px 0 0;
}

.info_tabs_container .nav li:nth-child(2).active button {
    border-radius: 20px 20px 0 0;
}
.info_tabs_container .nav li:last-child.active {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.info_tabs_container .nav li:first-child.light {
    background: #e7e7e7;
}

.info_tabs_container .nav li.active + li:last-child:before {
    top: 0;
    right: auto;
    left: -35px;
    box-shadow: 14px -18px 0 0 #cdcccc;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 18px;
}
.info_tabs_container .nav li:first-child.dark {
    background: #cdcccc;
    /* overflow: hidden; */
    border-radius: 0 20px 0 0;
}

.info_tabs_container .nav li:first-child.dark button {
    border-radius: 20px;
}

 .info_tabs_container .nav li:first-child.active:after,
 .info_tabs_container .nav li:nth-child(2):after,
 .info_tabs_container .nav li:first-child.dark:after {
    bottom: 0;
    left: auto;
    right: -35px;
    box-shadow: -5px 4px 0 0 #fff;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 10px;
    z-index: 9;
}
.info_tabs_container .nav li:nth-child(2):before {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0px;
    box-shadow: 5px -4px 0 0 #cdcccc;
    content: "";
    display: block;
    width: 25px;
    height: 35px;
    position: absolute;
    border-radius: 0 15px 0 0;
    z-index: 9;
}
.info_tabs_container .nav li:nth-child(2).active:before {
    bottom: 0px;
    top: auto;
    left: -35px;
    right: auto;
    box-shadow: 4px 4px 0 0 #fff;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 10px;
    z-index: 9;
}
.info_tabs_container .nav li.dark + li:nth-child(2).light:after ,
.info_tabs_container .nav li.dark + li:nth-child(2).light:before {
    display: none;
}

.info_tabs_container .nav li.dark + li:nth-child(2).light:after {
    bottom: 0px;
    top: auto;
    left: auto;
    right: 0;
    box-shadow: 4px 4px 0 0 #fff;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 10px;
    z-index: 9;
}
.info_tabs_container .nav li:nth-child(2).active:after {
    box-shadow: -5px 4px 0 0 #ffffff;
}
.info_tabs_container .nav li:last-child.active:after {
    display: none;
}
.info_tabs_container .nav li:first-child:after,  .info_tabs_container .nav li:first-child.dark:after{
    box-shadow: -5px 4px 0 0 #ffffff;
}
.info_tabs_container .nav li:nth-child(2):after{
    box-shadow: -5px 4px 0 0 #e5e5e5;
}
.info_tabs_container .nav li:first-child.dark:after {
    box-shadow: -5px 4px 0 0 #cdcccc;
} 

/* .info_tabs_container .nav:after,
.info_tabs_container .nav:before {
  content:"";
  display: table;
} 
.info_tabs_container .nav:after {
  clear:both;
  overflow:hidden;
}

.info_tabs_container .nav .active {
  z-index: 3;
}
.info_tabs_container .nav li:before,
.info_tabs_container .nav li:after,
.info_tabs_container .nav  a:before,
.info_tabs_container .nav  a:after {
  content:"";
  position: absolute;
  bottom:0;

}
.info_tabs_container .nav li:before,
.info_tabs_container .nav li:after {
  background: #fff;
  width: 10px;
  height: 10px;
}
.info_tabs_container .nav li:before {
  left: -10px;
}
.info_tabs_container .nav li:after {
  right: -10px;
}

.info_tabs_container .nav  a:before,
.info_tabs_container .nav  a:after {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  z-index: 2;
}
.info_tabs_container .nav .active a:before,
.info_tabs_container .nav .active a:after {
  background: #fff;
}
.info_tabs_container .nav  a:before {
  left:-20px; 
}
.info_tabs_container .nav  a:after {
  right: -20px;
}
.info_tabs_container .nav .active:before,
.info_tabs_container .nav .active:after {
  z-index: 1;
  background: #fff;
}
.info_tabs_container .nav li:first-child a:before,
.info_tabs_container .nav li:last-child a:after {
  background-color: #fff;
} */

@media (max-width: 767px){
    ul.info-card {
        margin-bottom: 50px;
    }
    .info-card li .media-body h2 {
        font-size: 20px;
    }
    .info-card li .media img {
        margin-right: 15px;
    }
}
/* Contact page end */
.pricing_table_responsive {
	margin: 0 0 1.5em;
}
table.pricing_table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px;
    width: 100%;
}
table.pricing_table th {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 8px;
}
table.pricing_table td {
    border-color: #000;
    font-weight: 600;
    padding: 8px;
    border-width: 0 1px 1px 0;
}
table.pricing_table tr:last-of-type td {
    border-bottom-width: 0px;
}
table.pricing_table td:last-of-type {
    border-right-width: 0px;
}

/* 404page */
.site-main {
    padding: 80px 0;
}
.site-main header {
    padding: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.site-main header h1 {
    color: #000;
}

.site-main .page-content {
    max-width: 500px;
    margin: 50px auto 0;
}

.site-main .page-content form .input-group input, .site-main .page-content select {
    border-radius: 40px;
    font-size: 14px;
    min-height: 52px;
    padding: 15px;
}

.site-main .page-content .widget_recent_entries {
    margin: 30px 0;
}

.site-main .entry-content {
    text-align: center;
    margin-top: 20px;
}
.site-main .comment-list footer {
    padding-top: 10px;
}
.site-main .comment-respond {
    margin-top: 50px;
    max-width: 650px;
}
@media (max-width: 767px){
    .site-main {
        padding: 20px 0;
    }
    .info_tabs_container .nav li {
        flex: 100%;
    }
    
    .tabs-wrapp .info_tabs_container .nav li button {
        text-align: center;
        border-radius: 20px;
    }
    
    .info_tabs_container .nav {
        background: transparent;
    }
    .tabs-wrapp .info_tabs_container .nav li:after ,
    .tabs-wrapp .info_tabs_container .nav li:before {
        display: none !important;
    }
    .tabs-wrapp .info_tabs_container .nav li {
        background: #e5e5e5;
        border-radius: 20px !important;
    }
    .tabs-wrapp  .info_tabs_container .nav li.active {
        border-radius: 20px;
    }
    .info_tabs_container .tab-content {
        border-radius: 20px;
        margin-top: 20px;
    }
}
/* 404page */

/* pagination */
.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination a ,.pagination  span {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.pagination .current  , .pagination a:hover{
    color: #2aa2b4;
    font-size: 16px;
    border-color: #2aa2b4;
}
.pagination .next:hover , .pagination .prev:hover{
font-size: 0;
}
.pagination .next , .pagination .prev {
    font-size: 0;
}

.pagination .next:after {
    content: '';
    display: inline-block;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(1.450000000000003,0,0,1.450000000000003,-14.32508139610298,-13.891685771942239)'%3E%3Cpath d='M42.7 29.6 26.2 13.1l-2.4-2.4c-1.8-1.8-4.7 1-2.8 2.8L37.5 30l.9.9-15 15-2.3 2.3c-1.8 1.8 1 4.7 2.8 2.8l16.4-16.4 2.3-2.3c.9-.6.9-1.9.1-2.7z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    left: 2px;
}
.pagination .prev:after {
    content: '';
    display: inline-block;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1.450000000000003,0,0,-1.450000000000003,77.99210982322705,75.63251142501841)'%3E%3Cpath d='M42.7 29.6 26.2 13.1l-2.4-2.4c-1.8-1.8-4.7 1-2.8 2.8L37.5 30l.9.9-15 15-2.3 2.3c-1.8 1.8 1 4.7 2.8 2.8l16.4-16.4 2.3-2.3c.9-.6.9-1.9.1-2.7z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    left: 0;
}
@media (max-width: 767px){
    .pagination {
        margin-top: 0;
    }
    
}
/* paggination end */

/* Default page */
.page-template-default .default-content h2 {
    margin-bottom: 10px;
}

.page-template-default .default-content h3 {
    margin-top: 30px;
}
/* Default page end */
.membership-hide.btn-area{
    text-align: center;
}
.default-content.membership-hide{
    margin-bottom: 20px;
    font-size: 18px;
}

/* 01-01 login form */
.page-id-804 section.default-section {
    background: url('images/coastal-granite-background.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-section .banner-content form , .default-section .default-content form {
    padding: 15px;
    background: #ffffffdb;
    border-radius: 10px;
    margin-top: 50px;
    width: 50%;
    margin: 15px auto 0;
}

.hero-section .banner-content form input#rcp_user_remember {
    float: unset;
    display: inline-block;
}

.hero-section .banner-content form input#rcp_user_remember + label {
    display: inline-block;
}
.rcp_logged_in:hover {
    background: #fff;
}
body.page .default-section .default-content #rcp_registration_form{
    padding: 30px 60px;
}
body.page .default-section .default-content #rcp_registration_form input {
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    height: 36px;
    width: 100%;
    max-width: 100%;
}
.page-template-default.page-id-804 .default-content h3 {
    margin-top: 30px;
    color: #fff;
    text-align: center;
}
body.page .default-section .default-content #rcp_registration_form input#rcp_submit {
    border-color: #2aa2b4;
    color: #fff;
    height: auto;
    padding: 16px 22px;
    border-radius: 40px;
    width: auto;
}

body.page .default-section .default-content #rcp_registration_form #rcp_submit_wrap {
    margin-top: 10px;
    text-align: center;
}

body.page .default-section .default-content #rcp_registration_form input#rcp_submit:hover {
    background: #fff;
    color: #2aa2b4;
}
@media (max-width: 767px) {
    .hero-section .banner-content form {
        width: auto;
    }
    body.page .default-section .default-content #rcp_registration_form{
        width: 100%;
        padding: 30px;
    }
}

/* header */
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.login-btn {
    display: block;
    margin-top: 10px;
    max-width: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.login-btn .mega-menu-link {
    margin-left: auto;
    display: block;
    line-height: 1.4;
}
@media (min-width: 1200px){
    #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.login-btn .mega-menu-link{
        text-align: center;
    }
}
@media (max-width: 1199px){
    #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.login-btn {
        max-width: 230px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-item.login-btn .mega-menu-link{
        text-align: center;
    }
}
/* header end */

/* 01-01 */</pre></body></html>