﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body
{
    Padding: 0;
    margin: 0;
    transition: .3s all ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
}

a
{
    transition: .3s all ease-in-out;
    text-decoration: none!important;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Source Sans Pro', sans-serif;
}


a:hover
{
    color: #FF9800!important;
    text-decoration: none;
}

p, span , a
{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    margin: 0;
}

ul, ol
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-fluid
{
    width: auto;
    margin:  0 5%;
}

#olympiaShooting
{
    z-index: -1;
    top: 0px;
}

.donation
{
    position: relative;
    width: 16rem;
    float: right;
}
.donation-btn
{
    position: absolute;
    top: -0rem;
    right: 3.5rem;
}
.donation > .donation-btn > a >   img
{
    width: 100%;
}

.founderC, .donationD
{

}

.left-slider {
    position: absolute;
    top: 45%;
    width: 3.2rem;
    background: url(../images/arrow-slider.png);
    height: 3.2rem;
    left: 30%;
    background-position: 9.6rem 0rem;
    transition: .3s all ease-in-out;
}
.left-slider:hover
{
    background-position: 9.6rem  3.1rem; 
}
.right-slider {
    position: absolute;
    top: 45%;
    right: 30%;
    width: 3.2rem;
    background: url(../images/arrow-slider.png);
    height: 3.2rem;
    background-position: -4.3rem 0rem;
    transition: .3s all ease-in-out;
}
.right-slider:hover
{
        background-position: -4.3rem 3.1rem; 
}
/* Header */

.social-div > ul > li
{
    width: 4.5rem;
}
.social-div ul li a > img
{
    width: 100%;
}
.social-div > ul
{
     display: flex;
    justify-content: space-evenly;
 }

.flex-center
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-button
{
    display: flex;
    float: right;
}

.header-button > a
{
    margin-left: 1rem;
    padding: .8rem 3.5rem .8rem;
    transition: .3s all ease-in;
    border-radius: .6rem;
}
.header-button > a:first-child
{
        background: #f6821d;
}
.header-button > a:nth-child(2)
{
    background: #4159a6;
}

.header-button > a
{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}

.header-button > a:nth-child(2):hover
{
        background: #fff;
    color: #4159a6!important;
    box-shadow: inset 0rem 0rem 0rem .2rem #4159a6;
}
.header-button > a:hover
{
    background: #fff;
    color: #f6821d!important;
    box-shadow: inset 0rem 0rem 0rem .2rem #f6821d;
}

.social-div > a > img
{
    width: 4.5rem;
    object-fit: contain;
}

.button-div
{
    min-height: 10rem;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.donation_button > a.btn:hover
{
    background: #fff;
    color: #f6821d;
    box-shadow: inset 0rem 0rem 0rem .2rem #f6821d;
}

ul.second-nav_1
{
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 70%;
}


ul.second-nav_1 > li > a
{
    font-size: 1.8rem;
    color: #fff;
}

.logo_Img  > img
{
    width: 100%;
    height: 100%;
}

.logoD > .logo_Img 
{
    width: 12rem;
    margin: 1rem auto .5rem;
}
.logo_Img > img
{
    width: 100%;
    height: 100%;
}

.logoD > a > span
{
    color: #1c6d95!important;
}

.login ul li:first-child::before {
    content: '';
    position: absolute;
    left: -1.3rem;
    background: #333;
    top: 0;
    width: 8.4rem;
    height: 2.5rem;
    transform: skewX(-16deg);
    z-index: -1;
    box-shadow: 1rem 1rem 1rem transparent;
}

.login ul li:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -1.3rem;
    background: #3d506c;
    top: 0;
    width: 8rem;
    height: 2.5rem;
    transform: skewX(-16deg);
    z-index: -2;
    box-shadow: 0.1rem 0.1rem 0.1rem transparent;
}

.login ul li:nth-child(3)::before {
    content: '';
    position: absolute;
    left: -13px;
    background: #9f9c99;
    top: 0;
    width: 100px;
    height: 25px;
    transform: skewX(-16deg);
    z-index: -3;
    box-shadow: 1px 1px 1px transparent;
}

/* navbar_1 */
.navbar_1 ul
{
    align-items: center;
    display: flex;
    justify-content: center;
    height: 45px;
}

.p0
{
    padding: 0;
}
.m0
{
    margin: 0;
}

.navbar_1-div
{
    background: #1c6d95;
}
.navbar_1
{
    padding: 0;
    margin: 0;
    z-index: 9;
    border-radius: 0;
}
ul.second-nav_1 > li
{
    position: relative;
    transition: .5s all ease-in;
    float: right;
}

/*
.navbar_1 ul > li::after {
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.navbar_1 ul > li:hover:after
{
    width: 100%;
}
*/

ul.second-nav_1 > li > a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0rem 0;
    transition: .5s all ease-in;
}

.navbar_1 ul > li > a:hover
{
    color: #fff;
}

.navbar_1 ul li > ul
{
    border-top: 1px solid #3333;
}

.navbar_1 ul li > ul > li > a
{
    color: #333;
}

ul.second-nav_1 > li:hover ul.D_menu1
{
    visibility: visible;
    display: block;
    box-shadow: 0px 2px 10px 1px #3333334a;
}

ul.D_menu1
{   
    position: absolute;
    margin-top: 0px;
    background: linear-gradient(45deg, #fdfafa, #fbf7f7);
    width: 200px;
    z-index: 99;
    left: 0;
    transition: .3s all ease-in;
    display: none;
    box-shadow: 0px 1px 0px #3333;
    top: 41px;
}
ul.D_menu1 > li
{
    float: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

ul.D_menu1 > li:last-child
{
    border-bottom: 1px solid #ddd;
}

ul.D_menu1 > li > a
{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 0;
    color: #525252;
    padding: 1.8rem 1rem;
    width: 100%;
}
.navbar-div
{
    background: linear-gradient(45deg, #243b88, #2e49a7);
    min-height: 40px;
    line-height: 40px;
}

.navbar_1 ul > li:last-child > ul.D_menu1
{
    right: 0;
    left: auto!important;
}

.social-div
{
    display: flex;
    justify-content: flex-end;
}
.social-div > ul > li {
    width: 4.5rem;
    margin-right: 3rem;
}

/* logo */
.logo-div
{
    width: 52rem;
}
.logo-div > img
{
    width: 100%;
}
/* Founder */
.founderD_1
{
    background: #fff;
    border-top: 3px solid #fff;
    background: url('../images/about-bg.jpg') 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.founderD_1  .founderC > h3
{
    font-size: 2.5rem;
    color: #fff;
}

.founderD_1  .founderC > p {
    color: #fff;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin: 3rem 0;
    text-align: justify !important;
}

.founderC > p
{
    color: #333;
    letter-spacing: 0.06rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 3rem 0;
    text-align: justify!important;
}

button.readM {
    width: 10rem;
    display: block;
    margin-top: 1rem;
    margin-left: 1rem;
    padding: .8rem;
    background: #f6821d;
    border-radius: .5rem;
    text-transform: uppercase;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: none;
}

button.readM a
{
    color: #fff;    
}

.name
{
    color: #fff;
    text-align: right;
    font-size: 2.7rem;
    margin: 86% 0 0;
    width: auto;
}
.founderI img
{
    width: auto;
    margin-top: 50%;
}

.border
{
    border: 4px solid #fff;
    width: 100%;
    position: absolute;
}

/* back to top */
#back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
}

#back-top img {
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 1px transparent;
}

/* support */
.donationD
{
    text-align: center;
}
.donationD h2
{
    font-size: 2.6rem;
    font-weight: 900;
    color: #1c6d95;
    letter-spacing: .2rem;
}

.donate_H
{
    position: relative;
    width: auto;
    text-align: center;
}

.donationD h3
{
    margin: 0 0 1rem;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: .21rem;
    color: #383636;
}
.underline::after
{
    content: '';
    position: absolute;
    background-image: url(../images/under-line.png);
    width: 12.9rem;
    height: .9rem;
    background-repeat: no-repeat;
    margin-top: .2rem;
    margin-left: -6.2rem;
}

.donationD p
{
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: justify;
    letter-spacing: .05rem;
    margin-top: 3rem;
}

/* Social Media */
.social-media
{
  position: fixed;
  top: 50%;
  z-index: 99;
}

.social-media a {
    display: block;
    text-align: center;
    padding: .8rem .6rem;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.6rem;
}


.facebook {
  background: #3B5998;
}

.twitter {
  background: #55ACEE;
}

.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.youtube {
  background: #bb0000;
}

.awardI
{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#AwardSlider .item >  p
{
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
}



/* carousel arrow */
.carousel-control.left .fa-chevron-left
{
    z-index: 99;
    position: absolute;
    top: 35%;
    left: 10px;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 18px #333;
}

.carousel-control.right .fa-chevron-right
{
    z-index: 99;
    position: absolute;
    top: 35%;
    right: 10px;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 18px #333;
}


/* news */
.newsD
{
    background: #111;
    padding: 1rem 0 3rem;
    position: relative;
}
.newsD h2
{
    color: #f9a00f;
    font-size: 38px;
    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-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-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: #116750;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px 1px #116750;
}

.readButton {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #116750;
    border: 2px solid #000;
    box-shadow: 0px 0px 0px 1px #116750;
}
.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-weight: 500;
    text-align: center;
}

.achievedC
{
     width: calc(100% - 290px);
     margin-bottom: 5rem;
}
.achievedC > span
{
    COLOR: #fff;
    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%;
}

/* inner */
#innerContent
{
    margin: 3.5rem 0 2rem;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: justify;
}

/* design */
.design
{
    position: relative;
    width: 100%;
}
.design img
{
    position: absolute;
    z-index: 0;
    transform: rotate(180deg);
    bottom: -10px;
}

.design_Footer
{
    position: relative;
    width: 100%;
}
.design_Footer img
{
    position: absolute;
    z-index: 0;
    transform: rotate(0deg);
    top: 0px;
}

/* footer */
#footer {
    padding: 30px 0 0px 0;
    background-color: #0e0e0e;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer h2
{
    font-size: 2rem;
    font-weight: bolder;
    letter-spacing: .25rem;
    color: #fff;
}

#footer .container-fluid
{
    border-bottom: 1px solid #0a0a0a;
    padding-bottom: 2rem;
}

.footerA h4 , .footerQ h4, .footerM h4
{
    color: #fff;
    font-size: 20px;
    letter-spacing: .08rem;
    font-weight: bolder;
}

.p-0
{
    padding: 0;
}

.footerA  p
{
    letter-spacing: 1px;
    line-height: 2.6rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #b9b9b9;
    font-weight: 500;
}
.footerA p > strong
{
    color: #fff;
}

.footerQ ul > li
{
    margin-bottom: .5rem;
}
.footerQ ul> li > a 
{
    font-size: 1.6rem;
    color: #fff;
}
.bank-Details li > span 
{
    letter-spacing: .1rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #b9b9b9;
    font-weight: 500;
}
.bank-Details li > span > strong
{
    color: #fff;
    font-weight: 600;
}

.footerM iframe
{
    width: auto;
    height: 230px;
    border-radius: 5px;
    border: 2px solid #fff;
}



.copyright
{
    border-top: 1px solid #4c4b4b33!important;
    padding-top: 1rem;
    background: #0e0e0e;
    padding-bottom: 1rem!important;
}

.contact_Div 
{
    display: inline-grid;
}
.contact_Div a
{
    color: #fff;
    font-size: 1.6rem;
    padding-left: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .1rem;
    position: relative;
}

.contact-phone-email
{
    position: relative;
}

.contact-phone-email > ul > li > svg
{
    color: #fff;
    margin-right: 1rem;
}

.contact-phone-email > ul > li > a
{
    font-size: 1.6rem;
    color: #b9b9b9;
    font-weight: 500;
}



/* Social Div */
.socail_Div p
{
    font-size: 1.8rem;
    font-weight: 500;
    margin: 1.8rem 0;
    letter-spacing: .1rem;
}

.socail_Div ul
{
    display: flex;
    justify-content: left;
}
.socail_Div ul li
{
    padding-right: 1rem;
}
.socail_Div ul li a
{
    border: .1rem solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    align-items: center;
    font-size: 1.7rem;
    padding: .6rem .8rem;   
}


.footerE ul li a, .footerM ul li a
{
    font-size: 1.6rem;
    color: #b9b9b9;
    padding-left: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    position: relative;
}

.footerE ul li a::before , .footerM ul li a::before
{
    content: '';
    position: absolute;
    width: .8rem;
    height: .8rem;
    top: .5rem;
    border-radius: 50%;
    background: #0e0e0e;
    left: 0;
    border: .1rem solid #fff;
}

.Enquiry
{
    display: inline-grid;
}

.Enquiry > div > .txt-field
{   
    margin: 1rem;
    background: #252525;
    height: 3.5rem;
    padding: 0 1rem;
    color: #fff;
    width: calc(100% - 470px);
}

#inner-content-div
{
    width: auto;
    margin: 0 5%;
}


.Enquiry > div > .txt-field-address
{
    margin: 1rem .5rem 1rem 1rem;
    background: #252525;
    padding: 1rem;
    color: #fff;
    border: none;
    width: 89%;
    height: 8rem;
}


.Enquiry > .txt-field:focus
{
    background: transparent;
    color: #fff;
}

.Enquiry > div > input[type="button"]
{
    width: 10rem;
    display: block;
    margin-top: 1rem;
    margin-left: 1rem;
    padding: .8rem;
    background: #f6821d;
    border-radius: .5rem;
    text-transform: uppercase;
    border: none;
    font-size: 1.5rem;
    color: #fff;
}

.contact_Div a::before 
{
    content: '';
    position: absolute;
    width: .8rem;
    height: .8rem;
    top: .8rem;
    background: #444;
    left: 0;
}

#copy_1
{
    padding-top: 1rem;
    text-align: center;
    color: #828181;
}

#copy_2
{
    display: flex;
    color: #828181;
    justify-content: space-between;
}
#copy_2 p
{
    font-size: 1.5rem;
    color: #b9b9b9;
    letter-spacing: .02rem;
}
#copy_2  a
{
    font-weight: 500;
    color: #fff;
    transition: .5s all ease-in;
}
#copy_2  a:hover
{
    color: #1a9bd8;
}

/* Gallery */

.gallery-album
        {
            width: 100%;
            height: 230px;
            margin-bottom: 1rem;
        }
        .gallery-album a.img-0
        {
            display: block !important;
            position: relative;
            width: auto;
            height: 230px;
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .gallery-album:hover:before {
            top: 30px;
        }
        .gallery-album:before {
            content: '';
            width: 33px;
            height: 20px;
            position: absolute;
            top: -60px;
            right: 30px;
            background: url(../images/gallery-eye.png);
            cursor: pointer;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 400ms;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 400ms;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            z-index: 3;
        }
        
        .gallery-album
        {
            position: relative;
            overflow: hidden;
            border: 3px solid #ffffff;
            filter: grayscale(1);
            border-radius: 4px 40px;
            box-shadow: 3px 5px 8px 0px #33333369;
            
        }
        .gallery-album:hover
        {
            filter: grayscale(0);
        }
        .gallery-album:hover a:after
        {
            left: 45%;
        }
        .gallery-album .titles
        {
            position: absolute;
            text-align: right;
            font-size: 17px;
            font-weight: 600;
            right: 30px;
            bottom: -100px;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        }
        .gallery-album:hover .titles
        {
            bottom: 28px;
        }
        
        div.titles > div.title
        {
            color: #fff;
        }
        
        .gallery-album a:after
        {
            content: '';
            width: 100%;
            position: absolute;
            background: linear-gradient(45deg, #243b88, #2e49a7);
            opacity: 0.8;
            top: 0;
            right: 0;
            bottom: 0;
            left: 150%;
            transform: skew(-33deg);
            -webkit-transform: skew(-33deg);
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        }
        
        /* foote social icon */
        .contact-social > ul 
        {
            display: flex;
            flex-wrap: wrap;
        }
        .contact-social > ul > li > a > img
        {
            width: 3rem;
            margin: 1rem .8rem;
        }
        
        /* Donation button */


a.donate-footer {
    font-size: 20px;
    display: inline-block;
    margin: 20px 0;
    position: relative;
    text-decoration: none;
    background: #00684d;
    background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(to right, #3b5198 0%, #28386b 50%, #1d3375 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(to right, #3b5198 0%, #28386b 50%, #1d3375 100%);
    background-position: 0 0;
    background-size: 200% 100%;
    border-radius: 4px;
    color: #fff!important;
    padding: 12px 65px 12px 15px;
    text-shadow: 1px 1px 5px #666;
    -webkit-transition: all 800ms;
    transition: all 800ms;
}

a.donate-footer:hover
{
    background-position: 100% 0;

}

a.donate-footer::after {
    position: absolute;
    top: 8px;
    right: 50px;
    width: 1px;
    height: 37px;
    background: #1c274a;
    content: '';
}
.donate-footer > svg
{
    position: absolute;
    color: #121d45;
    -webkit-transition: all 600ms 200ms;
    transition: all 600ms 200ms;   
    right: 16px;
    top: 15px; 
    font-size: 20px;
}
.donate-footer:hover > svg
{
    color: #F44336;
    text-shadow: 0 0 10px #000;
}


.donate-1
{
    width: 22rem;
}
.donate-1 > a > img
{
    width: 100%;
}

/* header div */
.header-div > .container-fluid
{
    margin: 0;
}

        /* Gallery Album */
          .gallery-album
        {
            width: 100%;
            height: 230px;
        }

        .gallery-album:hover:before {
            top: 30px;
        }
        .gallery-album:before {
            content: '';
            width: 33px;
            height: 20px;
            position: absolute;
            top: -60px;
            right: 30px;
            background: url(../images/gallery-eye.png);
            cursor: pointer;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 400ms;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 400ms;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            z-index: 3;
        }
        .gallery-album a.img-0
        {
            display: block !important;
            position: relative;
            width: auto;
            height: 230px;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .gallery-album
        {
            position: relative;
            overflow: hidden;
            border: 3px solid #ffffff;
            border-radius: 4px 40px;
            box-shadow: 3px 5px 8px 0px #33333369;
            
        }
        
        .gallery-album:hover a:after
        {
            left: 45%;
        }
        .gallery-album .titles
        {
            position: absolute;
            text-align: right;
            font-size: 17px;
            font-weight: 600;
            right: 30px;
            bottom: -100px;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        }
        .gallery-album:hover .titles
        {
            bottom: 28px;
        }
        .gallery-album a:after
        {
            content: '';
            width: 100%;
            position: absolute;
            background: #2c46a1;
            opacity: 0.8;
            top: 0;
            right: 0;
            bottom: 0;
            left: 150%;
            transform: skew(-33deg);
            -webkit-transform: skew(-33deg);
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        }

        /* Padding , Margin */
        .py-5{
            padding: 3rem 0;
        }


/* 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-size: 2.5rem;
    font-family: 'Source Sans Pro', sans-serif;
}

.supportD > h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.supportD > h3 {
    line-height: 4rem;
    font-size: 2.2rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-align: center;
}

.supportD > p {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: .05rem;
    line-height: 2.8rem;
    font-weight: 300;
}


.awardI {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#AwardSlider .item > p {
    text-transform: uppercase;
    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: 2.3rem;
    box-sizing: border-box;
    vertical-align: bottom;
    width: 12.666666%;
    height: 100%;
    font-weight: 300;
    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: #f6821d;
    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: #f6821d;
    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: 2.5rem;
    }

#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: 1.7rem;
    font-weight: 600;
    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-weight: 600;
    color: #9c9c9c;
}

.readButton:hover, .donateSubmit:hover, .readM a:hover {
    color: #000088 !important;
}

.donateSubmit {
    width: 10rem;
    display: block;
    margin: 1rem auto 0;
    padding: .8rem;
    box-shadow: none;
    background: #f6821d;
    border-radius: .5rem;
    text-transform: uppercase;
    border: none;
    font-size: 1.5rem;
    color: #fff;
}

.readButton {
    width: 14rem;
    display: block;
    margin: 1rem auto;
    padding: 1rem;
    background: #f6821d;
    border-radius: .5rem;
    text-transform: uppercase;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: none;
}

    .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: 1.7rem;
    margin: 0 0 1.8rem 0;
    LINE-HEIGHT: 2.8rem;
    COLOR: #6c6b6b;
    font-weight: 500;
}

/* 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: 2.5rem;
        text-align: center;
    }

.achievedC {
    width: calc(100% - 290px);
    margin-bottom: 5rem;
}

    .achievedC > span {
        COLOR: #fff;
        font-size: 5rem;
    }

    .achievedC > p {
        font-size: 1.7rem;
        color: #fff;
        text-align: center;
        font-variant: common-ligatures;
        letter-spacing: 0.05rem;
    }

.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%;
        }

