html {
    width: auto;
}

.top-bar {
    background-color: transparent;
    padding: 0;
}

/*Nav Bar Start*/

#navbar {
    background: white;
    border-bottom: 7px #bc047c;
    border-bottom-style: inset;
    padding-bottom: 0rem;
    z-index: 1000;
}


#navbar .navbar-nav > li > a {
    color: black;
}

    #navbar .navbar-nav > li > a:hover {
        color: black;
        font-size: 16px;
    }

.dark-mask.mask-primary {
    background: white;
    opacity: 0.8;
}

#C1pics {
    height: 500px;
    max-width: 70%;
    border-radius: 20%;
}

#navbar .menu-large .megamenu {
    max-width: 700px;
}

#navbar .navbar-nav > li.active > a {
    background: #BC047C !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #BC047C !important;
    border-radius: 22px 22px 22px;
}

#navbar .navbar-nav > li > a {
    margin: 0;
    padding: 1.4rem 1rem 1.6rem;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-decoration: none;
    border-top: .3rem solid transparent;
}

@media (max-width:1300px){
    #navbar .navbar-nav > li > a {
        margin: 0;
        padding: 1.4rem 1rem 1.6rem;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 13px;
        text-decoration: none;
        border-top: .3rem solid transparent;
    }
}

    #navbar .navbar-nav > li > a:hover {
        background: none;
        border-color: #BC047C;
    }

#navbar .navbar-nav > li > a:focus {
    background: #BC047C !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #BC047C !important;
}



/* Nav Bar End*/

/* Body Start */

.pentagon {
    background: url("../img/texture-bw.png") center center repeat;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

       .card {
    border-bottom: 8px solid white;
    border: none;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 0px 10px 0 lightgrey;
}

    .card:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 15px 9px #bc047c;
    }


.card-body {
    padding: .2rem;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #BC047C;
}


.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.9;
        color: #ffffff;
        background-color: #bc047c;
        border-radius: 7px;
    }

/* Video */

video {
    /*Push video down*/
    object-fit: cover;
}

.mobileImage{
    display:none;
}

#head {
    color: white;
    font-weight: 600;
    font-size: 4.5rem;
    width: 100%;
    padding-top: 14%;
    text-align-last: center;
    position: absolute;

}

#vbtn {
    padding:20px;
    color: white;
    background-color: #BC047C;
    border-color: #BC047C;
    border-radius: 24px;
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    text-decoration: none;
}

    #vbtn:hover {
        background-color: #960363;
    }

    #vbtn:active {
        background-color: #640242;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 900;
}

/* Stats */

#MW {
    color: #BC047c;
}

#W {
    color: #037bca;
}

#num {
    font-size: 50px;
}

/* Mission Statement */

.get-it {
    background-color: #bc047c;
    padding: 20px;
    color: white;
}

        .get {
    background-color: white;
    padding: 20px;
    color: white;
}

/*ab.ex2:hover, ab.ex2:active {
    font-size: 130%;
}*/

/* Quote */

.quoteImage {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25% 0 0 0;
}

/* Card Popup Animations --------------------------------------------- */

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        top: 50%;
        bottom: 50%;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        visibility: hidden;
        width: 150%;
        height: 300%;
        background-color: #bc047c;
        color: white;                
        border-radius: 7px;
        position: absolute;
        padding-top: 50px;
    }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

 .container {
    position: relative;
}

.overlay {
    visibility: hidden;
    border-radius: 6px;
    font-weight: 500;
    background-color: #bc047c;
    color: white;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}


.container:hover .overlay {
    visibility: visible;
    text-align: center;
    color: white;
    border-radius: 6px;
    background-color: #bc047c;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 white;
}

.ptext {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-stretch:condensed;
}

.testimonials .text p {
    color: black;
    font-size: medium;
}

.testimonials .testimonial {
    padding: 30px;
    background: #fff;
    height: 100%;
}

#pborder {
   border: 2px solid #BC047C;
   border-radius: 17px;
}

#tbr {
    background-image: linear-gradient(to bottom, #bc047c, #bc047c, #bc047c, #bc047c, #bc047c, #c0348e, #c24e9f, #c564ae, #cb8fcc, #d5b6e3, #e6dcf4, #ffffff);
    height: 400px;
}

/*Srolling Banner animations -------------------------------------------*/

.container b{
    font-size:100%;
}

#logo {
    height: 30%;
    width: 30%;
    /*overflow: hidden;*/
}

#logo:hover {
    background-color: transparent;
}

#mobileLogo{
    display:none;
}

#container2 {
    width: auto;
    overflow: hidden;
    margin: 10px auto;
    background: white;
}

.relative-positioned {
    position: relative;
     z-index:  unset; 
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 150px;
    bottom: unset;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.logoScroll {
    height: 195px;
    width: 5000px;
    /*margin-bottom: 100px;*/
}

.logoScroll img{
    padding:10px;
    width:200px;
}

.logoScroll img {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.logoScroll img:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
     cursor: pointer;

     -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
     box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


.first {
    -webkit-animation: bannermove 15s linear infinite;
    -moz-animation: bannermove 15s linear infinite;
    -ms-animation: bannermove 15s linear infinite;
    -o-animation: bannermove 15s linear infinite;
    animation: bannermove 25s linear infinite ;
}

@keyframes bannermove { 0% {
    margin-left: 0px;
}100% {
    margin-left: -2650px;
}

}

@-moz-keyframes bannermove {0% {
        margin-left: 0px;
    }100% { 
         margin-left: -2650px;
    }
}

@-webkit-keyframes bannermove {0% {
    margin-left: 0px;
}100% { 
     margin-left: -2650px;
}
}

@-ms-keyframes bannermove { 0% {
    margin-left: 0px;
}100% { 
     margin-left: -2650px;
}
}

@-o-keyframes bannermove { 0%{
    margin-left: 0px;
}100% { 
     margin-left: -2650px;
}
}

#tbr2 {
    background-color: white;
}

/* Footer CSS
-------------------------------------------------- */
 
h5 {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    /*text-transform: uppercase;*/
}

.footer-top {
    padding: 2rem 0 1rem 0;
    border: solid #BA007F;
    border-width: 0.6rem 0 0 0;
    color: #007BFF;
    font-weight: 500;
}

    .footer-top h5 {
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
        /* text-transform: uppercase; */
    }

.social-icons-container {
    font-size: 2rem;
    padding: 0rem 0rem 1rem 0rem;
}

    .social-icons-container i {
        padding: 0 0.5rem;
    }

.footer-bottom {
    background-color: #007BFF;
    color: white;
    font-size: 0.8rem;
}

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: white;
    color: black;
}

    footer.main-footer .copyrights {
        padding: 10px 0;
        background: #BC047C;
        color: #ccc;
        margin-top: 0px;
    }

footer.main-footer a {
    color: inherit;
    /*color: #007bff;*/
    color: #BC047C;
}

footer.main-footer p {
    font-size: 0.9rem;
    color: black;
}

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: white;
    color: black;
}

@media (max-width: 991px) {
    footer .girlsfortech-footer-light {
        text-align: center;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blue-color {
    color: #037bca;
}

.bottom-padding {
    margin-bottom: 0px;
}

.btn {
    font-weight: 700;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

footer .girlsfortech-footer-light {
    background-color: #f0f0f0;
    padding: 30px 0 0 0;
    line-height: 1.6;
}

    footer .girlsfortech-footer-light .email-signup .input-group {
        max-width: 300px;
        margin: 0 auto;
        height: 50px;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 10px 5px;
    }


    footer .girlsfortech-footer-light .email-signup input#signup_email {
        box-shadow: none;
        border-color: black;
        border-radius: 4px;
        height: 32px;
    }

    footer .girlsfortech-footer-light p.c1 {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 20px;
        /*color: #0447c3;*/
        color: #BC047C;
    }

select, .form-group select {
    border: 1px solid #f0f0f0;
    height: 40px;
    box-shadow: none;
}

.form-control {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #8e8e8e;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    /*height: 40px;*/
    /*box-shadow: none;*/
    /*padding: 25px;*/
    display: block;
    width: 100%;
    height: 36px;
    /*padding: 6px 12px;*/
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-group > select {
    display: block;
    width: 100%;
    height: 36px;
    /*padding: 6px 12px;*/
    font-size: 16px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input.submit-button.btn {
    height: 50px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 10px 5px;
}

footer .girlsfortech-footer-light .footer-nav li a, footer .girlsfortech-footer-light .footer-nav-bottom a {
    /*color: #007bff;*/
    color: #BC047C;
    line-height: 2;
}

footer.main-footer .copyrights {
    padding: 10px 0;
    background-color: rgb(188, 4, 124);
    color: #ccc;
    margin-top: 0px;
}

.form-group {
    margin-bottom: 15px;
}


footer .girlsfortech-footer-light .email-signup input.submit-button.btn {
    height: 45px;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px 0 10px 2px;
}

footer .girlsfortech-footer-light .email-signup .input-group {
    max-width: 300px;
    margin: 0 auto;
}

input {
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.p4 {
    font-size: 18px;
    font-weight: bold;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Donate Button -------------------------------------------------------------------*/

.donate-cta {
    position: fixed;
    right: 50px;
    bottom: 35px;
    
    /*background-color: transparent;*/
}

    .donate-cta img {
        width: 160px;
        height: 100px;
        border-radius: 100px;
        transition: all 1s ease-in-out;
        z-index: 995;
    }

        .donate-cta img:hover {
            transform: scale(1.5);
            /*background-color: rgba(1,0,0,0.2);
            box-shadow: 10px -10px rgba(0,0,0,0.3);
            -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
            border-radius: 100px;*/
        }

                            @media (max-width:991px) {
                                html {
                                    width: auto;
                                }

                                .top-bar {
                                    background-color: transparent;
                                    padding: 0;
                                }

                                /*Nav Bar Start*/

                                #navbar {
                                    background: white;
                                    border-bottom: 7px #bc047c;
                                    border-bottom-style: inset;
                                    padding-top: 0px;
                                    padding-bottom: 0rem;
                                    z-index: 1000;
                                }

                                    /*a:hover {
                                background-color: #bc047c;
                            }*/

                                    #navbar .navbar-nav > li > a {
                                        color: black;
                                    }

                                        #navbar .navbar-nav > li > a:hover {
                                            color: #bc047c;
                                            color: black;
                                            font-size: 16px;
                                        }

                                .dark-mask.mask-primary {
                                    background: white;
                                    opacity: 0.8;
                                }

                                #C1pics {
                                    height: 500px;
                                    max-width: 70%;
                                    border-radius: 20%;
                                }

                                #navbar .menu-large .megamenu {
                                    max-width: 700px;
                                }

                                #navbar .navbar-nav > li.active > a {
                                    background: #BC047C !important;
                                    color: #fff !important;
                                    text-decoration: none !important;
                                    border-color: #BC047C !important;
                                    border-radius: 20px 20px 20px;
                                    padding: 0px;
                                    padding-left: 20px;
                                }

                                #navbar .navbar-nav > li > a {
                                    margin: 0;
                                    padding: 1.4rem 1rem 1.6rem;
                                    color: black;
                                    font-weight: 600;
                                    text-transform: uppercase;
                                    letter-spacing: 0.1em;
                                    font-size: 20px;
                                    text-decoration: none;
                                    border-top: .3rem solid transparent;
                                    padding: 0px;
                                    padding-left: 20px;
                                }

                                    #navbar .navbar-nav > li > a:hover {
                                        background: none;
                                        border-color: #BC047C;
                                    }

                                    /*a {
                                color: #BC047C;
                                text-decoration: none;
                            }*/

                                    #navbar .navbar-nav > li > a:focus {
                                        background: #BC047C !important;
                                        color: #fff !important;
                                        text-decoration: none !important;
                                        border-color: #BC047C !important;
                                    }

                                .navbar img {
                                    width: auto;
                                    height: 4.5rem;
                                }

                                #navbar .navbar-toggler {
                                    font-size: 0.9rem;
                                    padding: 1px 5px;
                                    border-color: #ddd;
                                }

                                /* Nav Bar End*/

                                /* Body Start */
                                
                                #animated-fadeInDown-centered{
                                    
                                }

                                .pentagon {
                                    background: url("../img/texture-bw.png") center center repeat;
                                    border-top: 1px solid #999;
                                    border-bottom: 1px solid #999;
                                }

                                .card {
                                    border-bottom: 8px solid white;
                                    border: none;
                                    border-radius: 0%;
                                    padding-top: 10px;
                                    padding-bottom: 10px;
                                    padding-left: 10px;
                                    padding-right: 10px;
                                }

                                .card-body {
                                    padding: .2rem;
                                }

                                .owl-carousel .owl-dots .owl-dot span {
                                    display: none;
                                    width: 20px;
                                    height: 20px;
                                    border-radius: 100%;
                                    background: #BC047C;
                                }


                                .fa {
                                    padding: 10px;
                                    font-size: 30px;
                                    width: 50px;
                                    text-align: center;
                                    text-decoration: none;
                                    margin: 5px 2px;
                                }

                                    .fa:hover {
                                        opacity: 0.7;
                                        color: #ffffff;
                                    }


                                .fa-facebook {
                                    background: none;
                                    color: #BC047C;
                                }

                                .btn-template-outlined {
                                    background: none;
                                    border-color: white;
                                    color: #bc047c;
                                    border-radius: 0 !important;
                                    text-decoration: none;
                                }

                                /* Video */

                                .vidImage {
                                    display:none;
                                }

                                .mobileImage{
                                    display:inline;
                                    
                                }

                                #head {
                                    color: white;
                                font-weight: 600;
                                font-size: 2.5rem;
                                width: 100%;
                                position: absolute;
                                text-align: -webkit-center;
                                padding: 15%;
                                margin-bottom: 0px;
                                padding-bottom: 0px;
                                margin-top: 0px;
                                }

                                #vbtn {
                                    padding:5px;
                                    color: white;
                                    background-color: #BC047C;
                                    border-color: #BC047C;
                                    border-radius: 24px;
                                    padding: 5px 7px;
                                    font-size: 17px;
                                    text-align: center;
                                    cursor: pointer;
                                    outline: none;
                                    color: #fff;
                                    border: none;
                                    border-radius: 15px;
                                    box-shadow: 0 9px #999;
                                    text-decoration: none;
                                }

                                    #vbtn:hover {
                                        background-color: #960363;
                                    }

                                    #vbtn:active {
                                        background-color: #640242;
                                        box-shadow: 0 5px #666;
                                        transform: translateY(4px);
                                    }

                                .centered {
                                    position: absolute;
                                    top: auto;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    text-align: center;
                                    z-index: 900;
                                }

                                /* Stats */

                                #MW {
                                    color: #BC047c;
                                }

                                #W {
                                    color: #037bca;
                                }

                                #num {
                                    font-size: 50px;
                                }

                                /* Mission Statement */

                                .get-it {
                                    
                                    background-color: #bc047c;
                                    padding: 20px;
                                    color: white;
                                }

                                #ourProg{
                                    font-size: 50%;
                                }

                                ab.ex2:hover, ab.ex2:active {
                                    font-size: 130%;
                                }

                                /* Quote */

                                #pic {
                                    background-repeat: no-repeat;
                                    background-size: cover;
                                    padding: 50px 0;
                                }

                                /* Card Popup Animations --------------------------------------------- */

                                .popup {
                                    position: relative;
                                    display: inline-block;
                                    cursor: pointer;
                                    -webkit-user-select: none;
                                    -moz-user-select: none;
                                    -ms-user-select: none;
                                    user-select: none;
                                }

                                    /* The actual popup */
                                    .popup .popuptext {
                                        top: 50%;
                                        bottom: 50%;
                                        left: 50%;
                                        right: 50%;
                                        transform: translate(-50%, -50%);
                                        font-size: 30px;
                                        visibility: hidden;
                                        width: 150%;
                                        height: 300%;
                                        background-color: #bc047c;
                                        color: white;
                                        border-radius: 7px;
                                        position: absolute;
                                        padding-top: 50px;
                                    }

                                    /* Toggle this class - hide and show the popup */
                                    .popup .show {
                                        visibility: visible;
                                        -webkit-animation: fadeIn 1s;
                                        animation: fadeIn 1s;
                                    }

                                /* Add animation (fade in the popup) */
                                @-webkit-keyframes fadeIn {
                                    from {
                                        opacity: 0;
                                    }

                                    to {
                                        opacity: 1;
                                    }
                                }

                                @keyframes fadeIn {
                                    from {
                                        opacity: 0;
                                    }

                                    to {
                                        opacity: 1;
                                    }
                                }

                                .container {
                                    position: relative;
                                }

                                .overlay {
                                    visibility: unset;
                                    border-radius: 17px;
                                    font-weight: 500;
                                    background-color: #bc047c;
                                    color: white;
                                    padding: 10px;
                                    font-size: 20px;
                                    text-align: center;
                                }

                                .container:hover .overlay {
                                    visibility: visible;
                                    text-align: center;
                                    color: white;
                                    border-radius: 17px;
                                    background-color: #bc047c;
                                }

                                .ptext {
                                    color: white;
                                    font-size: 35px;
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    -webkit-transform: translate(-50%, -50%);
                                    -ms-transform: translate(-50%, -50%);
                                    transform: translate(-50%, -50%);
                                    text-align: center;
                                    font-stretch: condensed;
                                }

                                .testimonials .text p {
                                    color: black;
                                    font-size: medium;
                                }

                                .testimonials .testimonial {
                                    padding: 30px;
                                    background: #fff;
                                    height: 100%;
                                }

                                #pborder {
                                    border: 2px solid #BC047C;
                                    border-radius: 17px;
                                }

                                #tbr {
                                    background-image: linear-gradient(to bottom, #bc047c, #bc047c, #bc047c, #bc047c, #bc047c, #c0348e, #c24e9f, #c564ae, #cb8fcc, #d5b6e3, #e6dcf4, #ffffff);
                                    height: 500px;
                                }

                                /*Srolling Banner animations -------------------------------------------*/

                                .container b{
                                    font-size:50%;
                                }

                                .overlay{
                                    font-size:35px;
                                }

                                .carousel-control-next, .carousel-control-prev {
                                    position: absolute;
                                    top: 150px;
                                    bottom:unset;
                                    z-index: 1;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    -ms-flex-pack: center;
                                    justify-content: center;
                                    width: 15%;
                                    color: #fff;
                                    text-align: center;
                                    opacity: .5;
                                    transition: opacity .15s ease
                                }

                                #logo {
                                    display:none;
                                    /*overflow: hidden;*/
                                }

                                #mobileLogo {
                                    display: block;
                                }

                                #container2 {
                                    width: auto;
                                    overflow: hidden;
                                    
                                    background: white;
                                }

                                .logoScroll {
                                    height: 195px;
                                    width: 5000px;
                                    /*margin-bottom: 100px;*/
                                }

                                    .logoScroll img {
                                        padding: 10px;
                                        width: 200px;
                                    }

                                    .logoScroll img {
                                        -webkit-transition: all 0.5s ease;
                                        -moz-transition: all 0.5s ease;
                                        -o-transition: all 0.5s ease;
                                        -ms-transition: all 0.5s ease;
                                        transition: all 0.5s ease;
                                    }

                                        .logoScroll img:hover {
                                            -webkit-transform: scale(1.1);
                                            -moz-transform: scale(1.1);
                                            -o-transform: scale(1.1);
                                            -ms-transform: scale(1.1);
                                            transform: scale(1.1);
                                            cursor: pointer;
                                            -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
                                            -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
                                            box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
                                        }


                                .first {
                                    -webkit-animation: bannermove 15s linear infinite;
                                    -moz-animation: bannermove 15s linear infinite;
                                    -ms-animation: bannermove 15s linear infinite;
                                    -o-animation: bannermove 15s linear infinite;
                                    animation: bannermove 25s linear infinite;
                                }

                                @keyframes

                                bannermove {
                                    0%

                            {
                                margin-left: 0px;
                            }

                            100% {
                                margin-left: -2650px;
                            }

                            }

                            @-moz-keyframes bannermove {
                                0% {
                                    margin-left: 0px;
                                }

                                100% {
                                    margin-left: -2650px;
                                }
                            }

                            @-webkit-keyframes

                            bannermove{
                                0%

                            {
                                margin-left: 0px;
                            }

                            100% {
                                margin-left: -2650px;
                            }

                            }

                            @-ms-keyframes

                            bannermove{
                                0%

                            {
                                margin-left: 0px;
                            }

                            100% {
                                margin-left: -2650px;
                            }

                            }

                            @-o-keyframes

                            bannermove {
                                0%

                            {
                                margin-left: 0px;
                            }

                            100% {
                                margin-left: -2650px;
                            }

                            }

                            #tbr2 {
                                background-color: white;
                            }

                            /* Footer CSS
                            -------------------------------------------------- */

                            h5 {
                                font-style: italic;
                                font-weight: bold;
                                text-decoration: underline;
                                /*text-transform: uppercase;*/
                            }

                            .footer-top {
                                padding: 2rem 0 1rem 0;
                                border: solid #BA007F;
                                border-width: 0.6rem 0 0 0;
                                color: #007BFF;
                                font-weight: 500;
                            }

                                .footer-top h5 {
                                    font-style: italic;
                                    font-weight: bold;
                                    text-decoration: underline;
                                    /* text-transform: uppercase; */
                                }

                            .social-icons-container {
                                font-size: 2rem;
                                padding: 0rem 0rem 1rem 0rem;
                            }

                                .social-icons-container i {
                                    padding: 0 0.5rem;
                                }

                            .footer-bottom {
                                background-color: #007BFF;
                                color: white;
                                font-size: 0.8rem;
                            }

                            footer.main-footer {
                                padding: 0px 0;
                                padding-bottom: 0;
                                background: white;
                                color: black;
                            }

                                footer.main-footer .copyrights {
                                    padding: 10px 0;
                                    background: #BC047C;
                                    color: #ccc;
                                    margin-top: 0px;
                                }

                                footer.main-footer a {
                                    color: inherit;
                                    /*color: #007bff;*/
                                    color: #BC047C;
                                }

                                footer.main-footer p {
                                    font-size: 0.9rem;
                                    color: black;
                                }

                            footer.main-footer {
                                padding: 0px 0;
                                padding-bottom: 0;
                                background: white;
                                color: black;
                            }

                                footer.main-footer .copyrights {
                                    padding: 10px 0;
                                    background: #BC047C;
                                    color: #ccc;
                                    margin-top: 0px;
                                }

                            @media (max-width: 991px) {
                                footer .girlsfortech-footer-light {
                                    text-align: center;
                                }
                            }

                            * {
                                margin: 0;
                                padding: 0;
                                box-sizing: border-box;
                            }

                            .blue-color {
                                color: #037bca;
                            }

                            .bottom-padding {
                                margin-bottom: 0px;
                            }

                            .btn {
                                font-weight: 700;
                                border: 1px solid transparent;
                                padding: 0.5rem 0.75rem;
                                font-size: 0.8rem;
                                line-height: 1.5;
                            }

                            button, select, textarea {
                                font-family: inherit;
                                font-size: inherit;
                                line-height: inherit;
                                color: inherit;
                                font: inherit;
                                margin: 0;
                            }

                            footer .girlsfortech-footer-light {
                                background-color: #f0f0f0;
                                padding: 30px 0 0 0;
                                line-height: 1.6;
                            }

                                footer .girlsfortech-footer-light .email-signup .input-group {
                                    max-width: 300px;
                                    margin: 0 auto;
                                    height: 50px;
                                    box-shadow: none;
                                    border: none;
                                    border-radius: 0 4px 4px 0;
                                    padding: 10px 5px;
                                }


                                footer .girlsfortech-footer-light .email-signup input#signup_email {
                                    box-shadow: none;
                                    border-color: black;
                                    border-radius: 4px;
                                    height: 32px;
                                }

                                footer .girlsfortech-footer-light p.c1 {
                                    font-weight: bold;
                                    margin-bottom: 5px;
                                    font-size: 20px;
                                    /*color: #0447c3;*/
                                    color: #BC047C;
                                }

                            select, .form-group select {
                                border: 1px solid #f0f0f0;
                                height: 40px;
                                box-shadow: none;
                            }

                            .form-control {
                                font-family: Roboto, sans-serif;
                                font-size: 16px;
                                font-weight: normal;
                                font-style: normal;
                                font-stretch: normal;
                                line-height: 1;
                                letter-spacing: normal;
                                text-align: left;
                                color: #8e8e8e;
                                border-radius: 4px;
                                background-color: #fff;
                                border: 1px solid #f0f0f0;
                                /*height: 40px;*/
                                /*box-shadow: none;*/
                                /*padding: 25px;*/
                                display: block;
                                width: 100%;
                                height: 36px;
                                /*padding: 6px 12px;*/
                                box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
                                -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
                                transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
                            }

                            .form-group > select {
                                display: block;
                                width: 100%;
                                height: 36px;
                                /*padding: 6px 12px;*/
                                font-size: 16px;
                                line-height: 1.42858;
                                color: #555;
                                background-color: #fff;
                                background-image: none;
                                border: 1px solid #ccc;
                                border-radius: 4px;
                                box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
                                -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
                                transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
                            }

                            input.submit-button.btn {
                                height: 50px;
                                background-color: #fff;
                                box-shadow: none;
                                border: none;
                                border-radius: 0 4px 4px 0;
                                padding: 10px 5px;
                            }

                            footer .girlsfortech-footer-light .footer-nav li a, footer .girlsfortech-footer-light .footer-nav-bottom a {
                                /*color: #007bff;*/
                                color: #BC047C;
                                line-height: 2;
                            }

                            footer.main-footer .copyrights {
                                padding: 10px 0;
                                background-color: rgb(188, 4, 124);
                                color: #ccc;
                                margin-top: 0px;
                            }

                            .form-group {
                                margin-bottom: 15px;
                            }


                            footer .girlsfortech-footer-light .email-signup input.submit-button.btn {
                                height: 45px;
                                box-shadow: none;
                                border: none;
                                border-radius: 0 4px 4px 0;
                                padding: 8px 0 10px 2px;
                            }

                            footer .girlsfortech-footer-light .email-signup .input-group {
                                max-width: 300px;
                                margin: 0 auto;
                            }

                                .justify-content-between {
                                    -ms-flex-pack: justify !important;
                                    justify-content: space-between !important;
                                    padding-right: 10%;
                                    padding-left: 10%;
                                }

                            input {
                                line-height: normal;
                                font-family: inherit;
                                font-size: inherit;
                                line-height: inherit;
                                color: inherit;
                                font: inherit;
                                margin: 0;
                            }

                            .input-group {
                                position: relative;
                                display: table;
                                border-collapse: separate;
                            }

                            label {
                                display: inline-block;
                                max-width: 100%;
                                margin-bottom: 5px;
                                font-weight: bold;
                            }

                            .list-unstyled {
                                padding-left: 0;
                                list-style: none;
                            }

                            .p4 {
                                font-size: 14px;
                            }

                            .sr-only {
                                border: 0;
                                clip: rect(0,0,0,0);
                                height: 1px;
                                margin: -1px;
                                overflow: hidden;
                                padding: 0;
                                position: absolute;
                                width: 1px;
                            }

                            /* Donate Button -------------------------------------------------------------------*/

                            .donate-cta {
                                /*position: fixed;
                                right: 50px;
                                bottom: 35px;
                                z-index: 995;
                                background-color: transparent;*/
                                display:none;
                            }

                                .donate-cta img {
                                    /*width: 160px;
                                    height: 100px;
                                    transition: all 1s ease-in-out;*/
                                    display:none;
                                }

                                    /*.donate-cta img:hover {
                                        transform: scale(1.5);
                                    }*/

                            }
