:root {
    --color-primary: #ec7323;
    --color-white: #ffffff;
}

a {
    text-decoration: none;
}

body {
    background-color: #fff;
}

.section {
    padding: 40px 0;
}

.btn-primary {
    font-size: 16px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-secondary);
    border: none;
}

.btn-primary:hover {
    background-color: #3a4753;
}


/*-- Section 897 --*/
.section-content .section-title-wrap {
    margin: 0px auto 28px;
}

.section-title-wrap .section-title {
    color: #212529;
    font-family: 'figtree-bd', sans-serif;
    font-size: 40px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.heading h2 {
    font-size: 26px !important;
    font-family: 'figtree-bd', sans-serif;
    color: #212529;
}

.section-title-wrap .line {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    width: 100%;
}

.section-content-wrap p {
    color: #363842;
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
}

.section-title-wrap .line:after {
    background: linear-gradient(90deg, rgb(255, 94, 36) 0%, rgb(255, 127, 81) 100%);
    width: 40px;
    height: 3px;
    bottom: -1px;
    left: 0%;
    -webkit-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    transform: translateX(-0%);
    position: absolute;
    content: "";
}


.section-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.section-image-wrap img {
    max-width: 100%;
    height: auto;
}

.section-content-wrap p {
    color: #363842;
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
}

.section-mission {
    background-color: #1e39df;
    color: #fff;
    padding-bottom: 30px;
}

.section-mission .wc-content {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #fff;
    position: relative;
}

.section-mission .wc-content p {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: #1e39df;
    padding: 0 10px;
    min-width: 550px;
}

@media (max-width: 992px) {
    .section-mission .wc-content p {
        min-width: unset;
        position: static;
        transform: translate(0,0);
    }

    .section-mission .wc-content {
        border: none;
    }
}




.dma-l .card {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: none;
}

.dma-l .bg-seo, .bg-seo {
    background: #1e39df;
}

.dma-l {

    .card-body,
    .card-tip .card-block {
        padding: 20px;
    }

    .pl-5,
    .px-5 {
        padding-left: 3rem !important;
    }

    .pr-5,
    .px-5 {
        padding-right: 3rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 1.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 1.5rem !important;
    }

    .ml--3 {
        margin-left: -1em;
    }

    .text-xs {
        font-size: 14px;
    }

    hr {
        box-sizing: content-box;
        height: 0;
        margin-top: 1rem;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
        border-top: 1px solid rgba(0, 0, 0, .7);
    }
}

.bg-seo .hero {
    background: none;
}

.bg-seo .hero::before {
    background: none!important;
}

.bg-seo .hero a.bg-seo-300 {
    font-size: 13px;
}

.section-mission h3 {
    position: relative;
}


.section-mission h3::after {
    position: absolute;
    width: 70px;
    background: var(--color-primary);
    padding: 2px;
    z-index: 1;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 50%);
}