@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background-image: linear-gradient(#ffffffb3, #ffffffa3), url(../images/body.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    scroll-behavior: smooth;
}

::selection {
    background-color: #a37518;
    color: #000;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d8bb96;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #363636;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6c4800;
}

a {
    text-decoration: none;
}



.logo {
    width: 220px;
    border-radius: 10px;
}

.topbar {
    /* background: linear-gradient(90deg, #6ab2ae, #ffffff, #d7b993); */
    /* background: linear-gradient(29deg, #000 8%, #f8f8f8 8%, #fff 14%, #363636 12%, #363636 68.7%, #FFFFFF 69.2%, #a07a33 70%, #a07a33 100%); */
    background: linear-gradient(29deg, #000 8%, #272727 8%, #464545 14%, #363636 12%, #363636 68.7%, #FFFFFF 69.2%, #a07a33 70%, #a07a33 100%);
    padding-top: 5px;
    padding-bottom: 5px;
}

.topbar p {
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.topbar a {
    color: #ffffff;
    font-weight: 400;
}

.topbar .social_icon i {
    background-color: #d8bb96;
    color: #000;
    padding: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.topbar .social_icon i:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #d8bb96;
}

nav .nav-link {
    font-size: 16px;
    font-weight: bold;

}

nav .active {
    color: #003d34 !important;
    font-weight: bold;
}

nav .dropdown .active {
    background-color: transparent !important;
    color: #003d34;
    font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #003d34;
    text-decoration: none;
    background-color: transparent !important;
}

.tabs-container {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.tab-link span {
    font-size: 12px;
    font-weight: bold;
}

.tab-link {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 6px;
    color: #363636;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #b08c42;
}

.tab-link i {
    margin-right: 1px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #b08c42, #b08c42);
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;

}

.tab-content.active {
    display: block;
}



.section_one {
    overflow-x: auto;
    display: flex;
    scroll-behavior: smooth;
    margin: auto;
}

/* hide the scrollbar and retain it's functionality */
.section_one ::-webkit-scrollbar {
    display: none;
}

.section_one .box {
    height: auto;
    width: 300px;
    flex-shrink: 0;
    margin-right: 4px;
}


/* Next & previous buttons */
.section_one .prev,
.section_one .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 20px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    margin-top: 78px;
}

/* Position the "next button" to the right */
.section_one .next {
    right: 5%;
    border-radius: 3px 0 0 3px;
    margin-right: 5.5px;
}

/* On hover, add a black background color with a little bit see-through */
.section_one .prev:hover,
.section_one .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



.section_one p {
    text-align: justify;
}

.section_one h5 {
    color: #b08c42;
    font-size: 20px;
}

.section_one .d-flex {
    align-items: center;
}

.section_one .d-flex p {
    margin-bottom: 0px;
}

.section_one .d-flex i {
    font-size: 23px;
    background: #a07a33;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #363636;
    color: #fff;
    margin-right: 3px;
}

.section_one h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.section_one .about-us-btn {
    color: #fff;
    background-color: #b08c42;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: 1s;
}

.section_one .about-us-btn:hover {
    background-color: #363636;
}

.Section_two h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.Section_two span {
    font-size: 45px;
}

.Section_two .card {
    border: none;
    background-image: linear-gradient(0deg, #000000e3 8%, #272727d7 8%, #464545de 14%, #363636e7 12%, #363636e1 68.7%, #ffffffe7 69.2%, #a07a33dd 70%, #a07a33e2 100%), url(../images/row/5.jpeg);

    /* background-image: linear-gradient(90deg, #6ab2ae45, #ffffff45, #d7b99357), url(../images/card_bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    height: 265px;
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 0px 9px 0px #363636b5;
}

.Section_two .card h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.Section_two .card i {
    background-color: #ffffff;
    padding: 10px;
    border: 2px solid #b08c42;
    text-align: center;
    color: #b08c42;
    border-radius: 50%;
    font-size: 30px;
}

.Section_two .card p {
    color: #fff;
    font-weight: 400;
    text-align: justify;
}

.vision-mission i {
    background-color: #b08c42;
    padding: 10px;
    border: 2px solid #b08c42;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

.vision-mission .d-flex p {
    margin-bottom: 0;
}

.vision-mission h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}


:root {
    --main-color: #b08c42;
}


.our_services h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;

}

.our_services h5 {
    color: #b08c42;
    font-size: 20px;
}

.pricingTable {
    color: var(--main-color);
    /* background: linear-gradient(90deg, #6ab2ae, #ffffff, #d7b993); */
    background: linear-gradient(29deg, #000 8%, #272727 8%, #464545 14%, #363636 12%, #363636 68.7%, #FFFFFF 69.2%, #a07a33 70%, #a07a33 100%);

    text-align: center;
    padding: 75px 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    margin: 15px
}

.pricingTable:before {
    content: "";
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    margin: 0px 20px 15px;
}

.pricingTable .title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .price-value {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    width: 80%;
    padding: 10px 0;
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: justify;
    padding: 10px;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
    /* background: linear-gradient(93deg, #007664, #000000, #b08c42); */
    background: linear-gradient(29deg, #000 8%, #272727 8%, #464545 14%, #363636 12%, #363636 68.7%, #FFFFFF 69.2%, #a07a33 70%, #a07a33 100%);

}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.btn-theme {
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
    /* background: linear-gradient(93deg, #007664, #000000, #b08c42); */
    background: linear-gradient(29deg, #000 8%, #272727 8%, #464545 14%, #363636 12%, #363636 68.7%, #FFFFFF 69.2%, #a07a33 70%, #a07a33 100%);

}

h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.btn-theme:hover {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #ffffffa6;
}

.pricingTable.purple {
    --main-color: #b08c42;
}

.pricingTable.green {
    --main-color: #000;
}










.testimonials h5 {
    color: #b08c42;
    font-size: 20px;
}

.testimonials h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.testim {
    margin-top: 100px;
    margin-bottom: 50px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #b08c42;
}


.testim .arrow.left {
    left: 35px;
}

.testim .arrow.right {
    right: 35px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 180px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #b08c42;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #b08c42;
    border-color: #b08c42;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #005a4c;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.contact h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.contact h4 {
    color: #b08c42;
    font-size: 20px;
}

.contact p,
a {
    color: #000;
}

.contact a:hover {
    color: #005a4c;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: 300px;
    object-fit: cover;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.Gallery {
    /* background-image: linear-gradient(90deg, #6ab2ae85, #ffffff85, #d7b993bd), url(../images/gallery_bg.png); */
    background-image: linear-gradient(29deg, #000000e3 8%, #272727d7 8%, #464545de 14%, #363636e7 12%, #363636e1 68.7%, #ffffffe7 69.2%, #a07a33dd 70%, #a07a33e2 100%), url(../images/row/5.jpeg);

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 100px;
}

.Gallery h5 {
    color: #fff;
    font-size: 20px;
}

.Gallery h2 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}

.Gallery .btn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    width: 100%;
    transition: 3s;
    background: linear-gradient(93deg, #007664, #000000, #b08c42);
}

.Gallery .btn:hover {
    background: linear-gradient(93deg, #00766471, #00000081, #ff9d0071);
    color: #ffffff;
    border: 2px solid #b08c42;
}



@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.Gallery .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.Gallery .slider::before,
.Gallery .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: auto;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.Gallery .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.Gallery .slider::before {
    left: 0;
    top: 0;
}

.Gallery .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.Gallery .slider .slide {
    height: auto;
    width: auto;
    margin: 10px;
}

.contact .btn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    background: linear-gradient(93deg, #007664, #000000, #b08c42);
}

.contact .btn:hover {
    background: linear-gradient(93deg, #00766471, #00000081, #ff9d0071);
    color: #ffffff;
    border: 2px solid #b08c42;
}

footer {
    background-image: linear-gradient(29deg, #000000f0 8%, #272727db 8%, #464545 14%, #363636 12%, #363636e8 68.7%, #FFFFFF 69.2%, #a07a33a1 70%, #a07a33e0 100%), url(../images/row/1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ededed;
}

footer h4 {
    color: #fff;
    font-weight: bold;
}

footer .social_icon i {
    background-color: #d8bb96;
    color: #000;
    padding: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

footer .social_icon i:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #d8bb96;
}

#button {
    display: inline-block;
    background-color: #b08c42;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";

    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}




.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 20px;
    bottom: 2rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 15px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}


.pulse i {
    position: relative;
    z-index: 20;
    line-height: 20px;
    font-size: 25px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 15px;
    left: 20px;
    bottom: 6rem;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

.Appoinment {
    position: fixed;
    top: 60%;
    right: 20px;
    background-color: #b08c42;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px 0 0px 20px;
    z-index: 9999;
}

.Appoinment:hover {
    color: #fff;
    background-color: #76490db4;
}


.section_one .specilities p {
    text-align: start;
    font-size: 13px;
    font-weight: 600;
}


.section_about h2 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.section_about h5 {
    color: #b08c42;
    font-size: 20px;
}

.section_about p {
    text-align: justify;
}



.section_banner img {
    width: 100%;
    height: auto;
}



/* faq */
.faq h3 {
    font-weight: 600;
    font-size: 40px;
    color: #363636;
}

.faq h5 {
    color: #b08c42;
    font-size: 20px;
}

/* Detail styling */
.details {
    --padding: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.details+.details {
    margin-top: 15px;
}

.details__title {
    --width: 20px;
    --height: 3px;
    --radius: 1px;
    --color: rgb(57 88 78);
    margin: 0;
    padding: var(--padding) calc(var(--width)* 2) var(--padding) var(--padding);
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.details__title:before,
.details__title:after {
    content: '';
    display: block;
    width: var(--width);
    height: var(--height);
    background-color: var(--color);
    position: absolute;
    border-radius: var(--radius);
    top: calc(50% - (var(--height) / 2));
    right: calc(var(--width) / 2);
    transition: all .2s ease-in-out;
}

.details__title:after {
    rotate: 90deg;
}

.details__container[open] .details__title:before {
    rotate: 45deg;
    /* rotate: 135deg; */
}

.details__container[open] .details__title:after {
    rotate: 135deg;
    /* rotate: 225deg; */
}

.details__container[open] .details__title {
    background-color: #f3f3f3;
}

.details__summary::marker {
    content: '';
}

.details__desc {
    visibility: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding-inline: var(--padding);
    pointer-events: none;
}

.details__container[open]+.details__desc {
    visibility: visible;
    grid-template-rows: 1fr;
    padding-block: var(--padding);
}

.details__desc-inner {
    min-height: 0;
}


.gallery img {
    margin-bottom: 20px;
}

.drpranjal img {
    width: 50px;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}



@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

    .topbar a {
        font-size: 11px;
    }

    .topbar p {
        font-size: 11px;
    }

    .topbar .social_icon i {
        padding: 5px;
    }

    .logo {
        width: 125px;
        border-radius: 10px;
    }

    .section_one h5 {
        font-size: 16px;
    }

    .section_one h2 {
        font-size: 25px;
    }

    .tab-links {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }

    .Section_two h2 {
        font-size: 25px;
    }

    .Section_two .card h4 {
        font-size: 20px;
    }

    .vision-mission h2 {
        font-size: 25px;
    }

    .our_services h2 {
        font-size: 25px;
    }

    .our_services h5 {
        font-size: 17px;
    }

    .testimonials h5 {
        font-size: 17px;
    }

    .testimonials h2 {
        font-size: 25px;
    }

    .testim {
        margin-top: 200px;
    }

    .testim .dots {
        top: 220px;
    }

    .testim .arrow.left {
        left: 15px;
    }

    .testim .arrow.right {
        right: 15px;
    }

    .Appoinment {
        padding: 7px 9px;
        font-size: 10px;
    }

    .pulse {
        width: 2rem;
        height: 2rem;
        padding: 7px;
    }

    .pulse i {
        font-size: 15px;
    }

    .call-buton .cc-calto-action-ripple {
        width: 2rem;
        height: 2rem;
        padding: 11px;
    }

    .call-buton .cc-calto-action-ripple i {
        font-size: 15px;
    }

    #button {
        width: 30px;
        height: 30px;
    }

    #button::after {
        font-size: 20px;
        line-height: 31px;
    }

    .faq h5 {
        font-size: 17px;
    }

    .faq h3 {
        font-size: 25px;
    }

    .details__title {
        font-size: 15px;
    }

    .Gallery h5 {
        font-size: 17px;
    }

    .Gallery h2 {
        font-size: 25px;
    }

    .Gallery .btn {
        border-radius: 12px;
        width: 50%;
    }

    .Gallery {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .contact h2 {
        font-size: 25px;
    }

    .contact h4 {
        font-size: 16px;
    }

    .section_about h5 {
        font-size: 17px;
    }

    .section_about h2 {
        font-size: 25px;
    }

    nav .dropdown-item {

        font-size: 10px;
    }

    h3 {
        font-size: 19px;
    }

    h2 {
        font-size: 25px;
    }

    h4 {
        font-size: 17px;
        font-weight: 600;

    }
}