:root {
    --y-color: #F79F24;
    --black: #000000;
    --p-color: #262938;
    --w-color: #ffffff;
    --poppins: 'Poppins', sans-serif;
}

.bg {
    background: linear-gradient(rgba(0, 0, 0, 0.521), rgba(0, 0, 0, 0.486)), url('../assets/img/bg/28.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
}

html,
body {
    overflow-x: hidden;
}

.bg .about-link {
    padding-top: 130px;
    color: var(--w-color);
    font-size: 25px;
}

.bg .about-link a {
    color: var(--y-color) !important;
    text-decoration: underline;
}

#main {
    margin: 50px 0;
    font-family: var(--poppins);
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: var(--y-color);
    color: #222;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "-";
    font-family: var(--poppins);
    font-weight: 900;
    float: right;
    font-size: 20px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: var(--p-color);
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "+";
    font-size: 20px;
}

#main #faq .card .collapsing {
    background: var(--y-color);
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: var(--y-color);
    line-height: 30px;
    color: #222;
}

#testimonials {
    padding: 70px 0px;
    font-family: var(--poppins);
}

#testimonials h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

#testimonials span {
    color: var(--y-color);
}


/* #testimonials .box {
  
} */

#testimonials .box-holder {
    background: var(--p-color);
    color: var(--w-color);
    padding: 10px;
    max-width: 700px;
    margin: auto;
    border-radius: 7px;
}

#testimonials .box p {
    font-size: 15px;
}

#testimonials img {
    width: 100px;
    position: relative;
    top: 0;
}

#testimonials .img {
    margin-top: -70px;
    z-index: 100;
}


/* -------Team---------- */

#our-team {
    padding: 70px 0px;
    font-family: var(--poppins);
}

#our-team h2 {
    color: var(--y-color);
    font-size: 17px;
}

#our-team h6 {
    font-size: 25px;
}

#our-team .card {
    background: var(--p-color);
}

#our-team .card img {
    width: 150px;
    margin-top: -80px;
}

#our-team .card .card-body {
    color: var(--w-color);
}

#our-team .card .social-media button {
    height: 35px;
    width: 35px;
    border: none !important;
    outline: none !important;
    border-radius: 70px;
    background: var(--y-color);
    color: var(--w-color);
    margin: 0px 8px;
}

#our-team .card .social-media button:hover {
    background: var(--black);
}


/* X------Team---------X */