:root {
    --bs-primary: #fecb6a;
    --bs-primary-rgb: 196, 143, 46;
    --bs-secondary: #fecb6a;
    --bs-secondary-rgb: 196, 143, 46;
}

body {
    --bs-body-color: #32393E;
    --bs-body-color-rgb: 50, 57, 62;
    --bs-body-bg: #f9fffc;
    --bs-body-bg-rgb: 249, 255, 252;
    scroll-behavior: smooth;
}

.navbar-nav {
    --bs-nav-link-color: #414141;
}

.btn {
    --bs-btn-border-radius: 0px;
    --bs-btn-border-width: 2px;
}

/* .overlay-bn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1, 5, 37, 0.788) 100%);
} */
.carousel-control-buttons {
    bottom: -100px;
    /* left: 0; */
    right: 60px;

}

.btn:hover {
    color: #32393e;
}

.prev-btn {
    background: #fff;
}

.next-btn {
    --bs-btn-color: #fff;
    background: #000000;
}

.custom-banner {
    height: 100vh;
    overflow: hidden;
}

/* .custom-banner .carousel-control-prev,
.custom-banner .carousel-control-next{
    width: 60px;
    height: 60px;
    top: 50%;
    background: #ffffffa1;
    opacity: 1;
    border-radius: 50%;

} */
.custom-banner .carousel-control-prev-icon {}

.custom-banner .carousel-item {
    height: 100vh;
}

.custom-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-hd {
    font-family: 'Satisfy', cursive;
    font-size: 58px;
    margin-bottom: 50px;
}

.custom-banner .carousel-caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.footer-section {
    background: #000000;
}

.high-icn {
    flex: 0 0 70px;
}

.high-icn img {
    height: 70px;
    /* filter: invert(148%) sepia(74%) saturate(1498%) hue-rotate(0deg) brightness(104%) contrast(61%); */
    filter: invert(206%) sepia(1%) saturate(4%) hue-rotate(93deg) brightness(97%) contrast(104%);
}

.high-txt h5 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.high-txt p {
    font-size: 14px;
    margin-bottom: 0;

}

.highlight-bx {
    gap: 4%;
    width: 100%;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);
    backdrop-filter: blur(6px);
    border-radius: 5px;
    margin-bottom: 25px;
    /* width: 49%; */
}

.high-wrapper {
    display: flex;
    gap: 2%;
    /* flex-wrap: wrap; */
}

.custom-divi {
    background: url(../images/banner/leaf-bg.jpg)no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;overflow:hidden;
}

.custom-divi img {
    width: 100%;
}

.left-bx {
    /* color: #fff; */
    padding: 25px;
}

.divi {
    width: 100%;
    position: relative;
    height: 533px;
    overflow: hidden;
    transition: 0.5s ease-in-out;


}

.divi img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.divi:hover img {
    transform: scale(1.2);

}

.divi-txt {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 8, 52, 0.7875525210084033) 100%);
    width: 100%;
    text-align: center;
}

.divi-txt h4 {
    font-weight: 400;
}

.amm-box {
    padding: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.amm-box img {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.amm-box h4 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.amm-box p {
    font-size: 14px;
    line-height: 1.2;

}

.ft-ul li a {
    text-decoration: none;
    color: #fecb6a;
}

.copyright p {
    color: #d2cece;
}

.contact-lists li a,
.copyright a {
    color: #fecb6a;
}

.ft-ul li {
    /* list-style: none; */
    display: inline-block;
    margin-right: 10px;
}

.progressScroll-circle {
    background-color: #fff !important;
}

.nav-btn {
    padding: 10px 15px;
    /* background: #fecb6a; */
    background: #E6AE4B;
    /* background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(162, 101, 42, 1) 14%, rgba(254, 205, 98, 1) 28%, rgba(244, 185, 100, 1) 42%, rgba(250, 244, 171, 1) 56%, rgba(149, 100, 44, 1) 70%, rgba(246, 192, 84, 1) 84%, rgba(180, 121, 51, 1) 100%);
    background: #E6AE4B; */
background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);

    border-radius: 30px;
    border: 2px solid #ffffff;
    color: #000;
    transition: all 0.5s;
    /* outline: 5px solid #fecb6a; */
}

.nav-btn i.fa-phone {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.nav-btn:hover {
    background: transparent;
    color: #fecb6a;
}

.btn-holder {
    position: fixed;
    top: 55%;
    right: -208px;
    transform: rotate(270deg);
    z-index: 1000;
}

.float-btn {
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    background: #000000;
    border-radius: 0.25rem;
    color: #fff;display:inline-block;
}

.float-btn i {
    font-size: 14px;
}

.banner-btm {
    /* background: #fecb6a; */
    background: #E6AE4B;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner-btm i {
    font-size: 14px;
}

.banner-btm p {
    margin-bottom: 0;
}

.custom-walk {
    /* background: #fecb6a; */
    background: #f2f2f2;
    /* color: #fff; */
}

/* .custom-walk .btn{
    border-color: #fff;
    color: #fff;
} */
.walk-img {
    margin-top: -120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.logo img {
    width: 220px;
}

.feedback-wrapper .btn-secondary {
    --bs-btn-bg: #fecb6a;
    --bs-btn-after-bg: #fecb6a;
    --bs-btn-border-color: #fecb6a;
    color: #32393e;
}

.feedback-wrapper .btn-secondary:hover {
    color: #ffffff !important;
    border-color: #fecb6a;
}

.breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-wrap {

    /* background: #fecb6a; */
    background: #E6AE4B;
    background:linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);
    color: #000000;

    /* background: url(../images/inner-banner.jpg), #000000; */
    position: relative;
    padding: 10px 0;
}

.breadcrumb-item a {
    color: #32393e;
    text-decoration: none;
}

/* .breadcrumb-item{
    font-size: 35px;
} */
.breadcrumb-item.active {
    color: #32393e;
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(226, 224, 211, 0) 0%, rgba(0, 0, 0, 0.8687850140056023) 100%);
    /* opacity: 0.3; */
    z-index: 1;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 250.625em;
    height: 23.8em;
    background: url(../images/overaly-layer.png) 0 100% repeat-x;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    z-index: 2;
    pointer-events: none;
    height: 43.75em;
}

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}


.floor-img {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    display: block;
}

.floor-img::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floor-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.floor-img:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.3;
}

.floor-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.floor-img:hover img {
    position: relative;
    width: 100%;
}

.floor-img:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.fp-head {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.sec-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-bx {
    padding: 40px;
}

.left-bx h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.list-wr {
    /* display: flex;
    gap: 1%;
    align-items: center; */
    padding: 0 25px;
    margin-bottom: 25px;
    text-align: center;
}

.list-wr img {
    width: 38px;
    flex: 0;
}

.amme-bx {
    width: 100%;
    /* background: #fecb6a; */
    background: #E6AE4B;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgba(244, 185, 100, 1) 42%, rgba(250, 244, 171, 1) 56%, rgba(246, 192, 84, 1) 84%, rgba(180, 121, 51, 1) 100%);
    height: 270px;
    margin-bottom: 25px;
    text-align: center;
    padding: 25px;
    transition: 0.3s ease-in-out;
}

.amme-bx:hover {
    background: #000000;
}

.amme-bx img {
    width: 80px;
    margin-bottom: 25px;
}

.amme-bx:hover p {
    color: #fff;
}

.amme-bx:hover img {
    filter: invert(73%) sepia(35%) saturate(338%) hue-rotate(344deg) brightness(88%) contrast(85%);
}

.amme-wrap {
    background: #f4f4f4;
}

.amme-bx p {
    color: #000000;
}

.overr {
    padding: 70px 0;
    background: url(../images/12.webp)no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.overr h2,
.overr p {
    color: #fff;
}

.inn-nave {
    margin-top: 0;
    padding: 15px;
    background-color: #fff;
    border: solid #fff;
    border-width: 1px 1px 0;
}

.inn-nave ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
}

.inn-nave ul li {
    list-style: none;
}

.inn-nave ul li a {
    text-decoration: none;
    color: #32393e;
}

.fix-top {
    position: fixed;
    top: 98px;
    right: 0;
    left: 0;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.appoint-frm {
    padding: 25px;
    /* background: #fecb6a; */
    background: #E6AE4B;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);
}

.appoint-frm h4 {
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.appoint-frm input,
.appoint-frm textarea {
    border: none;
}

.appoint-frm input::placeholder,
.appoint-frm textarea::placeholder {
    font-weight: 400;
    color: #000000;
}

.appoint-frm .btn-primary {
    padding: 10px;
    height: 50px;
    color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
}

.appoint-frm .btn-primary:after {
    background: #000000;
}

.appoint-frm .btn-primary:hover {
    border-color: #000000;
}

.main-c {
    scroll-behavior: smooth;

}

.banner-btm a {
    color: #000;
}

.videoform_popup {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    bottom: 65px;
    transform: translate(0px, -50%);
    right: 27px;
    transition: 0.2s;
    z-index: 9;
}

.tooltip_popup {
    position: relative;
    /* box-shadow: 1px 1px 9px 0px #fecb6a; */
    border-radius: 5px;
    padding: 7px 14px 7px 10px;
    /* background-color: #fecb6a; */
    background: #E6AE4B;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);
    margin-right: 18px;
    cursor: pointer;
    /* display: none; */
}

.tooltip_popup p {
    margin: 0 0 1px 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: initial;
    font-family: sans-serif;
}

.tooltip_popup:after {
    display: inline-block;
    content: '';
    position: absolute;
    /* background-color: #fecb6a; */
    background: #f6b769;
/* background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgba(244, 185, 100, 1) 42%, rgba(250, 244, 171, 1) 56%, rgba(246, 192, 84, 1) 84%, rgba(180, 121, 51, 1) 100%); */
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    border-radius: 0 3px 0 0;
    /* box-shadow: 1px 1px 9px 0px #fecb6a; */
}

.videoplay {
    position: relative;
    cursor: pointer;
}

.videoplay i {
    color: #000;
    /* background-color: #fecb6a; */
    background: #E6AE4B;
background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgb(249 201 114) 42%, rgb(255 204 108) 56%, rgba(246, 192, 84, 1) 84%, rgb(249 183 106) 100%);
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pulse {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    animation: pulse 2s ease infinite;
    /* background: #fecb6a; */
    background: #E6AE4B;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgba(244, 185, 100, 1) 42%, rgba(250, 244, 171, 1) 56%, rgba(246, 192, 84, 1) 84%, rgba(180, 121, 51, 1) 100%);
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.custom-modal input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.custom-modal form button {
    /* background: #fecb6a; */
    background: #E6AE4B;
    background: linear-gradient(90deg, rgba(230, 174, 75, 1) 0%, rgba(254, 205, 98, 1) 28%, rgba(244, 185, 100, 1) 42%, rgba(250, 244, 171, 1) 56%, rgba(246, 192, 84, 1) 84%, rgba(180, 121, 51, 1) 100%);
    position: unset;
    border: 2px solid #fecb6a;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 25px;
}

.custom-modal form button:hover {
    color: #fecb6a;
    border: 2px solid #fecb6a;


}

.custom-modal .modal-body {
    background: #fff;
}

.custom-modal .modal-header {
    background: #000000;
    color: #fecb6a;
}

/*.my-header {*/
/*    margin-top: 92px;*/
/*}*/
.custom-modal2 .modal-header{
    /*background: #000000;*/
    border-bottom: var(--bs-modal-header-border-width) solid #cccccc;
}
.custom-modal2 .modal-header h4{
       color: #fecb6a;
    font-weight: 500;
    margin-bottom: 0;
}
.custom-modal2 button.btn-primary{
    color: #000000;
    padding: 10px 15px;
    width: 100%;
}
.abt-dev a{
    color: #32393e;
}
.abt-dev i{
    color: #fecb6a;
}
.color-gold{
    color: #fecb6a;
}
.abt-dev .card{
    border-color: #fecb6a;
}
.custom-form{
        background: #000000;
    padding: 25px;
    border-radius: 20px;
}
.custom-form h4{
    color: #fff;
}
.custom-form label{
    color: rgb(255 204 108);
}
.custom-form .form-select{
        padding: 0.784rem 0.75rem;
        border: 1px solid #d7d7d7;
}
.custom-form .btn-primary{
 color: #000000;
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: 600;
}
.custom-form .btn-primary:hover{
    color: #fff;
}
.blog-image{
    height:650px;
}.blog-image img{
    height:100%;
    object-fit:cover;width:100%;
}.btn-outline-primary{
        background:#fff;
    }
@media (max-width: 1800px) {
     .nav-link {
    padding: 10px 20px !important;
    font-size: 18px;
    }.dropdown-item{
        font-size:18px;
    }
}
@media (max-width: 1700px) {
   .about-image{
        margin-bottom:-25px;
    }.fix-top{
        top:82px;
    }
}@media (max-width: 1600px) {
    .dropdown-item{
        font-size:16px;
    }.nav-link{
        padding: 10px 15px !important;
    font-size: 16px;
    }
}
@media (max-width: 1440px) {
    .navbar-brand{
        padding-left:0;
    }.divi-txt h4{
        font-size: 23px;
    }
}
@media (max-width: 1400px) {
    .nav-link {
               padding: 10px 13px !important;
    }

    h2 {
        font-size: 40px;

    }

    .btn-outline-primary {
        font-size: 18px;
    }

    .divi img {
        object-fit: cover;
    }

    .btn-holder {
        right: -208px;
    }

    .divi-txt h4 {
        font-size: 20px;
    }

    .inn-nave {
        margin-top: 0;
    }
}
@media (max-width: 1300px) {
        .nav-link {
        padding: 10px 12px!important;        font-size: 15px;}
}
@media (max-width: 1200px) {
    .btn-holder {
        right: -150px;
    }

    .fix-top {
        top: 86px;
    }

    .logo img {
        width: 200px;
    }

    .nav-btn {
        padding: 4px 15px;
    }

    /*.my-header {*/
    /*    margin-top: 74px;*/
    /*}*/

    .inn-nave {
        margin-top: 0;
    }

    .address-details ul {
        justify-content: center;
    }

   textarea.form-control{
        height: 100px;
        min-height: 0;
    }
    .btn-holder {
        /* right: -163px; */
        top: 47%;
    }
}
@media (max-width: 991px) {
    .custom-banner, .custom-banner .carousel-item{
        height: auto;
    }
    .left-bx{
                max-width: 720px;    margin-right: auto;
    margin-left: auto;padding:50px 12px!important;
    }
    .inn-nave {
        margin-top: 0;
    }

    .inn-nave ul {
        flex-wrap: wrap;
    }

  

    .left-bx ul {
        margin-left: 0;
        padding-left: 0;
    }

    .custom-abt h2,
    .custom-walk h2 {
        margin-top: 25px;
    }

    .custom-highlight {
        padding-top: 0;
    }

    .high-wrapper {
        justify-content: space-evenly;
    }

    .highlight-bx {
        width: 48%;
    }

    .left-bx {
        padding: 25px;
    }

    .divi {
        width: 50%;
    }

    footer .logo {
        display: block;
        text-align: center;
    }

    .address-details {
        border: none;
        padding-left: 0;
    }
    .pb-sm-25 {
        padding-bottom: 15px;
    }
    .masonry .item{
        margin-bottom: 1.5em;
    }
    .btn-holder {
        right: -208px;
    }
    .inn-nave {
        margin-top: 0;
    }
    .contact-details .stroke-heading {
        font-size: 5rem;
    }
    .banner-btm .d-flex{
              flex-wrap: wrap;
    }    h2 {
        font-size: 35px;
    }    .accordion .accordion-button .accordion-title {
        font-size: 16px;
    }.accordion-button{
        padding:10px 15px!important;
    } .banner-btm .gap-4 {
    gap: 0.5rem !important;
}
}

@media(max-width:600px) {
    h2 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    .btn-holder {
        right: 2.3%;
        top: unset;
        bottom: 0;
        transform: rotate(0deg);
    }

    .videoplay i {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .pulse {
        width: 41px;
        height: 41px;
    }

    .tooltip_popup {
        display: none;
    }

    .videoform_popup {
        right: 14px;
    }

    .banner-btm .d-flex {
        display: block;
    }



    .progressCounter {
        display: none;
    }


    .copyright {
        padding-bottom: 70px;
    }

    .masonry {
        column-gap: 0.5em;
    }

    .masonry .item {
        margin-bottom: 0.5em;
    }

    .divi {
        height: 455px;
    }

  

    .inn-nave ul li {
        margin-right: 10px;
    }

    .feedback-content .feedback-title {
        font-size: 40px !important;
    }

    .contact-details .stroke-heading {
        --bs-stroke-heading-height: 80px !important;
    }

    .contact-details .stroke-heading {
        font-size: 4rem;
    }

    .form-control {
        padding: 7px;
    }

    textarea.form-control {
        min-height: 0;
        height: 100px;
    }

    .fs-5 {
        font-size: 18px;
    }

    .highlight-bx {
        width: 100%;
    }

    .divi {
        width: 100%;
    }
    .yrs-of {
        bottom: 98px;
        left: 25px;
        width: 66px;
    }
     .left-bx{
                max-width: 100%;
    }
}
