/* TypoGraphy */
* {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

textarea.form-control {}

html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 134.9%;
    color: #10131B;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #0e2c53;
    font-family: "Barlow", sans-serif;
}

h1 {}

h2 {}

h3 {}

h4 {}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
}

a:hover {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
}

.container {
    max-width: 1260px;
}

/** HEADER TOP CSS START **/
.header-top {
    background: #f4b70f;
}

.header-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-area ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}

.header-top-area ul li {
    padding: 11px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    overflow-x: hidden;
    font-family: "Barlow", sans-serif;
}

.header-top-area ul li a {
    color: #fff;
}

.header-top-area .left li i {
    margin-right: 5px;
}

.header-top-area .social-icons li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top-area .social-icons li {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top-area .social-icons li a {
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

/** HEADER TOP CSS END **/
/** HEADER CSS START **/
.header {
    background: #ffffff;
    padding: 15px 0;
}

.header .container {
    max-width: 1500px;
}

.menu-bar {
    display: none;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-width: 100px;
}

.logo {
    position: relative;
}

.logo-text {
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding-left: 12px;
}

.navigation {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navigation ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.navigation ul li {
    text-transform: capitalize;
    margin-right: 30px;
}

.navigation ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #4e4e4e;
}

.contact-nav {}

.contact-nav a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 75px;
    padding: 0px 25px;
    margin-right: 10px;
}

.contact-nav a.btn-red {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 75px;
    padding: 0px 25px;
    margin-right: 10px;
    background: #f4b70f;
    border: 2px solid transparent;
}
.contact-nav a:hover {

}
.contact-nav a.btn-black {
    color: #ffffff;
    background: #000;
}

.contact-nav a:last-child {
    margin-right: 0px;
}

.btn-red {
    background: #f4b70f;
    border: 2px solid #f4b70f;
}

.btn-red:hover {
    background: transparent;
    color: #f4b70f;
}

.btn-black {
    background: #000;
    border: 2px solid #000;
}

.btn-black:hover {
    background: transparent;
    color: #000;
}

/** HEADER CSS END **/
/** ================== //BANNER CSS START // ================== **/
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 0px);
}

.banner-section .view {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-section video.video-fluid {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mask.rgba-purple-slight {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.50);
}
.banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 1500px;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}

.banner-content img {
    width: 300px;
    margin-left: 40px;
}

.banner-content h1 {
    font-family: 'Barlow';
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: bold;
}

.banner-content h1 span {
    display: block;
}

.banner-content a {
    background: #0d666c;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 185px;
    min-height: 55px;
    border-radius: 96px;
    margin-top: 25px;
}

.banner-content a:hover {
    background: #f4b70f;
}

.scroll-next-section {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/** ================== //BANNER CSS END // ================== **/
/** ================== // FEATURE SECTION CSS START // ================== **/
.feature-section {
    background: #f3bf2c;
    position: relative;
    padding: 80px 0px;
}

.bg-shape {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.bg-shape img {
    width: 100%;
    height: 100%;
}

.section-header {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

/* .section-header span {
    text-transform: lowercase;
} */
.section-header h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #fff;
    letter-spacing: 1px;
}

.feature-section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
}

.feature-section-list .col-sm-6.col-12 {
    margin-bottom: 30px;
}

.feature-item {
    margin-bottom: 0px;
    display: flex;
    height: 100%;
}

.feature-item .feature-inner {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
}

.feature-item .feature-inner .feature-thumb {
    width: 50%;
    overflow: hidden;
}

.feature-item .feature-inner .feature-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: 1s;
    height: 100%;
    object-fit: cover;
}

.feature-item .feature-inner:hover .feature-thumb img, .feature-item .feature-inner:hover .feture-icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s;
}

.feature-item .feature-inner .feature-content {
    padding: 40px 25px;
    background: #fff;
    width: 50%;
}

.feture-icon {
    margin-bottom: 1.5rem;
}

.feture-icon img {
    transition: 1s;
}

.feature-item .feature-inner .feature-content h4 {
    font-size: 24px;
    margin-top: 0;
    color: #0e2c53;
    font-family: 'Barlow';
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-item .feature-inner .feature-content span {
    display: block;
    margin-bottom: 10px;
    color: #ffc600;
    text-transform: uppercase;
    font-size: 16px;
}

.feature-item .feature-inner .feature-content p {
    margin: 0px;
    font-size: 16px;
}

div[class*=col]:nth-of-type(4n + 1) .feature-item .feature-inner .feature-content .cate {
    color: #ee463b;
}

div[class*=col]:nth-of-type(4n + 2) .feature-item .feature-inner .feature-content .cate {
    color: #ffc600;
}

div[class*=col]:nth-of-type(4n + 3) .feature-item .feature-inner .feature-content .cate {
    color: #92278f;
}

div[class*=col]:nth-of-type(4n + 4) .feature-item .feature-inner .feature-content .cate {
    color: #6abcbe;
}

/** ================== // FEATURE SECTION CSS END // ================== **/
/** ================== // SPOTLIGHT SECTION CSS START // ================== **/
.spotlight-section {
    padding: 80px 0px;
    background: #ede8e4;
}

.spotlight-section .section-header {
    margin-bottom: 20px;
}

.spotlight-section .section-header h3 {
    color: #0e2c53;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.spotlight-section .section-header span {
    color: #040404;
    font-size: 18px;
    text-transform: lowercase;
}

.spotlight-section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spotlight-item {
    margin-top: 30px;
}

.feature-content {
    padding: 20px;
    background: #fff;
}

.feature-thumb {
    overflow: hidden;
}

.spotlight-inner {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.spotlight-section-list .feature-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: 1s;
    height: 100%;
    max-height: 208px;
    object-fit: cover;
	object-position: top;
}

.feature-content span {
    color: #ee463b;
    font-size: 18px;
    padding-bottom: 8px;
    display: block;
}

.feature-content h4 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 20px;
    /* min-height: 65px; */
    letter-spacing: 1px;
    color: #0e2c53;
}

.feature-content p {
    font-size: 16px;
    color: #707070;
    line-height: 27px;
    min-height: 160px;
}

.spotlight-inner:hover .feature-thumb img,
.spotlight-inner:hover .feture-icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s;
}

.spotlight-inner:hover {
    -webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 12%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 12%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

/** ================== // SPOTLIGHT SECTION CSS END // ================== **/
/* ==================== // TESTIMONIALS SECTION CSS START // =============== */
.testimonials-section {
    position: relative;
    margin: 0;
    padding: 80px 0;
}

.testimonials-wrapper {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

.testimonials-left {
    width: 33%;
    height: 100%;
    position: relative;
}

.testimonials-right {
    width: 67%;
    padding: 30px 30px 0;
    position: relative;
    z-index: 0;
}

.testimonials-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: #fffaf7;
    z-index: -1;
}

.testimonials-left-thumb {
    height: 534px;
    position: relative;
}

.testimonials-left-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-left-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background: rgba(241, 174, 68, 0.9);
}

.testimonials-left-content {
    position: absolute;
    top: 30px;
    left: 30px;
}

.testimonials-left-content h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: bold;
    letter-spacing: 0.5px;
}

.testimonials-left-content h3 {
    margin: 10px 0 45px;
    color: #fff;
    font-family: 'Barlow';
    font-weight: bold;
    font-size: 36px;
}

.testimonials-left-content a {
    color: #ee463b;
    border-radius: 4px;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    font-family: "Barlow", sans-serif;
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgb(206 72 61 / 10%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    outline: none;
    display: inline-block;
    width: 205px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-left-content a .fa-heart {
    margin-left: 10px;
}

.testimonials-left-content a:hover {
    box-shadow: none !important;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.testimonials-right-about {
    width: 500px;
    padding-bottom: 30px;
}

.testimonials-right-about p {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Barlow';
    font-weight: normal;
}

.testimonials-slide {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 15px;
}

.testimonials-slide-inner {
    background: #0d666c;
    margin-bottom: 8px;
    padding: 30px 30px 0;
    position: relative;
    box-shadow: 0 0 10px rgb(37 50 66 / 10%);
}

.testimonials-slide .testimonials-slide-left {
    width: 70px;
    height: 70px;
    line-height: 105px;
    font-weight: 700;
    font-size: 100px;
    background: #ffc600;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    font-family: 'Barlow';
    font-weight: bold;
}

.testimonials-body {
    padding-top: 30px;
}

.testimonials-body p {
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    font-family: 'Barlow';
    font-weight: 600;
    color: #fff;
}

.testimonials-slide-right {
    width: 100%;
    text-align: right;
}

.rating i {
    color: #fff;
}

.review-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 25px 30px;
    margin: 0 -30px;
}

.review-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.review-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-info {
    padding-left: 15px;
}

.review-info h5 {
    font-size: 22px;
    color: #0e2c53;
    padding-bottom: 5px;
    font-family: 'Barlow';
    font-weight: bold;
    letter-spacing: 1px;
}

.review-info h6 {
    font-size: 16px;
    color: #707070;
    font-family: 'Barlow';
    font-weight: normal;
}

.testimonials-slider.slick-initialized.slick-slider {
    margin: 0 -15px;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    position: absolute;
    top: -90px;
    right: 0;
    left: auto;
    background: #000;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.testimonials-slider .slick-prev {
    background: #0e2c53;
    right: 75px;
}

.testimonials-slider .slick-prev::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    width: 15px;
    height: 3px;
    background: #fff;
    display: block;
}

.testimonials-slider .slick-prev::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%)rotate(-45deg);
    -webkit-transform: translate(-50%)rotate(-45deg);
    -moz-transform: translate(-50%)rotate(-45deg);
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    display: block;
    border-right: transparent;
    border-bottom: transparent;
}

.testimonials-slider .slick-prev:hover {
    background: #ee463b;
    opacity: 1;
}

.testimonials-slider .slick-next {
    background: #ee463b;
    right: 15px;
}

.testimonials-slider .slick-next:hover {
    background: #0e2c53;
    opacity: 1;
}

.testimonials-slider .slick-next::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%)rotate(-45deg);
    -webkit-transform: translate(-50%)rotate(-45deg);
    -moz-transform: translate(-50%)rotate(-45deg);
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    display: block;
    border-right: transparent;
    border-bottom: transparent;
}

.testimonials-slider .slick-prev {
    background: #0e2c53;
    right: 75px;
}

.testimonials-slider .slick-next::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    width: 15px;
    height: 3px;
    background: #fff;
    display: block;
}

/* ==================== // TESTIMONIALS SECTION CSS END // =============== */
/* =================== // GALLERY SECTION CSS START // ===================== */
.gallery-section {
    padding: 80px 0 60px;
}

.gallery-wrapper {
    padding: 0 15px;
}

.gallery-heading {
    text-align: center;
    padding-bottom: 45px;
}

.gallery-heading h6 {
    font-family: 'Barlow';
    font-weight: normal;
    font-size: 18px;
    color: #ee463b;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.gallery-heading h3 {
    font-size: 40px;
    color: #0e2c53;
    font-family: 'Barlow';
    font-weight: bold;
    text-transform: capitalize;
}

.filter-button-group {
    padding: 0;
    justify-content: center;
    width: 100%;
    margin-bottom: 55px;
}

.btn.btn-default {
    background-color: transparent;
    color: #000;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 25px;
    position: relative;
    transition: .5s;
}

.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default.is-checked {
    color: #ee463b;
    border: none;
    outline: none;
}

.btn.btn-default.is-checked::after {
    background: #ee463b;
}

.btn-group .btn-default {
    position: relative;
}

.btn-group .btn-default:focus {
    border: 0;
    outline: none !important;
    box-shadow: none;
}

.btn-group .btn-default::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    right: -8px;
    background: #0e2c53;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-group:last-child .btn-default::after {
    display: none;
}

.thumbnail {
    border-radius: 10px;
    border: 0px;
    padding: 0px;
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%);
}

.grid-item {
    margin-bottom: 25px;
}

a.pp_play,
a.pp_arrow_previous,
a.pp_arrow_next,
a.pp_close {
    display: none;
}

.pp_social .twitter {
    float: left;
    width: 60px;
}

.pp_social .facebook {
    float: left;
    margin-left: 15px;
    width: 80px;
    overflow: hidden;
}

.pp_nav {
    margin-top: 0;
}

.grid-item a {
    display: block;
    overflow: hidden;
    transform: scale(1);
    transition: .5s;
    border-radius: 10px;
}

.grid-item a img {
    transform: scale(1);
    transition: .5s;
    object-fit: cover;
}

.grid-item a:hover img {
    transform: scale(1.3);
}

/* =================== // GALLERY SECTION CSS END // ===================== */
/* ==================== // FOOTER SECTION CSS START // =============== */
.footer {
    background: #06163a;
    position: relative;
    z-index: 0;
    padding: 0 0 120px;
    overflow: hidden;
}

.footer-top {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 100px;
}

.footer-top .footer-top-item {
    padding: 30px;
    border-left: 1px solid #ffffff1a;
}

.footer-top .col-lg-4:last-child .footer-top-item {
    border-right: 1px solid #ffffff1a;
}

.footer-top .footer-top-item .footer-top-inner {
    align-items: center;
    display: flex;
}

.footer-top .footer-top-item .footer-top-inner .footer-top-thumb {
    margin-right: 15px;
}

.footer-top .footer-top-item .footer-top-inner .footer-top-content p {
    color: #fff;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: normal;
}

.footer-top .footer-top-item .footer-top-inner .footer-top-content p a {
    color: #fff;
}

.footer-top .footer-top-item .footer-top-inner .footer-top-content p a:hover {
    color: #f4b70f;
}

.footer-info h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: 'Barlow';
    font-weight: bold;
    letter-spacing: 0.5px;
}

.footer-info p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow';
    font-weight: normal;
    letter-spacing: 0.5px;
}

.footer-info ul {
    list-style-type: none;
}

.footer-info ul li {
    padding-bottom: 15px;
}

.footer-info ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow';
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-info ul li a:hover {
    color: #f4b70f;
}

.footer-info ul.footer-scoial {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-info ul.footer-scoial li {
    padding: 0 15px 0 0;
}

.footer-info ul.footer-scoial li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-info ul.footer-scoial li a i {
    color: #ffc600;
    transition: .5s;
}

.footer-info ul.footer-scoial li a:hover {
    background: transparent;
    border-color: #f4b70f;
}

.footer-info ul.footer-scoial li a:hover i {
    color: #f4b70f;
}

.footer-donate-btn a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #f4b70f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 6px;
    padding: 0px 25px;
    margin-right: 10px;
    background: #f4b70f;
}

.footer-donate-btn a:hover {
    background: transparent;
    color: #f4b70f;
}

.footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 80px;
    left: 0;
    background: url(../images/bg-shape-footer.png) no-repeat;
    background-position: center center;
    z-index: -1;
}

.copyright {
    padding: 10px 0;
    text-align: center;
}

.copyright-content p {
    color: #707070;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: normal;
    padding: 0;
    margin: 0;
}

/* ==================== // FOOTER SECTION CSS END // =============== */
/* ==================== // TAKE ACTION SECTION CSS START // =============== */
.take-action {
    margin: 0;
    padding: 120px 0;
    ;
    background-image: url(../images/tale-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.take-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 58, 0.8);
    z-index: -1;
}

.take-action-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 580px;
    margin: auto;
}

.take-action-wrapper h3 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.take-action-wrapper p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Barlow';
    padding-bottom: 25px;
}

.take-action-wrapper a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #f4b70f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 6px;
    padding: 0px 25px;
    margin-right: 10px;
    background: #f4b70f;
}

.take-action-wrapper a:hover {
    background: transparent;
    color: #f4b70f;
}

/* ==================== // TAKE ACTION SECTION CSS END // =============== */
/** ================== // ERROR (404) PAGE CSS START // ========== **/
.error-page-cover {
    text-align: center;
    padding: 60px 0 80px;
}

.error-page-content {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 15px;
}

.error-page-content h1 {
    color: #FF0000;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px;
}

.error-page-content h2 {
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.error-page-content p {
    margin-bottom: 30px;
}

.error-page-content .btn-red {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 75px;
    padding: 0px 25px;
}

.error-page-content .btn-red:hover {
    background: transparent;
    color: #f4b70f;
}

/** ================== // ERROR (404) PAGE CSS END // ============ **/


.PaymentButton--dark.svelte-ekc7fv.svelte-ekc7fv {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    min-height: auto;
    border-radius: 75px !important;
    margin: 10px 0 0px;
    width: auto;
    background: #000 !important;
    font-family: Montserrat, sans-serif !important;
        border: 2px solid #000 !important;
}
.PaymentButton--dark.svelte-ekc7fv.svelte-ekc7fv:hover {
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}
.PaymentButton--dark.svelte-ekc7fv.svelte-ekc7fv:hover path {
    fill: #000;
}


.footer-info {
    text-align: center;
}

.footer-info ul.footer-scoial {
    justify-content: center;
}
.footer-info.foote-about-info {
    text-align: left;
}

.footer-donate-btn a {
    margin-right: 0;
}
