@font-face {
    font-family: "modern-era-regular";
    src: url('../fonts/modern-era-regular.woff') format('woff'),
    url('../fonts/modern-era-regular.woff2') format('woff2'),
    url('../fonts/modern-era-regular.svg#modern-era-regular') format('svg'),
    url('../fonts/modern-era-regular.eot'),
    url('../fonts/modern-era-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modern-era-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "modern-era-medium";
    src: url('../fonts/modern-era-medium.woff') format('woff'),
    url('../fonts/modern-era-medium.woff2') format('woff2'),
    url('../fonts/modern-era-medium.svg#modern-era-medium') format('svg'),
    url('../fonts/modern-era-medium.eot'),
    url('../fonts/modern-era-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modern-era-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "modern-era-bold";
    src: url('../fonts/modern-era-bold.woff') format('woff'),
    url('../fonts/modern-era-bold.woff2') format('woff2'),
    url('../fonts/modern-era-bold.svg#modern-era-bold') format('svg'),
    url('../fonts/modern-era-bold.eot'),
    url('../fonts/modern-era-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modern-era-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: "modern-era-black";
	src: url('../fonts/modern-era-black.woff') format('woff'),
	url('../fonts/modern-era-black.woff2') format('woff2'),
	url('../fonts/modern-era-black.svg#modern-era-black') format('svg'),
	url('../fonts/modern-era-black.eot'),
	url('../fonts/modern-era-black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/modern-era-black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
body{
 	font-family: "modern-era-regular";
	font-size: 17px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: "modern-era-bold";
    font-weight: inherit;
    line-height: 1.25;
    color: #003c69;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 22px;
    font-family: "modern-era-medium";
}
h5{
	font-size: 21px;
    color: inherit;
}
p{
	font-size: inherit;
    color: inherit;
}
p:last-child {
    margin-bottom: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: #ff9b00;
}
ul {
    padding: 0;
}
ul li{
    list-style: none;
}
img {
    max-width: 100%;
}
.page-loader .shape {
    max-width: none !important;
}
.btn_block, .form_btn{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.button {
	min-width: 100px;
    width: auto;
    display: inline-block;
    font-size: 100%;
    color: inherit;
    font-weight: 400;
    border-radius: 0;
    padding: 18px 35px;
    box-shadow: none;
    border: 0;
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    line-height: normal;
    text-align: center;
    transition: .5s all;
}
.fill_btn {
    background: #5D6D3C;
    color: #fff !important;
}



form .form-group {
    margin-bottom: 20px;
}
form .form-group .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    padding: 10px 12px;
    background: #fff;
    color: #4D4A4A;
    font-weight: inherit;
    font-size: 90%;
}
form textarea {
	height: auto !important;
}




.hero .cta_container .home_cta h4 {
    font-family: "modern-era-regular";
    padding-right: 3rem;
    margin-bottom: 2rem;
}
.hero .cta_container .home_cta h4 strong {
    font-family: "modern-era-bold";
    color: #F4991A;
    display: block;
    margin-bottom: 1rem;
}
.navigation a {
	font-family: "modern-era-medium" !important;
    font-weight: normal !important;
    font-size: 18px !important;
}
.navigation a.current {
    color: #f4991a;
}

/* ------------------- site style -------------- */
.py_3{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.mt_3 {
    margin-top: 3rem;
}
.wi_full{
    width: 100%;
    display: inline-block;
}
.bg_orange {
    background: #FF9B00;
    color: #fff;
}
.voter_sec .sec_content {
    padding: 3rem 0;
}


.hero.main_banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 110px;
}
.main_banner .banner_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.main_banner .banner_image {
    max-width: 400px;
}
.banner_circles {
    position: relative;
    width: 100%;
    margin-top: -50px;
    display: flex;
    justify-content: flex-end;
}
.main_banner .two_x {
    background: #F4991A;
    color: #fff;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border: 4px solid #fff;
    position: relative;
    z-index: 1;
}
.main_banner .six_liste {
    background: #F4991A;
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border: 4px solid #fff;
    margin-left: -30px;
}
.main_banner .two_x h2 {
    margin: 0;
    color: #003C69;
}
.main_banner .two_x h2, .main_banner .six_liste h2 {
    font-size: 70px;
    line-height: 1;
}
.main_banner .two_x h3 {
    line-height: 1;
    font-size: 30px;
}
.main_banner .six_liste h2 {
    margin: 0;
    color: #fff;
}
.main_banner .six_liste h5 {
    margin: 0;
    color: #003C69;
    font-size: 27px;
}

.voter_sec .sec_content h2, .main_banner .two_x h3, .commit_wrapper .item_inner h4, .support_sec .sec_content * {
	color: #fff;
}
footer .ftr_cpyrgt p {
	color: #003C69;
}

.content ul li {
    list-style: disc;
    font-size: inherit;
}
.content h1 {
	color: #f4991a;
}


.commitmnt_sec {
    overflow: hidden;
}
.commitmnt_sec .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    display: flex;
}
.commitmnt_sec .owl-carousel .owl-stage-outer {
    overflow: unset;
}
.commit_wrapper.owl-carousel .owl-item {
    display: flex;
}
.commit_wrapper .owl-dots {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
.commit_wrapper .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #E8E8E8;
    margin: 3px;
    font-size: 0;
    border-radius: 50%;
    transition: .3s all;
}
.commit_wrapper .owl-dots .owl-dot.active span{
    background: #F4991A;
    transform: scale(1.25);
}
.commit_wrapper .item {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.commit_wrapper .item_inner {
    background: #003C69;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
}
.commit_wrapper .item_inner h3 {
    color: #F4991A;
    margin-bottom: 1rem;
}
.commit_wrapper .item_inner h4 {
    font-family: "modern-era-medium";
    line-height: 1.25;
}


.uber_wrapper .shadow_box {
    box-shadow: 0px 6px 30px  rgb(0 0 0 / 15%);
    margin: 1rem 0;
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 7px 7px 0 0;
}
.uber_wrapper .shadow_box h3 {
    background: #F4991A;
    color: #fff;
    text-align: center;
    padding: .75rem 0.5rem;
    border-radius: 7px;
    margin-bottom: 0;
}
.uber_wrapper .shadow_box ul {
    padding: 1.5rem;
    margin: 0;
}
.uber_wrapper .shadow_box ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #c2c2c278;
    padding: 7px 0;
    color: #000;
    position: relative;
    padding-left: 20px;
}
.uber_wrapper .shadow_box ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
    background: #003C69;
}
.uber_wrapper .shadow_box ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}


.support_sec .box_left {
    border-right: 2px solid #fff;
    margin-right: 1rem;
    height: 100%;
}
.support_sec .box_right {
    padding-right: 2rem;
}
.support_sec .signature {
    margin-top: 2rem;
}
.support_sec .signature img {
    margin-bottom: 10px;
}



footer {
    background: #EDF1F5;
}
footer.wi_full {
    margin-top: -45px;
    position: relative;
    bottom: -35px;
}
footer .footer_menus {
    padding-bottom: 5rem;
}
footer .footer_menus .ftr_social {
    float: right;
}
footer .footer_menus .ftr_social .social_list a {
    margin: 5px;
}
footer .footer_menus .ftr_social .social_list a img {
    width: 25px;
}
footer .ftr_cpyrgt {
    font-family: "modern-era-bold";
    padding: 1rem 0;
}


.cookies-notification {
    flex-direction: column !important;
    padding: 1rem !important;
    left: 1rem;
    bottom: 1rem;
}
.cookies-notification a.accept-cookies {
    background: #f4991a;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    margin-top: 10px;
    font-family: "modern-era-regular";
    font-weight: normal;
}
.cookies-notification a.reject-cookies {
    background: #fff;
    color: #f4991a;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    margin-top: 10px;
    font-family: "modern-era-regular";
    font-weight: normal;
}
.social-share div#share a {
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3em 0.6em 0.3em 0;
    border-radius: 50%;
}
.social-share div#share a img {
    width: 25px;
}