body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
}

/* Header part*/
.topbar {
    background: #F3F3F3;
    color: white;
}

.topbar .top-right {
    position: relative;
}

.topbar .top-right:before {
    position: absolute;
    content: '';
    right: 0px;
    width: 200px;
    height: 10px;
    background: #8c181b;
    z-index: 99;
    top: 0px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    transition: all 1s;
}

.single-header-info {
    float: left;
    padding-left: 25px;
    padding-top: 20px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.single-header-info .icon-box .inner-box {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    margin-right: 15px;
}

.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2B2B2B;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}

.single-header-info .icon-box .inner-box i:before {
    font-size: 30px;
    color: #0199d6;
}

.left-section {
    padding: 1px 0px;
}

.left-section a {
    color: #0056b3;
}

.left-section i {
    padding: 11px 0px;
    font-size: 23px;
}

.left-section p {
    margin-bottom: 0rem !important;
    margin-top: 2px;
    /* text-align: center; */
}

.right-section p {
    /* padding: 16px; */
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 0rem;
    font-size: 13px;
    padding: 3px;
    color: white !important;
}

.right-section a {
    color: white !important;
}

.single-header-info .icon-box,
.single-header-info .content {
    display: table-cell;
    vertical-align: middle;
}

.single-header-info .content p {
    font-size: 14px;
    margin: 0;
    color: #B6B6B6;
}

/* Header part */
/* Main Navigation */
.main-navigation {
    background: #262F36;
}

.navbar {
    padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 24px 27px;
    transition: all .3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    color: #0199d6;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0px;
    background-color: #fff;
    margin-top: -2px;
    padding: 0px 0px;
    color: #fff;
}

.dropdown-item {
    color: #0199d6;
    padding: 12px 15px;
    border-bottom: 1px solid #0199d6;
}

.dropdown-item:hover {
    background: #0199d6;
    color: #fff;

}

/* End Main Navigation */
/* Banner */
.banner {
    width: 100%;
    padding: 160px 0px;
    position: relative;
    background-size: cover;
}

.caption-banner h1 {
    font-size: 60px;
    line-height: 56px;
    letter-spacing: 0.79px;
    font-weight: 200;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.caption-banner h1 strong {
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 78px;
}

.caption-banner p {
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    width: 450px;
    margin-top: 30px;
}

.comp__hero-cta {
    width: 1110px;
    position: absolute;
    bottom: -50px
}

.comp__hero-cta {
    margin: 0 auto;
    margin-top: -70px;
}

.comp__hero-cta .comp__hero-label {
    min-width: 430px;
    background-color: #0199d6;
    display: table;
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    text-align: center;
}

.comp__hero-cta .comp__hero-options {
    clear: both;
    background-color: #fff;
    display: table;
    width: 100%;
    border: 1px solid rgba(128, 142, 159, 0.5);
    margin-top: -15px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.11);
}

.comp__hero-cta .comp__hero-options ul li:nth-child(odd) {
    border-right: 1px solid rgba(128, 142, 159, 0.5);
}

.comp__hero-cta .comp__hero-options ul li:last-child {
    border: none;
}

.comp__hero-cta .comp__hero-options ul li {
    width: 160px;
    padding: 30px 0 20px 0;
    border-bottom: none;
    border-right: 1px solid rgba(128, 142, 159, 0.5);
    min-width: 130px;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
}

.comp__hero-cta .comp__hero-options ul li a {
    height: 100%;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}

.comp__hero-cta .comp__hero-options ul li .options-label {
    line-height: 1.6em;
    font-weight: bold;
}

.comp__hero-cta .comp__hero-options ul li .hero-hr {
    width: 30px;
    height: 3px;
    background-color: #808e9f;
    display: inline-block;
}

/* End Banner */
.serivce {
    margin-top: 100px;
}

.serivce-item {
    position: relative;
    transition: all 0.7s;
}

.serivce-item:hover {}

.serivce-item:before {
    position: absolute;
    content: '';
    left: 0px;

    width: 100%;
    height: 50%;
    bottom: 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.service-info {
    padding: 0px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.service-info h6 {
    color: #fff;
}

.serivce img {}

.serivce h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.serivce h4 a {
    color: #fff;
    font-weight: bold;
}

.serivce a i {
    font-size: 12px;
    margin-left: 3px;

}

.serivce a:hover {
    text-decoration: none;
}

.video-section {
    padding: 60px 0px;
}

.video-section h2 {
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
}

.video-section h2:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: #0199d6;
    left: 0px;
    bottom: -10px;
}

.video-section a.mybtn {
    cursor: pointer;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    background-color: #0199d6;
    padding: 15px 50px;
    display: inline-block;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}

.vp a {
    color: #0199d6;
    font-weight: bold;
    font-size: 14px;
}

.banner-story {
    background-position-x: 40%;
    position: relative;
    padding: 90px 0;
    color: #fff;
    background-size: cover;
    margin-bottom: 40px;
}

.banner-story h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

.banner-story h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.79px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 100;
}

.banner-story h2 strong {
    font-weight: bold;
}

.banner-story p {
    letter-spacing: 1px;
    line-height: 24px;
}

.banner-story hr {
    margin: 0;
    border-top: 2px solid #ede495;
    display: inline-block;
    width: 120px;
}

.banner-story:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.banner-content {
    position: relative;
    z-index: 9;
}

.banner-content a.mybtn {
    cursor: pointer;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    background-color: #0199d6;
    padding: 20px 50px;
    display: inline-block;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}

/*Footer */
.global-footer {
    background-color: #101010;
}

.global-footer .main-nav {
    line-height: .625em;
    color: #909090;
    padding-top: 40px;
    padding-bottom: 23px;
}

.global-footer .main-nav li:first-child {
    border: 0;
}

.global-footer .main-nav li:first-child {
    float: left;
    margin: 0 6px 9px 0;
    line-height: 1em;
    font-weight: 300;
    display: inline-block;
    padding-right: 10px;
}

.global-footer .main-nav li {
    font-weight: 300;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #909090;
    margin: 0 6px 9px 0;
}

.horizontal-list div {
    font-size: 12px;
}

.global-footer .main-nav a {
    font-size: 1em;
    color: #fff;
}

.global-footer .main-nav ul:first-child {
    padding-top: 0;
}

.global-footer .main-nav ul {
    padding: 7px 0;
}

.global-footer .main-nav ul {
    margin: 0;
    clear: left;
}

.global-footer .promo {
    padding-top: 39px;
    padding-bottom: 50px;
    border-top: 1px solid silver;
    color: #fff;
}

.global-footer .copyright {
    padding: 0 0 0px;
    color: #909090;
}

.global-footer .bottom .sub-nav li {
    margin-right: 36px;
    line-height: 2em;
}

.global-footer .bottom li {
    display: inline-block;
}

.global-footer .bottom {
    background-color: #000;
    padding: 15px 0;
    color: #fff;
    font-size: .8125em;
    font-weight: 500;
    letter-spacing: .025em;
}

.global-footer .footer-social {
    float: right;
    text-align: right;
    padding-top: 0px;

}

.global-footer .footer-social a {

    width: auto;
    margin-right: 15px;
    display: inline-block;
}

.global-footer .footer-social a * {
    height: 20px;
    max-height: 20px;
}

.horizontal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-footer .bottom .sub-nav a {
    color: #cecece;
}

/*End Footer */

.active {
    border-bottom: 4px solid #FF1414;
}

.right-section {
    background-color: red;
    text-align: center;
    /* height: 57px; */
}

.video-section h2 {}

.video-section h2 ul {
    list-style: none;
    padding-left: 0px;
}

.video-section h2 ul li {
    padding-left: 0px;
    float: left;
    text-transform: uppercase;
    font-size: 24px;
}

.video-section h2 ul li:last-child {
    float: none !important;
}

.video-section h2 ul li::after {
    content: '\2022';
    font-size: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.video-section h2 ul li:last-child::after {
    content: '' !important;
}

.topbar a {
    text-decoration: none;
    color: black;
    font-size: 13px;
}

a {
    text-decoration: none !important;
}

.content h4 {
    margin-bottom: 0rem !important;
    font-size: 20px;
    text-transform: uppercase;
}

.content .title-hr {
    margin: 7px 0px;
}

.contact-form label,
.donation-form label,
.mi-modal-dialog label {
    margin-bottom: .2rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.donation-form input {
    background: #edf1f7;
    border-color: #edf1f7;
    padding: 22px 10px;
}

.donation-form textarea {
    background: #edf1f7;
    border-color: #edf1f7;
}

.donation-form input:focus,
.donation-form textarea:focus {
    background: #edf1f7;
    border-color: #edf1f7;
    outline: 0 !important;
    box-shadow: none !important;
}


.btn {
    box-shadow: none !important;
}

.btn:hover {
    box-shadow: none;
    color: #fff;
}

.info {
    background-color: #0095ff !important;
    border-color: #0095ff !important;
    color: #ffffff !important;
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
}

.danger {
    background-color: #ff3d71 !important;
    border-color: #ff3d71 !important;
    color: #ffffff !important;
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
}

.success {
    background-color: #2ce69b !important;
    border-color: #2ce69b !important;
    color: #ffffff !important;
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
}

.secondary {
    background-color: #edf1f7 !important;
    border-color: #edf1f7 !important;
    color: #222b45 !important;
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
}


.advisory_board .left {
    width: 25%;
}

.advisory_board .left img {
    height: 220px;
}

.advisory_board .right {
    width: 75%;
    padding-left: 20px;
}

.advisory_board .right h4 {
    font-weight: 400;
    font-size: 18px;
}


.italic {
    font-style: italic;
}

.advisory_board .goButton {
    background: #ffc94d;
    border-color: #ffc94d;
    color: #fff;
    padding: 9px 15px;
    font-weight: 500;
    font-size: 13px;
}

.image-card .album_name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}

.image-card{
    margin-top: 5px;
}
.image-card .image-box{
    width:30%;
    position: relative;
    cursor: pointer;
    height: 169px;
}
.image-card img{
    
}
.image-card .click_to_view{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    background: rgba(0,0,0,.5);
    transform: translate(-50%, -50%);
    padding: 1px 14px;
    width: 160px;
    cursor: pointer;
}

.video {
    margin-bottom: 40px;
    border: none !important;
}

#more {
    display: none;
}

#more1 {
    display: none;
}

#more2 {
    display: none;
}

#more3 {
    display: none;
}

#more4 {
    display: none;
}

#more5 {
    display: none;
}

#more6 {
    display: none;
}

#more7 {
    display: none;
}

#more8 {
    display: none;
}

#more9 {
    display: none;
}

#more10 {
    display: none;
}

#more11 {
    display: none;
}

#more12 {
    display: none;
}

#more13 {
    display: none;
}

#more14 {
    display: none;
}

#more15 {
    display: none;
}

#more16 {
    display: none;
}

#more17 {
    display: none;
}

#more18 {
    display: none;
}

#more19 {
    display: none;
}

#more20 {
    display: none;
}

#more21 {
    display: none;
}

#more22 {
    display: none;
}

#more23 {
    display: none;
}

#more24 {
    display: none;
}

#more25 {
    display: none;
}

#more26 {
    display: none;
}

#more27 {
    display: none;
}

#more28 {
    display: none;
}

#more29 {
    display: none;
}

#more30 {
    display: none;
}

#more31 {
    display: none;
}

#more32 {
    display: none;
}

#more33 {
    display: none;
}

#more34 {
    display: none;
}

#more35 {
    display: none;
}

#more36 {
    display: none;
}

#more37 {
    display: none;
}

#more38 {
    display: none;
}

#more39 {
    display: none;
}

#more40 {
    display: none;
}

#more41 {
    display: none;
}

#more42 {
    display: none;
}

#more43 {
    display: none;
}

#more44 {
    display: none;
}

#more45 {
    display: none;
}

#more46 {
    display: none;
}

#more47 {
    display: none;
}

#more48 {
    display: none;
}

#more49 {
    display: none;
}

#more50 {
    display: none;
}

#more51 {
    display: none;
}

#more52 {
    display: none;
}

#more53 {
    display: none;
}

#more54 {
    display: none;
}

#more55 {
    display: none;
}

#more56 {
    display: none;
}

#more57 {
    display: none;
}

#more58 {
    display: none;
}

#more59 {
    display: none;
}

#more60 {
    display: none;
}

#more61 {
    display: none;
}

#more62 {
    display: none;
}

#more63 {
    display: none;
}

#more64 {
    display: none;
}

#more65 {
    display: none;
}

#more66 {
    display: none;
}

#more67 {
    display: none;
}

#more68 {
    display: none;
}

#more69 {
    display: none;
}

#more70 {
    display: none;
}

#more71 {
    display: none;
}

#more72 {
    display: none;
}

#more73 {
    display: none;
}

#more74 {
    display: none;
}

#more75 {
    display: none;
}

#more76 {
    display: none;
}

#more77 {
    display: none;
}

#more78 {
    display: none;
}

#more79 {
    display: none;
}

#more80 {
    display: none;
}

#more81 {
    display: none;
}

#more82 {
    display: none;
}

#more83 {
    display: none;
}

#more84 {
    display: none;
}

#more85 {
    display: none;
}

#more86 {
    display: none;
}

#more87 {
    display: none;
}

#more88 {
    display: none;
}

#more89 {
    display: none;
}



.on-the-ground {
    margin-top: 20px;
    margin-left: 0px;
}

.on-the-ground .left img {
    height: 143px;
}

.on-the-ground .left {
    width: 35%;
}

.on-the-ground .right {
    width: 65%;
    padding-left: 20px;
}

.on-the-ground .read-more {
    background: #ffc94d;
    border-color: #ffc94d;
    color: #fff;
    padding: 9px 15px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 5px 20px;
}

.pay-button {
    background: #ffc94d;
    border-color: #ffc94d;
    color: #fff;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 13px;
    /* border-radius: 0px; */
    text-transform: uppercase;
    /* padding: 5px 20px; */
    width: 100%;
    color: #040656;
}


.mi-modal-dialog .modal-content {
    margin-top: 27%;
}

.btn {
    box-shadow: 0px 0px 0px 0px red !important;
}


.mi-modal-dialog .modal-header {
    padding: 9px 11px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-secondary {
    background: #edf1f7;
    border-color: #edf1f7;
    color: black;
}

.go-icon {
    transform: rotate(45deg);
}


.email-box {
    /* background: red; */
    color: white;
    padding: 6px 10px;
}


.required::after {
    content: '*';
    color: red;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 5px;
}