.hero {
    width: 100%;
    height: auto;
    background: #ffff !important;
    background-size: cover;
}

.siteseal{
    width:185px;
}

@media(max-width:600px){
    .siteseal{
        width:230px !important;
    }
    .social-links{
        text-align: center;
    }
    .img_sign{
        text-align: center;
    }
    .dbox .icon span b{
        display: none;
    }
}

#sizer{
    height:250px !important;
}
.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: black;
    background-color: white;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #000;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
   background-color: #18b848 !important;
    color: #fff !important;
}

.navbar .dropdown ul {
    padding: 0px 0px !important;
}

.navbar .dropdown ul li{
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar .dropdown ul li:hover{
    background: #390A5D;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #89e9a6;

}

#ourpeople {
    background-color: #10662a;
    color: white;
}

.second {
    background-color: #10662A !important;
    color: white;
}


#cards,
#Csix {
    background-color: #10662a !important;
    color: white;text-align:justify;
}
.fs-4{font-size:14px!important;}

#Csecond,
#Cthird,
#Sfive,
#Sthird,
#S1form,
#Gfirst,
#GThird,
#CFour,
#Rform,
#JForm,
#id6 {
    background-color: #10662A !important;
    color: white;
}


#CFour {
    margin: 38px;
}


.navbar a {
    color: #1C8938;
    transition: color 0.3s ease;

}


.navbar a:hover,
.navbar .active>a,
.navbar .active>a:focus,
.navbar li:hover>a {
    color: #390A5D;

}


.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #390A5D;
}

.navbar .active a {
    color: #390A5D;
}

.fa-caret-right {
    color: red;
}

#rfirst,
#Rthird,
#Rsecond {
    color: #390A5D;
}

.btn-grad {
    background-image: linear-gradient(to right, #0f797a 0%, #74bcd5 51%, #0d3406 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    color: white;
    text-decoration: none;
    background-image: linear-gradient(to right, #0f797a 0%, #74bcd5 51%, #0d3406 100%);
}

#contact label {
    font-size: 20px;
    margin: 5px;

}

.form-select {
    /* width: 250px; */
    padding: 10px;
    border: none;
    border-bottom: 2px dashed #999;
    font-size: 12px;

}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"] {
    /* width: 250px; */
    padding: 10px;
    border: none;
    border-bottom: 2px dashed #999;
    font-size: 12px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
    color: #999;
}

input[type="text"]:focus {
    outline: none;
}

@media (max-width: 600px) {
    #id5 {
        padding: 10px !important;
    }
    .dropdown a i{
        margin-right: 12px;
    }
}

.mobile-nav-toggle {
    color: #ffffff;
}

.csr {
    color: white;
    font-size: 21px;
    position: relative;
    top: 30px;
    background-color: #10662a;

}

a {
    color: #390A5D;
    text-decoration: none;
}

a:hover {
    /* color: black !important; */
    text-decoration: none;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #e9d1d1 !important;
}

.activetab a {
    color: #1c8938 !important;
}

.h2color {
    color: #0f7576 !important;
}

.h1color {
    color: #579f20 !important;
    
}

.habout {
    color: #1c8938 !important;
    padding-top: 50px;
}

.hclass {
    color: #1c8938 !important;
    padding-top: 30px;
}

.hs {
    padding-top: 60px;
    color: #1c8938 !important;
}

#LFourth {
    background-color: #10662A !important;
    color: white;
    margin: 30px;
}

.bg {
    background-color: #390A5D;
    color: white;
    border-radius: 20PX;
    height: 400px;
    /* display: flex;
text-align: center;
align-items: center; */
}

#Lseven {
    background-color: #10662a;
    color: white;
    margin: 30px;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.flexform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hidden-section {
    width: 77px;
    height: 29px;
    overflow: hidden;
    position: fixed;
    right: 50px;
    top: 82px;
    z-index: 9999;
}

.hidden-section button {
    width: 39%;
    height: 100%;
    background-color: #390A5D;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
}

.hidden-section button i {
    font-size: 14px;
}

.hidden-section:hover button {
    width: 100%;
}

.social-links a{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 45px;
    height: 45px;
    border-radius: 20%;
    padding: 12px;
}

.social-links a:hover{
    background: #6CD879;
}

.social-links a i:hover{
    color: #2CC33F;
}

@media(max-width: 600px) {
    .hidden-section {
        bottom: 10px;
        right: 10px;
    }

    .hidden-section button {
        width: 30px;
        height: 24px;
        position: absolute;
        left: 45px;
    }

    .hidden-section:hover button {
        width: 70%;
        left: 22px !important;
    }
}
