/*************** custom css ****************/


/** Generated by FG **/

@font-face {
    font-family: 'Conv_BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: local('â˜º'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0px;
    padding: 0px;
}

img,
a,
p,
ul,
li,
span,
button {
    outline: none;
    border: none;
    list-style: none;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Conv_BebasNeue';
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.clear {
    clear: both;
}

button {
    text-transform: uppercase;
}


/********** top-bar start here **************/

.top-bar {
    background: #11284a;
    width: 100%;
    max-width: 100%;
    padding: 10px 0px 40px 0px;
}

.top-bar span {
    color: #fff;
    text-transform: uppercase;
}

.top-bar ul li a {
    color: #fff;
    font-weight: 300;
}

.top-bar ul li i {
    color: #1067af;
    padding-right: 4px;
}

.top-bar ul li a:hover i {
    color: #fff;
}

.top-bar ul {
    float: right;
    margin-bottom: 0px;
}

.top-bar ul .devider {
    padding: 0px 5px;
    color: #fff;
}


/********* navigarion sec start here **********/

.president-message-btn:hover {
    color: #fff;
    background: #11284a;
    border-color: #fff;
}

.navigation-sec .navbar #navbar li .donate-btn img {
    padding-right: 3px;
}

.navigation-sec {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.navigation-sec .container {
    position: relative;
}

.navigation-sec .navbar-right {
    margin-right: 0px;
    padding: 0px 15px;
}

.navigation-sec .navbar {
    background: #1067af;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0;
}
.navigation-secc .navbar{
    margin-bottom:0px;
}

.navigation-sec .navbar .navbar-brand {
    height: auto;
    padding: 8px 10px;
}

.navigation-sec .navbar .navbar-header {
    background: #fff;
    position: relative;
}

.navigation-sec .navbar .navbar-header::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -60px;
    z-index: -1;
    background: #fff;
    transform-origin: bottom right;
    -ms-transform: skew(30deg, 0deg);
    webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.navigation-sec .navbar #navbar {
    flex: auto;
}

.navigation-sec .navbar #navbar li a {
    color: #fff;
    padding: 6px 15px;
    font-weight: 300;
    position: relative;
}

.navigation-sec .navbar #navbar li {
    border-left: 4px dotted #fff;
    float: none;
    display: inline-block;
}

.navigation-sec .navbar #navbar li:last-child {
    border-left: none;
}

.navigation-sec .navbar #navbar li .donate-btn {
    background: #11284a;
    padding: 11px 20px;
    border-radius: 5px;
}

.navigation-sec .navbar #navbar .active a {
    background: none;
}

.navigation-sec .navbar #navbar li .dropdown-menu li {
    width: 100%;
    border: none;
}

.navigation-sec .navbar #navbar li .dropdown-menu li a {
    color: #444;
    width: 100%;
}


/*************** banner start here *****************/

.banner-sec {
    width: 100%;
    max-width: 100%;
    position: relative;
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 640px;
}

.banner-sec .half-opacity {
    position: absolute;
    height: 100%;
    max-width: 35%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 9;
}

.banner-sec .carousel-caption {
    z-index: 99;
    position: relative;
    left: 0;
    top: 25%;
    left: 0px;
    bottom: 0;
    width: 100%;
    max-width: 560px;
}

.banner-sec .carousel-caption p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border: 10px solid #1067af;
    font-size: 37px;
    padding: 0px 40px;
    font-weight: 300;
    text-shadow: none;
}

.banner-sec .carousel-caption h1 {
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.banner-sec .carousel-caption .btn {
    border-radius: 0px;
    color: #fff;
    border: none;
    padding: 0px;
    background: none;
}

.banner-sec #myCarousel {
    z-index: 99;
    max-width: 600px;
}

.banner-sec .carousel-caption .btn span {
    float: left;
    padding: 10px 30px;
    background: #11284a;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}

.banner-sec .carousel-caption .btn .icon {
    display: inline-block;
    padding: 10px 15px;
    margin-left: 1px;
    background: #11284a;
    float: left;
}

.banner-sec #myCarousel .carousel-control.left {
    width: 46px;
    height: 46px;
    top: 140px;
    left: -40px;
    text-shadow: none;
    background: none;
}

.banner-sec #myCarousel .carousel-control.right {
    width: 46px;
    height: 46px;
    top: 140px;
    box-shadow: none !important;
    text-shadow: none;
    background: none;
}

.banner-sec .item > img {
    width: 100%;
}

.banner-sec #myCarousel .carousel-indicators li {
    border: none;
    background: #11284a;
}

.banner-sec #myCarousel .carousel-indicators .active {
    border: none;
    background: #1067af;
}


/*************** abt-sec start here ********************/

.abt-sec {
    width: 100%;
    max-width: 100%;
    padding: 77px 0px;
    background: #fff;
    overflow: hidden;
}

.abt-sec .row {
    display: flex;
    align-items: center;
}

.abt-sec h3 {
    color: #b3b8c1;
    font-size: 70px;
}

.abt-sec p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
}

.r_more {
    font-size: 14px;
    padding: 10px 30px;
    background: #11284a;
    border-radius: 6px;
    color: #fff;
    margin-top: 20px;
    margin-left: 6px;
}

.r_more:hover {
    color: #fff;
}

.abt-img {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.abt-img::before {
    width: 85%;
    height: 110%;
    content: '';
    position: absolute;
    border: 10px solid #1067af;
    left: -4%;
    z-index: 1;
    top: -5%;
}

.abt-img img {
    z-index: 99;
    position: relative;
}


/********************* grids-sec star here *******************/

.grids-sec {
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: url(../images/grids-bg.jpg) no-repeat center top;
    background-size: cover;
    float: left;
    display: flex;
    align-items: top;
}

.grids-sec .bg-blue {
    background: rgba(17, 40, 74, 0.9);
    color: #fff;
    padding: 60px 30px 170px;
    position: relative;
}

.grids-sec .sky-blue {
    background: rgba(16, 103, 175, 0.9);
    color: #fff;
    padding: 60px 30px 170px;
    position: relative;
}

.grids-sec h3 {
    font-size: 58px;
    position: relative;
    display: inline-block;
    color: #1067af;
}

.grids-sec h3::before {
    font-size: 60px;
    position: relative;
    width: 55px;
    height: 65px;
    content: '';
    position: absolute;
    background: none;
    border: 4px solid #fff;
    left: -10px;
    top: -3px;
}

.grids-sec p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

.grids-sec h5 {
    font-size: 30px;
    color: #1067af;
}

.grids-sec a {
    font-size: 14px;
    padding: 10px 30px;
    background: #1067af;
    border-radius: 6px;
    color: #fff;
    margin-top: 20px;
}

.grids-sec h3 span {
    position: relative;
}

.grids-sec p a {
    display: inline-block;
    padding: 0px;
    background: none;
    color: #1067af;
    margin: 0px;
}

.grids-sec .sky-blue h3,
.grids-sec .sky-blue h5 {
    color: #11284a;
}

.grids-sec .sky-blue a {
    background: #11284a;
}


/****************** news-events sec start here *****************/

.news-event .flex {
    display: flex;
}

.news-event {
    width: 100%;
    max-width: 100%;
    padding: 60px 0px;
    text-align: center;
    float: left;
}

.news-event h3 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    color: #11284a;
    margin-bottom: 50px;
}

.news-event h3 span {
    position: relative;
}

.news-event h3::before {
    font-size: 60px;
    position: relative;
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    background: none;
    border: 4px solid #1067af;
    left: -10px;
    top: -3px;
}

.news-event h3 .blue-span {
    color: #1067af;
    font-weight: 300;
}

.news-sec {
    width: 100%;
    max-width: 100%;
    background: #e0e3e8;
    padding: 30px;
    height: 100%;
}

.news-sec h4 {
    font-size: 30px;
    color: #11284a;
    margin-top: 20px;
    margin-bottom: 8px;
}

.news-sec p {
    font-size: 16px;
    line-height: 24px;
}

.news-sec a {
    font-size: 14px;
    padding: 10px 30px;
    background: #11284a;
    border-radius: 6px;
    color: #fff;
    margin-top: 20px;
}

.news-event .demo #accordion .panel {
    position: relative;
}

.news-event .demo #accordion .panel .more-less {
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 15px;
}

.news-event .demo #accordion .collapse.in {
    margin-top: -52px;
    background: #fff;
    z-index: 9;
    position: relative;
}

.news-event .demo #accordion .panel .panel-heading {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    background: none;
}

.news-event .demo #accordion .panel {
    border: none !important;
}

.news-event .demo #accordion .panel .panel-heading .panel-title p {
    font-family: 'Roboto', sans-serif;
    color: #444;
    font-weight: 300;
    margin-bottom: 0px;
}

.news-event .demo #accordion .panel .panel-heading .panel-title p .date {
    background: #11284a;
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    margin-right: 5px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    border-bottom: 1px dashed #444;
}

.news-event .demo #accordion .collapse .panel-body {
    border: none;
}

.news-event .demo #accordion .collapse .panel-body {
    border: none;
    display: flex;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.news-event .demo #accordion .collapse .panel-body .big-date {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
}

.news-event .demo #accordion .collapse .panel-body .big-date .big-date-span {
    padding: 10px 20px;
    background: #1067af;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.news-event .demo #accordion .collapse .panel-body .open-text h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-top: 0px;
    font-weight: 300;
}

.news-event .demo #accordion .panel .panel-heading .collapsed {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}


/************** accordian css start here **************/


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px 0px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}


/************** gallery start here *********************/

.gallery-sec {
    width: 100%;
    max-width: 100%;
}

.gallery-sec ul {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    display: flex;
}

.gallery-sec ul li {
    width: 100%;
    max-width: 25%;
    float: left;
    position: relative;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    max-height: 337px;
    overflow: hidden;
}

.gallery-sec ul li .gallery-link {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    color: #fff;
    padding: 30px 16px;
    text-align: center;
}

.gallery-sec ul li .gallery-link a {
    color: #fff;
}

.gallery-sec ul li .gallery-link .fas.fa-image {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 40px;
}


/********************** newsletter start here *****************/

.newsletter {
    width: 100%;
    max-width: 100%;
    padding: 45px 0px;
}

.newsletter .row {
    display: flex;
    align-items: center;
}

.newsletter h3 {
    font-size: 100px;
    position: relative;
    color: #dbdde1;
    margin: 0px;
}

.newsletter h3 span {
    position: relative;
}

.newsletter h3::before {
    font-size: 60px;
    position: relative;
    width: 83px;
    height: 110px;
    content: '';
    position: absolute;
    background: none;
    border: 10px solid #1067af;
    left: -10px;
    top: -5%;
}

.newsletter h5 {
    position: absolute;
    top: 24px;
    left: 98px;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    margin: 0px;
    line-height: 26px;
}

.newsletter h5 span {
    color: #1067af;
}

.newsletter-input {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.newsletter-input input {
    height: 60px;
    padding: 0px 15px;
    border: none;
    background: #1067af;
    color: #fff;
    width: 64%;
    float: left;
}

.newsletter-input .btn {
    border-radius: 0px;
    margin-top: 0px;
    color: #fff;
    border: none;
    padding: 0px;
    background: none;
}

.newsletter-input .btn span {
    float: left;
    height: 60px;
    padding: 10px 30px;
    background: #11284a;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.newsletter-input .btn .icon {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px 15px;
    margin-left: 1px;
    background: #11284a;
    float: left;
}


/*************** footer start here *********************/

footer {
    width: 100%;
    max-width: 100%;
    background: url(../images/ftr-bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 40px;
    text-align: center;
    background-color: #11284a;
}

footer p {
    width: 100%;
    color: #fff;
}

footer p a {
    color: #fff;
}

footer ul li a {
    padding: 0px 10px;
    color: #fff;
}

.bottom-ftr {
    width: 100%;
    padding: 10px 0px;
    background: #1067af;
    font-size: 12px;
    margin-top: 20px;
}

.bottom-ftr p {
    margin-bottom: 0px;
}

.newsletter-input p input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-right: 5px;
    margin-top: 3px;
}

.newsletter-input p {
    margin-top: 10px;
    margin-bottom: 0px;
}


/******************** about page starts here ******************/

.banner-inner {
    min-height: 340px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/about-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner-inner h3 {
    font-size: 40px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.banner-inner h3 span {
    position: relative;
    z-index: 99;
}

.banner-inner h3::before {
    width: 60px;
    height: 60px;
    content: '';
    position: absolute;
    border: 4px solid #1067af;
    left: -15px;
    z-index: 1;
    top: -13px;
}

.abt-sec h4 {
    font-size: 36px;
}

.mission-sec p,
.vission-sec p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #444;
}

.banner-inner ul {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    text-align: left;
    margin: 0px;
    width: 100%;
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-inner ul li {
    padding: 0px 5px;
    color: #fff;
}

.banner-inner ul li a {
    color: #fff;
}

.mission-img img {
    border: 10px solid #1067af;
    width: 100%;
    max-width: 100%;
}

.vission-sec {
    background: #eee;
}

.statement {
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin: 15px 0px;
}

.our-projects {
    width: 100%;
    max-width: 100%;
    background: #1067af;
    float: left;
}

.our-projects .flex {
    display: flex;
    align-items: center;
}

.no-pad {
    padding: 0px;
}

.our-projects .project-text {
    padding: 10px 30px;
    color: #fff;
}

.our-projects .project-text h3 {
    font-size: 60px;
    margin-top: 0px;
}

.our-projects .project-text h5 {
    font-size: 30px;
}


/************ get-involved start here ******************/

.get-involved-banner {
    background: url(../images/get-involved-banner.jpg);
}

.get-involved-sec {
    width: 100%;
    max-width: 100%;
    padding: 60px 0px;
    background: #1067af;
}

.center-text {
    text-align: center;
}

.get-involved-sec .form-group {
    width: 100%;
    max-width: 49.5%;
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}

.get-involved-sec .form-group span {
    width: 100%;
}

.get-involved-sec p,
.get-involved-sec h3,
.get-involved-sec span,
.get-involved-sec a {
    color: #fff;
}

.get-involved-sec h3,
.get-involved-sec p {
    padding: 0px .5%;
}

.get-involved-sec .form-group input,
.get-involved-sec .form-group select {
    width: 100%;
    background: #fff;
    color: #444;
    border: 1px solid #fff;
    height: 40px;
    line-height: inherit;
}

.get-involved-sec .full-form label,
.get-involved-sec .form-group label {
    color: #fff;
    display: block;
}

.get-involved-sec .full-form p,
.get-involved-sec .radio-group p {
    vertical-align: center;
    display: inline-block;
    padding-right: 10px;
}

.get-involved-sec .full-form p input,
.get-involved-sec .radio-group p input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.get-involved-sec .align {
    vertical-align: center;
    display: inline-block;
    padding-right: 10px;
}

.get-involved-sec .align input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.get-involved-sec .align span {
    display: inline-block;
}

.get-involved-sec .full-form p span,
.get-involved-sec .radio-group p span {
    display: inline-block;
}

.get-involved-sec .form-group select {
    color: #444;
    background: #fff;
}

.font-13 {
    font-size: 13px;
}

.get-involved-sec .large-form {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.large-form select.form-control {
    max-width: 49.5%;
}

.get-involved-sec .large-form textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    resize: none;
    padding: 15px;
    border-radius: 4px;
    color: #000;
}

.get-involved-sec .large-form input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.get-involved-sec .large-form span {
    display: inline-block;
    vertical-align: middle;
}

.get-involved-sec .form-group button {
    background: #11284a;
    border: none;
    height: 40px;
    color: #fff;
    padding: 0px 40px;
}


/********************** medical mission start here ******************/

.medical-mission-banner {
    background: url(../images/medical-mission-banner.jpg);
}

.medical-mission-sec {
    width: 100%;
    max-width: 100%;
    padding: 60px 0px;
    background: #e0e3e8;
}

.content-mission {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.content-mission h4 {
    font-size: 24px;
    color: #1067af;
}

.section-faq {
    width: 100%;
    max-width: 100%;
    padding: 60px 0px;
    background: #eff1f3;
    text-align: center;
    float: left;
}

.section-faq h3 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    color: #11284a;
    margin-bottom: 50px;
}

.section-faq h3 span {
    position: relative;
}

.section-faq h3::before {
    font-size: 60px;
    position: relative;
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    background: none;
    border: 4px solid #1067af;
    left: -10px;
    top: -3px;
}

.section-faq #accordion {
    text-align: left;
}

.section-faq #accordion .collapse .panel-body {
    border: none;
}

.section-faq .panel-default > .panel-heading {
    border: none;
}

.section-faq .panel-default > .panel-heading h4 {
    font-size: 24px;
}

.section-faq .panel-default > .panel-heading h4 i {
    font-size: 16px;
}

.section-faq .panel-default .panel-body ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.section-faq .panel-default .panel-body ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}

.section-faq .panel-default .panel-body h4 {
    font-size: 24px;
    color: #1067af;
}

.section-faq .panel-default > .panel-heading h4 p {
    margin-bottom: 0px;
}

.section-faq .panel-title > a {
    padding: 15px;
}


/********************** gallery  start here **********************/

.gallery-banner {
    background: url(../images/gallery-banner.jpg);
}

.gallert-sec {
    width: 100%;
    max-width: 100%;
    padding: 60px;
    background: #f9f9f9;
}

.gallert-sec .btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.gallert-sec #image-gallery .modal-footer {
    display: block;
}

.gallert-sec .thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallert-sec .well {
    padding: 0px;
}

.gallert-sec .modal-body {
    width: 100%;
    float: left;
}


/**************** contact page start here **************/

.contact-form {
    width: 100%;
    max-width: 100%;
    padding: 60px 0px;
    background: #eff1f3;
    text-align: center;
}

.contact-form h3 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    color: #11284a;
    margin-bottom: 0px;
}

.contact-form h3 span {
    position: relative;
}

.contact-form h3::before {
    font-size: 60px;
    position: relative;
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    background: none;
    border: 4px solid #1067af;
    left: -10px;
    top: -3px;
}

.contact-form .form-contact .form-group label {
    text-align: left;
    display: block;
    font-weight: 400;
}

.contact-form .form-contact .form-group {
    width: 33%;
    display: inline-block;
}

.contact-form .form-contact .form-group input {
    height: 40px;
    border: none;
}

.contact-form .form-contact .form-group input,
.contact-form .form-contact .form-group textarea {
    width: 100%;
    resize: none;
    border: none;
}

.contact-form .form-contact .large-group {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
}

.contact-form .form-contact h4,
.contact-form .contact-info h4 {
    font-size: 30px;
    color: #1067af;
}

.contact-form .form-contact {
    width: 100%;
    padding: 60px 0px;
    text-align: left;
}

.contact-form .contact-info {
    width: 100%;
    margin: 60px 0px;
    text-align: left;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.contact-form .form-contact button {
    font-size: 14px;
    padding: 10px 30px;
    background: #11284a;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
    border: none;
}

.contact-info p {
    display: block;
    margin: 20px 0 0;
    border-bottom: 2px dotted #ccc;
    padding: 0 0 17px;
}

.contact-info p:last-child {
    border-bottom: none;
}

.contact-info p i {
    display: block;
    font-size: 36px;
    color: #1067af;
}

.contact-info p .tag {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.contact-info p a {
    color: #444;
}


/***************** donate page start here ****************/

.donate-banner {
    background: url(../images/donate-banner.jpg);
}

.abt-sec ul li {
    display: block;
    margin-bottom: 5px;
}

.call-to-acc {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    background: #1067af;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.call-to-acc p,
.call-to-acc p span {
    display: block;
}

.call-to-acc p strong {
    color: #11284a;
}

.call-to-acc .donate-btn {
    background: #11284a;
    padding: 11px 20px;
    border-radius: 5px;
    color: #fff;
}

.president-message p {
    display: block;
}

.president-message-btn {
    position: fixed;
    top: 50%;
    background: #1067af;
    color: #fff;
    padding: 13px;
    transform: rotate(90deg);
    right: -55px;
    z-index: 999;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid #1067af;
}


/********************** gala start here **************/

.our-projects img {
    width: 100%;
}

.gala-sec {
    background: #eff1f3 !important;
}

.gala-sec p,
.gala-sec h5 {
    color: #444;
}

.gala-sec h3 {
    color: #1067af;
}

.gala-sec .btn {
    color: #fff;
}

.our-projects .btn {
    background: #11284a;
    padding: 11px 20px;
    border-radius: 5px;
}

.our-projects .btn:hover {
    color: #fff;
}

.honorees {
    width: 100%;
    max-width: 100%;
    padding: 60px 0px;
    background: #23527c;
    text-align: center;
    float: left;
}

.honorees h3,
.host-sec h3 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    color: #11284a;
    margin-bottom: 0px;
    margin-bottom: 50px;
}

.honorees h3 span,
.host-sec h3 span {
    position: relative;
}

.honorees h3::before,
.host-sec h3::before {
    font-size: 60px;
    position: relative;
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    background: none;
    border: 4px solid #1067af;
    left: -10px;
    top: -3px;
}

.honorees .content-honorees {
    background: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 30px;
}

.honorees .content-honorees h4 {
    font-size: 30px;
    color: #1067af;
    margin-bottom: 20px;
}

.honorees .content-honorees h4 span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    display: block;
    color: #444;
}

.honorees .flex,
.host-sec .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partners {
    width: 100%;
    max-width: 100%;
    padding: 60px;
    text-align: center;
    float: left;
}

.partners ul li {
    font-size: 20px;
}

.partners ul li img {
    max-width: 150px;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0px 3px;
}

.partners ul {
    margin-bottom: 0px;
}

.host-sec .host-box {
    margin-bottom: 30px;
}

.host-sec {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 60px 0px;
    background: #eff1f3;
    float: left;
}

.host-sec .host-box a {
    color: #444;
    text-transform: uppercase;
}


/*********** news page **************/

.news-page .flex {
    flex-wrap: wrap;
}

.news-page {
    background: #eff1f3;
    float: left;
    width: 100%;
}

.news-page .flex .col-md-4.col-sm-4.col-xs-12 {
    margin-bottom: 30px;
}

.event-div {
    text-align: left;
}

.single-event img {
    width: 100%;
}

.single-event {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.event-div h4 {
    font-size: 30px;
    color: #1067af;
    margin-top: 0px;
}

.event-div h5 {
    font-size: 20px;
    color: #aaa;
}

.event-div h5 span {
    color: #666;
}

.event-div p {
    display: block;
}

.event-div p span {
    display: block;
    margin: 5px 0px;
    color: #1067af;
}

.event-div .buy-btn {
    background: #11284a;
    padding: 11px 20px;
    border-radius: 5px;
    color: #fff;
}

.event-div p .venue {
    display: inline-block;
    font-size: 16px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 30px;
    background: #11284a;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
    border: none;
}

.contact-form .form-contact .large-group span {
    width: 100%;
    display: block;
}

.radio-group .wpcf7-radio .first,
.radio-group .wpcf7-radio .last {
    width: auto;
    max-width: inherit;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.large-form .wpcf7-radio .first,
.large-form .wpcf7-radio .last {
    width: auto;
    max-width: inherit;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.large-form .wpcf7-radio .first span,
.large-form .wpcf7-radio .first input,
.large-form .wpcf7-radio .last span,
.large-form .wpcf7-radio .last input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    margin-right: 5px;
}

.radio-group .wpcf7-radio .first {
    margin-right: 10px;
}

.radio-group .wpcf7-radio .first label span,
.radio-group .wpcf7-radio .first label input,
.radio-group .wpcf7-radio .last label span,
.radio-group .wpcf7-radio .last label input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    margin-right: 5px;
}

.get-involved-sec .form-group .mselect1,
.get-involved-sec .form-group .mselect2,
.get-involved-sec .form-group .mtextarea {
    width: 100%;
}

.get-involved-sec .large-form .wpcf7-checkbox .last {
    margin: 0px;
}

.get-involved-sec .large-form .wpcf7-checkbox .last label span {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

.get-involved-sec .wpcf7-submit {
    margin-top: 5px !important;
    height: 40px !important;
    text-transform: uppercase;
}

.get-involved-sec .um .um-form input[type=text],
.get-involved-sec .um .um-form input[type=tel],
.get-involved-sec .um .um-form input[type=number],
.get-involved-sec .um .um-form input[type=password],
.get-involved-sec .um .um-form textarea,
.get-involved-sec .select2-container .select2-choice,
.get-involved-sec .select2-container-multi .select2-choices {
    border: none !important;
}

.get-involved-sec .select2.select2-container .select2-selection,
.get-involved-sec .selection {
    width: 100%;
    border: none !important;
}

.get-involved-sec .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    text-align: left !important;
    float: left;
    width: auto !important;
    text-indent: 0;
}

.get-involved-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding: 0px;
}

.select2-container--default .select2-results>.select2-results__options {
    width: 100% !important;
}

.get-involved-sec .um-field-radio label,
.get-involved-sec .um-field-type_date .um-field-label label {
    color: #fff;
}

.get-involved-sec .um-field-type_radio .um-field-area span i,
.get-involved-sec .um-field-type_radio .um-field-area .um-field-radio-option {
    color: #fff !important;
}

.get-involved-sec .um-field-type_select .um-field-label label {
    color: #fff;
}

.get-involved-sec .um-field-type_number .um-field-area input {
    width: 100%;
    padding: 0px 15px !important;
    height: 40px !important;
}

.get-involved-sec .um-field-checkbox .um-field-checkbox-state i {
    color: #fff;
}

.get-involved-sec .um-field-checkbox .um-field-checkbox-option {
    color: #fff !important;
}


/************* fund-raise ***************/

.abt-sec ul li span {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin-left: 5px;
}

.funds-banner {
    background: url(../images/fund-banner.jpg);
}

.kind-banner {
    background: url(../images/kind-donation-banner.jpg);
}


/************* sign in start here ***********/

.abt-sec #primary {
    text-align: center;
}

.abt-sec #primary .um-login {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 510px !important;
    width: 100%;
    box-shadow: 0px 0px 55px rgba(255, 255, 255, 0.9);
    border: 2px solid #ccc;
}

.abt-sec .um-form form .um-col-alt .um-right a {
    margin-top: 0px;
}

.abt-sec #primary .entry-header h1 {
    color: #fff;
    font-size: 60px;
}

.login_page {
    background-repeat: no-repeat;
    background: url(../images/login-bg.jpg);
    background-size: cover;
}

.newsltr {
    background: #1067af;
    color: #fff;
}

.newsltr #primary .entry-content p {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.get-involved-sec .um-postmessage {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
}

.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
    text-indent: 0px !important;
}

.get-involved-sec .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999 !important;
    opacity: 1 !important;
}

.get-involved-sec .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
    opacity: 1 !important;
}

.get-involved-sec .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999 !important;
    opacity: 1 !important;
}

.mission_detail_btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact-form .form-group textarea {
    height: 95px;
}

.contact-form .form-contact input.wpcf7-submit.btn.btn-default {
    margin-top: 15px;
}

.contact-form .form-contact input.wpcf7-submit.btn.btn-default:hover {
    background: #11284a;
    color: #fff;
}

.get-involved-sec .um.um-register .um-col-122 {
    width: 49%;
}

.get-involved-sec .um.um-register .um-col-121 {
    width: 49%;
}

.gallert-sec .news-event {
    padding: 0;
}

.gallert-sec .gallery_ {
    background: transparent !important;
}

.gallert-sec .envira-gallery-wrap ul {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
}

.gallert-sec .envira-gallery-wrap ul li {
    float: none;
    display: inline-block;
    margin: 0 4px;
}

.gallert-sec .envira-gallery-wrap ul li a {
    background: #1067af;
    color: #fff;
    display: inline-block;
    padding: 11px 28px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #1067af;
}

.gallert-sec .envira-gallery-wrap ul li a.envira-tags-filter-active {
    background: transparent;
    color: #1067af;
}

.gallert-sec .envira-gallery-wrap ul li a:hover {
    background: transparent;
    color: #1067af;
}

#envirabox-container-1 .envirabox-thumbs.envirabox-thumbs-lock ul li {
    float: none !important;
    overflow: initial !important;
    margin: 0 2px 8px;
}

#envirabox-container-1 .envirabox-thumbs.envirabox-thumbs-lock {
    text-align: center !important;
}

#envirabox-container-1 .envirabox-inner {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2) !important;
}

#envirabox-container-1 .envirabox-thumbs.envirabox-thumbs-lock {
    max-width: 750px !important;
    margin: 0 auto !important;
}

#envirabox-container-1 .envirabox-thumbs.envirabox-thumbs-lock ul {
    white-space: initial !important;
    overflow: initial !important;
}

.grids-sec .sky-blue::before {
    position: absolute;
    content: "";
    border: 3px solid #145a93;
    height: 92%;
    width: 92%;
    left: 4%;
    right: 4%;
    top: 4%;
}

.navigation-sec .navbar #navbar li.dropdown a.dropdown-toggle::after {
    position: absolute;
    content: "\f0d7 ";
    font-family: FontAwesome;
    right: 2px;
	top: -24px;
}

.navigation-sec .navbar #navbar li.dropdown ul.dropdown-menu li a::after {
    position: initial;
    content: "";
}

.login_page .entry-content .um.um-login p.um-notice.err a {
    display: block;
    max-width: 135px;
    padding: 7px 6px;
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
}
.navigation-sec .navbar #navbar li a.dropdown-toggle {
    padding: 0;
}

.navigation-sec .navbar #navbar li.dropdown ul.dropdown-menu li.dropdown-submenu a.dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 29px;
	    cursor: pointer;
    padding: 0 7px;
}
.navigation-sec .navbar #navbar li .dropdown-menu li.dropdown-submenu {
    position: relative;
}

.navigation-sec .navbar #navbar li.dropdown ul.dropdown-menu li.dropdown-submenu a.dropdown-toggle:hover {
    background: transparent;
}
.login_page .entry-content .um.um-login p.um-notice.success {
    background: #7ACF58;
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}

.mprofile_page .site-main h1.entry-title {
    color: #333 !important;
}

.mprofile_page .site-main .um-cover {
    display: none;
}

.mprofile_page .site-main .um-cover .um-cover-e a {
    margin-top: 0;
}

.mprofile_page .site-main .um-profile-photo a {
    width: 130px !important;
    height: 130px !important;
}

.mprofile_page .site-main .um-profile-photo {
    display: none;
}

.mprofile_page .site-main .um-main-meta .um-name a {
    display: none;
}

.mprofile_page .site-main .um-profile-edit a {
    margin: 0;
    padding: 3px 13px;
    background: #11284a;
}

.mprofile_page .site-main .um-profile-edit a i {
    font-size: 20px;
    color: #fff;
}

.mprofile_page .site-main .um-dropdown {
    border-radius: 0;
    top: 45px !important;
}

.mprofile_page .site-main .um-dropdown ul li a {
    background: transparent;
    padding: 10px 0;
    color: #333;
    font-weight: 500;
    display: block;
}

.mprofile_page .site-main .um-dropdown ul {
    width: 100%;
}

.mprofile_page .site-main .um-dropdown ul li a:hover {
    background: #1067af;
    color: #fff;
    border-radius: 0;
}

.mprofile_page .site-main .um-dropdown .um-dropdown-arr {
    display: none;
}

.mprofile_page .site-main a.medit_btn:hover {
    background: transparent;
    color: #11284a;
    font-weight: 500;
}

.mprofile_page .site-main a.medit_btn {
    border: 2px solid #11284a;
}

.mprofile_page .site-main .um-main-meta .um-name a:hover {
    color: #fff;
}

.mprofile_page .site-main .m_user_info label {
    font-weight: 500;
}

.mprofile_page {
    padding-bottom: 10px;
}

.mprofile_page .site-main .um-profile-meta {
    padding-left: 0;
}

.mprofile_page .site-main .um-profile-meta .um-main-meta {
    padding: 0;
}

.mprofile_page .site-main .um-header {
    border-bottom: none;
    min-height: auto;
}

.mprofile_page .um-account-side .um-account-meta-img a {
    background: transparent;
    padding: 0;
    margin: 0;
}

.mprofile_page .um-account-side .um-account-name a {
    margin: 0;
    background: transparent;
    text-transform: uppercase;
    padding: 3px 0;
}

.mprofile_page input.btn {
    border: 2px solid #11284a;
}

.mprofile_page input.btn:hover {
    background: transparent;
    color: #11284a;
    font-weight: 500;
}

.mprofile_page .um.um-account {
    padding-top: 40px;
}

.mprofile_page .um.um-account ul li a span.um-account-icontip {
    display: none;
}

.mprofile_page .um.um-account ul li span.um-account-arrow {
    padding: 0;
    margin: 0;
}

.mprofile_page .um.um-account ul li span.um-account-arrow i {
    display: none;
}

.mprofile_page .um.um-account ul li a {
    background: #fff;
    border-radius: 0;
    padding: 8px 0;
    margin: 0 0 12px;
    font-size: 17px;
}

.mprofile_page .um.um-account ul li a span.um-account-title {
    width: auto;
    padding: 0px 22px;
}

.mprofile_page .um.um-account ul {
    width: 100%;
}

.mprofile_page .um-account-main {
    padding-top: 10px;
}

.mprofile_page .um-account-main .um-account-heading {
    color: #1067af;
    padding-bottom: 9px;
}

.mprofile_page .um-account-main .um-field-label {
    margin: 0;
}

.mprofile_page .um.um-account ul li a.current span.um-account-title {
    color: #3ba1da;
}

.mprofile_page .um-account-meta img {
    display: none;
}

/**.navigation-sec .navbar #navbar li:hover .dropdown-menu {
    display: block !important;
}**/

.newsletter-input input::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-input input::-moz-placeholder {
    color: #fff;
}

.newsletter-input input:-ms-input-placeholder {
    color: #fff;
}

.newsletter-input input:-moz-placeholder {
    color: #fff;
}

.um-field-user_password {
    max-width: 48%;
    display: inline-block;
    width: 100%;
    padding-left: 2% !important;
    vertical-align: top !important;
}

.um-form form .um-field-pa_expiration_date,
.um-form form .um-field-pharmacist_license_number {
    margin-right: 5% !important;
}

.um-form form .um-field-error i {
    color: #C74A4A;
}


/**************GALA INVITATION*****************/

.gala-invite {
    background-color: #f2f9ff;
    padding: 50px 0;
}

.invite-head {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    color: #1067af;
}

.tree-img img {
    max-width: 100%;
}

.invite-tree {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.1);
}

.invite-tree ul {
    padding: 0;
    margin: 0;
}

.invite-tree ul li {
    padding: 0 7px;
}

.invite-tree h4 {
    color: #1067af;
    font-size: 40px;
}

.invite-tree h5 {
    color: #11284a;
    font-size: 24px;
}

.invite-tree h5 span {
    font-size: 24px;
    color: #1067af;
}

.big-h {
    margin-top: 8px;
}

.invite-tree .big-h h5 {
    font-size: 24px;
}

.invite-descp h3 {
	font-size: 40px;
	position: relative;
	display: inline-block;
	color: #11284a;
	margin-top: 15px;
	margin-left: 12px;
	z-index: 9;
	margin-bottom: 40px;
}

.invite-descp h3::before {
    font-size: 60px;
    position: relative;
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    background: none;
    border: 4px solid #1067af;
    left: -13px;
    top: -9px;
    z-index: 1;
}

.invite-descp .descp-heading h6 {
    font-size: 18px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    font-weight: 600;
}

.gala-invite .invite-descp p span {
    font-family: 'Conv_BebasNeue';
    font-size: 20px;
    color: #1067af;
}

.invite-descp .descp-heading h6 span {
    color: #1067af;
}

.invite-descp p {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-bottom: 20px;
}

.invite-descp ul {
    padding: 20px 0;
    margin: 0;
}

.invite-descp ul li {
    list-style: none;
    display: block;
}

.invite-descp ul li p {
    font-size: 18px;
    font-weight: 500;
}

.invite-descp ul li p span {
    color: #1067af;
}

.invite-descp .ticket-gala a {
    display: inline-block;
    background-color: #11284a;
    color: #fff;
    text-decoration: none;
    padding: 10px 48px;
    border-radius: 3px;
    font-size: 16px;
}

.invite-descp .unable-attend {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.invite-descp .cond-stat {
    font-size: 15px;
    margin-top: 20px;
}

.invite-descp .btn.btn-link {
    margin: 0;
    padding: 10px 0;
}

.invite-descp .when-gala h6 {
    font-size: 18px;
    color: #1067af;
    margin: 0;
}

.invite-descp .when-gala {
    display: flex;
    padding: 15px 0;
}

.invite-descp .when-gala ul {
    padding: 0;
    margin-left: 23px;
}

.invite-descp .ticket-gala {
    margin-top: 20px;
}

.invite-descp .desp-dates {
    width: 50%;
}

.invite-descp .btn.btn-link img {
    width: 19px;
    margin-right: 8px;
}

.invite-descp .desp-block {
    display: flex;
    align-items: center;
}


/*****MODAL Homepage******/

.auto-pop-up .modal-body {
    padding: 20px;
}
.auto-pop-up .modal-header {
    border: none;
    padding: 0;
}



.auto-pop-up .modal-content .modal-bg{background-color: #f4faff; text-align: center;}


.auto-pop-up .modal-content .modal-bg h2{font-size: 28px; color: #1067af; font-family: 'Cookie', cursive; margin: 0;padding: 20px 10px;}
.auto-pop-up .modal-content .modal-bg .modal-img {
    padding-bottom: 20px;
}
.auto-pop-up .modal-content .modal-bg p {
    font-size: 15px;
    color: #1067af;
    padding: 0 10px;
}

.auto-pop-up .modal-content .modal-bg .ticket-bg p span {
    border: 1px dashed #fff;
    padding: 4px 10px;
    font-size: 16px;
}

.auto-pop-up .modal-header .close {
    position: absolute;
    right: 35px;
    z-index: 1;
    top: 30px;
    font-size: 28px;
    color: #3074b4;
    opacity: 1;
}
.auto-pop-up .modal-content .modal-bg .ticket-bg{background-color: #3074b4; padding: 10px;}
.auto-pop-up .modal-content .modal-bg .ticket-bg p{color: #fff;}
.auto-pop-up .modal-content .modal-bg .ticket-bg h3{color: #fff; font-size: 26px;}
.auto-pop-up .modal-content .modal-bg .link-line {
    font-size: 15px;
    padding: 10px 90px;
    color: #333;
}



.navigation-sec .navbar #navbar li ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu{
	right: auto;
	left: 157px;
	top: -10px;
}

/**.navigation-sec .navbar #navbar li ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu{
	display: block !important;
}**/

.auto-pop-up .modal-content .modal-bg .link-line a {
    font-weight: 600;
}


.auto-pop-up .modal-content .modal-bg .botan-gard p {
    display: block;
}
.auto-pop-up .link-line p {
    font-size: 15px;
    padding: 10px 90px;
    color: #333;
    display: block;
    text-align: center;
    margin: 0;
}
.auto-pop-up .link-line p a {
    font-weight: 600;
}

/***** sal ****/



ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}



/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


section#medical-mission1 {
    background-color: #eff1f3;
}

.gt123_gt .tablinks.active {
    background-color: #11284a;
}

.gt123_gt .tablinks{
     background-color: #a2a2a2;
    
}

.gt123_gt.tab {
    text-align: center;
    padding-bottom: 30px;
    background-color: #eff1f3;
}



