:root {
    --dark: #253D85;
    --success: #588f5b;
    --warn: #c2544d;
    --text-color: #333333;
    --violet: #3b078e;
    --button-bg: #58058b;
}
body{
    background: linear-gradient(to top,#fefcf3 1%,rgba(254,252,243,0) 25%) !important;
}
@font-face{
    font-family:'Community Gothic X-Condensed';
    src:url("../fonts/CommunityGothicXCond-Medium.woff2") format("woff2"),url("../fonts/CommunityGothicXCond-Medium.woff") format("woff");              
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Community Gothic';
    src:url("../fonts/CommunityGothic-Medium.woff2") format("woff2"),url("../fonts/CommunityGothic-Medium.woff") format("woff");font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family:"halyard-text";
    src:url("../fonts/halyard.woff2") format("woff2"),url("../fonts/halyard.woff2") format("woff");
    font-display:auto;
    font-style:normal;
    font-weight:300;
    font-stretch:normal;
}



.container{
    max-width: 1260px !important;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: "Halyard Text"; */
    font-family:'Community Gothic'
}
p, a, li, time{
    font-family:"halyard-text";
}
.form__main .form__btn, .form__section input, .form__section textarea{
    font-family:"halyard-text";
    font-size: 17px;
}
img {
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none !important;
    color: #000;
}
li{
    list-style: none !important;
}
.logo{
    width: 174px;
    height: 44px;
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    object-fit: contain;
}
h2{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color) !important;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em !important;
    color: var(--text-color) !important;
}
#top-menu.navbar-dark .navbar-nav .nav-link{
    color: var(--dark);
}
.donate__btn.btn-dark{
    background-color: var(--dark);
    padding: 10px 30px 12px;
    font-size: 18px;
    border-color: var(--dark);
    line-height: 1.4;
}
div#collapsibleNavbar .nav-item a{
    display: inline-block;
}
.banner {
    background-position: center;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    height: 78vh;
    position: relative;
}
section.banner:before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top,rgba(254,252,243,0) 69%,#fefcf3 90%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
}
/* .pac__content,  */
.vision__content{
    max-width: 910px;
    margin: auto;
}
.sticky_header nav#top-menu {
    background: #fffffffa;
}
.sticky_header nav#top-menu .logo{
    width: 154px;
    height: 32px;
}
.img__column{
    height: 400px;
}
.img__column img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 12px 48px -12px rgb(37 14 75 / 34%);
    border-radius: 12px;
}
.texas_main .row, .mission_main .row{
    align-items: center;
}
.form__heading, .pac__content h2, .column_content h2 {
    font-weight: 600;
    max-width: 400px;
    font-size: 41px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.column_content p {
    font-size: 17px;
}
.mission_main .column_content {
    padding-left: 30px;
}
.texas_main .column_content{
    padding-right: 30px;
}
.mission_main .column_content {
    padding-left: 30px;
}
.vision__content h1, .latest__news-sec h2{
    font-size: 48px;
    font-weight: 600;
    color: var(--text-color);
}
.vision__content p, .pac__content p{
    font-size: 17px;
}
.pac__content h2{
    max-width: 100%;
}
ul.pac__list-main li{
    list-style: disc !important;
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--text-color);
}
#footer a{
    display: inline-block;
}
#footer a p{
    color: #ffffff !important;
    line-height: 1.3 !important;
}
#footer{
    background: var(--dark);
    padding: 10px 0;
}
.grad1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fefcf3),color-stop(25%,rgba(254,252,243,0)));
    background-image: linear-gradient(to bottom,#fefcf3 -1%,rgba(254,252,243,0) 17%);
    top: 0;
    left: 0;
    z-index: -1;
}
.grad1:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1%,#fefcf3),color-stop(25%,rgba(254,252,243,0)));
    background-image: linear-gradient(to top,#fefcf3 -4%,rgba(254,252,243,0) 111%);
    bottom: 0;
    left: 0;
}
.grad1 {
    background-image: linear-gradient(124.14deg,rgba(255,252,243,0) 20%,rgba(255,252,243,0.2) 39.82%,rgba(255,252,243,0) 60%),radial-gradient(154% 102% at 85% 32.47%,rgba(255,252,243,0) 49.82%,rgba(156,95,1811,0.6) 82.11%),radial-gradient(124% 129% at 35% 78.47%,rgba(255,252,243,0) 49.82%,rgba(255,252,243,0.6) 82.11%),radial-gradient(125% 178% at 25% 4.47%,rgba(255,252,243,0) 49.82%,rgba(255,252,243,0.6) 82.11%),radial-gradient(41.58% 150.68% at 26.01% 45.34%,rgba(255,252,243,0.6) 19.17%,rgba(255,252,243,0) 100%),linear-gradient(84.14deg,rgba(156,95,1811,0.2) 2.84%,rgba(247,161,166,0.2) 118.515%),radial-gradient(50% 120% at 100% 14.47%,rgba(175,155,241,0) 6.9%,rgba(230,195,255,0.5) 52.84%,rgba(175,155,241,0) 100%),radial-gradient(56% 120% at 90% 112.47%,rgba(255,155,130,0) 26.9%,rgba(202,236,189,0.9) 72.84%,rgba(255,155,130,0) 100%),radial-gradient(35% 68% at 35% 84.47%,#029EDA08 49.82%,rgba(251,211,199,0) 82.11%),linear-gradient(84.14deg,#bedbfa 2.84%,#caecbd 118.515%);
    opacity: 1;
    position: relative;
    background-size: 180% 100%;
    z-index: 9;
    background-repeat: no-repeat;
}
.policy__banner-main{
    position: relative;
    box-shadow: 0 24px 48px -12px rgb(37 14 75 / 44%);
    width: 100%;
    background: url(../images/policy-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
}
.policy__banner-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(45deg,rgba(37,14,75,0.8) 10%,rgba(37,14,75,0) 90%);
    z-index: 0;
}
.policy__banner-content {
    position: relative;
    z-index: 9;
    margin: 0 0 50px 70px;
    max-width: 580px;
}
.policy__banner-content h2{
    font-family:'Community Gothic X-Condensed';
    color: #ffffff !important;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}
.policy__banner-content p {
    font-size: 19px;
    line-height: 22px !important;
    color: #ffffff !important;
    font-weight: 500;
}
.policy__banner-content a{
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    margin-left: 6px;
    transition: all 0.3s;
}
.donate__btn.btn-dark:focus{
    box-shadow: none !important;
}
.form__main .form__btn:focus, .form__main .form__btn:hover, .donate__btn.btn-dark:focus, .donate__btn.btn-dark:hover{
    border-color: #00985F;
    background-color: #00985F;
    color: #ffffff;
}
.policy__banner-content p a:hover{
    border-bottom: 2px solid #029EDA;
    color: #029EDA !important;
}
.form__heading{
    text-align: center;
    margin: auto;
}
.form__main{
    max-width: 580px;
    margin: auto;
    padding: 40px 50px 0px;
    border-radius: 10px;
    text-align: center;
}
.form__main textarea{
    resize: none;
    height: 100px;
}
.form__main .form__btn{
    background-color: var(--dark);
    padding: 10px 30px 12px;
    font-size: 18px;
    color: #ffffff;
    border-color: var(--dark);
    line-height: 1.4;
}
.form__section textarea::placeholder, .form__section input::placeholder{
    color: #999999e3;
}
.form__section input, .form__section textarea{
    color: #333333;
}
.latest__news-sec a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
}
.footer__menu-item:hover{
    color: #ffffff;
    text-decoration: underline !important;
}
#footer .iubenda-embed:not(.no-brand):not(.iubenda-nostyle){
    color: #ffffff !important;
    padding: 0 12px !important;
    transition: all 0.3s;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "halyard-text" !important;
    line-height: 1.5 !important;
}
.footer__menu-item{
    color: #ffffff;
    padding: 0 12px;
    transition: all 0.3s;
    background-color: transparent !important;
}

@media only screen and (max-width: 1300px){
    .container{
        max-width: 90% !important;
    }
}
@media only screen and (max-width:992px){
    /* #footer .row{
        flex-wrap: wrap;
    } */
}
@media only screen and (max-width: 990px){
    .texas_main .row{
        flex-direction: column-reverse;
        display: flex;
    }
    .texas_main .column_content, .mission_main .column_content{
        padding: 40px 0 0 0;
    }
    .form__heading, .pac__content h2, .column_content h2 {
        max-width: 80%;
        font-size: 36px;
    }
    .policy__banner-content h2 {
        font-size: 60px;
    }
    .policy__banner-main {
        height: 490px;
    }
    .policy__banner-content{
        margin: 0 0 40px 60px;  
    }
    .vision__content h1, .latest__news-sec h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 768px){
    .img__column {
        height: 350px;
    }
    .policy__banner-main {
        height: 390px;
    }
    .policy__banner-content h2 {
        font-size: 47px;
    }
    .donate__btn.btn-dark{
        padding: 10px 25px 10px;
        font-size: 16px;
    }
    .logo, .sticky_header nav#top-menu .logo {
        width: 150px;
        height: 40px;
    }
    .banner{
        height: 62vh;
    }
    .policy__banner-content {
        margin: 0 5px 30px 40px;
    }
    .policy__banner-content p a {
        font-size: 19px;
    }
    .policy__banner-content a{
        font-size: 17px;
        line-height: 20px !important;
    }
    .form__main {
        padding: 30px 50px 0px;
    }
    .latest__news-sec .row{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 600px){
    .policy__banner-content h2 {
        font-size: 38px;
    }
    .policy__banner-main {
        height: 320px;
    }
    .form__main{
        padding: 10px 0px 0px;
    }
    .form__main .form__btn, .form__section input, .form__section textarea {
        font-size: 16px;
    }
    .form__main .form__btn{
        padding: 10px 30px;
    }
    #footer .footer__menu ul{
        flex-direction: column;
    }
    #footer .footer__menu ul li{
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 480px){
    .img__column {
        height: 300px;
    }
    .vision__content h1{
        font-size: 38px;
    }
    .latest__news-sec h2 {
        font-size: 34px;
    }
    .form__heading, .pac__content h2, .column_content h2 {
        font-size: 30px;
        line-height: 32px;
        max-width: 90%;
    }
    .policy__banner-content {
        margin: 0 5px 30px 20px;
    }
    .policy__banner-content h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 3px;
    }
    .policy__banner-main {
        height: 260px;
    }
    .logo, .sticky_header nav#top-menu .logo {
        width: 130px;
        height: 30px;
    }
    .donate__btn.btn-dark {
        padding: 8px 20px 8px;
        font-size: 14px;
    }
    header .container, .sticky_header .container{
        padding: 0;
    }
    .vision__content p, .pac__content p, .column_content p {
        font-size: 16px;
        line-height: 22px !important;
    }
    ul.pac__list-main li {
        margin-bottom: 8px;
    }
}