
/*------------------------------------------------------------------------------
/ All Preset Css
/------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body, html{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #737980;
    letter-spacing: 1.04px;
    font-weight: 400;
}
body.dark_body{
    background: url(../images/bg/12.png) no-repeat right top #161a28;
    padding: 0 102px;
}
p{
    margin: 0 0 15px;
}
.p_lead{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.3px;
    margin: 0 0 10px;
}
.p_lead.white{
    color: #FFF;
}
a{
    color: #E34937;
    text-decoration: none;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
a:hover, a:focus{
    color: #ea2938;
    text-decoration: none;
    outline: 0;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    color: #ea2938;
    margin: 0 0 15px;
    font-family: 'Oswald', sans-serif;
}
.sec_title {
    font-size: 40px;
    letter-spacing: .2px;
    text-decoration: underline;   
    /*text-decoration-color: gold;     */
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;        
}

.elected_text h2{
    font-size: 40px;
    letter-spacing: .2px;
    text-decoration: underline;   
    /*text-decoration-color: gold;     */
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;   
}





input:focus, select:focus, textarea:focus, button:focus{
    outline: 0;
    box-shadow: none;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
.p_btn{
    display: inline-block;
    height: 50px;
    background: #ea2938;
    min-width: 167px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.p_btn.yellows{
    background: #ea2938;
    color: #fff;
}
.p_btn.yellows:hover{
    color: #fff;
}
.p_btn._blues_to_white{
    background: #E34937;
}
.p_btn._reds_to_white{
    background: #ea2938;
}
.p_btn:hover{
    color: #E34937;
}
.p_btn:hover{
    background: #E34937;
    color: #fff;
}

.p_btn._blues_to_white:hover{
    color: #E34937;
    background: #FFF;
}
.p_btn._reds_to_white:hover{
    color: #ea2938;
    background: #FFF;
}
.p_btn_2{
    display: inline-block;
    height: 50px;
    background: transparent;
    min-width: 167px;
    border-radius: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    text-align: center;
    border: 1px solid #FFF;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.p_btn_2:hover{
    background: #ea2938;
    border-color: #ea2938;
    color: #FFF;
}
.p_btn_3{
    min-width: 180px;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #fff;
    background: #ea2938;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.p_btn_3:hover{
    color: #FFF;
background: #E34937;	
}
.p_btn_4{
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1.17px;
    font-weight: 400;
    text-transform: uppercase;
    height: 57px;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 53px;
    padding: 0 15px;
    text-align: center;
    min-width: 170px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.p_btn_4:hover{
    border-color: #E34937;
    color: #fff;
	background:#E34937;
}
.p_btn_5{
    min-width: 200px;
    height: 55px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #fff;
    background: #ea2938;
    border-radius: 0;
    text-align: center;
    line-height: 55px;
    font-weight: 400;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.p_btn_5:hover{
    color: #FFF;
	background: #E34937;
}
.p_btn_6{
    min-width: 187px;
    height: 54px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.04px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    line-height: 54px;
    font-weight: 500;
    background:#ea2938;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.p_btn_6:hover{
    color: #FFF;
    background:#E34937;
}
.p_btn_7{
    min-width: 180px;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #FFF;
    background: transparent;
    border-radius: 3px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.p_btn_7 i{
    margin-right: 9px;
}
.p_btn_7:hover{
    border-color: #ea2938;
    color: #ea2938;
}
.comon_secion{
    position: relative;
    padding: 120px 0;
}
.sec_title{
    font-size: 40px;
    letter-spacing: .2px;
}
.sec_title.white{
    color: #FFF;
}
.sec_desc{
    margin: 0 0 54px;
}
.sec_desc.white{
    color: #FFF;
}
.sec_subtitle{
    font-size: 16px;
    letter-spacing: 1.04px;
    color: #333;
    line-height: .9;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.sec_subtitle.white{
    color: #FFF;
}
.noPadding{
    padding: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.noPaddingRight{
    padding-right: 0;
}

.sr_content img {
    height: 500px;       /* fixed banner height */
    width: 100%;         /* full width responsive */
    object-fit: cover;   /* crop image to fit nicely */
    display: block;      /* remove inline gaps */
}

.donate-btn a {
    background: #e63946;        /* red highlight */
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.donate-btn a:hover {
    background: #c92f3e;
}

.navbar-nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
}
