@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Cinzel", serif;
    font-size: 45px;
    color: #516351;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 45px;
    color: #516351;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #5a595a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 25px;
}

/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #161515;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #516351;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSection {
    padding: 25px 0;
    background: #ffffff;
}

.header-logo a img {
    width: 335px;
    height: 21px;
    object-fit: contain;
}

.container-fluid.add-padding {
    padding: 0 4%;
}


/* Header Ends */


/* Main Banner Start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 1000%;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 span {
    font-size: 50px;
    display: block;
}

.banner_text p {
    color: #575656;
    width: 85%;
}

.banner_text p {
    margin-bottom: 20px;
}

.theme-btn-1 {
    font-size: 14px;
    background: #516351;
    color: #f3f5f3 !important;
    text-transform: uppercase;
    padding: 20px 20px;
    border-radius: 10px;
}

.banner_text {
    margin-top: -120px;
}

/* Main Banner Ends */

/*About Us Start*/

.about-us-images img {
    width: 100%;
    height: 702px;
    object-fit: cover;
    border-radius: 10px;
}

.about-us-text p {
    margin-bottom: 15px;
    line-height: 23px;
}

.about-us-text h2 span {
    display: block;
}

.about-us-text h2 {
    font-size: 30px;
    color: #516351;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-us-text a {
    margin-bottom: 25px;
}

.about-why-choose-background-images {
    position: relative;
}

.about-why-choose-background-images:before {
    content: "";
    position: absolute;
    background-image: url(../images/about-why-choose-background-.png);
    width: 100%;
    height: 116%;
    z-index: -999;
    top: -150px;
    background-size: cover;
    background-position: bottom;
}

/*About Us Ends*/


/*Why Choose Us Start*/


.why-choose-us-heading {
    text-align: center;
}

.why-choose-us-silder-items span img {
    width: 61px;
    height: 61px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.why-choose-us-silder .slick-active {
    opacity: 1.5;
}

.why-choose-us-silder-items {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000001a;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 15px;
}

.why-choose-us-silder-items p {
    font-size: 12px;
    line-height: 20px;
}

.why-choose-us-silder-items h2 {
    font-size: 25px;
    color: #516351;
    margin-bottom: 15px;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: end;
    justify-content: center;
}


.why-choose-us-silder .slick-slide {
    margin: 20px 8px;
}

.why-choose-us-silder .slick-next {
    right: 0;
    left: 100px;
    margin: 0 auto;
}

.why-choose-us-sec {
    padding: 20px 0 80px;
}

.why-choose-us-silder .slick-next:before {
    content: '\f178';
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    background: #4a4a49;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
}

.why-choose-us-silder .slick-prev:before {
    content: '\f177';
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    background: #4a4a49;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
}

.why-choose-us-silder .slick-prev {
    left: -50px;
    right: 0;
    margin: 0 auto;
}

.why-choose-us-silder .slick-prev,
.slick-next {

    top: inherit;

    bottom: -50px;
}


/*Why Choose Us Ends*/


/*Specialized Expertise Start*/


.specialized-expertise-heading {
    text-align: center;
}

.specialized-expertise-box {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000001a;
    padding: 35px 20px;
    border-radius: 10px;
    margin-top: 25px;
    height: 335px;
}

.specialized-expertise-box span img {
    width: 35px;
    height: 30px;
    object-fit: contain;
}

.specialized-expertise-box a {
    font-family: "Cinzel", serif;
    color: #516351;
    font-weight: 700;
    font-size: 18px;
}

.specialized-expertise-box p {
    margin-bottom: 20px;
    line-height: 24px;
}

.specialized-expertise-box h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.specialized-expertise-box span {
    border: 1px solid #eef0ee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto;
}

/*Specialized Expertise Ends*/


/*Logo Section Start*/

.logo-section-one {
    text-align: center;
}

.logo-section-one a img {
    width: 203px;
    height: 183px;
    object-fit: contain;
}

.logo-section-two {
    text-align: center;
}

.logo-section-two a img {
    width: 331px;
    height: 147px;
    object-fit: contain;
}

.logo-section-sec {
    background-image: url(../images/logo-section-background.png);
    width: 100%;
    height: 694px;
    background-size: cover;
    display: flex;
    align-items: center;
}

/*Logo Section Ends*/

/*Contact Us Start*/

.contact-us-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.contact-us-box h2 span {
    display: block;
}

.contact-us-box h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-us-box .theme-btn-1 {
    margin-bottom: 25px;
}

.contact-number a {
    font-size: 30px;
    font-family: "Cinzel", serif;
    color: #516351;
    font-weight: 500;
}

.contact-us-box ul li a {
    font-family: "Cinzel", serif;
    color: #516351;
    font-weight: 600;
}

.contact-us-box ul li p {
    font-family: "Cinzel", serif;
    color: #516351;
    font-weight: 600;
    margin-top: 5px;
}

li.contact-number {
    margin-bottom: 10px;
}

.contact-us-loction {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ffffff;
    border-radius: 15px !important;
    padding: 20px 25px 30px;
}

.contact-us-map {
    position: relative;
}

.contact-us-loction ul li a {
    color: #516351;
    font-family: "Cinzel", serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 25px;
    gap: 10px;
}

.contact-us-loction a img {
    width: 100%;
}

.contact-us-loction a img {
    width: 100%;
    height: 66px;
    object-fit: contain;
}

.contact-us-sec {
    position: relative;
}

.contact-us-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-us-background.jpg);
    width: 100%;
    height: 127%;
    background-size: cover;
    z-index: -99999;
    top: -180px;
    background-position: 100% 10%;
}

/*Contact Us Ends*/

/* Footer Start */

.footerSec::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #b6b9b8;
    top: 0;
    left: 28%;
    content: '';
    z-index: 1;
}

.ftr_logo a img {
    width: 355px;
    height: 22px;
    object-fit: contain;
}

.footerSec::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #b6b9b8;
    top: 0;
    right: 27%;
    content: '';
    z-index: 1;
}

.footerSec {
    color: #fff;
    padding: 50px 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.ftr_mid h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.footerSec h5 {
    font-size: 25px;
    margin-bottom: 25px;
    color: #121111;
}

.foot_links p {
    color: #4a4c4c;
    margin-bottom: 30px;
}

.ftr_logo {
    margin-bottom: 30px;
}

.ftr_mid p {
    width: 80%;
    margin: 0 auto;
}

.foot_links ul li {
    margin-bottom: 10px;
}

.footer_contact ul li {
    margin-bottom: 30px;
}

.foot_links ul li a,
.footer_contact ul li a {
    color: #484949;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.foot_links ul li a:hover,
.footer_contact ul li a:hover {
    color: #819a91;
}

.footer_contact ul li i {
    margin-right: 15px;
    color: #516351;
    font-size: 18px;
}

.ftr_mid {
    text-align: center;
    margin-top: 20px;
}

.footer_contact {
    padding-left: 50px;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.social_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid #516351;
    border-radius: 50%;
    color: #516351;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s ease;
}

.social_links a:hover {
    background-color: #516351;
    color: #fff;
    transform: scale(1.1);
}

.ftr_btm {
    padding: 25px 0;
    border-top: 2px solid #b6b9b8;
}

.ftr_btm p {
    text-align: center;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.ftr_top {
    padding: 40px 0;
    border-bottom: 2px solid #b6b9b8;
}

.ftr_top-link ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr_top-link ul li a {
    color: #161515;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

footer {
    background-image: url(../images/footer-background.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* Footer Ends */

/*Inner Contact Us Start*/

.contact-us-sec.inner:before {
    height: 100%;
    top: 0;
}
.inner-banner-sec {
    background-image: url(../images/inner-banner-back.jpg);
    width: 100%;
    height: 450px;
    background-size: cover;
    border-bottom: 5px solid #516351;
    display: flex;
    align-items: center;
}

/*Inner Contact Us Ends*/

/*Inner Services Start*/

.about-why-choose-background-images.ser:before {
    top: 0;
    height: 100%;
}

/*Inner Services Ends*/

/*Inner Services Detail Start*/

.services-detail-images-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}

.services-detail-text-box h2 {
    margin-bottom: 8px;
}
.services-detail-text-box p {
    margin-bottom: 15px;
}
.services-detail-row {
    margin-top: 30px;
}

/*Inner Services Detail Ends*/

/*Inner About Us Start*/

.inner-about-us-row {
    margin-top: 70px;
}
.inner-about-us-text h2 {
    margin-bottom: 10px;
}
.inner-about-us-row p {
    margin-bottom: 20px;
}
/*Inner About Us Ends*/


/* Request An Appointment Start*/

section.book-appointment {
    padding: 80px 0;
}

.book-appointment-heading {
    text-align: center;
    margin: 0 0 50px 0;
}

.book-appointment-heading h2 {
    font-size: 63px;
    line-height: 1;
    margin: 20px 0;
    text-transform: capitalize;
}

.book-appointment-heading p {
    font-size: 17px;
    line-height: 29px;
    width: 67%;
    margin: 0 auto;
}

.book-input {
    border: 1px solid #00000045;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.book-input input, .book-input select, .book-input textarea {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #000;
    height: 70px;
    width: 100%;
    background: none;
    font-family: "Cinzel", serif;
    font-weight: 500;
}

.book-input textarea {
    resize: none;
    height: 200px;
    padding-top: 20px;
}

.book-input img {
    width: 2%;
    filter: brightness(0) saturate(100%) invert(37%) sepia(14%) saturate(582%) hue-rotate(71deg) brightness(90%) contrast(84%);
}
.btn_wrap.book-btn {
    text-align: center;
}
.btn_wrap.book-btn button {
    border: none;
}

.book-btn {
    margin: 40px 0 0 0;
}

.book-slec {
    position: relative;
}

.book-slec::before {
    content: '\f0d7';
    position: absolute;
    top: 30%;
    right: 3%;
    color: #000;
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 0;
    pointer-events: none;
    font-weight: 900;
}

section.book-appointment button.theme_btn {
    width: 33%;
    margin: 0 auto;
    display: block;
}


/* Request An Appointment Ends*/

/*Inner Services Start*/

.inner-sevices-box-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 10px;
}
.inner-sevices-box-text {
    margin-top: 20px;
}
.inner-sevices-heading {
    text-align: center;
}
.inner-sevices-box {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000001a;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px 20px;
}
.inner-sevices-box-text p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
}
.inner-sevices-box-text a {
    color: #516351;
    font-weight: 500;
    font-family: "Cinzel", serif;
}
.inner-sevices-box-text h2 {
    font-size: 35px;
    margin-bottom: 8px;
}
.about-us-text strong {
    font-family: "Cinzel", serif;
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
    color: #516351;
    font-size: 18px;
}
.inner-about-us-images img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
/*Inner Services Ends*/

