@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');


@font-face {
    font-family: 'Blacksword';
    src: url(../fonts/Blacksword.eot);
    src: url(../fonts/Blacksword.eot?#iefix) format('embedded-opentype'), url(../fonts/Blacksword.otf) format('otf'), url(../fonts/Blacksword.svg#Blacksword) format('svg'), url(../fonts/Blacksword.ttf) format('truetype'), url(../fonts/Blacksword.woff) format('woff'), url(../fonts/Blacksword.woff2) format('woff2');
}



@font-face {
    font-family: 'Birds of Paradise c PERSONAL USE ONLY';
    src: url('../fonts/Birds of Paradise c PERSONAL USE ONLY.eot');
    src: url('../fonts/Birds of Paradise c PERSONAL USE ONLY.eot?#iefix') format('embedded-opentype'), url('../fonts/Birds of Paradise c PERSONAL USE ONLY.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BirdsofParadise-PersonaluseOnly';
    src: url('../fonts/BirdsofParadise-PersonaluseOnly.svg#BirdsofParadise-PersonaluseOnly') format('svg'), url('../fonts/BirdsofParadise-PersonaluseOnly.ttf') format('truetype'), url('../fonts/BirdsofParadise-PersonaluseOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



#accordionExample .gray_color {
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
}

#accordionExample .accordion-body {
    background-color: #f5f5f5;
}


.yellow_color {
    color: #ffcb08;
}

.green_color {
    color: #00a651;
}

.orange_color {
    color: #f5821f;
}

.pink_color {
    color: #ed1651;
}

.purple_color {
    color: #7c51a1;
}

.light_green {
    color: #a6ce39;
}

.brown_color {
    color: #a27645;
}


p {
    text-align: justify;
}

.about_box {
    background-color: #ed1651;
}

.table_bg {
    background-color: #7c51a1;
}

.table_bg1 {
    background-color: #f5821f;
}

.table_bg2 {
    background-color: #a6ce39;
}

.table_bg3 {
    background-color: #a27645;
}

.card-eimg .card-img-top {
    width: 100%;
    height: 14vw;
    min-height: 260px;
}


.data_bullet ul {
    list-style: none; /* remove the default */
    padding-left: 20px;
}

.data_bullet li::before { /* add the new bullet point */
    display: inline-block;
    content: '';
    content: "\f004"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    margin-right: 0.3rem;
    color: #ed1651;
}

.data_bullet li.alternative::before { /* and another color */
    background-color: #66c;
}

.data_bullet li {
    text-indent: -0.7em;
    text-align: justify;
    margin-bottom: 12px;
}






.card-eimg .bg-darkness {
    background-color: rgba(0, 0, 0, 0.6);
}

.innerBanner h2 {
    font-family: 'BirdsofParadise-PersonaluseOnly';
}

.our-streght-bg {
    background: url(../Content/images/our-streght-bg.jpg) repeat-x;
    background-size: cover;
    background-attachment: fixed;
}


    .our-streght-bg .accordion {
        --bs-accordion-bg: none;
        --bs-accordion-color: #fff;
        outline: none;
        text-align: justify;
    }

    .our-streght-bg .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        outline: none;
    }

    .our-streght-bg .accordion-item:last-of-type .accordion-button {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        ;
    }

    .our-streght-bg .circle_bg {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        padding-top: 5px;
        background-color: #183958;
    }


.accordion-button::after {
    background-image: url("../Content/images/plus.svg");


}

.accordion-button:not(.collapsed)::after {
    background-image: url("../Content/images/minus.svg");
}

.accordion-item {
    margin-bottom: 1px;
    border: none;
}

.accordion-button {
    color: inherit;
    color: #333;
    padding: 10px;
    text-decoration: none;
}

    .accordion-button:not(.collapsed) {
        color: inherit;
        background-color: #ed1651;
        color: #fff;
    }

/* .accordion-button{background-color: #ed1651;} */


.ws_bg {
    background-color: #0eab5b;
}

.ws-bgblue {
    background-color: #00aeef;
}

.list-group i {
    color: #ed1651;
}


.list-group-item.active {
    z-index: 2;
    background-color: #ed1651;
    border-color: #ed1651;
}


    .list-group-item.active i {
        color: #fff;
    }




.head.homeHead {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 36px;
}

.head:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ed1651;
}
