/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body {
    font-weight: 400;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0 {
    font-size: 15px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#wa_bl0 .wa_bl0_blog {
    font-size: 1.3em
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*-- BL0 END ---------------------------------------*/

/*-- a0001 start -------------------------*/
#a0001 {
    border-top: 4px solid #3155A9;
    border-bottom: 1px solid #C7C7C7;
    padding: 21px 80px;
}

#a0001 .a0001-grid {
    display: grid;
    grid-template-columns: 1fr auto 300px;
}

.a0001-icon {
    display: grid;
    align-items: center;
    grid-template-columns: 15px 30px 30px 30px 30px;
    grid-gap: 30px;
    margin-right: 30px;
}

.a0001-icon a {
    padding-right: 31px;
}

.a0001-btn {
    padding: 0px !important;
    background: #E4BE5D !important;
    border-radius: 30px !important;
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 40px !important;
    line-height: 140% !important;
    align-items: center;
    color: #010632 !important;
    display: block;
    width: 100%;
	border: 0px !important;
}

.a0001-btn:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0001-grid-mobile {
    display: none;
    align-items: center;
}

#wa_a0067 {
    border-bottom: 2px solid #C7C7C7;
}

@media (max-width: 1200px) {
    #a0001 .a0001-grid {
        grid-template-columns: 1fr auto 200px;
        align-items: center;
    }

    .a0001-btn {
        font-size: 35px;
    }
}

@media (max-width: 992px) {
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    	opacity: 0;
    }
	
	
	#wa_a0067 {
    border-bottom: 0px solid #C7C7C7;
	}
	
    .a0001-grid-mobile {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .a0001-grid {
        display: none !important;
    }

    .a0001-icon {
        margin-bottom: 10px;
    }

    .a0001-icon {
        margin-right: 0px;
    }

    .a0001-icon {
        grid-template-columns: 12px 25px 25px 25px 25px;
        grid-gap: 30px;
    }

    .a0001-btn {
        font-size: 27px;
    }

    #a0001 {
        border-bottom: 1px solid #C7C7C7;
        padding: 15px 20px;
    }

    #wa_a0067 {
        padding: 10px 0;
        width: fit-content;
        margin-top: -80px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

    .a0001-grid-mobile {
        display: grid;
        grid-template-columns: 1fr auto;
        padding-left: 60px;
    }
}

@media (max-width: 768px) {
    .a0001-grid-mobile {
        grid-template-columns: 1fr auto;
        grid-gap: 28px;
    }

    .a0001-btn a {
        font-size: 33px;
    }
}

@media (max-width: 576px) {
    .a0001-grid-mobile {
        grid-template-columns: 1fr;
        text-align: center;
        grid-gap: 10px;
    }

    .a0001-right {
        display: block;
        margin: auto;
    }

    #wa_a0067 {
        padding: 10px 0;
        width: fit-content;
        margin-top: -60px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .a0001-grid-mobile {
        padding-left: 0px;
    }
}

/*-- a0001 start -------------------------*/

/*-- a0002 start -------------------------*/
#a0002 {
    position: relative;
    background-size: cover;
    margin-bottom: 50px;
	    background-attachment: fixed;
}

.a0002-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.a0002-text {
    margin-top: 48px;
}

.a0002-text h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 59px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    color: #010632;
}

.a0002-text h3 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    color: #010632;
}

.a0002-text h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    color: #010632;
    max-width: 650px;
    display: block;
    margin: auto;
}

.a0002-text img {
    margin: auto;
    display: block;
    width: 47%;
}

.a0002-img {
    margin-top: 50px;
}

.a0002-wave {
    position: absolute;
    bottom: -19px;
    left: 0;
}

.a0002-wave {
    width: 100%;
}

.a0002-wave img {
    width: 100%;
}

.a0002-btn-left {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    align-items: center;
    text-align: center;
    color: #010632 !important;
    background: #E4BE5D;
    border-radius: 40px;
    bottom: 6px;
    width: 23%;
    top: 75%;
    left: 24%;
    height: 73px;
    transform: translate(-50%, -50%);
}

.a0002-btn-left:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0002-btn-right {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    color: #3155A9 !important;
    top: 61%;
    left: 82%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1300px) {
    .a0002-text h4 {
        font-size: 18px;
    }

    .a0002-text h3 {
        font-size: 26px;
    }

    .a0002-text h2 {
        font-size: 52px;
    }

    .a0002-btn-right {
        bottom: 13px;
    }

    .a0002-btn-left {
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .a0002-btn-left {
        font-size: 38px;
        width: 24%;
        height: 59px;
    }

    .a0002-text {
        margin-top: 55px;
    }

    .a0002-btn-right {
        font-size: 54px;
    }

    .a0002-text h2 {
        font-size: 45px;
    }

    .a0002-text h3 {
        font-size: 24px;
    }

    .a0002-text h4 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .a0002-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .a0002-img {
        margin-top: 30px;
        width: 81%;
        margin-left: 15%;
    }

    .a0002-wave {
        bottom: -11px;
    }

    .a0002-btn-right {
        font-size: 42px;
    }

    .a0002-btn-left {
        width: 28%;
    }
}

@media (max-width: 768px) {
    .a0002-btn-right {
        font-size: 31px;
    }

    .a0002-btn-left {
        font-size: 33px;
        width: 32%;
        height: 59px;
    }
}

@media (max-width: 576px) {
    .a0002-btn-left {
        font-size: 23px;
        height: 40px;
    }

    .a0002-btn-right {
        font-size: 19px;
    }

    .a0002-wave {
        bottom: -4px;
    }
}

/*-- a0002 end -------------------------*/
/*-- a0003/a0003-1 start -------------------------*/
#a0003 {
    padding: 70px 80px 100px 80px;
    background-size: cover;
	background-attachment: fixed;
}

#a0003 h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}

#a0003 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

#a0003 p {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    color: #E4BE5D;
    padding: 25px 0;
}

@media (max-width: 992px) {
    #a0003 {
        padding: 50px 20px 50px 20px;
    }
}

@media (max-width: 768px) {
    #a0003 h2 {
        font-size: 55px;
    }

    #a0003 h3 {
        font-size: 25px;
    }

    #a0003 p {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    #a0003 {
        padding: 40px 0 47px 0;
    }

    #a0003 h2 {
        font-size: 48px;
    }

    #a0003 h3 {
        font-size: 22px;
    }

    #a0003 p {
        font-size: 54px;
    }
}

/*----- a0003-1 -------------------*/
#a0003-1 {
    background-size: cover;
    padding: 60px 80px 90px 80px;
    border-bottom: 8px solid #E4BE5D;
    position: relative;
	background-attachment: fixed;
}

#a0003-1 h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #3155A9;
}

#a0003-1 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #484848;
    margin-top: 25px;
}

#a0003-1 a {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 59px;
    align-items: center;
    text-align: center;
    color: #010632;
    background: #E4BE5D;
    border-radius: 30px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 59%;
}

#a0003-1 a:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}


@media (max-width: 1300px) {
    #a0003-1 a {
        width: 64%;
    }
}

@media (max-width: 1200px) {
    #a0003-1 a {
        font-size: 30px;
        width: 68%;
    }
}

@media (max-width: 992px) {
    #a0003-1 a {
        font-size: 27px;
        width: 77%;
    }

    #a0003-1 {
        padding: 30px 20px 60px 20px;
    }
}

@media (max-width: 768px) {
    #a0003-1 {
        padding: 32px 20px 59px 20px;
    }

    #a0003-1 a {
        font-size: 27px;
        width: 88%;
        line-height: 37px;
    }
}

@media (max-width: 576px) {
    #a0003-1 h2 {
        font-size: 35px;
    }

    #a0003-1 h3 {
        font-size: 20px;
    }

    #a0003-1 {
        padding: 40px 0 47px 0;
    }

    #a0003-1 a {
        padding: 3px 10px;
    }
}

/*-- a0003/a0003-1 end -------------------------*/

/*-- a0004 start-------------------------*/
#a0004 {
    padding: 70px 80px 90px 80px;
}

#a0004 h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #010632;
    margin-bottom: 45px;
}

.a0004-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    width: fit-content;
    margin: auto;
}

.a0004-grid a {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	filter: drop-shadow(2px 4px 6px black);
}

.a0004-box {
    position: relative;
}

@media (max-width: 1200px) {
    .a0004-grid a {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    .a0004-grid a {
        font-size: 37px;
    }

    #a0004 {
        padding: 50px 20px 40px 20px;
    }
}

@media (max-width: 768px) {
    .a0004-grid {
        grid-template-columns: 1fr;
    }

    .a0004-box img {
        display: block;
        margin: auto;
    }

    .a0004-grid a {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    #a0004 h2 {
        font-size: 35px;
    }

    .a0004-grid a {
        font-size: 40px;
    }

    #a0004 {
        padding: 70px 0 20px 0;
    }

    .a0004-grid {
        grid-gap: 17px;
    }
}

/*-- a0004 end -------------------------*/

/* A0075 -- Body Content Image Left -------------------------------------------*/
#a0075 {
    padding: 0 80px 0 80px;
}

#a0075 h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #010632;
}

#a0075 .wa_08_sub_message {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #010632;
    padding-bottom: 60px;
}

.a0075-btn {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 47px;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    background: #3155A9;
    border-radius: 30px;
    display: block;
    width: 48%;
    float: left;
    bottom: 0;
    left: 0;
}

.a0075-btn:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0075-btn-2 {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 47px;
    align-items: center;
    text-align: center;
    color: #F5411B !important;
    border: 1px solid #F5411B;
    border-radius: 30px;
    display: block;
    width: 48%;
    float: right;
    bottom: 0;
    right: 0;
}

.a0075-btn-2:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.wa_a0008_rgt {
    position: relative;
}

.a0075-box {
    margin-bottom: 80px;
}

.a0075-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: auto;
    max-width: 1780px;
    margin-bottom: 20px;
}

.a0075-grd img {
    width: 100%;
}

@media (max-width: 1400px) {
    .a0075-grd {
        grid-template-columns: 1fr;
    }

    .a0075-rgt-content {
        order: 2;
    }
}

@media (max-width: 1200px) {
    .a0075-btn-2 {
        font-size: 20px;
    }

    .a0075-btn {
        font-size: 20px;
    }
}

@media (max-width: 995px) {

    .a0075-box {
        margin-bottom: 0px;
    }

    .a0075-grd {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    #a0075 {
        padding: 0 20px 30px 20px;
    }
}

@media (max-width: 576px) {
    #a0075 h2 {
        font-size: 38px;
        line-height: 52px;
    }

    #a0075 {
        padding: 0;
        padding-bottom: 30px;
    }

    #a0075 .wa_08_sub_message {
        padding-bottom: 69px;
    }

    .a0075-btn {
        left: auto;
        width: 100%;
    }

    .a0075-btn-2 {
        left: auto;
        bottom: -64px;
        right: auto;
        width: 100%;
    }

    .a0075-box {
        margin-bottom: 50px;
    }
}

/* A0075 End ----------------------------------------------------------*/

/* A0005 start ----------------------------------------------------------*/
#a0005 {
    padding: 48px 80px 64px 80px;
    background-size: cover;
	background-attachment: fixed;
}

.a0005-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px;
}

.grid-text {
    position: relative;
}

.grid-text h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: #FFFFFF;
}

.grid-text h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 150%;
    color: #FFFFFF;
    padding-bottom: 65px;
    padding-top: 10px;
}

.grid-text a {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 59px;
    display: block;
    width: 43%;
    align-items: center;
    text-align: center;
    color: #010632;
    background: #E4BE5D;
    border-radius: 30px;
    bottom: 0;
}

.a0005-donate {
    position: absolute;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 40px !important;
    line-height: 59px !important;
    display: block;
    width: 43%;
    align-items: center;
    text-align: center;
    color: #010632 !important;
    background: #E4BE5D !important;
    border-radius: 30px !important;
    bottom: 0;
    padding: 0px !important;
    border: 0px !important;
    display: block;
    width: 100%;
    max-width: 300px;
}

.grid-text a:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

@media (max-width: 992px) {
    .a0005-grid {
        grid-template-columns: 1fr;
    }

    .a0005-grid img {
        width: 100%;
    }

    #a0005 {
        padding: 40px 20px 45px 20px;
    }
}

@media (max-width: 576px) {
    .grid-text h2 {
        font-size: 53px;
    }
}

@media (max-width: 576px) {
    #a0005 {
        padding: 40px 20px 45px 20px;
    }

    .grid-text a {
        font-size: 28px;
        width: 100%;
    }
}

/* A0005 End ----------------------------------------------------------*/

/* A0006 start ----------------------------------------------------------*/
#a0006 {
    padding: 48px 80px 64px 80px;
    background-size: cover;
	background-attachment: fixed;
}

.a0006-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px;
}

#a0006 .grid-text h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #010632;
}

#a0006 .grid-text h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #7E7E7E;
}

#a0006 .grid-text h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #010632;
}

#a0006 .grid-text a {
    background: #3155A9;
    border-radius: 30px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .a0006-grid {
        grid-template-columns: 1fr;
    }

    .a0006-grid img {
        width: 100%;
    }

    #a0006 {
        padding: 20px 20px 20px 20px;
        background-size: cover;
    }
}

@media (max-width: 576px) {
    #a0006 .grid-text h2 {
        font-size: 53px;
    }
}

@media (max-width: 576px) {
    #a0006 .grid-text a {
        font-size: 28px;
    }
}

/* A0006 End ----------------------------------------------------------*/

.a0112-additive {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    padding: 40px 50px 40px 50px;
    width: fit-content;
    margin: auto;
    grid-gap: 26px;
}

.a0112-additive h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 137%;
    color: #010632;
    text-align: left;
    margin-bottom: 0px;
}

.a0112-additive a {
    float: left;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 47px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #F5411B;
    border-radius: 30px;
    width: 300px;
    max-width: 300px;
}

.a0112-additive a:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

@media (max-width: 1300px) {
    .a0112-additive h3 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .a0112-additive h3 {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .a0112-additive {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .a0112-additive h3 {
        padding-bottom: 10px;

    }

    .a0112-additive {
        padding: 40px 20px 40px 20px;
    }
}

@media (max-width: 767px) {
    .a0112-additive a {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .a0112-additive {
        padding: 20px 25px;
    }
}

/* A0167 -------------------------------*/
.a0167 {
    padding: 80px;
    padding-bottom: 10px;
    padding-top: 46px;
    color: #fff;
    border-top: 8px solid #3155A9;
    background-size: cover;
}

.a0167 a:link, .a0167 a:visited, .a0167 a:active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    color: #FFFFFF;
}

.a0167 a:hover {
    color: #fff;
    text-decoration: underline;
}

.a0167_sbft {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FAFAFA;
    margin-top: 30px;
    margin-bottom: 10px;
}

.a0167 .a0167_soc {
    font-size: 30px;
}

.a0167 .a0167_soc a:hover {
    color: #000;
    transition: 0.5s;
}

.a0167-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
}

.a0167-grid .tnp-email {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 29px !important;
    color: #ABABAB !important;
}

.a0167-grid .tnp-submit {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    background-color: #56A457 !important;
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 26px !important;
    line-height: 28px !important;
    text-align: center;
}

.a0167 .tnp-subscription {
    margin: 0px auto;
}

.a0167 img {
    margin-top: 20px;
}

.a0167 h3 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    color: #FFFFFF;
}

.a0167 .fab {
    padding: 6px;
    font-size: 30px;
}

.a0167-col {
    margin-bottom: 20px;
}

.a0167-grid-icon {
    display: grid;
    grid-template-columns: 40px 40px 40px 40px;
    grid-gap: 25px;
}

@media (max-width: 992px) {
    .a0167 {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .a0167_sbft {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .a0167 img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .a0167_sbft {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px;
    }
}

/* A0167 END ---------------------------------------*/

/* A0007 start ---------------------------------------*/
#a0007 {
    background-size: cover;
    max-height: 304px;
    border-bottom: 10px solid #E4BE5D;
}

#a0007 h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 130%;
    align-items: center;
    color: #010632;
}

#a0007 h3 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    align-items: center;
    color: #010632;
    display: none;
}

.a0007-box {
    background: rgba(255, 255, 255, 0.85);
    width: 50%;
    padding: 30px 50px;
    margin: 30px 80px;
}

@media (max-width: 1200px) {
    #a0007 h3 {
        font-size: 26px;
    }

    #a0007 h2 {
        font-size: 57px;
    }
}

@media (max-width: 768px) {
    .a0007-box {
        width: 66%;
        padding: 12px 34px;
        margin: 29px 80px;
    }
}

@media (max-width: 576px) {
    #a0007 h3 {
        font-size: 22px;
    }

    #a0007 h2 {
        font-size: 43px;
    }

    .a0007-box {
        width: 100%;
        padding: 12px 34px;
        margin: 29px 0px;
    }
}

/* A0007 END ---------------------------------------*/
/* A0009 -- Body Content Image Left -------------------------------------------*/
#a0009 {
    padding: 72px 80px 63px 80px;
    overflow: hidden;
}

.a0009_title {
    margin-bottom: 18px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: #010632;
}

#a0009 img {
    width: 50%;
    padding-bottom: 10px;
}

.a0009_sub_message {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #010632;
    padding-bottom: 9px;
    display: inline-block;
}

.a0009_message {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #484848;
}

@media (max-width: 1310px) {
    #a0009 img {
        width: 100%;
        margin-right: 0px !important;
        padding: 0px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    #a0009 {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 768px) {
    .a0009_title {
        font-size: 49px;
    }

    .a0009_sub_message {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    #a0009 h2 {
        font-size: 38px;
        line-height: 52px;
    }
}

/* A0009 End ----------------------------------------------------------*/
/* A0008 start----------------------------------------------------------*/
#a0008 {
    background-size: cover;
    min-height: 374px;
    padding: 115px 80px;
    margin-bottom: 80px;
}

#a0008 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    #a0008 {
        min-height: auto;
        padding: 50px 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #a0008 h3 {
        font-size: 26px;
    }

    #a0008 {
        min-height: auto;
        padding: 20px 0px;
        margin-bottom: 20px;
    }

}

@media (max-width: 576px) {
    #a0008 h3 {
        font-size: 22px;
    }
}

/* A0008 End ----------------------------------------------------------*/

/* memory --------------------------------------*/
#memory {
    padding: 80px;
    padding-top: 0px;
}

.memory-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    min-height: 500px;
}

#memory h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #010632;
}

#memory h3 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #010632;
    margin-top: 10px;
}

#memory h4 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #010632;
    margin-bottom: 20px;
    margin-top: 12px;
}

.memory-audio {
    background: #F7F7F7;
}

#memory iframe {
    height: 500px;
}


@media (max-width: 1450px) {
    #video-memory {
        height: 443px !important;
    }
}

@media (max-width: 992px) {
    .memory-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        min-height: 500px;
    }

    #memory {
        padding: 20px;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    #memory h2 {
        font-size: 40px;
    }

    #video-memory {
        height: 300px !important;
    }
}

/* memory end ----------------------------------*/

/* A0170 --------------------------------------------------------------*/
#a0170 {
    padding-top: 50px;
    padding-bottom: 0px;
}

.a0170-pad {
    padding: 0px 80px;
}

#a0170 h2 {
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #010632;
}

#a0170 h3 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #010632;
}

#a0170 h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #7E7E7E;
}

#a0170 h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #010632;
}

.a0170-img {
}

.a0170-img-second {
}

.a0170-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.a0170-item {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 40px;
    padding-top: 20px;
}

.a0170-paddind {
}

.a0170-except {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #010632;
    margin-bottom: 70px;
}

.a0170-frst .a0170-except {
    margin-bottom: 20px;
}

.a0170-btn a {
    background: #3155A9;
    border-radius: 30px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    display: block;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    max-width: 100%;
    width: 350px;
    padding: 5px;
}

.a0170-btn a:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0170-list-grd .a0170-btn a {
    position: absolute;
    bottom: 45px;
}

.a0170-line {
    border-bottom: 6px solid #E4BE5D;
    margin: 48px 0px;
    margin-top: 70px;
}

.a0170-list-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}


.a0170-frst {
    background: #F7F7F7;
    border: 1px solid #C7C7C7 !important;
    padding: 20px;
}

.a0170-item:last-child {
    border-bottom: 0px solid #C7C7C7;
}

@media (max-width: 1200px) {
    .a0170-item {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .a0170-item img {
        width: 100%;
    }

    .a0170-line {
        border-bottom: 6px solid #E4BE5D;
        margin: 40px 0px;
    }

    #a0170 {
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .a0170-grid {
        grid-template-columns: 1fr;
    }

    .a0170-img {
    }

    .a0170-pad {
        padding: 0px 20px;
    }
}

@media (max-width: 768px) {
    #a0170 h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #a0170 {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    #a0170 h3 {
        font-size: 30px;
    }

    .a0170-line {
        margin: 25px 0px;
    }

    #a0170 h4 {
        font-size: 35px;
    }

    .a0170-item {
        grid-gap: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .a0170-list-grd .a0170-btn a {
        position: relative;
        bottom: 0px;
    }

    .a0170-except {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #010632;
        margin-bottom: 20px;
    }

    .a0170-btn a {
        background: #3155A9;
        border-radius: 30px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 44px;
        display: block;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        max-width: 100%;
        width: 100%;
        padding: 5px;
    }
}

/* A0170 End ----------------------------------------------------------*/

/*-- BL0 Start ------------------------------------*/
#wa_bl0 {
    font-size: 15px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#wa_bl0 .wa_bl0_blog {
    font-size: 1.3em
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #0e4f7d;
    color: #fff;
    border: 0px;
}

.wa_brcr a {
    color: #fff !important;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*-- BL0 END ---------------------------------------*/
/* A0013-1-info start--------------------*/
.a0013-1-info {
    padding: 50px 80px 100px 80px;
}

.a0013-1-info h1 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #010632;
    margin: auto;
    margin-bottom: 50px;
}

.a0013-1-info-grid {
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-gap: 25px;
    background: #F7F7F7;
    border: 1px solid #C7C7C7;
    padding: 15px;
    height: 100%;
}

.a0013-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: fit-content;
}

.a0013-1-info-img img {
}

.a0013-1-info-text h3 {
    display: flex;
    align-items: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #010632;
}

.a0013-1-info-text h4 {
    padding-bottom: 45px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #010632;
}

.a0013-1-info-text {
    position: relative;
}

.a0013-1-info-text a {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    display: block;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #3155A9;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 296px;
    max-width: 100%;
}

.a0013-1-info-text a:hover {
    filter: contrast(1.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

@media (max-width: 1800px) {
    .a0013-1-info-grid {
        grid-template-columns: 300px 1fr;
    }
}

@media (max-width: 1600px) {
    .a0013-1-info-grid {
        grid-template-columns: 1fr;
    }

    .a0013-1-info-img img {
        width: 100%;
    }

    .a0013-1-info-text h4 {
        padding-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .a0013-1-info-grid {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }

    .a0013-1-info-img img {
        width: 100%;
    }

    .a0013-1-info-text h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .a0013-1-info {
        padding: 20px 20px 80px 20px;
    }

    .a0013-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        width: fit-content;
    }

    .a0013-1-info h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

/* A0013-1-info end --------------------*/
/*-- pagination ----------------------------- */
.pagination-with-dots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    max-width: 100%;
    width: fit-content;
    float: right;
    padding-right: 20px;
    grid-gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.nav-ar {
    background: #AFAFAF;
    border-radius: 5px;
    padding: 0px 10px;
    display: block;
    margin: auto;
    width: fit-content;
    height: 28px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}

.nav-ar-active {
    background: #005796;
    color: #fff !important;
}

.nav-ar img {
    height: 18px;
}

.nav-ar-num {
    border: 1px solid #005796;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    color: #F5F4FA !important;
    background: #005796;
    border-radius: 5px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 45px;
}

.nav-ar-active-number {
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    color: #252A2E !important;
    background: #FFFFFF;
    border: 1px solid #005796;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    text-align: center;
}

/*-- pagination end ------------------------- */

/*-- A0194 start------------------------------- */
#a0194 {
    background-size: cover;
    padding: 60px 80px;
}

#a0194 h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #010632;
    margin-bottom: 20px;
}

.a0194-txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #484848;
    margin-bottom: 20px;
}

#a0194 h3 {
    margin: auto;
    margin-bottom: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #484848;
}

.a0194-grd {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.a0194-footer-txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #484848;
    margin-top: 50px;
}

.a0194-grd img {
}

.a0194-itm {
    width: 400px;
    height: 185px;
    left: 88px;
    top: 899px;
    background: #FFFFFF;
    border: 1px solid #F5411B;
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 5px;
}

@media (max-width: 1200px) {
    #a0194 h3 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #a0194 {
        background-size: cover;
        padding: 20px 20px;
        padding-bottom: 40px;
    }

    .a0194-footer-txt {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        color: #484848;
        margin-top: 30px;
    }

    .a0194-txt {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        color: #484848;
        margin-bottom: 20px;
    }

    .a0194-grd {
        display: flex;
        grid-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #a0194 h2 {
        font-size: 45px;
    }

    #a0194 h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

/*-- A0194 END ------------------------------- */

/*-- Other  ---------------------------------- */
#other {
    padding: 50px 80px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    color: #010632;
    font-size: 20px;
}

#other h2 {
    display: inline;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 137%;
    color: #010632;
}

#other h3 {
    line-height: 180%;
    display: inline;
}

@media (max-width: 992px) {
    #other {
        padding: 20px;
    }

    #other img {
        margin: 0px !important;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*-- Other END ------------------------------- */

/* -- A0187 -- Start ------------------------------ */
#a0187 {
    padding: 50px 80px;
    padding-top: 0px;
}
.a0187-grd{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px , 1fr));
    grid-gap: 20px;
}
.a0187-grd img {
    width: 100%;
    border-radius: 20px;
}
#a0187 h2{
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #a0187 {
        padding: 20px;
    }
}
/* -- A0187 -- End -------------------------------- */

/* cusom css ------------------------------------------ */
.modal-title {
    text-align: left !important;
    text-transform: none !important;
    max-width: 650px !important;
    margin: unset !important;
    font-style: normal !important;
    line-height: 120% !important;
    font-family: 'Oswald' !important;
    font-weight: 400 !important;
    font-size: 48px;
    color: #010632 !important;
}

.btn-close {
    font-size: 20px !important;
    margin: 0px !important;
    color: #484848 !important;
    opacity: 1 !important;
}

.modal-body {
    border-bottom: 1px solid #E4BE5D;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 150% !important;
    font-family: 'Poppins' !important;
    color: #010632 !important;
}

.modal-header {
    border-bottom: 1px solid #E4BE5D !important;
}

.btn-secondary {
    background: #1E82C5 !important;
    border-radius: 10px;
    border: 0px !important;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    width: 300px;
}

.modal-dialog {
    top: 1%;
    width: 90%;
    max-width: 1200px;
    margin: 1.75rem auto;
}

#form-new {
    padding: 60px 80px;
    background: #F7F7F7;
}

.form-blk {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    padding: 30px 100px;
}

#form-new h1 {
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #010632;
    margin: 0px;
    margin-bottom: 20px;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    display: block;
    float: none;
    width: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #010632;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
}

#field_8vjdh_label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #010632;
}

#field_nhklr_label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #010632;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    font-family: 'Oswald' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 140% !important;
    display: block;
    align-items: center;
    text-align: center !important;
    color: #FFFFFF !important;
    background: #3155A9 !important;
    border-radius: 30px !important;
    width: 400px !important;
    margin: auto !important;
    max-width: 100% !important;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block;
    padding-left: 20px;
    text-indent: -20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: block;
    align-items: center;
    color: #010632;
}

article {
    padding: 20px 80px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    color: #010632;
}

.tnp-field input[type="submit"] {
    position: inherit;
    font-family: 'Oswald' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 140% !important;
    display: block;
    align-items: center;
    text-align: center !important;
    color: #FFFFFF !important;
    background: #3155A9 !important;
    border-radius: 30px !important;
    width: 100% !important;
    margin: auto !important;
    max-width: 100% !important;
}

.page-id-580 .entry-title {
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px;
    margin-bottom: 0px;
}

.page-id-580 .entry-content{
    margin: 0em 0 0;
}

@media (max-width: 992px) {

    article {
        padding: 20px 20px;
    }

    #form-new {
        padding: 20px 20px;
    }

    .form-blk {
        padding: 20px;
    }

    #form-new h1 {
        font-size: 40px;
        margin-bottom: 0px;
    }

    #field_8vjdh_label {
        font-size: 20px;
    }

    #field_nhklr_label {
        font-size: 20px;
    }

    .with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .modal-title {
        font-size: 30px;
    }
}

/* end cusom css --------------------------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}