﻿/* Google fonts */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

body {
    font-family: Rajdhani;
    Padding: 0;
    margin: 0;
    transition: .3s all ease-in-out;
}

a {
    transition: .3s all ease-in-out;
    text-decoration: none !important;
}

    a:hover {
        color: #babbbb !important;
        text-decoration: none;
    }

p, span {
    font-family: Open Sans, Sans-Serif;
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Rajdhani, Sans-Serif;
}

.container-fluid {
    width: auto;
    margin: 0 5%;
}

#olympiaShooting {
    z-index: -1;
    top: 0px;
}

/* header , header1 , header2 */
.header {
    position: relative;
    background: #1b1b1a96;
    border-top: 4px solid #148819;
}

.login ul {
    display: inline-flex;
    float: right;
    z-index: 99;
    position: relative;
}

    .login ul > li {
        padding-right: 1rem;
    }

    .login ul li a > svg {
        margin-top: 7px;
        margin-right: 2rem;
    }

    .login ul li > a {
        color: #fff;
        font-family: Rajdhani, sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 2;
    }

a.loginM::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #e2e2e2;
    left: -4px;
    top: 8px;
}

/* menuD */

.menuD {
    min-height: 70px;
    transition: .5s all ease-in;
    background: #000;
}

    .menuD.active {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
    }
/*
.menuD
{
    min-height: 70px;
    background: #000;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}
*/
.menuD1 {
    min-height: 70px;
    background: #000;
    position: fixed;
    top: 0;
    width: 100%;
}

.logoD a::before {
    content: '';
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    background: blue;
    position: absolute;
    right: 33px;
    top: -30px;
    bottom: -11px;
    left: -1000%;
    z-index: 0;
    transition: 400ms all;
    display: none;
    -webkit-transition: 400ms all;
}

.logoD::before {
    content: '';
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    background: #148819 !important;
    position: absolute;
    min-height: 70px;
    right: -86px;
    top: 0;
    bottom: 0;
    left: -1000%;
    z-index: 0;
}

#logo {
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    /*background: repeating-linear-gradient(45deg, #1ead28, #49af27 2px)!important;*/
    background: #148819 !important;
    position: absolute;
    min-height: 130px;
    right: -60px;
    top: -35px;
    bottom: 0;
    opacity: 1;
    left: -1000%;
    z-index: 1 !important;
    transition: .1s all ease-in-out;
}

.logoActive {
    transition: .1s all ease-in-out;
    opacity: 0 !important;
}
/*
.logoD::after
{
    content: '';
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    background: #1b9edcfa;
    position: absolute;
    min-height: 130px;
    right: -80px;
    top: -35px;
    bottom: 0;
    opacity: 1;
    left: -1000%;
    z-index: 0;
    transition: .5s all ease-in;
}
*/
.logoD a > img {
    z-index: 99;
    width: 80px;
    margin-top: -0.8rem;
    position: absolute;
    left: -57px;
}

.logoD a > span {
    color: #FFC107 !important;
    z-index: 99;
    width: 500px;
    position: absolute;
    font-size: 40px;
    font-weight: 600;
    margin-left: 1.5rem;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif !important;
    margin-top: .3rem;
    transition: .2s all ease-in-out;
}

.logoD span > span {
    font-family: Rajdhani, sans-serif !important;
    color: #FFC107 !important;
    transition: .2s all ease-in-out;
}


/* navbar */
.navbar ul {
    display: inline-flex;
}

.navbar {
    padding: 0;
    margin: 0;
    float: right;
}

    .navbar ul > li {
        position: relative;
        transition: .5s all ease-in;
        float: right;
        margin-left: 17px;
    }

        .navbar ul > li::after {
            content: '';
            width: 0;
            height: 3px;
            bottom: 0;
            left: 0;
            background: #fff;
            position: absolute;
            transition: all 400ms;
            -webkit-transition: all 400ms;
        }

        .navbar ul > li:hover:after {
            width: 100%;
        }

        .navbar ul > li > a {
            color: #fff;
            font-size: 19px;
            line-height: 68px;
            text-transform: uppercase;
            font-family: Rajdhani;
            padding: 22px 0;
            transition: .5s all ease-in;
        }

    .navbar > ul > li > a:nth-child(7) {
        color: Red !important;
    }

    .navbar ul > li > a:hover {
        color: #fff;
    }

    .navbar ul li:hover ul.D_menu1 {
        display: block !important;
    }

ul.D_menu1 {
    display: none !important;
    position: absolute;
    margin-top: 0;
    display: block;
    background: #333;
    width: 230px;
    z-index: 99;
}

    ul.D_menu1 > li {
        float: none;
        padding-left: 2rem;
        margin: 0;
    }

        ul.D_menu1 > li:first-child {
            padding-top: 1.5rem;
        }

        ul.D_menu1 > li > a {
            display: inline-block;
            font-size: 16px;
            line-height: 0;
        }

.navbar ul > li:last-child > ul.D_menu1 {
    right: 0;
    left: auto !important;
}

/* Founder */
.founderD {
    background: #444;
    border-top: 3px solid #fff;
    background: url('../images/about-bg.jpg') 50% 50%;
    background-size: cover;
}

.founderC > h3 {
    font-size: 25px;
    color: #fff;
}

.founderC > p {
    color: #fff;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 2rem;
    text-align: justify;
}

button.readM {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 15px;
    background: #3caf28;
    border: 2px solid #000;
    box-shadow: 0px 0px 0px 1px #3caf28;
}

    button.readM a {
        color: #fff;
    }

.name {
    color: #fff;
    text-align: right;
    font-size: 27px;
    margin: 86% 0 0;
    width: auto;
}

.founderI img {
    width: auto;
    margin-top: 50%;
}

.border {
    border: 4px solid #fff;
    width: 100%;
    position: absolute;
}


/* support */
.support {
    border-top: 30px solid #fff;
    border-bottom: 20px solid #fff;
    background: url('../images/donate.jpg') 50% 50%;
    padding-bottom: 5rem;
}

.supportD {
    padding-top: 2rem;
    position: relative;
}

    .supportD p {
        padding-bottom: 10px;
    }

#supportD {
    width: auto;
    padding: 0 65px;
}

    #supportD::before {
        content: '';
        width: 25%;
        position: absolute;
        top: 60px;
        bottom: 70px;
        left: 20px;
        border: solid #fff;
        min-height: 86%;
        border-width: 1px 0 1px 1px;
    }


    #supportD::after {
        content: '';
        width: 15%;
        position: absolute;
        top: 60px;
        bottom: 70px;
        right: 20px;
        min-height: 86%;
        border: solid #fff;
        border-width: 1px 1px 1px 0;
    }



.supportD > h2 span {
    color: #fff;
    font-family: Rajdhani, Sans-Serif;
}

.supportD > h2 {
    color: #fff;
    font-size: 38px;
    font-family: Rajdhani, Sans-Serif;
    font-weight: 500;
    text-align: center;
}

.supportD > h3 {
    line-height: 40px;
    font-size: 32px;
    font-family: Rajdhani;
    color: #fff;
    text-align: center;
}

.supportD > p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 24px;
    font-family: Open Sans, Sans-Serif;
}


.awardI {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#AwardSlider .item > p {
    text-transform: uppercase;
    font-family: Rajdhani, Sans-Serif;
    font-size: 20px;
    font-weight: 500;
}


/* amount */
.donate {
    margin-bottom: 0rem;
}

    .donate .radio-wrap {
        margin-top: 34px;
        margin-bottom: 20px;
        width: 700px;
        font-size: 0;
        height: 41px;
        position: relative;
        display: inline-block;
    }

        .donate .radio-wrap:before {
            content: '';
            border-radius: 2px 2px 0 0;
            height: 3px;
            background: #fff;
            left: 0;
            right: 0;
            top: 10px;
            position: absolute;
        }

.p10 {
    padding-left: 2px;
}

.donate .radio-wrap input {
    position: absolute;
    opacity: 0;
}

.donate .radio-wrap label:hover {
    color: #babbbb;
}

.donate .radio-wrap label.active {
    color: #babbbb;
}

.donate .radio-wrap label {
    padding-top: 23px;
    box-sizing: border-box;
    vertical-align: bottom;
    width: 12.666666%;
    height: 100%;
    position: relative;
}

.donate label {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}

.donate .radio-wrap label.active:before {
    opacity: 1;
    height: 13px;
}

.donate .radio-wrap label:before {
    background: #ffd115;
}

.donate .radio-wrap label:before {
    content: '';
    margin-left: -5px;
    opacity: 0;
    position: absolute;
    width: 10px;
    height: 0;
    background: #3caf28;
    top: 0;
    left: 50%;
    transition: all 300ms;
    -webkit-transition: all 30ms;
}

.donate .radio-wrap label.active:after {
    opacity: 1;
    height: 13px;
}

.donate .radio-wrap label:after {
    background: #ffd115;
}

.donate .radio-wrap label:after {
    content: '';
    margin-left: -9px;
    width: 10px;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    background: #3caf28;
    opacity: 0;
    -webkit-transform: skew(-33deg);
    transform: skew(-33deg);
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

/* carousel arrow */
.carousel-control.left .fa-chevron-left {
    z-index: 99;
    font-size: 65px;
    position: absolute;
    top: 35%;
    left: 0px;
    color: #fff;
    background: black;
    padding: 15px 0px;
}

.carousel-control.right .fa-chevron-right {
    z-index: 99;
    font-size: 65px;
    position: absolute;
    top: 35%;
    right: 0px;
    color: #fff;
    background: black;
    padding: 15px 0px;
}


/* news */
.newsD {
    background: #111;
    padding: 1rem 0 3rem;
    position: relative;
}

    .newsD h2 {
        color: #f9a00f;
        font-size: 38px;
        font-family: Rajdhani, Sans-Serif;
        font-weight: 500;
    }

#Academy {
    display: inline-flex;
    margin-bottom: 3rem;
}

#Academy_1, #Academy_2 {
    background: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
}

.Academy_C {
    background: #1111110d;
    text-align: center;
    color: #908d8d;
    font-size: 15px;
    line-height: 20px;
    width: calc(100% - 282px);
    position: relative;
    ALIGN-ITEMS: CENTER;
    VERTICAL-ALIGN: MIDDLE;
    DISPLAY: FLEX;
    PADDING: 0 14PX;
    z-index: 1;
}

.info::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    position: absolute;
    top: 45%;
    bottom: auto;
    left: -15px;
    right: auto;
    z-index: -1;
    transform: rotate(45deg);
}

.readN {
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #343435;
}

    .readN svg.svg-inline--fa.fa-chevron-right.fa-w-10 {
        font-size: 11px;
    }

p.coming {
    font-size: 28px;
    margin: 8rem 0;
    width: auto;
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
    color: #9c9c9c;
}

.readButton:hover, .donateSubmit:hover, .readM a:hover {
    color: #000088 !important;
}

.donateSubmit {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 15px;
    background: #3caf28;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px 1px #3caf28;
}

.readButton {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #3caf28;
    border: 2px solid #000;
    box-shadow: 0px 0px 0px 1px #3caf28;
}

    .readButton:active, .donateSubmit:active, .readM:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

.info > p {
    text-align: CENTER;
    font-size: 15px;
    margin: 0 0 18px 0;
    LINE-HEIGHT: 22PX;
    COLOR: #888888;
}

/* AWARD */
.awardD {
    border-top: 2px solid #fff;
    background: url(../images/award.jpg) 50% 50%;
    background-size: cover;
    background-position: center;
}

    .awardD h2 {
        color: #000;
        font-size: 38px;
        font-family: Rajdhani, Sans-Serif;
        font-weight: 500;
        text-align: center;
    }

.achievedC {
    width: calc(100% - 290px);
    margin-bottom: 5rem;
}

    .achievedC > span {
        COLOR: #fff;
        font-family: Rajdhani;
        font-size: 50px;
    }

    .achievedC > p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-variant: common-ligatures;
        letter-spacing: 1px;
    }

.achieveC > img {
    margin-left: 15px;
    width: 100px;
    height: 100px;
}

.achieved {
    display: inline-flex;
    flex-wrap: wrap;
    width: 500px;
}

#AwardSlider > .item {
}

.arrowS {
    position: relative;
    z-index: 99;
}

    .arrowS > a {
        position: absolute;
    }

        .arrowS > a.left {
            width: auto;
            left: 50%;
        }
/* footer */
#footer {
    padding: 50px 0 0px 0;
    background: url(../images/footer.jpg) 50% 50%;
    background-size: cover;
    margin-top: 20px;
}

    #footer .container-fluid {
        border-bottom: 1px solid #292828;
        padding-bottom: 3rem;
    }

.footerA h4, .footerQ h4, .footerM h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.p-0 {
    padding: 0;
}

.footerA p {
    font-size: 15px;
    font-family: Rajdhani, Sans-Serif;
    margin-bottom: 2rem;
    color: #fff;
}

.footerQ ul > li {
    margin-bottom: .5rem;
}

    .footerQ ul > li > a {
        font-size: 16px;
        font-family: Rajdhani, Sans-Serif;
        color: #fff;
    }

.footerM iframe {
    width: auto;
    height: 200px;
    border-radius: 5px;
    border: 2px solid #fff;
}

.copyright {
    padding-top: 1rem;
    padding-bottom: 0;
}

#copy_1 {
    padding-top: 1rem;
    text-align: center;
    color: #828181;
}

#copy_2 {
    float: right;
    color: #828181;
}

    #copy_2 p {
        font-family: Open Sans, Sans-Serif;
        font-size: 15px;
        letter-spacing: .2px;
    }

    #copy_2 a {
        color: #fff;
        transition: .5s all ease-in;
    }

        #copy_2 a:hover {
            color: #1a9bd8;
        }

/* Academy */
