:root {
    --bg-primary: #39b54a;
    --bg-secondary: #031e42;
}

.form-area {
    background-color: #e8e7f5;
}

.form-item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    background-color: #fff;
}

.form-item .form-icon i {
    color: var(--bg-primary);
}

.form-item a {
    font-size: 18px;
    color: var(--bg-secondary);
}

.form-one {
    padding: 20px;
}

.menuzord .menuzord-menu>li.active>a {
    color: var(--bg-secondary);
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
    font-weight: 700;
    background-color: transparent;
    opacity: 1;
}

.menuzord .menuzord-menu ul.dropdown li a {
    color: #000!important;
    opacity: 1;
}

/* .about .slider {
    top: 135px !important;
} */

.app-item h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 4rem;
}

.app-item span {
    font-size: 1.25rem;
    color: #898989;
}

.app-img {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin-top: 2rem;
}

.app-img a {
    padding-right: 10px;
}

.services-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*.menuzord-menu li:hover a {
    color: #fff!important;
}*/

@media only screen {}

@media screen and (min-width:300px) and (max-width:439px) {
    .header-top .widget i {
        font-size: 8px!important;
    }
    .header-top .widget span {
        font-size: 5px!important;
    }
    .header-top .widget a {
        font-size: 5px!important;
    }
    .about .slider {
        top: 0px !important;
    }
    .text:after {
        display: none;
    }
}

.disabled-link {
    pointer-events: none;
    color: #898989!important;
}

.text:after {
    background-color: #39b54a;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 25rem;
    position: absolute;
    width: 50px;
}

.disabled {
    background-color: #cac9df;
}

.footer-bit {
    background-image: url(../images/footerbg.gif);
    height: 10px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
}

.mx-10 {
    margin-right: 10px;
}

.img-size {
    width: 110px;
}

#team .team{
    width: 220px;
}

#team .team .thumb img{
    height: 230px;
}

.activity .section-content .schedule-box .schedule-details{
    height: 255px;
}

.activity .section-content .schedule-box .thumb img{
    height: 275px;
}

.company-profile.divider .section-content .card{
    flex-direction: column;
    min-height: fit-content;
    height: 270px;
}
.company-profile.divider .section-content .card img{
    height: 150px;
    width: 150px;
}

.company-profile.divider .section-content .card h6{
    font-size: 20px;
}

.company-profile-about .core-value{
    height: 150px;
    overflow: auto;
    padding-right: 20px;
}

/* width */
.company-profile-about .core-value::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.company-profile-about .core-value::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.company-profile-about .core-value::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.company-profile-about .core-value::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.remittance-item.design{
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer-overlay .icon-box{
    height: 260px;
}