body
{
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    max-width: 1366px;
    color: #333;
    letter-spacing: 0.04rem;
    line-height: 1.7;
    font-family: 'Didact Gothic', sans-serif
}
.navbar-brand>img {
    width: 175px;
    margin-top: 10px;
}
a
{
    text-decoration: none !important;
}
.rm-padding
{
    padding: 0;
}
.rmr-padding
{
    padding-right: 0;
}
.rml-padding
{
    padding-left: 0;
}
.rmt-padding
{
    padding-top: 0 !important;
}
.rmb-padding
{
    padding-bottom: 0 !important;
}
.relative
{
    position: relative;
}
.tag-line
{
    font-size: 24px;
    color: #b77133;
    font-family: 'Lora' , serif;
    margin: 15px 0;
}
.grayBG
{
    background: #fafafa;
}
.general_row
{
    display: block;
    position: relative;
    margin: 0;
    padding: 70px 0;
}
.general_row p strong
{
    color: #232323;
    font-family: Hind,sans-serif;
}
.main_title
{
    display: inline-block;
    margin: 0 0 60px;
    font-size: 30px;
    font-family: Montserrat,sans-serif;
    color: #000;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.sub_title
{
    display: inline-block;
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    background: #b77133;
    padding: 7px 10px;
    border-radius: 20px;
}
.mobile_banner
{
    display: none !important;
}
.txt_white
{
    color: #fff;
}
.hidden_row
{
    overflow: hidden;
}
.service_block
{
    display: block;
    margin: 15px 0 0;
    padding: 15px 10px;
    overflow: hidden;
}
.service_block img
{
    display: inline-block;
    margin-bottom: 20px;
    border: 10px solid rgba(255,255,255,.15);
    border-radius: 50%;
}

div#contact {
    background: #fff;
}

div#service {
    background: #fff;
}

.service_block h2
{
    display: inline-block;
    margin: 0 0 15px;
    color: #000;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service_block p
{
    color:#fff;
    font-weight:15px;
    line-height: 1.5;
}
.view_btn
{
    display: inline-block;
    margin: 15px 0 0;
    padding: 3px 15px;
    font-size: 14px;
    /*font-family: 'DM Serif Text' ,serif;*/
    color: #fff;
    background: #b77133;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.view_btn:focus, .view_btn:hover
{
    color: #fff;
    background: #000;
}
.note
{
    display:block;
    margin-bottom:15px;
    font-size: 13px;
    color:#8c8c8c;
    font-style:italic;
}
.note i
{
    margin-right:5px;
    color:#f00
}
.modal-dialog
{
    width: 85vw;
    margin: 100px auto;
}
.modal-title
{
    display: inline-block;
    font-size: 2rem;
    color: #b77133;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'DM Serif Text' ,serif;
}
.service_detail
{
    overflow: hidden;
}
.service_detail h3
{
    font-size: 14px;
    line-height: 1.7;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    display: block;
    color: #b77133;
    text-transform: uppercase;
    margin: 10px 0;
}
.price_list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.price_list h4
{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    margin: 0;
}
.price_list .dottedSeparator
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 3px;
    margin-right: 5px;
    background-image: -webkit-radial-gradient(circle closest-side,rgba(0,0,0,.08) 99%,transparent 1%);
    background-image: radial-gradient(circle closest-side,rgba(0,0,0,.08) 99%,transparent 1%);
    margin-bottom: calc((42px - 30px)/ 2);
    background-position: bottom;
    background-size: 5px 3px;
    background-repeat: repeat-x;
}
.price_list .itemPrice
{
    font-size: 15px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
}
.testimonial
{
    display: block;
    margin-top: 30px;
    padding: 100px 25px 50px;
    position: relative;
}
.testimonial::before
{
    content: "\f10d";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 46%;
    color: #e6e6e6;
    font-size: 3em;
}
.testimonial .test-img
{
    display: inline-block;
    margin: 30px 0 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.testimonial .testimonial-title
{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    color: #b77133;
    font-family: 'DM Serif Text' ,serif;
}
.contact_row p
{
    letter-spacing: .04rem;
    font-size: 16px;
}
.contact_row  .address_block {
    display: block;
    width: 100%;
    position: relative;
    margin: 30px 0 0;
    overflow: hidden;
    text-align: center;
    padding: 20px 10px;
    border: 2px solid #efefef;
}
.contact_row  .address_block .img_icon {
    display: inline-block;
    margin: 0 0 20px;
    width: 80px;
    height: 80px;
    padding: 15px 10px;
    border-radius: 50%;
    text-align: center;
    background: #b77133;
}
.contact_row  .address_block .img_icon img {
    width: 50px;
}
.contact_row  .address_block h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: .01em;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.map
{
    width: 100%;
    height: 400px;
    border: 2px solid #333;
    display: block;
    margin: 50px 0 0;
}

.b_group {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 25px;
}
.b_group .block {
    display: flex;
    align-items:center;
    width: 170px;
    /*height: 100px;*/
    text-align: center;
    margin: 10px 5px 0;
    padding: 5px;
    overflow: hidden;
    position: relative;
    /*border: 2px solid #efefef;*/
}
.b_group .block img
{
    width:100%;
}
.footer_row
{
    background: #f8f8f8;
}
.footer_row .copyright .cp_txt
{
    font-size: 14px;
    color: #535353;
    margin: 0;
    letter-spacing: .05rem;
    text-transform: uppercase;
}
.footer_row .copyright .cp_txt2, .footer_row .copyright .cp_txt2 a
{
    font-size: 14px;
    color: #535353;
    margin: 5px 0 0;
    letter-spacing: .05rem;
}
.footer_row .social
{
    text-decoration: none;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
}
.footer_row .social a
{
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.9;
    border-radius: 50px;
}
.footer_row .social a i
{
    color: #fff;
}

.footer_row .social a:hover i
{
    color: #fff;
}
.cd-top
{
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 5%;
    right: 3%;
    overflow: hidden;
    background: rgba(255,255,255,1);
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    z-index: 999;
    padding: 8px 5px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 50px;
}
.cd-top i
{
    font-size: 20px;
    color: #111;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover
{
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.cd-top.cd-is-visible
{
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.cd-top:hover
{
    background: #b77133;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.cd-top:hover i
{
    color: #fff;
}
.pageBanner
{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.pageBanner img
{
    width: 100%;
}
.sp_link
{
    width: 100%;
    display: block;
    border: 1px solid #efefef;
    padding: 7px 10px;
    margin-top: 15px;
    font-size: 14px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04rem;
    color: #000;
    text-align: left;
}
.sp_link._active, .sp_link:focus, .sp_link:hover
{
    color: #fff;
    background: #b77133;
    border-color: #b77133;
}

      .social-icons {
            display: flex;
            gap: 15px;
            align-items: center;
        }
        
        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            transition: transform 0.2s ease, opacity 0.2s ease;
            text-decoration: none;
        }
        
        .social-icon:hover {
            transform: scale(1.1);
            opacity: 0.8;
        }
        
        .social-icon svg {
            width: 100%;
            height: 100%;
            display: block;
        }
