/* --------------------->>>>>>>>>>>>>>HOME-CSS-START>>>>>>>>>>>>>>--------------------- */
.navbar_box_shadow {
    background: var(--color-white);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .h-xl-xxl-45 {
        height: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bg-libary-img {
        height: 40vh;
    }

    /* 
    .h-xl-30 {
        height: 30px;
    } */
}

@media (max-width: 576px) {
    .h-xs-30 {
        height: 30px;
    }

    .w-xs-100 {
        width: 100%;
    }

    .bg-libary-img {
        height: 40vh;
        background-size: unset !important;
    }
}

/* navbar css */


@font-face {
    font-family: SourceSansPro;
    src: url(./SourceSansPro-Regular.ttf);
}


.navbar-text-link {
    color: var(--color-black);
    font-size: var(--font-15) !important;
    font-weight: 400 !important;
    font-family: SourceSansPro !important;
}

.sign-in_btn {
    background-color: var(--color-red) !important;
    font-size: var(--font-15) !important;
    color: var(--color-white) !important;
    border-radius: 22px;
    font-weight: 600;
    font-family: "Poppins" !important;
}

.sign-in_btn:hover {
    background-color: var(--color-red) !important;
    opacity: .7;
}

.bg-libary-img {
    background-image: url("../img/png/unsplash_2JIvboGLeho.png");
    height: 37vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* ends here .. */

.opacity-text {
    font-size: var(--font-16);
    color: var(--color-white);
    opacity: .7;
    font-weight: normal;
    font-family: "Poppins";
}

.filter-box-shadow {
    background: var(--color-white);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.filter-text {
    font-family: "Poppins";
    font-weight: 600;
    font-size: var(--font-15);
    color: var(--color-black);
}

.cursor-pointer {
    cursor: pointer;
}

.b-b-red {
    border-bottom: 2px solid #c2190e;
}

.placeholder-input-text::placeholder {
    font-size: var(--font-16);
    color: #a1a1a1;
    font-weight: normal;
    font-family: "Poppins";
}

.placeholder-input-text {
    font-size: var(--font-16);
    color: var(--color-black);
    font-weight: normal;
    font-family: "Poppins";
}

.select-text {
    font-size: var(--font-16);
    color: var(--color-black);
    font-weight: normal;
    font-family: "Poppins";
    opacity: .7;
}



.age-text-style {
    font-size: var(--font-16);
    font-weight: 400;
    color: var(--color-black);
    font-family: "Poppins";
}

.datepicker-input input {
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    border-radius: 4px;
}

.position-relative {
    position: relative;
}

.bucket-icon {
    position: absolute;
    right: 3px;
    top: 8px;
}

.bucket-icon2 {
    position: absolute;
    right: 3px;
    top: 14px;
}

input:focus {
    outline: unset;
}

.border-red-btn {
    border: 1px solid #CDCDCD;
    border-radius: 16px;
    font-family: "Poppins";
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    background: var(--color-white);
}

.active-red-btn {
    border: 1px solid var(--color-red) !important;
    color: var(--color-red) !important;
}

.border-red-btn:hover {
    border: 1px solid var(--color-red);
    border-radius: 16px;
    font-family: "Poppins";
    color: var(--color-red);
    font-size: 14px;
    font-weight: normal;
    background: var(--color-white);
}

.dc-cam-wrapper {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 14px 18px;
}

.br-bottom-grey {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.black-bold-text {
    color: var(--color-black);
    font-family: "Poppins";
    font-weight: 500;
}

.form-small-text {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-family: "Poppins";
    font-size: var(--font-16);
}

.read-more-text {
    color: var(--color-red);
    cursor: pointer;
    font-size: var(--font-16);
    font-weight: 400;
}

.rotate-direction-180 {
    transform: rotate(180deg);
}

.active-pagnation-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-red);
    padding: 10px 18px;
    font-family: "Poppins";
    border-radius: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.pagenation-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black);
    font-family: "Poppins";
}

.copyright-text {
    color: var(--color-black);
    opacity: .5;
    font-size: var(--font-15);
    font-family: "Poppins";
}

/* --------------------->>>>>>>>>>>>>>HOME-CSS-END>>>>>>>>>>>>>>--------------------- */

/* FOOTER-SECTION-CSS-START */
.para-color {
    color: var(--color-white) !important;
    opacity: 0.7;
}

@media (min-width:1200px) {
    .mw-473 {
        max-width: 473px;
    }
}

.footer-section ul li a.para-color:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.footer-section ul li:hover a svg path {
    opacity: 1;
}

.foot-line {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.foot-line p {
    color: var(--color-838383) !important;
}

/* NEW-FOOTER-CSS-STARTS */
.footer-social-links a svg {
    transition: all 200ms ease-in-out;
}

.footer-social-links a:hover svg {
    transform: scale(1.3);
}

.footer-bg-image {
    background-image: url("../img/png/footer-bg-image1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

@media (min-width:1200px) {
    .mw-360 {
        max-width: 360px;
    }
}

.mw-299 {
    max-width: 299px;
}

/* NEW-FOOTER-2-CSS */

.mw-330 {
    max-width: 330px;
}

.new-navbar-text-link {
    color: var(--color-black) !important;
    font-size: var(--font-16) !important;
    font-weight: 400 !important;
    font-family: "Poppins";
}

.new-navbar-text-link.active {
    color: var(--color-red) !important;
    font-size: var(--font-16) !important;
    font-weight: 600 !important;
    font-family: "Poppins";
}

@media (min-width:576px) and (max-width:1200px) {
    .footer-map-image-1 img {
        width: 386px !important;
    }
}

/* FOOTER-SECTION-CSS-END */

/* -------------------------------ABOUT-US-CSS-START------------------------------- */
/* BG-IMG-HERO-SECTION START */
.bg-about-hero-img {
    background-image: url("../img/png/about-us-hero-img.png");
    min-height: 39vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* BG-IMG-HERO-SECTION END */
/* CARDS CLASS START */
.cards-shadow-hover {
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.cards-shadow-hover:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 41px rgba(0, 0, 0, 0.25);
}

/* CARDS CLASS END */

/* MARGIN AND PADDING CLASS START */
.mt-91 {
    margin-top: 91px;
}

.mt-103 {
    margin-top: 103px;
}

.mb-197 {
    margin-bottom: 197px;
}

/* MARGIN AND PADDING CLASS END */

/* MEDIAQURIES START */

@media (max-width: 576px) {
    .bg-about-hero-img {
        background-size: unset !important;
    }

    .mt-sm-51 {
        margin-top: 51px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mb-sm-100 {
        margin-bottom: 100px;
    }
}

/* MEDIAQURIES END */
/* -------------------------------ABOUT-US-CSS-END------------------------------- */

/* /////-----GENICODE-CLASSROOM-START------////// */
:root {
    --color-gray: #bfbfbf;
}

/* LINE-HIEGHT CLASS START */
/* .line-h-166 {
    line-height: 166%;
} */

.line-height-154 {
    line-height: 154%;
}

/* LINE-HIEGHT CLASS END */

/* BORDER CLASS START */
.border-top-4 {
    border-top: 4px solid var(--color-red);
}

/* BORDER CLASS END */
/* ACCORDIN-BTN */
.accordion-buttons::after {
    background-image: none !important;
}

.accordion-buttons:not(.collapsed)::after {
    background-image: none !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/svg/Vector.png');
}

.accordion-button::after {
    background-image: url('../img/svg/Vector.png');
}

.accordion-button:not(.collapsed) {
    color: var(--text-black);
}

.accordion-bg-color {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 0px 0px rgba(54, 48, 116, 0.3);
    border-radius: 20px;
}

/* .border-bottom-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
} */

/* ACCORDION 2 */
.accordion-button:not(.collapsed) {
    color: var(--color-black);
    background-color: var(--color-white);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/svg/accordian-arrow.svg");
    transform: none;
    padding-right: 20px;
}

.accordion-button::after {
    background-image: url("../img/svg/accordian-down-arrow.svg");
    margin-left: 61px;
    padding-right: 20px;
}

.accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.education-accordion-button {
    border-radius: 20px !important;
}

.ps-38 {
    padding-left: 38px;
}

.border-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.accordion-box {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(54, 48, 116, 0.3);
}

.accordion-line {
    border-bottom: 1px solid var(--color-gray);
}

@media (max-width: 576px) {

    .bg-genocide-hero-img {
        background-size: unset !important;
    }

    .accordion-button:not(.collapsed)::after {
        margin-left: 16px;
    }

    .accordion-button::after {
        margin-left: 16px;
    }

    .ps-38 {
        padding-left: 16px;
    }
}

/* /////-----GENICODE-CLASSROOM-END------////// */

/* /////-----GENICODE-TEXT-BOOK-CSS-START------////// */

.fs-28 {
    font-size: var(28px) !important;
}

.img-shadow:hover {
    box-shadow: 4px 7px 49px rgba(0, 0, 0, 0.11);
}

@media (max-width:400px) {
    .second-edition {
        width: 100%;
        /* width: 320px; */
    }
}

/* /////-----GENICODE-TEXT-BOOK-CSS-END------////// */

/* ---------------------------TEACHER-GUID-CSS-START--------------------------- */
/* BORDER CLASS START */
.border-top-4 {
    border-top: 4px solid var(--color-red);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bg-teacher-hero-img {
        height: 40vh;
    }
}

@media (max-width: 576px) {
    .bg-teacher-hero-img {
        background-size: unset !important;
    }
}

/* ---------------------------TEACHER-GUID-CSS-END--------------------------- */

/* ---------------------------TEACHER-TRAINING-CSS-START--------------------------- */
/* BG CLASS START */
.bg-teacher-hero-img {
    background-image: url("../img/png/about-us-hero-img.png");
    height: 39vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* BG CLASS END */

/* BORDER CLASS START */
.border-top-4 {
    border-top: 4px solid var(--color-red);
}

/* BORDER CLASS END */

.accordion-custom-btn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 8px !important;
    content: "";
    background-image: url("../img/svg/Group\ 27740.svg") !important;
    background-repeat: no-repeat;
    background-size: 2rem;
    transition: all .2s ease-in-out;
    background: #FFFFFF;
    box-shadow: 1px 3px 20px rgb(0 0 0 / 9%) !important;
}

.accordion-custom-btn:not(.collapsed)::before {
    background-image: url("../img/svg/Group\ 27740.svg") !important;
    transform: rotate(180deg);
}

.accordion-c.accordion-custom-btn:hover::before {
    box-shadow: 2px 2px 2px black;
}

.accordion-buttons::after {
    background-image: none;
}

.accordion-buttons:not(.collapsed)::after {
    background-image: none;
}

.accordion-buttons:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .bg-teacher-hero-img {
        height: 30vh;
    }
}

@media (max-width: 576px) {
    .bg-teacher-hero-img {
        background-size: unset !important;
    }
}

/* ---------------------------TEACHER-TRAINING-CSS-END--------------------------- */

/* --------------------KHMER-ROUGH-HISTORY-WEBSITE-CSS-START-------------------- */

.section-headings {
    font-size: var(--font-36);
    font-weight: 600;
    color: var(--color-black);
    position: relative;
}

.section-headings::before {
    content: "";
    background-color: var(--color-red);
    height: 4px;
    width: 88px;
    position: absolute;
    left: 0;
    top: -10px;
}

.section-button {
    font-size: var(--font-15);
    font-weight: 600;
    background-color: var(--color-red);
    padding: 6px 22px;
    border-radius: 17.5px;
    border: none;
    color: var(--color-FAFAFA);
    transition: all 50ms ease-in-out;
}

.section-button:hover {
    color: var(--color-FAFAFA);
    opacity: .9;
}

/* AND MEDIAQUERIES ARE MIX BOTH PAGES */
@media (min-width:1200px) {
    .h-50vh {
        min-height: 50vh;
    }

    .my-xl-60 {
        margin: 60px 0 !important;
    }

    .py-xl-60 {
        padding: 60px 0 !important;
    }

    .image-section1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .section-image {
        position: absolute;
        height: 100%;
    }

    .image-section2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }

    .g-item-1 {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .g-item-2 {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .g-item-3 {
        grid-column: 3/4;
        grid-row: 1/2;
    }

    .g-item-4 {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .g-item-5 {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .g-item-6 {
        grid-column: 3/4;
        grid-row: 2/3;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .g-item-1 {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .g-item-2 {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .g-item-3 {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .g-item-4 {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .g-item-5 {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .g-item-6 {
        grid-column: 2/3;
        grid-row: 3/4;
    }
}

/*-------------------PERY-VENG-DOCUMENTATION-PAGE-CSS-------------------*/

.d-grid {
    padding: 21px;
    background-color: #C4C4C4;
    gap: 21px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.g-item {
    overflow: hidden;
}

.g-item img {
    transition: all 200ms ease-in-out;
}


.g-item img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.youtube-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.layer {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.carousel-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    max-width: 520px;
    width: 100%;
    height: 100%;
}

.carousel-logo {
    position: absolute;
    top: 5%;
    left: 5%;
}

section.position-relative p {
    line-height: 180%;
    margin: 0;
    /* MAINE YE TEXT-ALIGN KO JUSTIFY KIYA HAI ISSE READABILITY INCREASE HUI HAI */
}

.accordion-button:not(.collapsed) {
    justify-content: space-between !important;
    box-shadow: none;
}

.previous_p {
    z-index: 5;
    border-radius: 50%;
    transition: all 0.4s ease;
    top: 42%;
    left: -60px;
}

.next_c {
    z-index: 5;
    border-radius: 50%;
    transition: all 0.4s ease;
    top: 42%;
    right: -60px;
}

.previous_p:hover {
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.09);
}

.next_c:hover {
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.09);
}

@media (max-width:992px) {
    .previous_p img {
        width: 50px;
    }

    .previous_p {
        top: 42%;
        left: -45px;
    }

    .next_c img {
        width: 50px;
    }

    .next_c {
        top: 42%;
        right: -45px;
    }
}

@media (max-width:576px) {
    .previous_p img {
        width: 40px;
    }

    .previous_p {
        top: 42%;
        left: 22px;
    }

    .next_c img {
        width: 40px;
    }

    .next_c {
        top: 42%;
        right: 22px;
    }
}

/* --------------------KHMER-ROUGH-HISTORY-WEBSITE-CSS-END-------------------- */
#img-style {
    list-style-image: url('../img/png/Vector\ \(3\).png');
}

/* --------------------PUBLIC-GENCIDE-EDUCARION-CSS-START-------------------- */
:root {
    --color-gray: #bfbfbf;
}

/* BG CLASS START */
.bg-genocide-education-hero-img {
    background-image: url("../img/png/Group\ 27670.png");
    height: 39vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bg-genocide-hero-img {
    background-image: url("../img/png/Group\ 27670.png");
    min-height: 39vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bg-historical-commission-hero-img {
    background-image: url('../img/png/national-historical-commission.png');
    height: 39vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bg-villageHistory-hero-img {
    background-image: url('../img/png/national-historical-commission.png');
    min-height: 39vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* BG CLASS END */
.border-top-4 {
    border-top: 4px solid var(--color-red);
}

/* ACCORDIN-BTN */
.accordion-buttons::after {
    background-image: none !important;
}

.accordion-buttons:not(.collapsed)::after {
    background-image: none !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/svg/Vector.png');
    padding-right: 20px;
}

.teacher-accordion-button:not(.collapsed)::after {
    background-image: url('../img/svg/Vector.png');
    padding-right: 20px;
}

.nagotiating-accordion-button:not(.collapsed)::after {
    background-image: none !important;
    padding-right: 20px;
}

.veng-accordion-button:not(.collapsed)::after {
    background-image: none;
    padding-right: 20px;
}

.class-room-accordion-button:not(.collapsed)::after {
    padding-right: 20px;
}

.class-room-accordion-button::after {
    padding-right: 20px;
}

.accordion-button::after {
    background-image: url('../img/svg/Vector.png');
    padding-right: 20px;
}

.teacher-accordion-button::after {
    background-image: url('../img/svg/Vector.png');
    padding-right: 20px;
}

.nagotiating-accordion-button::after {
    background-image: none !important;
    padding-right: 20px;
}

.veng-accordion-button::after {
    background-image: none;
    padding-right: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--text-black);
}

.accordion-bg-color {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 0px 0px rgba(54, 48, 116, 0.3);
    border-radius: 20px;
}

/* .border-bottom-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
} */

.accordion-box {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(54, 48, 116, 0.3);
}

@media (max-width: 576px) {
    .bg-genocide-hero-img {
        background-size: unset !important;
        height: 100% !important;
    }

    .bg-historical-commission-hero-img {
        background-size: unset !important;
    }

    .bg-genocide-education-hero-img {
        background-size: unset !important;
    }

    .bg-genocide-education-hero-img {
        background-image: url("../img/png/Group\ 27670.png");
        height: 100%;
    }

    .youtube-play-icon svg {
        height: 30px;
        width: 40px;
    }
}

/* --------------------PUBLIC-GENCIDE-EDUCARION-CSS-END-------------------- */

/* --------------------GENIDODE-EDUCATION-MEMORIAL-CSS-START-------------------- */
.accordion-item:first-of-type {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.accordion-last-box {
    border: 1px solid #00000020;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.br-20 {
    border-radius: 20px;
}

.accordion-button::after {
    margin-left: auto;
    margin-right: 3%;
    background-image: url('../img/png/Vector\ \(4\).png');
}

.text-book-accordion-button::after {
    margin-left: auto;
    margin-right: 3%;
    background-image: url('../img/png/Vector\ \(4\).png');
    display: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/png/Vector\ \(4\).png');
    transform: rotate(-180deg);
}

.accordion .accordion-item:last-child {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

/* --------------------GENIDODE-EDUCATION-MEMORIAL-CSS-END-------------------- */

/* --------------------GENIDODE-RESEARCH-AND-EDUCATION-CSS-START-------------------- */
.youtube-play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumnail-image {
    border-radius: 20px;
}

/* --------------------GENIDODE-RESEARCH-AND-EDUCATION-CSS-END-------------------- */

@media (min-width:768px) and (max-width:1200px) {
    .bg-villageHistory-hero-img {
        min-height: 30vh !important;
    }

    .bg-about-hero-img {
        min-height: 30vh !important;
    }

    .bg-genocide-hero-img {
        min-height: 30vh !important;
    }

    .bg-historical-commission-hero-img {
        height: 30vh !important;
    }

    .bg-genocide-education-hero-img {
        height: 30vh !important;
    }
}

@media (max-width:767.98px) {
    .bg-villageHistory-hero-img {
        background-size: unset;
    }
}

/* ANOTHER-CSS-FOR-FOOTER-SECTION-START */
.footer-bg-image ul li.footer-social-links a.para-color {
    opacity: 1 !important;
}

/* ANOTHER-CSS-FOR-FOOTER-SECTION-END */




.opacity-text-7 {
    opacity: .7;
}

#slogan span {
    border-bottom: 4px solid red;
}

.height-312px {
    height: 312px;
}