* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Geneva, sans-serif;
    /* font-family: "Roboto Slab", serif; */
    font-size: 1rem;
    color: #949494;
    transition: all 0.3s ease-in;
}
img {
    max-width: 100%;
    height: auto;
}
header,
section,
footer {
    float: left;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    margin-bottom: 15px;
    color: #006699;
}
h1 {
    font-size: 1.3rem;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.1rem;
}
h4 {
    font-size: 1rem;
}
ol,
ul {
    list-style: none;
}
.bg-gray {
    background-color: #eeeeee;
}
a {
    transition: all 0.3s ease-in;
    color: #377696;
}
a:hover {
    text-decoration: none;
    color: black;
}

.cont-img-box {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.cont-img-box img {
    width: 100%;
}

.header-top-bar {
    padding: 20px 0px;
    background-color: #006699;
}
.header-logo {
    padding: 10px 0px;
}
header {
    background-image: url(../assets//bgheader.png);
    background-position: left top;
    background-repeat: repeat-x;
}
.cont-logo img {
    width: auto;
    height: auto;
}
.sec-bot-pad {
    padding-bottom: 15px;
}
.sec-top-pad {
    padding-top: 15px;
}

/** Header **/

nav {
    float: left;
    padding: 22px 0px;
    background-color: #eeeeee;
    text-align: center;
    width: 100%; /*ul*/ /*li.navActive*/ /* Mobile Nav Button */
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(187, 187, 187, 0.3);
    border-bottom-color: rgba(187, 187, 187, 0.3);
}
/** Header **/

/** Slider **/
.container-slideshow {
    width: 100%;
    float: left;
    overflow: hidden;
}
.sec-main-slider {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    z-index: -1;
}
/** Slider **/

/* Cont Donate */
.cont-donate {
    border: 4px solid #fff;
    background-color: #006699;
    padding: 20px;
    margin-top: -85px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.cont-text-donate {
    float: left;
    width: 70%;
    font-style: italic;
    font-size: 14px;
}
.cont-text-donate h2 {
    font-style: normal;
}
.cont-btn-donate {
    float: left;
    width: 30%;
    font-family: "Roboto Slab", serif;
}
.cont-text-donate p,
.cont-text-donate h2 {
    color: #fff;
}

.cont-btn-donate a {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #33ccff;
    background-color: #3399cc;
    text-transform: uppercase;
    margin-top: 27px;
    float: right;
    padding: 10px;
    transition: all 0.3s ease-in;
}
.cont-btn-donate a:hover {
    background-color: #ffffff;
    color: #006699;
}

/* About Css */
.cont-img-content img {
    width: 70%;
    margin-bottom: 15px;
}

.sec-advertisement {
    background-image: url(../assets/stripe-bkg.png);
    background-repeat: repeat;
}
.sec-faq {
    background-image: url(../assets/bgevents.png);
    background-position: top left;
}
.sec-faq h2 {
    color: #fff;
}
.cont-save-live {
    padding-top: 4px;
    padding-bottom: 20px;
}

.card {
    border: none;
    border-radius: 0px;
    padding: 0;
    transition: all 0.3 ease-in;
}
.card-body {
    transition: all 0.5 ease-in;
}
.card-body p {
    font-family: "Roboto Slab", serif;
    color: rgb(148, 148, 148);
    font-size: 16px;
    line-height: 28.8px;
}
.card button {
    border: none;
    background-color: #eeeeee;
    border-top: solid 1px black;
    border-bottom: solid 1px gray;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    font-size: 1.1rem;
    padding: 10px;
    color: #006699;
}
.card button.btn-close {
    border-top: none;
    border-bottom: none;
    width: auto;
    display: inline-block;
    border: none;
    background-color: transparent;
    color: #3399cc;
    text-transform: capitalize;
}

.card button:hover,
.card button:focus {
    background-color: #e6f5fe;
    border-top-color: black;
    border-bottom-color: gray;
    outline: none;
}

/* Footer */
footer {
    float: left;
    width: 100%;
    background: #006699;
    color: #ffffff;
    padding-top: 20px;
}
.cont-bottom-footer {
    background: #ffffff;
    padding: 35px 0px;
    text-align: center;
    color: #949494;
    font-size: 0.7rem;
    font-weight: 700;
}
.cont-bottom-footer p {
    margin-bottom: 0px;
}
footer h4 {
    color: #fff;
    text-transform: uppercase;
}
footer i {
    padding-right: 15px;
}
footer p a {
    color: #fff;
}
footer .form-control {
    padding: 0px 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: #ffffff 1px solid;
    margin-bottom: 10px;
    border-radius: 0;
    background-clip: border-box;
}
.form-group {
    margin-bottom: 0px;
}
.form-group:last-child {
    margin-bottom: 20px;
}
footer label {
    text-transform: uppercase;
}
input[type="submit"] {
    background-color: #ffffff;
    color: #006699;
    border: none;
    cursor: pointer;
    padding: 10px 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 5px;
    transition: all 0.3s ease-in;
}
input[type="submit"]:hover {
    background-color: #351d2e;
    color: #ffffff;
}
