@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');

/*    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;*/

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.site-header .primary-navigation a,
ul li {
    font-family: 'Oswald', sans-serif;
}

.site-header {
    padding: 5px 0;
}

.div-center {
    margin: 0 auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.rt-side > div {
    display: flex;
}

.dropdown.donate-btn button {
    background: #0084cc !important;
    border: none;
    padding: 0 10px;
    height: 38px;
    border-radius: 0 5px 5px 0;
}

.dropdown.donate-btn span {
    border-right: 1px solid #ffffff57;
    padding-right: 10px;
    display: inline-block;
}

a:focus img {
    outline: none !important;
}

.hbanner-text {
    display: table;
    background: #0084cc;
    padding: 30px;
    float: right;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    bottom: 0;
    max-width: 400px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

section:after,
section:before {
    content: "";
    width: 100%;
    clear: both;
    display: table;
}

.winBlock-1 {
    background: #f3f3f1;
    display: flex;
    align-items: center;
    position: relative;
}

.winBlock-1 h2 {
    font-size: 40px;
}

.winBlock-1 span {
    background: #0084cc;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
}

.winBlock-2 {
    padding-left: 0;
}

.btnWhB {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 80px 14px 30px;
    transition: background-color .25s ease-out, color .25s ease-out;
    -webkit-clip-path: polygon(0 0, 80% 0, 89% 45%, 89.2% 47%, 89.2% 53%, 89% 55%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 89% 45%, 89.2% 47%, 89.2% 53%, 89% 55%, 80% 100%, 0 100%);
    max-width: 300px;
    line-height: 20px;
    color: #0084cc;
    border: 2px solid #0084cc;
    background-color: #0084cc;
    text-transform: uppercase;
    text-decoration: none;

}

.btnWhB:before {
    content: "";
    width: calc(100% + -1px);
    height: 100%;
    -webkit-clip-path: polygon(0 0, 80.2% 0, 89% 46%, 89.2% 47%, 89.2% 53%, 88.8% 55%, 80.3% 100%, 0 100%);
    clip-path: polygon(0 0, 80.2% 0, 89% 46%, 89.2% 47%, 89.2% 53%, 88.8% 55%, 80.3% 100%, 0 100%);
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    transition: background-color .25s ease-out;
}

.btnWhB:hover:before {
    background-color: #0084cc;
}

.btnWhB:hover,
.btnWhB:focus {
    color: #fff;
    background-color: #0084cc;
}

.btnWh {
    position: relative;
    display: inline-block;
    border-right: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 80px 14px 30px;
    transition: background-color .25s ease-out, color .25s ease-out;
    -webkit-clip-path: polygon(0 0, 80% 0, 89% 45%, 89.2% 47%, 89.2% 53%, 89% 55%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 89% 45%, 89.2% 47%, 89.2% 53%, 89% 55%, 80% 100%, 0 100%);
    max-width: 300px;
    line-height: 20px;
    color: #0084cc !important;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

.btnWh:hover,
.btnWh:focus {
    color: #fff !important;
    background-color: #0084cc;
}

.btngrn {
    position: relative;
    display: inline-block;
    border-right: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 80px 14px 30px;
    transition: background-color .25s ease-out, color .25s ease-out;
    -webkit-clip-path: polygon(0 0, 80% 0, 89% 45%, 89.2% 47%, 89.2% 53%, 89% 55%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 89% 45%, 89.2% 47%, 89.2% 53%, 89% 55%, 80% 100%, 0 100%);
    max-width: 300px;
    line-height: 20px;
    color: #fff;
    background-color: #0084cc;
    outline: 0;
    outline-width: 0px;
    text-transform: uppercase;
}

.btngrn:hover,
.btngrn:focus {
    color: #fff;
    background-color: #e60052;
}



.blockB li {
    width: 48%;
    list-style: none;
    float: left;
    padding-left: 20px;
}

.site-content li {
    list-style: none;
    position: relative;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 20px;
}

.site-content li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    left: 2px;
    color: #0084cc;
}

.site-content li a {
    color: #212529;
    text-decoration: none;
}

.blockC h4 {
    font-weight: 300;
    font-size: 40px;
}

.blockC h2 {
    font-size: 60px;
}

.childImg {
    position: relative;
}

.childImg h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    background-color: #0084cc;
    padding: 5px 15px;
    position: absolute;
    font-size: 17px;
    color: #fff;
    text-transform: none;
}

.childtxt {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
}

.childtxt h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0 22px;
    color: #333;
    letter-spacing: 1px;
}

a .hbanner-text {
    color: #fff;
    text-decoration: none !important;
}

a .hbanner-text:hover {
    background: #0168a1
}

.inner-page h2 {
    font-size: 55px;
}

.hbanner-text h4 {
    font-size: 40px;
}

.blockB h2 {
    font-size: 55px;
    line-height: 72px;
    letter-spacing: 2.5px;
}

.blockB .shortdes {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 10px;
}

.primary-navigation a:hover,
.primary-navigation a:focus,
.primary-navigation .current_page_item > a {
    background: transparent !important;
    color: #0084cc !important;
    text-decoration: none !important;
}



.site-footer {
    font-family: 'Roboto', sans-serif;
    padding: 30px 0 0;
    font-size: 15px;
}

.footer-link a {
    text-decoration: none;
    color: #0084cc !important;
}

.footer-link1 a {
    font-family: 'Oswald', sans-serif;
}

.footer-link2 a {
    font-family: 'Roboto', sans-serif;
}

.footer-link ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-link ul li {
    padding: 5px;
}

.sm-ico ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.sm-ico ul li {
    list-style: none;
    margin: 5px;
    font-size: 18px;
}

.sm-ico ul li a:hover {
    color: #0084cc !important;
}

.hbanner-text i {
    position: absolute;
    right: 20px;
    font-size: 30px;
    bottom: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a .hbanner-text:hover i {
    right: 10px;
}

.rt-side {
    order: 3;
    display: flex;
}

.rt-side .donate a {
    background: #0084cc !important;
    border: none;
    margin-left: 30px;
    padding: 0 20px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 1px;
    height: 38px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}

.dropdown.donate-btn button:hover,
.rt-side .donate a:hover {
    background: #e60052 !important;
}

.sitelogo .custom-logo {
    max-width: 240px;
}

.site-main {
    padding-top: 1px
}

.wpforms-container .wpforms-field-label {
    width: 100%;
}

.hbanner-text h1 {
    padding: 0 !important;
}

@media (min-width: 900px) and (max-width: 1024px) {

    .primary-navigation .primary-menu-container > ul > .menu-item > a {
        padding: 5px;
    }

    .rt-side .donate a {
        margin-left: 20px;
    }

    .sitelogo .custom-logo {
      max-width: 134px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .winBlock-1 .p-5 {
        padding: 1rem !important;
    }

}

@media All and (max-width: 991px) {
    .site-main {
        padding-top: 5px;
    }

    body {
        font-size: 16px;
    }

    .winBlock-1 h2 {
        font-size: 24px;
    }

    .blockB h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .blockB .shortdes {
        font-size: 20px;
    }

    .winBlock-1 br {
        display: none;
    }

    .btnWhB {
        padding: 16px 40px 14px 20px;
    }

    .hbanner-text h4 {
        font-size: 30px;
    }

    .blockC h4 {
        font-size: 26px;
    }

    .blockC h2 {
        font-size: 34px;
    }

    .blockB li {
        font-size: 16px;
    }
}

@media All and (max-width: 900px) {
    .rt-side {
        order: 0;
    }

    .primary-navigation {
        width: 100%;
    }

    .site-header {
        justify-content: space-between;
        row-gap: 0;
    }

    .custom-logo {
        max-width: 180px;
    }

    .site-header:before {
        display: none;
    }

    .winBlock-2 img,
    .childImg img {
        max-width: 100% !important;
    }
}

@media All and (max-width: 767px) {
    .winBlock-1 .p-5 {
        padding: 3rem 0 1rem !important;
    }

    .winBlock-2 {
        background: #f3f3f1;
        padding-bottom: 30px;
    }

    .winBlock-1 span {
        left: 1px;
    }

    .blockB li {
        width: 100%;
    }

    .winBlock-2 {
        padding-left: 15px;
    }

    .menu-button-container {
        padding-bottom: 0;
    }

    .hbanner-text {
        max-width: 100%;
        margin-top: 15px;
    }

    .site-header.has-logo.has-title-and-tagline.has-menu {
        justify-content: center;
    }

    .rt-side .donate a {
        margin-left: 0;
    }

    .sitelogo {
        width: 100%;
        text-align: center;
    }

    .primary-navigation > div > .menu-wrapper {
        justify-content: center;
    }

}
