/* TypoGraphy */


/*-font-face-*/
@font-face {
font-family: 'Open Sans Bold';
src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans Regular';
src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/*--*/

* {
box-sizing: border-box
}


/*-New Footer-*/

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



.footer-info {
    background: #13648b;
    padding: 82px 0px 75px 16px;
}

.footernew .container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.footer-infowrap {
    display: flex;
    flex-wrap: wrap;
}
.logo-footer {
    width: 170px;
    margin-top: 6px;
}
.logo-footer img{
    max-width: 100%;
}
.addressinfo-right {
    width: calc(100% - 170px);
    padding-left: 129px;
    padding-top: 2px;
    display: flex;
    align-items: flex-start;
}
.footer-addressinfo {
    width: 368px;
    margin-right: 68px;
}
.footer-addressinfo:nth-child(2) {
    width: 324px;
    margin-right: 36px;
}
.footer-addressinfo:nth-child(2) p {
    line-height: 22px;
}
.footer-addressinfo:nth-child(2) h5 {
    margin: 0 0 14px;
}
.footer-addressinfo:last-child {
    margin-right: 0px;
    width: 266px;
}
.footer-addressinfo:nth-child(3) p {
    line-height: 22px;
}

.footer-addressinfo:nth-child(3) h5 {
    margin: 0 0 14px;
}
.footer-addressinfo h5 {
    font-family: 'Open Sans Bold';
    font-weight: bold;
    color: #f9b600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 0px;
    letter-spacing: 0.1px;
}
.footer-addressinfo p {
    font-family: 'Open Sans Regular';
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 12px;
    line-height: 26px;
    padding: 0px;
}
.footer-addressinfo p a{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal !important;
}
.footer-addressinfo p a:hover{
    color: #f9b600;
}
.footer-addressinfo p:last-child {
    margin-bottom: 0px;
}

.footer-logoowrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0 50px 0 40px;
}
.footer-info2 {
    padding: 79px 0px 88px 15px;
    background: #000000;
}
.footer-nav-left{
    width: 950px;
}
.nav-row-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #474747;
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
}
.nav-row-wrap:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.nav-row-wrap:nth-child(1) {
    padding-top: 0px;
}

.menu-footer {
    width: 270px;
    margin-right: 90px;
}
.menu-footer:last-child {
    margin-right: 0px;
    width: 228px;
}
.menu-footer h6 {
    margin: 0px;
    padding: 0 0 2px;
    color: #f9b600;
    font-size: 18px;
    font-family: 'Open Sans Bold';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.menu-footer ul{
    margin: 0px;
    padding: 0px;
}
.menu-footer ul li {
    margin: 0px;
    padding: 0px 0 2px;
    list-style: none;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans Regular';
    font-weight: normal;
}
.menu-footer ul li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
.menu-footer ul li a:hover{
    color: #f9b600;
    text-decoration: none;
}

/*-newsletter-signup-*/
.footer-info2-wrap {
    display: flex;
    justify-content: space-between;
}
.footer-information-right {
    width: 452px;
}
.newsletter-signup {
    padding: 32px 42px 42px 34px;
    background: #13648b;
    margin-top: 6px;
}
.newsletter-signup h4{
    margin: 0px;
    padding: 0px 0 17px 13px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Open Sans Bold';
    font-weight: bold;
    text-transform: uppercase;
}
.newsletter-input{
    height: 45px;
    background: #ffffff;
    border: none !important;
    outline: none;
    box-shadow: none;
    padding: 10px 14px !important;
    width: 100%;
    color: #4a4a4a !important;
    font-size: 18px;
    font-family: 'Open Sans Regular';
    font-weight: normal;
}
.newsletter-input::-webkit-input-placeholder { /* Edge */
    color: #4a4a4a;
}
.newsletter-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4a4a4a;
}
.newsletter-input::placeholder {
    color: #4a4a4a;
}
.newsletter-signup .form-group {
    margin-bottom: 12px;
}
.btn.newsletter-submit {
    min-width: 166px;
    height: 46px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans Bold';
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    background: #13648b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
.btn.newsletter-submit:hover {
    background: #f9b600;
    color: #fff;
}
.form-group.submit-email {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.donations-exhibition {
    padding-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.donations-exhibition p{
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans Regular';
    font-weight: normal;
    max-width: 239px;
}
.donatenow-btn{
    width: 192px;
    height: 53px;
    color: #000000 !important;;
    font-size: 20.62px;
    font-family: 'Open Sans Bold';
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    background: #f8b600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    text-decoration: none;
}
.donatenow-btn:hover{
    color: #000000;
    background: #fff;
}
.footer-socialicon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 54px 0 0px;
}
.icon-media {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    position: relative;
}
.icon-media a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-media:first-child {
    margin-left: 0px;
}
.icon-back {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.icon-media:hover .icon-front{
    opacity: 0;
}
.icon-media:hover .icon-back{
    opacity: 1;
}
.mc4wp-alert {
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
}
.news-form {
    min-height: 366px;
}
.tribe-events-single-event-description.tribe-events-content.entry-content.description .et_pb_section.et_pb_section_1.et_section_regular {
    overflow-x: inherit;
}
/*-Responisve-*/
@media (max-width:1679px) {
    .footer-info {
        padding: 82px 0px 75px 0px;
    }
    .footer-info2 {
        padding: 79px 0px 88px 0px;
    }
    .footernew .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-nav-left {
        width: 890px;
    }
    .menu-footer {
        width: 240px;
    }
    .addressinfo-right {
        padding-left: 100px;
    }
    .menu-footer ul li {
        font-size: 14px;
    }
}
@media (max-width:1439px) {
    .footer-addressinfo p {
        font-size: 16px;
        line-height: 24px;
    }
    .footer-addressinfo h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .menu-footer ul li {
        font-size: 14px;
    }
    .donations-exhibition p {
        font-size: 14px;
        max-width: 190px;
    }
    .donatenow-btn {
        width: 138px;
        height: 45px;
        font-size: 16px;
    }
    .footer-nav-left {
        width: 69%;
    }
    .footer-information-right {
        width: 29%;
    }
    .menu-footer {
        width: 29%;
        margin-right: 8%;
    }
    .menu-footer:last-child {
        width: 26%;
    }
    .footer-addressinfo {
        width: 32%;
        margin-right: 7%;
    }
    .newsletter-signup {
        padding: 30px 30px 30px 30px;
    }
    .newsletter-input {
        font-size: 16px;
    }
    .footer-socialicon {
        padding: 40px 0 0px;
    }
    .footer-info2 {
        padding: 65px 0px 65px 0px;
    }
    .footer-info {
        padding: 65px 0px 65px 0px;
    }

}
@media (max-width:1199px) {
    .addressinfo-right {
        padding-left: 35px;
        width: calc(100% - 100px);
    }
    .logo-footer {
        width: 100px;
        margin-top: 6px;
    }
    .footer-addressinfo h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-addressinfo p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .footer-addressinfo:last-child {
        width: 32%;
    }
    .footer-addressinfo:nth-child(2) {
        width: 39%;
        margin-right: 6%;
    }
    .footer-info {
        padding: 45px 0px 45px 0px;
    }
    .newsletter-signup h4 {
        padding: 0px 0 11px 0px;
        font-size: 20px;
    }
    .newsletter-signup {
        padding: 15px;
    }
    .newsletter-input {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }
    .btn.newsletter-submit {
        min-width: 136px;
        height: 45px;
        font-size: 16px;
    }
    .footer-info2 {
        padding: 45px 0px 45px 0px;
    }
    .other-logoimg img {
        max-height: 48px;
    }
    .donations-exhibition p {
        font-size: 14px;
        max-width: 48%;
    }
    .icon-media img {
        max-height: 23px;
    }
    .icon-media {
        margin-left: 15px;
    }
    .menu-footer {
        width: 33%;
        margin-right: 4%;
    }
    .footer-logoowrap {
        padding: 0 0px 0 0px;
    }
}
@media (max-width:1023px) {
    .news-form {
        min-height: auto;
    }
    .footer-nav-left {
        width: 100%;
    }
    .footer-information-right {
        width: 100%;
        padding-top: 20px;
        max-width: 100%;
        margin: 0 auto;
    }
    .donations-exhibition p {
        max-width: 60%;
        padding-right: 10px;
    }
    .footer-info2-wrap {
        flex-wrap: wrap;
    }
    .footer-logoowrap {
        padding: 0 0px 0 0px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .other-logoimg {
        margin: 0 30px 8px 0;
    }
    .newsletter-signup {
        margin-top: 0;
        max-width: 100%;
    }
    .donations-exhibition {
        padding-top: 20px;
        justify-content: center;
    }
    .footer-socialicon {
        padding: 25px 0 0px;
        justify-content: center;
    }
    .addressinfo-right {
        padding-left: 0;
        width: calc(100% - 0px);
        padding-top: 16px;
    }
    .menu-footer ul li {
        font-size: 13px;
    }
    .footer-addressinfo p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 7px;
    }
    .footer-addressinfo h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .logo-footer {
        margin-top: 0;
    }
    .newsletter-signup h4 {
        text-align: center;
    }
    .form-group.submit-email {
        justify-content: center;
    }
    .other-logoimg img {
        max-height: 56px;
        max-width: 160px;
    }
}
@media (max-width:767px) {
    .footer-info {
        padding: 25px 0px 25px 0px;
    }
    .footer-info2 {
        padding: 25px 0px 25px 0px;
    }
    .addressinfo-right {
        padding-left: 0;
        width: calc(100% - 0px);
        padding-top: 0px;
        flex-wrap: wrap;
    }
    .footer-addressinfo {
        width: 50%;
        margin-right: 0;
        padding-top: 16px;
        padding-right: 15px;
    }
    .footer-addressinfo:nth-child(2) {
        width: 50%;
        margin-right: 0;
    }
    .footer-addressinfo:last-child {
        width: 50%;
    }
    .footer-addressinfo h5 {
        margin: 0 0 6px;
    }
    .footer-addressinfo:nth-child(3) h5 {
        margin: 0 0 6px;
    }
    .footer-addressinfo:nth-child(2) h5 {
        margin: 0 0 6px;
    }
    .newsletter-signup {
        max-width: 100%;
    }
    .footer-logoowrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .other-logoimg {
        margin: 0 12px 8px 0;
    }
    .footernew .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .icon-media img {
        max-height: 18px;
    }
    .icon-media {
        margin-left: 6px;
    }
    .donations-exhibition p {
        max-width: 65%;
    }
    .other-logoimg img {
        max-height: 50px;
        max-width: 150px;
    }
    .donatenow-btn {
        height: 40px;
    }
}
@media (max-width:575px) {
    .footer-addressinfo {
        width: 100%;
        margin-right: 0;
        padding-top: 16px;
        text-align: center;
    }
    .footer-logoowrap {
        justify-content: center;
    }
    .footer-addressinfo:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }
    .footer-addressinfo:last-child {
        width: 100%;
    }
    .nav-row-wrap {
        flex-wrap: wrap;
    }
    .menu-footer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .logo-footer {
        width: 100px;
        margin-top: 0px;
        margin: 0 auto;
    }
    .menu-footer:last-child {
        width: 100%;
    }
    .footer-socialicon {
        padding: 13px 0 0px;
        justify-content: center;
    }
    .donations-exhibition p {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .donations-exhibition {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .donatenow-btn {
        width: 138px;
        height: 40px;
        font-size: 16px;
        margin: 11px auto 6px;
    }
    .footer-information-right {
        padding-top: 10px;
    }
}
@media (max-width:380px) {
}