
.mt-50 {

    margin-top: 50px;
}


.box-custom {
    padding: 20px 20px 20px;
    margin: 0;
}

.box-custom, .box-custom h4 {
    /*color: #b99a5f;*/
    font-size: 20px;
}

.services-section {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*align-content: space-between;*/
    /*!*justify-content: center;*!*/
    /*color: #fff;*/
    /*align-items: stretch;*/
}

.home-service {
    /*background: #223654;*/
    color: #fff;
    padding: 15px;
    /* min-height: 300px; */
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-items: center;
    justify-content: flex-start;
    align-self: center;
    align-content: stretch;
    align-items: center;
    border-radius: 10px;
    gap: 20px;
}

.home-service:hover {
    background: #b99a5f;
}

.home-service h4 {
    color: #fff;
    margin-top: 20px;
    text-align: start;
}

.contactUsBanner {
    min-height: 400px;
    background-size: cover;
    background-position: 0;
    /*margin-bottom: 20px;*/
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactUsBanner h2 {
    color: var(--main-text-color);
    text-align: center;
    font-size: 1.6em;
}

.contactUsBanner p {
    direction: ltr;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    color: #b99a5f;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.btn-gold {
    background: #ba995f;
    border-color: #b99a5f;
    color: #223654;
}

.text-gold {
    color: #b99a5f;
}

.text-dark {
    color: #223654;
}

.p-10 {
    padding: 10px
}

.home-title {
    color: #b99a5f;
    text-align: center
}

.home-title h2 {
    color: #b99a5f;
    text-align: center;
    margin: 0;
    font-size: 3em
}

.home-member {
    text-align: center;
    width: 250px;

}

.home-member h3 {
    text-align: center
}

.partners_carousel {
    width: 100%;
    position: relative;
    direction: ltr;
    float: left;
}

.partners_carousel .home-member {
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    display: flex;
    justify-items: center;
    align-items: center;
    margin: 0 auto;

}

.partners_carousel .home-member img {
    width: 90%;
    margin: 0 auto;
}

.partners_carousel .owl-nav {
    text-align: center
}

.partners_carousel .owl-nav button {
    padding: 20px;
    font-size: 20px;
}

.owl-theme .owl-dots .owl-dot {
    background: #fff;
    border: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #223654;
}

.team {
    border: 1px solid #eee;
    text-align: center
}

.team h3 {
    color: #223654;
    font-size: 1.2em;

}

.font-2rem {
    font-size: 2rem;
}

.contact-card__caption {
    background-color: #273035;
    padding: 1rem;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
}

.contact-card__caption a,
.contact-card__caption a:hover {
    color: #fff;
}

.contact-card__caption h3 {
    font-size: 1.4rem;
}


@media screen and (min-width: 992px) {
    .contact-card h2 {
        font-size: 1.4rem;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .contact-card h2 {
        font-size: 1.4rem;
        text-align: center;
    }

    .contact-card h2 {
        color: #fff;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 1.1rem;
    }
}


.report {
    width: 100%;
    position: relative;
}

.report .post-image {
    height: 400px;
    background-size: cover;
    padding: 0;
}

.report .post-image img {
    width: 100%;
}

.report .post-heading {
    position: absolute;
    padding: 1rem;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgb(33 30 30 / 50%);
}

.report .read-more {
    position: absolute;
    bottom: 30px;
    width: 98%;
    text-align: end;
}

.report .read-more a {
    background: #fff;
    color: #6aa1dc;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
}

.report .read-more a:hover {
    background: #6aa1dc;
    color: #fff;

}

.report .post-heading h3 {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 10px;
    padding: 1rem;
}


.text-capitalize {
    text-transform: capitalize;
}

.team-home {
    text-align: center;
    display: block;
    font-size: 1rem;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.team-home {
    text-align: center;
    font-size: 1rem;
    min-height: 272px;
    margin-bottom: 2rem;
    display: flex;
    background-size: 100% 100%;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.team-home h3 {
    font-size: 1.2rem;
    background: var(--bg-edrak-primary);
    padding: 1rem;
    margin: 0;
    color: #fff;
    width: 100%;
}

.team-home img {
    width: auto;
    height: 200px;

}

.contact-card {
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 7%), 0 2px 4px 0 rgb(0 0 0 / 7%), 0 4px 8px 0 rgb(0 0 0 / 7%), 0 8px 16px 0 rgb(0 0 0 / 7%), 0 16px 32px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 7%), 0 2px 4px 0 rgb(0 0 0 / 7%), 0 4px 8px 0 rgb(0 0 0 / 7%), 0 8px 16px 0 rgb(0 0 0 / 7%), 0 16px 32px 0 rgb(0 0 0 / 7%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}

.contact-card__image {
    text-align: center;
}

.contact-card__image img {
    max-height: 25rem;
}

.justify-content-center {
    justify-content: center;
}

.bg-edrak-primary {
    background: #6da5e2;
}

.bg-edrak-primary-light {
    background: #052B48;
}

.mt-2 {
    margin-top: 5px;
}
.mt-3 {
    margin-top: 10px;
}
.mt-4 {
    margin-top: 15px;
}
.mt-5 {
    margin-top: 20px;
}

.team-home{
    min-height: 350px !important;
    background-size: contain !important;
    background-position: center;
}


.team-home h3{
    padding: 1rem 1.5rem;
    font-size:2rem;
}
@media (min-width: 320px) {
    .contactUsBanner p {
        font-size: 2em;

    }
}

