
.site-box .site-title::before,
.title-style::before {
  background: #92D050;
}
.site-box .site-title::after,
.title-style::after {
  background: #5B9BD5;
}
.search-tab-box .tab-wrap.active {
  color: #2E75B6;
  border-color: #2E75B6;
}
.search-tab-box .tab-wrap.active svg path {
  fill: #2E75B6;
}
.downlist .wrap {
    padding: 17px 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    cursor: pointer;
}
.scholarship-box .imgwrodlist .item .wrap {
    font-weight: 600;
font-size: 16px;
}
.downlist .wrap {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.activities-box .wrap.active .icon, .downlist .wrap.active .icon {
    transform: rotateZ(90deg);
}
.activities-box .wrap .icon, .downlist .wrap .icon {
    font-size: 22px;
    transform: rotateZ(0deg);
    transition: all 0.3s;
}
.scholarship-box .item {
    display: block;
    padding: 0;}
.scholarship-box .item .content {
    max-width: 100%;    padding:20px 0 0 0;
    margin: 0;}
    .downlist {
    border:0;    margin-top: 40px;}
    .downlist .item{
    border:0;}

    .scholarship-box .imgwrodlist .item .wrap {
    background: #F7FAFD;    justify-content: space-between;
        margin-top:20px;}
    .scholarship-box  ul {
    margin-top: 16px;}
   . people-downlist{ margin: 40px 0 0 0;}
@media screen and (min-width: 1056px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: #92D050;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
  }
}
@media screen and (max-width: 1056px) {
  .navbar-collapse {
    background: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #92D050;
  }
}