body{
    font-family: Poppins !important;
 }
body p{
    font-size: 16px !important;
     color: #333;
 }

 .nav-pills .nav-item .nav-link
 {
    font-size: 14px !important;
    font-weight: 600 !important;

 }

.slider-area .hero__caption p {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-bottom: 39px;
    color: #333 !important;
    margin-bottom: 7px;
}
.team-profile .single-profile .single-profile-front .profile-img {
    max-height: 318px !important;
    margin-bottom: 30px;
}

.team-profile .single-profile .single-profile-back-last h2 {
    color: #498f74;
    font-size: 25px;
}
.team-profile .single-profile .single-profile-back-last {
    border: 2px solid #e9a93b;
    border-radius:8px;
}

p {
    font-family: "Poppins",sans-serif;
    color: #333;
    text-align: justify;
}
.single-profile a{
    font-weight: bold;
    display: none;
}

.we-trusted-area .trusted-caption h2 {
    color: #316b81;
    font-size: 30px;
    font-weight: 600;
}
.we-trusted-area .trusted-caption {
    background: rgba(255,255,255,1);
}

.tbtn::before {
    background: #8C566C;
}
.form-wrapper .form-box input,.form-wrapper .form-box textarea {
    border: 2px solid #4495A6;
}
.form-wrapper .form-box input
{
    color: #6EF0E3;
}
.footer-area .container
{
    display: none;
}
.footer-padding {
    padding-top: 0;
}

.footer-bottom-area .footer-border {
    border-top: 0px solid #d3e5fd;
}
.footer-copy-right p
{
    text-align: center;
}

.we-trusted-area.trusted-padding.blue-bg a:first-child
{
    color:#000;
    background-color: #fff;
    border:1px solid #D9B359;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    font-weight: 800;
}



.sidebar-wrapper > a.nav-link 
{
    text-transform: capitalize;
}

.about-area h3
{
    font-weight: 800;
}

.main-header .main-menu ul li a {
    font-size: 16px;
}



.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: #464e56;
}

.recent-area .single-recent-cap .recent-cap h4,.courses_liste h4 {
    font-weight: 800px !important;
}

.recent-area .single-recent-cap .recent-cap p {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.recent-area .single-recent-cap .recent-cap {
    padding: 20px 0px 20px 0px;
}
.recent-area .single-recent-cap .recent-cap a.btn.btn-primary
{
    padding: 10px 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #498f74;
    background-color: #fff;
    border:1px solid #498f74;
}

.btn-success, .btn-success.disabled {
    box-shadow: 0 0px 0px #62BF9B;
    background-color: #62BF9B;
    border-color: #62BF9B;
    color: #fff;
}
.btn-primary.light
{
    box-shadow: 0 0px 0px #acb5f6 !important;
    background-color: #fff !important;
    border-color: #6777ef !important;
    color: #6777ef !important;
}
.hero__caption .hero__btn a {
    padding: 20px 30px !important;
    color: #333 !important;
    border: 2px solid #e9a93b !important;
    font-weight: 800 !important;
}

.section .section-header h1 {
    font-size: 18px !important;
}

.we-trusted-area .trusted-caption {
    padding: 0px 115px 50px 60px;
}

.we-trusted-area .trusted-caption p {
    margin-bottom: 15px;
}
.we-trusted-area.trusted-padding.blue-bg a:first-child{
    margin-top: 30px;
    display: block;
    max-width: 180px;
}

.team-padding {
    padding-bottom: 25px;
}

.trusted-padding {
    padding-top: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px)
{
    .team-padding {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (max-width:767px)
{
    .we-trusted-area .trusted-caption {
        padding: 0px;
    }
}

.sidebar-wrapper a.nav-link{
    font-size:16px !important;
}

.acc {
    width: 100%;
    font-size: 20px;
    cursor: pointer;
  }
  
  .acc_active,
  .acc:hover {
    background-color: yellow;
  }
  
  .acc:after {
    content: "\002B";
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #000;
  }
  
  .acc_active:after {
    color: yellowgreen;
    content: "\2212";
  }
  
  .acc_panel {
    max-height: 0;
    overflow: hidden;
  }
  