@media(max-width:2560px) {
    .navbar{
        background: url(../img/bd2.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    .navbar-brand{
        width: 10%;
    }
    .navtop .mn {
        margin-top: 10px;
    }

    .contact {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

    .contact .contact-information {
        min-height: 150px;
        margin: 0 0 30px 0;
        padding: 30px 15px 0 15px;
        /* background: linear-gradient(0deg, #905430, transparent); */
        /* background: url(../img/FooterTop.png); */
        border-radius:10px;
    }

    .contact .contact-info {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .contact .contact-icon {
        position: relative;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d4a631;
        border-radius: 50px;
    }

    .contact .contact-icon i {
        font-size: 24px;
        color: #000000;
    }

    .contact .contact-text {
        position: relative;
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        padding-left: 15px;
    }

    .contact .contact-text h3 {
        font-size: 18px;
        font-weight: 700;
        color: #905430;
    }

    .contact .contact-text p {
        margin: 0;
        font-size: 17px;
        color:#000000;
    }

    .contact .contact-social a {
        margin-right: 10px;
        font-size: 24px;
        color: #00a3ff;
    }

    .contact .contact-social a:hover {
        color: #719a0a;
    }

    .contact .contact-form iframe {
        width: 100%;
        height: 380px;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .contact .contact-form input {
        padding: 15px;
        background: none;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    .contact .contact-form textarea {
        /* height: 110px; */
        padding: 8px 15px;
        background: none;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    .contact .help-block ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    p {
        text-align: justify;
    }

    .about {
        background: url(../img/bg.jpg);
        background-size: cover;
        background-attachment: fixed;
        padding: 40px 0px;
    }

    h3 {
        font-family: 'Alegreya Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
    }

    footer a {
        color: #e6e6e6;
    }

    .copyright {
        background: #d4a631;
        color: #030101;
    }

    .copyright a {
        color: #000;
    }

    .copyright p {
        margin: 6px 0px;
        text-align: center;
    }

    footer li::marker {
        color: #ffc19b;
    }

    .pp {
        margin: 10px 0px !important;
    }

    footer {
        /* background:#1f1f1f; */
        background: url(../img/bd2.jpg);
        background-size: cover;
        background-attachment: fixed;
        padding: 30px 0px;
        color: #fff5ee;
    }

    footer h3 {
        color:#d4a631;
    }

    nav {
        background: #905430;
    }

    nav i {
        color: #905430;
    }

    /* Style for the search container */
    .search-container {
        display: flex;
    }

    /* Style for the search input */
    .search-input {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
        font-size: 16px;
    }

    /* Style for the search button */
    .search-button {
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 0 4px 4px 0;
        background-color: #905430;
        cursor: pointer;
    }

    /* Style for the magnifying glass icon */
    .search-icon {
        width: 20px;
        height: 20px;
        /* background: url('magnifying-glass-icon.png') no-repeat center center;
        background-size: cover; */
    }

    .a .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 4.333333%;
    }

    .a .col-md-10 {
        flex: 0 0 98.333333%;
        max-width: 91.333333%;
    }

    .bb {
        transition: transform .2s;
        padding: 20px;
    }

    .b .bb:hover {
        transform: scale(1.1);
        background: radial-gradient(#91553100, #fce3bb00);
        border-radius: 15px;
        color: #9d6c00;
        padding-bottom: 20px;
    }

    .c {
        background: url(../img/Middle.png);
        background-size: cover;
        padding: 40px 0px;
        background-attachment: fixed;
    }

    .d {
        background: linear-gradient(0deg, #e6e6e6, transparent);
        padding: 40px 0px;
    }

    .d .pri {
        text-decoration: line-through;
    }

    .d .sav {
        background: #6699ff;
        color: #fff;
        padding: 1px;
    }

    .d p,
    h6 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .d h4 {
        color: #905430;
    }

    .d .card {
        background: transparent;
        margin: 20px 0px;
        border: 3px solid rgb(212 166 49);
        padding: 10px;
        background: linear-gradient(270deg, #d4a6317a, #ffffff);
    }

    .d .card-body {
        padding: 10px 0px;
    }

    .d .card-title {
        margin-bottom: 10px;
    }

    .e {
        background: linear-gradient(0deg, #e6e6e6, transparent);
        padding: 40px 0px;
    }

    .e .pri {
        text-decoration: line-through;
    }

    .e h6 {
        color: #905430;
        text-align: right;
    }

    .e h4 {
        color: #000;
        text-align: center;
        font-size: 22px;
    }

    .e .sav {
        background: #6699ff;
        color: #fff;
        padding: 1px;
    }

    .e .card {
        background: transparent;
        margin: 20px 0px;
        border: 1px solid transparent;
    }

    .e .card-body {
        padding: 10px 0px;
    }

    .g {
        padding: 40px 0px;
    }

    .ebg .card {
        background: #ebe9e9;
        padding: 10px 10px;
    }

    .ebg {
        background: #fff;
    }

    .h {
        padding: 40px 0px;
    }
}

@media(max-width:1920px) {
    .navtop .mn{
        margin-top: 25px;
    }
}

@media(max-width:1440px) {
    .navtop .mn{
        margin-top: 12px;
    }
}

@media(max-width:1024px) {
    .navtop .mn{
        margin-top: 0px;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        font-size: 18px !important;
    }

    footer h3 {
        color: #d4a631;
        font-size: 24px;
    }
}

@media(max-width:768px) {}

@media(max-width:576px) {
    .navbar-brand {
        width: 30%;
    }
    /* .navbar{
        background: #000!important;
    } */
    .ebg h6 {
        color: #905430;
        text-align: center;
    }

    .ebg p {
        text-align: center;
    }

    .navtop .iiu {
        padding-top: 7px;
    }
}

@media(max-width:425px) {}

@media(max-width:375px) {}

@media(max-width:320px) {}

@media(min-width: 2560px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1440px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1024px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none;
    }

    .navbar-collapse {
        /* border-width: 1px;
        border-style: solid;
        border-color: transparent rgb(144, 84, 48) rgb(144, 84, 48);
        border-image: initial;
        border-radius: 10px;
        background: linear-gradient(rgb(144, 84, 48), transparent); */

    }
}

@media(max-width: 576px) {
    .d {
        
        padding: 0px 0px;
    }
    .navbar-collapse {
        border-width: 1px;
        border-style: solid;
        border-color: transparent rgb(255 255 255) rgb(255 255 255);
        border-image: initial;
        border-radius: 10px;
        background: linear-gradient(#fff0cb91, #ffffff70);
        margin: 10px;
    }



    .desktop {
        display: none
    }
}

@media (max-width: 425px) {
    .desktop {
        display: none
    }
}

@media (max-width: 375px) {
    .desktop {
        display: none
    }
}

@media (max-width: 320px) {
    .desktop {
        display: none
    }
}


.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #258203;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}



/* NAVBAR CSS  */
.navbar-toggler {
    padding: -1.75rem 1.75rem;
    font-size: 14px;
    line-height: 1;
    background-color: white;
    border: 1px solid #ffffff00;
    border-radius: 0.25rem;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(240 183 55);
    background:#ffffff00;
    border-radius: 9px;
}

.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #fbaf32;
    font-size: 19px;
    line-height: 0px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    transition: .5s;
}

.navbar .navbar-brand span {
    color: #719a0a;
}

.navbar .navbar-brand:hover {
    color: #fbaf32;
}

.navbar .navbar-brand:hover span {
    color: #fbaf32;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 120px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        width: 100%;
    }

    .navbar.nav-sticky {
        background: #ffffff !important;
    }

    .navbar .navbar-brand {
        color: #4749ef;
    }

    .navbar.nav-sticky .navbar-brand {
        color: #fbaf32;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        /* padding: 10px 10px 8px 10px; */
        font-family: 'Nunito', sans-serif;
        color: #fff3ec;
        font-size: 20px;
        /* font-weight: 600; */
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #666666;
        border-radius: 9px;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #ffd1b6;
        border-radius: 9px;
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: white;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        /*padding: 15px;*/
        /* background: #ffffff !important; */
    }

    .navbar .navbar-brand {
        color: #fff;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
    }

    .navbar a.nav-link {
        padding: 5px;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }
}

@media (max-width: 767.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
    }
}

@media (max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
    }
}

@media(max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
    }
}

@media(max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #0c0c0e;
    }
}