.font25 {
    font-size: 25px !important;
}

.font700 {
    font-weight: 700 !important;
}

nav {
    background-color: #008000;
}

.headerfixed {
    transition: all 0.5s ease-in-out !important;
}

.headerfixed.fixed {
    transition: top 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* Ensure it appears above other content */
    background-color: #008000;
    padding-left: 64px;
    padding-right: 64px;
}

.darkTheme .fixed {
    transition: top 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* Ensure it appears above other content */
    background-color: #000 !important;
    padding-left: 64px;
    padding-right: 64px;
}

.whitecolor {
    color: #fff !important;
}

.font17 {
    font-size: 17px !important;
}

.font500 {
    font-weight: 500 !important;
}

.order1 {
    order: 2;
    position: fixed;
    top: 0;
    right: 78px;
    top: 14px;
}


.downloadbtn {
    border: 0;
    padding: 4px 14px;
    border-radius: 8px;
    background: yellow;
    font-weight: bold;
    color: green;
    animation: blink 1s infinite ease-in-out;
}

@keyframes blink {
    0% {
        color: green;
        margin-top: 2px;
        background-color: yellow;
    }

    100% {
        color: yellow;
        background-color: green;
        margin-top: 0px;
    }

}

.leftContent {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    color: #00000080;
}

.lightblack {
    color: #00000080;
}

.blaccolor {
    color: #000;
}

.sideimg {
    width: 100%;
    height: 216px;
    object-fit: cover;
}

.aboutcontent {
    width: 80% !important;
    margin: auto;
    text-align: justify;
    font-size: 19px;
    font-weight: normal;
    color: #0000006b;
}

.carousel-control-next,
.carousel-control-prev {
    background: #000 !important;
    top: 46% !important;
    bottom: 46% !important;
    width: 4% !important;
}

.carousel-control-next {
    right: 40px !important;
}

.carousel-control-prev {
    left: 40px !important;
}

.missioncontent {
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 32px;
}

.imgmission:hover {
    filter: brightness(1.4);
    transition: 0.4s;
    border-radius: 10px;
}

.navbar-nav {
    gap: 15px;
}

.bgyellow {
    background-color: yellow;
}

.colorgreen {
    color: green;
}

.serviceheading {
    position: absolute;
    top: 23px;
    color: #fff;
    right: 43%;

}

.width40 {
    width: 40px;
    margin-top: -10px;
}

.gelerycontent {
    position: absolute;
    z-index: 1;
    left: 44%;
    top: 4px;
    font-size: 41px;
    color: #fff;
    font-family: auto;
}

.contactdetail {
    padding: 20px 23px;

}

.box1 {
    width: 160px;
    height: 100px;
    background: #198754;
    position: absolute;
    top: -29px;
    left: 0px;
    z-index: 1;
}

.box2 {
    height: 100px;
    width: 160px;
    background: #198754;
    position: absolute;
    z-index: 1;
    bottom: -31px;
    left: 326px;
}

.relativeposition {
    position: relative;
    z-index: 2;
    width: 80%;
}

input[type=text],
select,
textarea :focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    background: #ffffffcf;
}

textarea:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

input[type=email],
select,
textarea :focus {
    outline: -webkit-focus-ring-color auto 0px;
    background: #ffffffcf;
}

input[type=text],
select,
textarea {
    width: 90%;
    padding: 4px 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #fff;
}

input[type=email],
select {
    width: 90%;
    padding: 4px 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #fff;
}

input[type=submit] {
    background-color: yellow;
    color: #000;
    padding: 3px 31px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

input[type=submit]:hover {
    background-color: #ffff00eb;
}

.nonebtn {
    display: none;
    border: navajowhite;
    border: none;
    background: transparent;
    font-weight: 500;
    box-shadow: 1px 2px 0px 1px green;
    color: green;
    border-radius: 4px;
    margin-top: 38px;
    margin-left: 19px;
}

.serviceabs {
    text-align: justify;
}

#popupDialog {
    width: 76%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


.bggreen {
    background-color: #1b2521;
}

.contactimg {
    width: 75%;
    margin-top: 62px;
}

textarea {
    height: 200px;
}

.bgfooter {
    background-color: #008000;
    padding-left: 30px;
    padding-right: 30px;
}

.footeritem {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.footeritem:hover {
    color: yellow;
}

.mailicon {
    font-size: 22px;
    color: yellow;
    margin-right: 16px;
}

.dflex {
    display: flex !important;
    align-items: center;
}

.socialmedia {
    width: 40px;
    height: 30px bac;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: yellow;
    cursor: pointer;
}

.socialmedia:hover {
    background-color: #3bb03b;
    transition: 0.5s;
}

.socialmedia a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.socialmedia:hover a {
    color: #fff;
    transition: 0.5s;
}

.dflex1 {
    display: flex;
    gap: 20px;
}
.closebtn{
        border: navajowhite;
        border: 1px solid #000;
        background: transparent;
        font-weight: 500;
        border-radius: 4px;
        padding: 0px 12px;
}
.margin3{
    margin-top: 2px;
}

.btn.show{
    border-color: transparent !important;
}
.margin7rem{
    margin-top: 7rem;
}






.fontfamily{
    font-family: ui-sans-serif;
}
.font18{
    font-size: 20px;
}
.divcolor{
    background-color: #00000012;
}
.width80{
    width: 80%;
    margin: auto;
    background-color: #fff;
}
.price{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s all;
}
.price p{
    text-align: center;
    font-weight: 600;
}
.price:hover{
    transform: scale(1.05);
}
.map2{
    border: 0;
    width: 80%;
    height: 345px;

}
.map1{
    height: 206px;
    width: 430px;

}

@media(max-width:1024px) {
    .relativeposition {
        position: relative;
        z-index: 2;
        width: 86%;
        margin-top: 54px;
    }

    .box1 {
        width: 160px;
        height: 100px;
        background: #198754;
        position: absolute;
        top: 21px;
        left: 0px;
        z-index: 1;
    }

    .box2 {
        height: 100px;
        width: 160px;
        background: #198754;
        position: absolute;
        z-index: 1;
        bottom: -31px;
        left: 249px;
    }
}

@media(max-width:992px) {
    .margin7rem{
        margin-top: 0;
    }
    .noneimg {
        display: none;
    }
    .contactimg {
        width: 90%;
        margin-top: 62px;
    }

    .relativeposition {
        position: relative;
        z-index: 2;
        width: 87%;
        margin-top: 65px;
    }

    .box1 {
        width: 160px;
        height: 100px;
        background: #198754;
        position: absolute;
        top: 33px;
        left: 0px;
        z-index: 1;
    }

    .box2 {
        height: 100px;
        width: 160px;
        background: #198754;
        position: absolute;
        z-index: 1;
        bottom: -31px;
        left: 235px;
    }

    .fixedposition {
        position: fixed;
        right: 16rem;
        top: 15px;
    }

    .navbar-nav {
        gap: 0;
    }

    .aboutcontent {
        width: 100% !important;
    }

    .leftContent {
        font-size: 15px;
    }

    .missioncontent {
        font-size: 15px;
        margin-top: -7px;
        line-height: 25px;

    }

    .font20 {
        font-size: 17px;
    }

    .map1 {
        width: 100%;
        height: 50vh;

    }
}

@media(max-width:840px) {
    textarea {
        height: 140px !important;
    }

    .gelerycontent {

        top: -3px;
        font-size: 36px;
    }

    .font13 {
        font-size: 13px;
    }

    .box2 {
        height: 100px;
        width: 160px;
        background: #198754;
        position: absolute;
        z-index: 1;
        bottom: -30px;
        left: 174px;
    }
}

@media(max-width:768px) {
   

    .dflex1 {
        justify-content: center;
        margin-top: 20px;
    }

    .contactimg {
        width: 100%;
        margin-top: 62px;
        padding-right: 10px;
    }

    .container {
        max-width: 767px !important;
    }

    .fixedposition {
        position: fixed;
        right: 12rem;
    }

    .box2 {

        left: 140px;
    }

    .aboutcontent {
        font-size: 16px;
    }
}

@media(max-width:650px) {
    .gelerycontent {
        top: -2px;
        font-size: 29px;
    }

    .fixedposition {
        position: fixed;
        right: 9rem;

    }

    .order1 {
        order: 2;
        position: fixed;
        top: 0;
        right: 59px;
        top: 13px;
    }

    .box1 {
        top: -56px;
    }

    .box2 {
        left: 100px;
    }

    .noneservice {
        display: none;
    }

    .nonebtn {
        display: block;
    }

    .relativeposition {
        margin-top: -20px;
    }

}

@media(max-width:576px) {
    

    .order2 {
        order: 3;
    }

    .leftContent {
        margin-top: 20px;
    }

    .missioncontent {
        margin-top: 20px;
    }

}

@media(max-width:540px) {
    .fixedposition {
        position: fixed;
        right: 7rem;

    }

    .order1 {
        order: 2;
        position: fixed;
        top: 0;
        right: 24px;
        top: 13px;
    }

    .dnone {
        display: none;
    }
}

@media(max-width:480px) {
    .relativeposition {
        margin-top: 50px;
    }

    .box1 {
        top: 16px;
    }

    .box2 {
        left: 59px;
    }

    .gelerycontent {
        position: absolute;


        top: -2px;
        font-size: 21px;
        color: #fff;
    }
}