
html {
    scroll-behavior: smooth;
    font-size: 1em !important;
    color: #000 !important;
    font-family: Montserrat !important;
}

body{ 
    font-family: 'Montserrat';
    font-size: 14px;
}

.container{
    animation: transitionIn 0.75s;
}

.carousel-control-next,
.carousel-control-prev{
    filter: invert(100%);
}

@keyframes transitionIn{
    from{
        opacity:0;
        transform: rotateX(-10deg);
    }
    
    to{
        opacity:1;
        transform: rotateX(0);
    }
}



#sub2 {
    display: none;
}

img#mainsubbanner {
    display: none;
}



#fsweb {
    visibility: visible;
}

#fsmobile {
    display: none;
}



.aogs2021button {
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}



.team-item-image {
    position: relative;
    overflow: hidden;
}

    .team-item-image img {
        width: 100%;
    }

    .team-item-image:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 1;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

.team-item-detail {
    /*opacity: 0;*/ /** disable to appear the link without hovering*/
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* ======= NAVBAR ======= */
.navbar {
    transition: .5s;
}

    .navbar ul li {
        transition: .5s;
    }

.nav-link {
    font-size: 12px;
    font-weight: 700;
    color: #1F6396;
}

.btn4::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #1F6396;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn4:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.AOGS2021nav-btn1 {
    background-color: transparent;
    border-color: #1F6396;
    border-width: 2px;
    height: 30px;
    font-size: 12px;
    color: #1F6396;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: 500;
    border-radius: 40px;
}

.AOGS2021nav-btn1:hover,
.AOGS2021nav-btn1:focus,
.AOGS2021nav-btn1:active,
.AOGS2021nav-btn1.active,
.open > .dropdown-toggle.ARC132021nav-btn1 {
    color: white;
    background-color: #1F6396;
    border-color: #1F6396;
}

.dropdown-menu{
    font-size: 14px;
}
/* ======= END NAVBAR ======= */


/* CARD DECK */
.AOGS2021carddeck {
    margin-top: -80px;
    color: white;
    padding: 5px 5px 5px 5px;
    background-color: #1F6396;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
}

    .AOGS2021carddeck:hover,
    .AOGS2021carddeck:focus,
    .AOGS2021carddeck:active {
        transform: translateY(-15px);
        background-color: #9CC63B;
        transition: 0.5s;
    }

.AOGS2021cardheadline {
    font-size: 18px;
    font-weight: 700;
}

.AOGS2021cardsubheadline {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
}

.AOGS2021carddeck-btn {
    background-color: white;
    border-color: white;
    height: 30px;
    font-size: 12px;
    color: #1F6396;
    font-weight: 700;
    border-radius: 40px;
}

    .AOGS2021carddeck-btn:hover,
    .AOGS2021carddeck-btn:focus,
    .AOGS2021carddeck-btn:active,
    .AOGS2021carddeck-btn.active,
    .open > .dropdown-toggle.AOGS2021carddeck-btn {
        color: white;
        background-color: transparent;
        border-color: white;
    }

.AOGS2021carddeckicon {
    height: 90px;
    display: block;
    margin-left: 13px;
    margin-right: auto;
}
/* ======= END CARD DECK ======= */


/* HORIZONTAL LINE */
.AOGS2021headline_cont {
    font-size: 18px;
    font-weight: 500;
    color: #1F6396;
}

hr.carddeck_horizl {
    border: 1.5px solid white;
    width: 100px;
}

hr.headline_horizl {
    border: 2px solid #1F6396;
    width: 80px;
}
/* ======= END HORIZONTAL LINE ======= */


/* ======= HEADLINE ======= */
.container.AOGS2021headline {
    padding-top: 40px;
    padding-bottom: 40px;
}

.AOGS2021_headlineimg {
    height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-sm.AOGS2021headlinesub {
    margin: 50px 10px 50px 10px;
}

.AOGS2021headline-h3 {
    font-weight: 650;
    font-size: 35px;
    text-align: left;
    color: #1F6396;
}

.AOGS2021subheadline-p1 {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #606060;
}

.AOGS2021subheadline-p2 {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #606060;
    line-height: 1.7;
}
/* ======= END HEADLINE ======= */


/* ======= ANNOUNCEMENT CAROUSEL ======= */
.AOGS2021carousel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ======= END ANNOUNCEMENT CAROUSEL ======= */


/* ======= JUMBOTRON ======= */
.AOGS2021_IMG1 {
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.AOGS2021jum-h3 {
    font-weight: 650;
    font-size: 30px;
    text-align: center;
    color: #1F6396;
}

.AOGS2021jum-p1 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #1F6396;
}

.btn-primary.AOGS2021jum-btn {
    background-color: #1F6396;
    border-color: #1F6396;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
}

.AOGS2021jum-btn:hover,
.AOGS2021jum-btn:focus,
.AOGS2021jum-btn:active,
.AOGS2021jum-btn.active,
.open > .dropdown-toggle.AOGS2021jum-btn {
    color: white;
    background-color: #9CC63B;
    border-color: #9CC63B;
}
/* ======= END JUMBOTRON ======= */


/* ======= SPONSORSHIP ======= */
.ARC13spons {
    color: #010B2F;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
}
/* ======= END SPONSORSHIP ======= */


/* ======= Footer ======= */
.footer {
    margin-top: 40px;
    text-align: left;
    background-color: #1F6396;
    width: 100%;
    color: white;
}

footer.h5 {
    font-weight: 600;
}

.footerimage {
    height: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footerimage1 {
    height: 70px;
    display: block;
    position: left;
}

.h5footer {
    font-size: 20px;
    font-weight: 600;
}

.p1footer {
    font-size: 12px;
}

hr.footer_horizl {
    border-bottom: 1px solid white;
    width: 100%;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid white;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: white;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 150px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: white;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #ff5e14;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: white;
    }

    .footer-widget ul li a {
        color: white;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: white;
        border: 1px solid white;
        color: #010B2F;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 13px 20px;
        border: 1px solid #ff5e14;
        top: 0;
    }

        .subscribe-form button i {
            color: white;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    padding: 20px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: white;
}

    .copyright-text p a {
        color: white;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: white;
    }

    .footer-menu li a {
        font-size: 14px;
        color: white;
    }
/* ======= END Footer ======= */




main {
    background: lightseagreen url('https://static.pexels.com/photos/5412/water-blue-ocean.jpg')no-repeat center center;
    background-size: cover;
    animation: fadein 4s;
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
}

.loading {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 100pt;
    text-align: center;
    height: 120px;
    line-height: 110px;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    display: block;
}

@keyframes wave-animation {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: 200px bottom;
    }
}

@keyframes loading-animation {
    0% {
        background-size: 200px 0px;
    }

    100% {
        background-size: 200px 200px;
    }
}

.wave {
    background-image: url("http://vignette4.wikia.nocookie.net/camphalfbloodroleplay/images/b/bb/Large-wave-divider.png");
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px rgba(155, 255, 255, 0.06);
    animation: wave-animation 3s infinite linear, loading-animation 4s infinite linear alternate;
    background-size: 200px 100px;
    background-repeat: repeat-x;
    opacity: 1;
}

.not-found {
    text-align: center;
    font-size: 55px;
    margin-top: 350px;
    font-family: Arial;
    animation: wave-animation 2.5s infinite linear, loading-animation 10s infinite linear alternate;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




