/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- General Variables
03- General Styling
    03.1- Paddings
    03.2- Margins
    03.3- Overlap
    03.4- Default Colors
    03.5- Gradient Colors
    03.6- Background Shape
    03.7- Z Index
    03.8- Container
    03.9- Wide Sec
    03.10- Column Gap
    03.11- Fonts Typography 
    03.12- Parallax Background
    03.13- Background Layer
    03.14- Opacity
    03.15- Iframe
    03.16- Width
    03.17- Cross Browser Compatibility
    03.18- Border Radius
    03.19- Particles
    03.20- Animations
    03.21- Slick Arrow
    03.22- Slick Dots
    03.23- Social Media
04- Page Loader Style
05- Header Styles
    05.1- Dropdown
    05.2- Header Search
    05.3- Header Style 1
    05.4- Header Style 2
    05.5- Header Style 3
06- Sticky Header
07- Responsive Header
    07.1- Responsive Menu
08- Theme Button

===================================================== ***/

@font-face {
    font-family: "GraphikRegular";
    src: local("Trickster"), url("/assets/fonts/Graphik/GraphikRegular.otf") format("opentype"), url("/assets/fonts/Graphik/GraphikRegular.woff") format("woff"), url("/assets/fonts/Graphik/GraphikRegular.woff2") format("woff2"), url("/assets/fonts/Graphik/GraphikRegular.ttf") format('truetype'), url("/assets/fonts/Graphik/GraphikRegular.svg#GraphikRegular") format('svg');
}

@font-face {
    font-family: "GraphikMedium";
    src: local("Trickster"), url("/assets/fonts/Graphik/GraphikMedium.otf") format("opentype"), url("/assets/fonts/Graphik/GraphikMedium.woff") format("woff"), url("/assets/fonts/Graphik/GraphikMedium.woff2") format("woff2"), url("/assets/fonts/Graphik/GraphikMedium.ttf") format('truetype');
}


/*===== Fonts =====*/
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,400;1,100&display=swap);

/*=== Niveau Grotesk ===*/
@font-face {
    font-family: 'Niveau Grotesk Regular';
    src: local('Niveau Grotesk Regular'), local('Niveau-Grotesk-Regular'),
    url('../fonts/NiveauGroteskRegular.woff2') format('woff2'),
    url('../fonts/NiveauGroteskRegular.woff') format('woff'),
    url('../fonts/NiveauGroteskRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Niveau Grotesk Light';
    src: local('Niveau Grotesk Light'), local('Niveau-Grotesk-Light'),
    url('../fonts/NiveauGroteskLight.woff2') format('woff2'),
    url('../fonts/NiveauGroteskLight.woff') format('woff'),
    url('../fonts/NiveauGroteskLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



/*===== General Variables =====*/
:root {
    --color1: #454545;
    --color2: #202020;
    --color3: #878787;
    --color4: #ff3804;
    --color5: #aa1429;
    --color6: #e9e9e9;
    --color7: #f3f3f3;
    --color-white: white;
    --color8: #282828;
    --black-color: #000000;
    --white-color: #ffffff;
    --behance: #131418;
    --facebook: #3b5999;
    --twitter: #55acee;
    --linkedin: #0077B5;
    --skype: #00AFF0;
    --vimeo: #1ab7ea;
    --tumblr: #34465D;
    --yahoo: #410093;
    --instagram: #e4405f;
    --dribbble: #ea4c89;
    --flickr: #ff0084;
    --pinterest: #bd081c;
    --youtube: #cd201f;
    --reddit: #ff5700;
    --rss: #f26522;
    --whatsapp: #25D366;
    --medium: #02b875;
    --transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
    --transition2: all .3s linear;
    --curve3: 3px;
    --curve5: 5px;
    --curve10: 10px;
    --curve15: .9375rem;
    --curve20: 1.25rem;
    --Niveau-Grotesk-Light: GraphikRegular;
    --Niveau-Grotesk-Regular: GraphikRegular;
    --Bebas-Neue: Bebas Neue;
    --GraphikRegular: GraphikRegular;
    --Roboto: Roboto;
}

.bg-color1 {
    background-color: var(--color1);
}

.bg-color2 {
    background-color: var(--color2);
}

.bg-color3 {
    background-color: var(--color3);
}

.bg-color4 {
    background-color: var(--color4);
}

.bg-color5 {
    background-color: var(--color5);
}

.bg-color6 {
    background-color: var(--color6);
}

.bg-color7 {
    background-color: var(--color7);
}

.bg-color8 {
    background-color: var(--color8);
}

.text-color1 {
    color: var(--color1);
}

.text-color2 {
    color: var(--color2);
}

.text-color3 {
    color: var(--color3);
}

.text-color4 {
    color: var(--color4);
}

.text-color5 {
    color: var(--color5);
}

.text-color6 {
    color: var(--color6);
}

.text-color7 {
    color: var(--color7);
}

.text-color8 {
    color: var(--color8);
}

strong {
    font-weight: 600;
}

/*===== General Styling =====*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

body {
    margin: 0;
    /*font-family: var(--Niveau-Grotesk-Regular);*/
    position: relative;
    width: 100%;
    max-width: 100%;
    color: var(--color1);
    font-weight: 400 !important;
    font-size: 1.0625rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color2);
    font-family: var(--GraphikRegular);
    /*font-weight: 400;*/ 
    margin: 0;
    letter-spacing: .3px;
}

h1 {
    font-size: 4.25rem;
    line-height: 1.3;
}

h2 {
    font-size: 3.75rem;
    line-height: 1.2;
}


/*h3{}
h4{}
h5{}
h6{}*/
p {
    line-height: 1.875rem;
    font-size: 1.1rem;
    margin: 0;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    line-height: 1.875rem;
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
ins {
    text-decoration: none;
    outline: none;
}

input,
textarea,
select,
button {
    border: 0;
}

button,
input[type="submit"],
.fileContainer,
input[type="file"] {
    cursor: pointer;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
.btn.focus,
.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
    border-color: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea {
    resize: none;
}

main,
section,
footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative;
    width: 100%;
}

/*=== Paddings ===*/
.pt-10 {
    padding-top: 0.625rem;
}

.pb-10 {
    padding-bottom: 0.625rem;
}

.pt-20 {
    padding-top: 1.25rem;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.pt-40 {
    padding-top: 2.5rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.pb-50 {
    padding-bottom: 3.125rem;
}

.pt-55 {
    padding-top: 3.4375rem;
}

.pb-55 {
    padding-bottom: 3.4375rem;
}

.pt-60 {
    padding-top: 3.75rem;
}

.pb-60 {
    padding-bottom: 3.75rem;
}

.pt-65 {
    padding-top: 4.0625rem;
}

.pb-65 {
    padding-bottom: 4.0625rem;
}

.pt-70 {
    padding-top: 4.375rem;
}

.pb-70 {
    padding-bottom: 4.375rem;
}

.px-70 {
    padding: 0 4.375rem;
}

.pt-75 {
    padding-top: 4.6875rem;
}

.pb-75 {
    padding-bottom: 4.6875rem;
}

.pt-80 {
    padding-top: 5rem;
}

.pb-80 {
    padding-bottom: 5rem;
}

.pt-85 {
    padding-top: 5.3125rem;
}

.pb-85 {
    padding-bottom: 5.3125rem;
}

.pt-90 {
    padding-top: 5.625rem;
}

.pb-90 {
    padding-bottom: 5.625rem;
}

.pt-100 {
    padding-top: 6.25rem;
}

.pb-100 {
    padding-bottom: 6.25rem;
}

.pt-110 {
    padding-top: 6.875rem;
}

.pb-110 {
    padding-bottom: 6.875rem;
}

.pt-120 {
    padding-top: 7.5rem;
}

.pb-120 {
    padding-bottom: 7.5rem;
}

.pt-130 {
    padding-top: 8.125rem;
}

.pb-130 {
    padding-bottom: 8.125rem;
}

.pt-135 {
    padding-top: 8.4375rem;
}

.pb-135 {
    padding-bottom: 8.4375rem;
}

.pt-140 {
    padding-top: 8.75rem;
}

.pb-140 {
    padding-bottom: 8.75rem;
}

.pt-150 {
    padding-top: 9.375rem;
}

.pb-150 {
    padding-bottom: 9.375rem;
}

.pt-155 {
    padding-top: 9.6875rem;
}

.pb-155 {
    padding-bottom: 9.6875rem;
}

.pt-160 {
    padding-top: 10rem;
}

.pb-160 {
    padding-bottom: 10rem;
}

.pt-165 {
    padding-top: 10.3125rem;
}

.pb-165 {
    padding-bottom: 10.3125rem;
}

.pt-170 {
    padding-top: 10.625rem;
}

.pb-170 {
    padding-bottom: 10.625rem;
}

.pt-180 {
    padding-top: 11.25rem;
}

.pb-180 {
    padding-bottom: 11.25rem;
}

.pt-190 {
    padding-top: 11.875rem;
}

.pb-190 {
    padding-bottom: 11.875rem;
}

.pt-195 {
    padding-top: 12.1875rem;
}

.pb-195 {
    padding-bottom: 12.1875rem;
}

.pt-200 {
    padding-top: 12.5rem;
}

.pb-200 {
    padding-bottom: 12.5rem;
}

.pt-210 {
    padding-top: 13.125rem;
}

.pb-210 {
    padding-bottom: 13.125rem;
}

.pt-220 {
    padding-top: 13.75rem;
}

.pb-220 {
    padding-bottom: 13.75rem;
}

.pt-235 {
    padding-top: 14.6875rem;
}

.pb-235 {
    padding-bottom: 14.6875rem;
}

.pt-240 {
    padding-top: 15rem;
}

.pb-240 {
    padding-bottom: 15rem;
}

.pt-250 {
    padding-top: 15.625rem;
}

.pb-250 {
    padding-bottom: 15.625rem;
}

.pt-260 {
    padding-top: 16.25rem;
}

.pb-260 {
    padding-bottom: 16.25rem;
}

.pt-280 {
    padding-top: 17.5rem;
}

.pb-280 {
    padding-bottom: 17.5rem;
}

.pt-305 {
    padding-top: 19.0625rem;
}

.pb-305 {
    padding-bottom: 19.0625rem;
}

.pt-325 {
    padding-top: 20.3125rem;
}

.pb-325 {
    padding-bottom: 20.3125rem;
}

.pt-345 {
    padding-top: 21.5625rem;
}

.pb-345 {
    padding-bottom: 21.5625rem;
}

.pt-370 {
    padding-top: 23.125rem;
}

.pb-370 {
    padding-bottom: 23.125rem;
}

.pt-400 {
    padding-top: 25rem;
}

.pb-400 {
    padding-bottom: 25rem;
}

.pt-410 {
    padding-top: 25.625rem;
}

.pb-410 {
    padding-bottom: 25.625rem;
}

/*=== Margins ===*/
.mt-05 {
    margin-top: 5px;
}

.mb-05 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 0.625rem;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.mt-15 {
    margin-top: 0.9375rem;
}

.mb-15 {
    margin-bottom: 0.9375rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.mt-25 {
    margin-top: 1.5625rem;
}

.mb-25 {
    margin-bottom: 1.5625rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.mt-35 {
    margin-top: 2.1875rem;
}

.mb-35 {
    margin-bottom: 2.1875rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mt-45 {
    margin-top: 2.8125rem;
}

.mb-45 {
    margin-bottom: 2.8125rem;
}

.mt-50 {
    margin-top: 3.125rem;
}

.mb-50 {
    margin-bottom: 3.125rem;
}

.mt-55 {
    margin-top: 3.4375rem;
}

.mb-55 {
    margin-bottom: 3.4375rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.mt-65 {
    margin-top: 4.0625rem;
}

.mb-65 {
    margin-bottom: 4.0625rem;
}

.mt-70 {
    margin-top: 4.375rem;
}

.mb-70 {
    margin-bottom: 4.375rem;
}

.mt-80 {
    margin-top: 5rem;
}

.mb-80 {
    margin-bottom: 5rem;
}

.mt-90 {
    margin-top: 5.625rem;
}

.mb-90 {
    margin-bottom: 5.625rem;
}

.mt-100 {
    margin-top: 6.25rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.mt-110 {
    margin-top: 6.875rem;
}

.mb-110 {
    margin-bottom: 6.875rem;
}

.mt-120 {
    margin-top: 7.5rem;
}

.mb-120 {
    margin-bottom: 7.5rem;
}

/*=== Default Colors ===*/
.bg-black {
    background-color: var(--black-color);
}

.bg-white {
    background-color: var(--white-color);
}

.text-black {
    color: var(--black-color);
}

.text-white {
    color: var(--white-color);
}

/*=== Z Index ===*/
.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.z-1 {
    z-index: -1;
}

.z-2 {
    z-index: -2;
}

.z-3 {
    z-index: -3;
}

.z-4 {
    z-index: -4;
}

.z-5 {
    z-index: -5;
}

/*=== Container ===*/
.container {
    padding: 0;
}

.custom-container {
    padding: 0 7.6875rem;
    width: 100%;
}

@media (max-width: 650px) {
    .custom-container {
        padding: 0 0rem;
        width: 100%;
    }
}
@media (max-width: 1250px) { 
    .custom-container {
        padding: 0 1rem;
        width: 100%;
    }
}


/*=== Column Gap ===*/
.mrg {
    margin: 0;
}

.mrg div[class^="col"] {
    padding: 0;
}

.mrg .row:not(.mrg) div[class^="col"] {
    padding: 0 .9375rem;
}

.mrg2 {
    margin: 0 -1px;
}

.mrg2 div[class^="col"] {
    padding: 0 1px;
}

.mrg5 {
    margin: 0 -0.15625rem;
}

.mrg5 div[class^="col"] {
    padding: 0 0.15625rem;
}

.mrg6 {
    margin: 0 -0.1875rem;
}

.mrg6 div[class^="col"] {
    padding: 0 0.1875rem;
}

.mrg15 {
    margin: 0 -0.46875rem;
}

.mrg15 div[class^="col"] {
    padding: 0 0.46875rem;
}

.mrg20 {
    margin: 0 -0.625rem;
}

.mrg20 div[class^="col"] {
    padding: 0 0.625rem;
}

.mrg40 {
    margin: 0 -1.25rem;
}

.mrg40 div[class^="col"] {
    padding: 0 1.25rem;
}

.mrg45 {
    margin: 0 -1.40625rem;
}

.mrg45 div[class^="col"] {
    padding: 0 1.40625rem;
}

.mrg50 {
    margin: 0 -1.5625rem;
}

.mrg50 div[class^="col"] {
    padding: 0 1.5625rem;
}

.mrg60 {
    margin: 0 -1.875rem;
}

.mrg60 div[class^="col"] {
    padding: 0 1.875rem;
}

.mrg70 {
    margin: 0 -2.1875rem;
}

.mrg70 div[class^="col"] {
    padding: 0 2.1875rem;
}

.mrg80 {
    margin: 0 -2.1875rem;
}

.mrg80 div[class^="col"] {
    padding: 0 2.1875rem;
}

.mrg30 {
    margin: 0 -0.9375rem;
}

.mrg30 div[class^="col"] {
    padding: 0 0.9375rem;
}

.mrg10 {
    margin: 0 -0.3125rem;
}

.mrg10 div[class^="col"] {
    padding: 0 0.3125rem;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide div[class^="col"] {
    flex: 0 0 100%;
    max-width: 100%;
}

/*=== Fonts Typography ===*/
.font-weight-hairline {
    font-weight: 100 !important;
}

.font-weight-thin {
    font-weight: 200 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-extrabold {
    font-weight: 800 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

.font-style-italic {
    font-style: italic;
}

.font-style-normal {
    font-style: normal;
}

.letter-spacing-initial {
    letter-spacing: initial !important;
}

.text-transform-initial {
    text-transform: initial !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: end !important;
}

.text-initial {
    text-align: initial !important;
}

.text-justify {
    text-align: justify !important;
}

.text-start {
    text-align: start !important;
}

/*=== Position ===*/
.position-static {
    position: static !important;
}

.position-sticky {
    position: sticky !important;
}

.position-fixed {
    position: fixed !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

/*=== Overflow ===*/
.overflow-hidden {
    overflow: hidden !important;
}

/*=== Parallax Background ===*/
.fixed-bg,
.parallax-bg {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.fixed-bg {
    background-attachment: scroll;
    background-size: cover;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: contain;
}

.back-post-cntrbtm-norpet {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-norepeate {
    background-repeat: no-repeat;
}

.back-size-cont {
    background-size: contain;
}

.back-size-cover {
    background-size: cover;
}

.back-post-tp {
    background-position: top;
}

.back-post-cntrbtm {
    background-position: center bottom;
}

.back-post-lftcntr {
    background-position: left center;
}

.back-post-cntr {
    background-position: center;
}

.fixed-bg.patern-bg,
.parallax-bg.patern-bg {
    background-size: initial;
}

.fixed-bg.bg-no-repeate {
    background-size: initial;
    background-repeat: no-repeat;
}

.back-blend-soft-light {
    background-blend-mode: soft-light;
}

.back-blend-difference {
    background-blend-mode: difference;
}

.back-blend-screen {
    background-blend-mode: screen;
}

.back-blend-multiply {
    background-blend-mode: multiply;
}

.back-blend-lighten {
    background-blend-mode: lighten;
}

/*=== Background Layer ===*/
.black-layer:before,
.white-layer:before,
.gray-layer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.black-layer:before {
    background-color: var(--black-color);
}

.white-layer:before {
    background-color: var(--white-color);
}

.gray-layer:before {
    background-color: var(--color7);
}

/*=== Opacity ===*/
.opc1:before {
    opacity: .1;
}

.opc15:before {
    opacity: .15;
}

.opc2:before {
    opacity: .2;
}

.opc25:before {
    opacity: .25;
}

.opc3:before {
    opacity: .3;
}

.opc35:before {
    opacity: .35;
}

.opc4:before {
    opacity: .4;
}

.opc45:before {
    opacity: .45;
}

.opc5:before {
    opacity: .5;
}

.opc55:before {
    opacity: .55;
}

.opc6:before {
    opacity: .6;
}

.opc65:before {
    opacity: .65;
}

.opc7:before {
    opacity: .7;
}

.opc75:before {
    opacity: .75;
}

.opc8:before {
    opacity: .8;
}

.opc85:before {
    opacity: .85;
}

.opc87:before {
    opacity: .87;
}

.opc9:before {
    opacity: .9;
}

.opc93:before {
    opacity: .93;
}

.opc95:before {
    opacity: .95;
}

.opc97:before {
    opacity: .97;
}

.opc98:before {
    opacity: .98;
}

.opc99:before {
    opacity: .99;
}

/*=== Iframe ===*/
iframe,
video {
    border: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}

/*=== Image ===*/
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.img-fluid {
    max-width: 100% !important;
}

/*=== Width ===*/
.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

/*=== Cross Browser Compatibility ===*/
i,
a,
img,
svg,
input,
button,
textarea,
:before,
:after,
label,
span,
nav ul li,
nav ul ul,
.megamenu-wrap,
.post-info,
.post-info > *,
header,
.logo,
.res-menu,
.testi-item2,
.testi-item2 > *,
.megamenu-img,
.popup-wrap,
.social-signup-panel,
.donate-mega-menu,
.newsletter-popup-wrap {
    -webkit-transition: var(--transition2);
    transition: var(--transition2);
}


a {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

/*a i,
button i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}*/

/*=== Border Radius ===*/
.brd-rd20 {
    -webkit-border-radius: var(--curve20);
    border-radius: var(--curve20);
}

.brd-rd10 {
    -webkit-border-radius: var(--curve10);
    border-radius: var(--curve10);
}

.brd-rd15 {
    -webkit-border-radius: var(--curve15);
    border-radius: var(--curve15);
}

.brd-rd5,
.testi-item,
nav ul ul.children,
.theme-btn,
.newsletter input,
.newsletter button,
.social-links > a,
.field-box > input,
.field-box > select,
.field-box > textarea,
.field-upload-box,
.radio-box > input + label,
.signature-box canvas,
.member-img,
.cont-info-box,
.plan-box3,
.contribute-box > a,
.contribute-box > input,
.contribute-box > select,
.testi-img2,
.testi-cont,
.social-links3 > a,
.social-links3 span > a,
.part-box,
.res-menu-btn .bar,
.page-content-block,
.table-wrap,
.testi-wrap2,
.post-box {
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
}

.brd-rd3 {
    -webkit-border-radius: var(--curve3);
    border-radius: var(--curve3);
}

/*=== Animations ===*/

/*== Spin ==*/
.spin-anim {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=== Scroll ===*/
.bg-scrollVertical {
    -webkit-animation: scrollVertical 70s linear infinite;
    animation: scrollVertical 70s linear infinite;
}

.bg-scrollHorizontal {
    -webkit-animation: scrollHorizontal 70s linear infinite;
    animation: scrollHorizontal 70s linear infinite;
}

@-webkit-keyframes scrollVertical {
    100% {
        background-position: 0px -3000px;
    }
}

@keyframes scrollVertical {
    100% {
        background-position: 0px -3000px;
    }
}

@-webkit-keyframes scrollHorizontal {
    100% {
        background-position: -3000px 0px;
    }
}

@keyframes scrollHorizontal {
    100% {
        background-position: -3000px 0px;
    }
}

/*=== Social Media Colors Style ===*/
.facebook-text {
    color: var(--facebook);
}

.flipboard-text {
    color: red;
}

.email-text {
    color: lightskyblue;
}

.print-text {
    color: gray;
}

.twitter-text {
    color: var(--twitter);
}

.linkedin-text {
    color: var(--linkedin);
}

.facebook-text svg {
    fill: var(--facebook);
}

.twitter-text svg {

}

.linkedin-text svg {
    fill: var(--linkedin);
}


/*===== Theme Style =====*/

/*===== Header Style =====*/
header {
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding-top: 1.875rem;
}

.headerInner {
    position: relative;
}

.headerInner .logo {
    flex: 0 0 17rem;
    max-width: 17rem;
}

.logo h1 {
    font-size: initial;
}

.headerInner .logo a {
    display: block;
}

.headerInner .logo img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

nav ul {
    padding-left: 0;
    list-style: none;
}

nav ul li {
    font-family: var(--GraphikRegular) !important;
    font-size: 1.125rem;
    /*position: relative;*/
}

nav > ul {
    display: inline-flex;
    flex-wrap: wrap;
}

nav > ul > li {
    font-size: 1.25rem;
    color: var(--white-color);
    margin-right: 2.8rem;
}

nav > ul > li:hover > a,
nav > ul > li a:focus {
    color: var(--color3);
}

/*=== Dropdown Style ===*/
nav > ul > li.menu-item-has-children {
    padding-right: 1rem;
}

/*nav > ul > li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--white-color);
  top: 12px;
}*/
nav ul ul.children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 13.75rem;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    padding: 10px 0;
}

nav ul ul.children li {
    font-size: 1rem;
    letter-spacing: .7px;
    color: var(--color2);
}

nav ul ul.children li + li {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

nav ul ul.children li a {
    display: block;
    padding: 10px 1rem;
}

nav ul ul.children li:hover > a {
    color: var(--color3);
}

nav ul > li.menu-item-has-children:hover > ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*=== Megamenu Style ===*/
.megamenu-wrap {
    max-width: 70rem;
    min-width: 70rem;
    position: absolute;
    padding-top: .9375rem;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
}

.megamenu-wrap.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.megamenu-wrap.right {
    left: auto;
    right: 0;
}

nav ul > li.menu-item-has-children:hover > .megamenu-wrap,
nav ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.megamenu-wrap > div.row {
    background-color: var(--white-color);
}

.megamenu-imgs {
    background-size: cover;
    background-position: center;
    min-height: 24rem;
}

.megamenu-img {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.megamenu-img.show {
    opacity: 1;
    visibility: visible;
}

.megamenu-content {
    padding: 1.875rem;
}

.megamenu-top {
    margin-bottom: -.9375rem;
}

.megamenu-top > h3 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.megamenu-content-inner {
    margin: 0 -10px;
}

.megamenu-dropdown {
    margin-top: 1.875rem;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    min-height: 9.375rem;
}

.megamenu-dropdown > ul li {
    color: var(--color2);
    line-height: 1.2;
    font-size: 1rem;
    font-family: var(--Roboto);
}

.megamenu-dropdown > ul li a {
    display: block;
    position: relative;
    padding-left: 1.5rem;
}

.megamenu-dropdown > ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 12px;
    background-color: var(--color3);
    top: 9px;
}

.megamenu-dropdown > ul li a:hover:before,
.megamenu-dropdown > ul li a:focus:before {
    left: 6px;
}

.megamenu-dropdown > ul li + li {
    margin-top: 12px;
}

/*.megamenu-dropdown + .megamenu-quote {
  flex: 0 0 16.25rem;
  max-width: 16.25rem;
  margin-left: 1.25rem;
}*/
.megamenu-quote {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.25rem;
}

.megamenu-quote blockquote {
    position: relative;
    color: var(--color2);
    margin: 0;
    font-size: 1.3rem;
    font-weight: 100;
    font-style: italic;
    font-family: var(--Roboto);
    line-height: 1.4;
    padding: 10px 0 0 1.5rem;
}

.megamenu-quote blockquote:before {
    content: "";
    position: absolute;
    height: 2rem;
    width: 2rem;
    background-image: url(../images/quote.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.megamenu-quote blockquote > p {
    font-size: inherit;
}

.megamenu-quote blockquote cite {
    font-family: var(--GraphikRegular);
    font-size: 1.25rem;
    padding-left: 1.5rem;
    position: relative;
    margin-top: 1rem;
    display: block;
    font-style: normal;
}

.megamenu-quote blockquote cite:before {
    content: "";
    height: 2px;
    width: 1.15rem;
    background-color: var(--color3);
    position: absolute;
    top: 13px;
    left: 0;
}

/*=== Sticky Header Style ===*/
body.sticky header {
    background: rgba(0, 0, 0, .8);
    padding: .9375rem 0;
}

body.sticky nav > ul > li {
    font-size: 1.125rem;
}

body.sticky .headerInner .logo {
    flex: 0 0 12rem;
    max-width: 12rem;
}

body.sticky header .theme-btn {
    padding: 10px 2.5rem;
    font-size: 1.0625rem;
    min-width: 5rem;
}

/*=== Responsive Header Style ===*/
.res-header {
    display: none;
}

.res-header-topbar {
    background-color: var(--color-white);
    padding: .9375rem 0;
}

.res-header-topbar-inner .logo {
    flex: 0 0 12rem;
    max-width: 12rem;
}

/*.res-header-topbar-inner .logo img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
*/
.res-menu-btns > * + * {
    margin-left: 1.25rem;
}

.res-menu-btns .theme-btn {
    padding: 10px 2rem;
    font-size: 1rem;
}

.res-menu-btn {
    width: 1.875rem;
    height: 1.5rem;
    position: relative;
}

.res-menu-btn .bar {
    padding: 0;
    width: 1.875rem;
    height: 2px;
    background-color: #000000;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.res-menu-btn.bar1 {
    top: 0;
}

.res-menu-btn.bar2,
.res-menu-btn.bar3 {
    top: 13.5px;
}

.res-menu-btn.bar3 {
    right: 0;
}

.res-menu-btn.bar4 {
    bottom: 0;
}

.res-menu-btn .bar4 {
    top: 10.5px;
}

.res-menu-btn .bar5 {
    bottom: 0px;
}

.res-menu-btn .bar {
    -webkit-transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.res-menu-btn .bar2 {
    width: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 13.5px;
    top: 12px;
}

.res-menu-btn .bar3 {
    width: 1px;
    left: 13.5px;
    top: 12px;
}

.res-menu-btn.active > .bar1 {
    top: 13.5px;
    background-color: transparent;
}

.res-menu-btn.active > .bar2 {
    left: 0px;
    width: 1.875rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.res-menu-btn.active > .bar3 {
    left: 0;
    width: 1.875rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.res-menu-btn.active > .bar4 {
    background-color: transparent;
}

.res-menu-btn.active > .bar5 {
    bottom: 13.5px;
    background-color: transparent;
}

.res-menu {
    position: fixed;
    left: -20rem;
    z-index: 9999;
    top: 0;
    max-width: 20rem;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    padding: 4rem 1.25rem;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

body.slidein .res-menu {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.res-menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

.res-menu ul + a {
    margin-top: 1.875rem;
}

.res-menu ul li {
    width: 100%;
    position: relative;
    font-family: var(--GraphikRegular);
    font-size: 1.125rem;
    margin: 10px 0;
}

.res-menu ul li.menu-item-has-children {
    padding-right: 1.5rem;
}

.res-menu ul li.menu-item-has-children > svg {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.5rem;
    width: 1.5rem;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
}

.res-menu ul li a {
    display: block;
}

.res-menu ul li.menu-item-has-children.active > svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.res-menu > ul > li {
    font-size: 1.5rem;
}

.res-menu > ul > li {
    margin: 1.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 1rem;
}

.res-menu ul ul {
    display: none;
    padding-left: 1.5rem;
}

.res-menu ul li.menu-item-has-children.active > a {
    color: var(--color3);
}

/*===== Theme Button Style =====*/
.theme-btn {
    display: inline-block !important;
    padding: 12px 2.3rem;
    color: #fff;
    font-family: var(--GraphikRegular);
    font-size: 1.25rem;
    background-color: var(--color4);
    text-align: center;
    position: relative;
    letter-spacing: .75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 2px solid transparent;
}

/*.theme-btn:hover,
.theme-btn:focus {
    background-color: var(--white-color);
    color: var(--color4);
}*/

.theme-btn.v2 {
    background-color: var(--color3);
}

.theme-btn.v2:hover,
.theme-btn.v2:focus {
    background-color: var(--color1);
    color: var(--white-color);
}

.theme-btn.v3 {
    background-color: var(--white-color);
    color: var(--color1);
}

.theme-btn.v3:hover,
.theme-btn.v3:focus {
    background-color: var(--color1);
    color: var(--white-color);
}

.theme-btn.v4 {
    background-color: var(--color5);
}

.theme-btn.v4:hover,
.theme-btn.v4:focus {
    background-color: var(--white-color);
    color: var(--color5);
}

header .theme-btn {
    min-width: 10rem;
}

.theme-btn.brd-btn.v2 {
    background-color: transparent;
    border-color: var(--color3);
    color: var(--color3);
}

.theme-btn.brd-btn.v2:hover,
.theme-btn.brd-btn.v2:focus {
    background-color: var(--color3) !important;
    color: var(--white-color) !important;
}

.btns-group .theme-btn.v2:hover,
.btns-group .theme-btn.v2:focus {
    background-color: transparent;
    color: var(--color3);
    border-color: var(--color3);
}

.theme-btn.brd-btn.v3 {
    background-color: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.theme-btn.brd-btn.v3:hover,
.theme-btn.brd-btn.v3:focus {
    background-color: var(--white-color);
    color: var(--color1);
}

/*===== Featured Video Style =====*/
.feat-video-wrap {
    padding-top: 56.25%;
}

.feat-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.feat-video-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-color);
    z-index: 1;
    opacity: .4;
}

.hyperlink:hover{
    text-decoration:underline !important;
}

.feat-video-cap {
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feat-video-cap h1 {
    -webkit-text-shadow: 0 5px 1rem rgba(0, 0, 0, .5);
    text-shadow: 0 5px 1rem rgba(0, 0, 0, .5);
    color: var(--white-color);
}

/*===== Who We Are Style =====*/
.who-we-are-wrap .text-box {
    padding: 2.5rem 3.75rem;
}

.text-box.text-white > * {
    color: inherit;
}

.text-box h2 + p {
    margin-top: 1rem;
}

.text-box p {
    font-size: 1.5rem;
    line-height: 1.6;
}

.text-box p a {
    color: var(--color3);
    text-decoration: underline;
}

.text-box p + a {
    margin-top: 1.875rem;
}

/*===== Section Title Style =====*/
.sec-title {
    margin: 1.25rem 0;
    z-index: 1;
}

.sec-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 4px;
    background-color: var(--black-color);
    top: 2.5rem;
}

.sec-title > h1,
.sec-title > h2 {
    background-color: var(--white-color);
    padding-right: 1.875rem;
    color: var(--black-color);
    padding: 0px 10px !important;
}

.bg-color6 .sec-title > h1,
.white-layer .sec-title > h1,
.bg-color6 .sec-title > h2,
.bg-color7 .sec-title > h2,
.white-layer .sec-title > h2 {
    background-color: var(--color-white);
}

.sec-title.rev {
    justify-content: flex-end;
}

.sec-title.rev > h1,
.sec-title.rev > h2 {
    padding: 0 0 0 1.875rem;
}

/*=== Ver Style 2 ===*/
.sec-title.v2 {
    margin-top: 3.75rem;
}

.sec-title.v2:before {
    height: 5px;
    top: 1.125rem;
}

.sec-title.v2 > h2 {
    font-size: 2.5rem;
}

/*===== Parallel Section Style =====*/
.parallel-img {
    max-width: 85%;
}

.parallel-cap-wrap {
    z-index: 1;
    top: 50%;
    right: 0;
    max-width: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.parallel-cap {
    padding: 3.75rem;
    min-height: 25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.parallel-cap.bg-color3 > p,
.parallel-cap.bg-color3 > h6,
.parallel-cap.bg-color3 > span {
    color: var(--white-color);
}

.parallel-cap > p {
    font-size: 1.3rem;
    line-height: 1.5;
}

.parallel-cap > a {
    bottom: -1.6875rem;
    position: absolute;
    left: 3.75rem;
}

.parallel-cap > p + a {
    margin-top: 3.125rem;
}

.parallel-cap > h6 {
    font-size: 1.5rem;
    margin-top: 1.7rem;
}

.parallel-cap > span {
    font-size: .9375rem;
    position: relative;
    padding-left: 1.5rem;
    margin-top: 12px;
}

.parallel-cap > span svg {
    fill: var(--color3);
    height: 1rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.parallel-cap.bg-color3 > span svg {
    fill: var(--white-color);
}

.parallel-cap.bg-color3 > span {
    opacity: .8;
}

.parallel-cap > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.parallel-sec-wrap.rev {
    justify-content: flex-end;
}

.parallel-sec-wrap.rev .parallel-cap-wrap {
    left: 0;
    right: auto;
}

/*===== Posts Style =====*/
.row.mrg.slick-slider div[class^="col"] {
    padding: 0;
}

.row.mrg10.slick-slider div[class^="col"] {
    padding: 0 5px;
}

.row.mrg20.slick-slider div[class^="col"] {
    padding: 0 10px;
}

.row.slick-slider div[class^="col"] {
    padding: 0 .9375rem;
}

.row.slick-slider + .row.slick-slider {
    margin-top: 2.5rem;
}

.post-box {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 7px 1rem rgba(0, 0, 0, .10);
    box-shadow: 0 7px 1rem rgba(0, 0, 0, .10);
    margin-bottom: 0.875rem;
    overflow: hidden;
}

.post-img > a {
    display: block;
}

.post-box:hover .post-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.Padding-X0 {
    padding: 2rem 0 !important;
}

.post-info {
    padding: 2rem;
}

.post-info * {
    direction: ltr;
}

.post-info > span {
    top: -1.09375rem;
    left: 1.5625rem;
    z-index: 1;
}

.post-info > span svg:not(.bg-shp) {
    height: 2.2rem;
}

.post-info > span svg.bg-shp {
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(3);
    transform: scale(3);
    left: 0;
    top: 8px;
}

    .post-info > h4 {
        font-size: 1.875rem;
        color: var(--black-color);
        line-height: 1.1;
        min-height: 4.125rem;
        max-height: 4.125rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600 !important;
    }

.post-info > h4 + p {
    margin-top: 1.25rem;
}

.post-info > p {
    font-size: 1.25rem;
    display: inline-block;
    /*max-width: 80%;*/
    min-height: 7.5rem;
    max-height: 7.5rem;
    overflow: hidden;
}

.post-info > p + * {
    margin-top: 1.5rem;
}

.simple-link {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--color3);
    font-family: var(--GraphikRegular);
    line-height: 1;
    letter-spacing: .75px;
}

.simple-link > i {
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.simple-link > i svg {
    height: 12px;
}

.simple-link:hover,
.simple-link:focus {
    color: var(--black-color);
}

.simple-link:hover svg,
.simple-link:focus svg {
    fill: var(--black-color);
}

.post-box:hover .post-info {
    background-color: var(--color3);
    height: 100%;
}

.post-box:hover .post-info > span svg.bg-shp,
.simple-link > i svg,
.post-info > span svg:not(.bg-shp) {
    fill: var(--color3);
}

.post-box:hover .post-info .simple-link svg {
    fill: var(--black-color);
}

.post-box:hover .post-info .simple-link:hover,
.post-box:hover .post-info .simple-link:focus,
.post-box:hover .post-info > * {
    color: var(--white-color);
}

.post-box:hover .post-info .simple-link:hover svg,
.post-box:hover .post-info .simple-link:focus svg,
.post-box:hover .post-info > span svg:not(.bg-shp),
.post-info > span svg.bg-shp {
    fill: var(--white-color);
}

.post-info > h4 a:hover,
.post-info > h4 a:focus,
.post-box:hover .post-info .simple-link {
    color: var(--black-color);
}

/*===== Leadership Council Style =====*/
.parallel-sec-wrap.rev .parallel-img {
    max-width: 80%;
}

.parallel-sec-wrap.rev .parallel-cap-wrap {
    max-width: 35%;
}

.member-container {
    background: white;
    position: relative;
    top: -135px;
}
.council-member-caro {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    max-width: 40rem;
}

/*===== News & Updates Style =====*/
.news-caro {
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--black-color);
}

.news-caro > button.slick-arrow {
    position: absolute;
    background-color: transparent;
    width: auto;
    left: 0;
    max-width: initial;
    padding: 0;
    bottom: -3rem;
}

.news-caro > button.slick-arrow svg {
    height: 1rem;
    fill: var(--color1);
}

.news-caro .slick-active + .slick-active .news-box:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: var(--black-color);
    left: -.9375rem;
}
.ourwork {
    margin: 0px;
    padding: 0px !important;
    min-height: 460px;
    margin-bottom: 20px;
}

.ourwork h4 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--GraphikRegular);
    overflow: hidden;
    margin: 20px 0;
    font-weight: 600;
}
.new-post {
    background: white;
    margin: 7px;
    padding: 23px !important;
    min-height: 460px;
}

.new-post .slick-arrow {
    display: none;
}

.contactus {
    padding-top: 45px;
}

.contactus img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: right;
}
.news-box {
    position: relative;
    padding: 0 1.875rem;
}

.news-box > h4 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--GraphikRegular);
    /*max-width: 75%;*/
    overflow: hidden;
    margin: 10px 0;
    font-weight: 600;
    min-height:50px
}

    .news-box > h4 a:hover,
    .news-box > h4 a:focus {
        color: #909399;
    }

.news-box > h4 + span {
    margin-top: 8px;
}




.slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.slider-btns {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    margin: -70px;
}
.slider-prev {
    position: absolute;
    left: 0;
}

.slider-next {
    position: absolute;
    right: 0
}


    .slider-prev:hover,
    .slider-next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }



    @media (max-width: 1448px) {
        .contactus img {
            min-height: 230px;
        }
        .news-box > h4 {
            min-height: 75px;
        }
        .new-post {
            min-height: 400px;
        }
    }

.news-box > span {
    font-size: 1.125rem;
    font-family: var(--GraphikRegular);
    letter-spacing: .5px;
}

.news-box > span a:hover,
.news-box > span a:focus {
    color: var(--black-color);
}

.news-box > span + p {
    margin-top: 1rem;
}

.news-box > p {
    /* font-size: 1.25rem; */
    max-width: 85%;
    /*min-height: 11rem;*/
    max-height: 10rem;
    overflow: hidden;
    line-height: 1.6;
    font-size: 16px;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.news-wrap  .slick-prev {
    position: absolute;
    bottom: -22px;

}
.news-wrap  .slick-next {
    position: absolute;
    bottom: -22px;
    right: 0;
}
.seeallnews {
    text-decoration: none;
text-align: center;
margin: auto;
width: 100%;
font-size: 17px;
color: black;
}
.news-box > p + a {
    margin-top: 1.875rem;
}

.news-caro .slick-list {
    margin: 0 -1.875rem;
}

.news-caro > button.slick-next {
    left: 3rem;
}

.news-caro > button.slick-arrow:hover svg,
.news-caro > button.slick-arrow:focus svg {
    fill: var(--color3);
}

.news-btn {
    display: inline-block;
    text-decoration: underline;
    font-family: var(--GraphikRegular);
    color: var(--black-color);
    font-size: 1.5rem;
}

.news-btn:hover,
.news-btn:focus {
    color: var(--color3);
    text-decoration: underline !important;
}

/*===== Partners Section Style =====*/
.parallel-img.bg-scrollVertical {
    min-height: 50rem;
    background-size: cover;
    width: 100%;
}

.parallel-img.bg-scrollVertical:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-color);
    opacity: .5;
}

/*===== Testimonials Style =====*/
.testi-wrap {
    margin-bottom: -1.875rem;
}

.testi-wrap .testi-item {
    margin-bottom: 1.875rem;
}

.testi-item > a {
    display: block;
}

.testi-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--black-color);
    opacity: 0;
    z-index: 1;
}

.testi-item:hover > a:before {
    opacity: .2;
}

.testi-item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.testi-item i {
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .3;
}

.testi-item > a:hover i,
.testi-item > a:focus i {
    opacity: 1;
}

.testi-item i svg {
    height: 5rem;
    fill: var(--white-color);
}

/*.testi-item > a:hover i svg {fill: var(--color3);}*/
.testi-caro .slick-dots {
    padding-left: 0;
    list-style: none;
    margin: 1.25rem 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.testi-caro .slick-dots li {
    margin: 0 3px;
    line-height: 1;
    font-size: 0;
    color: transparent;
    padding-left: 0;
}

.testi-caro .slick-dots li:before {
    display: none;
}

.testi-caro .slick-dots li button {
    font-size: 0;
    background-color: var(--color1);
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    font-size: 0;
    opacity: .5;
}

.testi-caro .slick-dots li.slick-active button,
.testi-caro .slick-dots li button:hover,
.testi-caro .slick-dots li button:focus {
    opacity: 1;
}

/*===== Footer Style =====*/
.widget {
    margin-bottom: 2.5rem;
}

.widget p {
    font-family: var(--Roboto);
    line-height: 1.3;
    max-width: 90%;
}

.widget ul {
    padding-left: 0;
    list-style: none;
}

.widget ul.contact-info li {
    font-family: var(--Roboto);
    position: relative;
    padding-left: 1.875rem;
}

.widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 1px;
}

.widget ul.contact-info li i svg {
    height: 1.125rem;
}

.bg-color8 .widget ul.contact-info li i svg {
    fill: var(--white-color);
}

.widget ul.contact-info li + li {
    margin-top: 1.25rem;
}

.widget ul li:hover > a,
.widget ul li a:focus {
    color: var(--color3);
}

.bg-color8 .widget ul li,
.bg-color8 .widget p {
    color: #d4d4d4;
}

.widget ul li {
    line-height: 1.3;
    font-family: var(--Roboto);
}

.widget ul li + li {
    margin-top: 10px;
}

.widget h4 {
    font-size: 1.3125rem;
    font-family: var(--Roboto);
    margin-bottom: 1.0625rem;
}

.bg-color8 .widget h4 {
    color: #fff;
}

.widget .logo {
    display: block;
}

.widget p + ul {
    margin-top: 1.25rem;
}

.widget .logo + p {
    margin-top: 1.25rem;
}

.newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter input {
    height: 3rem;
    padding: 10px 1.25rem;
    width: 100%;
    margin-bottom: 10px;
}

/*.newsletter input[type="email"] {
    flex: 0 0 calc(100% - 3.75rem);
    max-width: calc(100% - 3.75rem);
}*/

.newsletter input::-webkit-input-placeholder {
    color: #fff;
}

.newsletter input::-moz-placeholder {
    color: #fff;
}

.newsletter input:-ms-input-placeholder {
    color: #fff;
}

.newsletter input:-moz-placeholder {
    color: #fff;
}

.newsletter button {
    background-color: var(--white-color);
    color: var(--black-color);
    font-family: var(--GraphikRegular);
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
    margin-bottom: 10px;
    padding: 0;
}

.newsletter button {
    margin-top: 5px;
}

.newsletter label.error {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0 12px;
    display: block;
}

.newsletter.processing button {
    width: 8rem !important;
}

/*.newsletter.processing input[type="email"] {
    flex: 0 0 calc(100% - 8.625rem);
    max-width: calc(100% - 8.625rem);
}*/

.widget p + form,
.widget form + ul {
    margin-top: 1.875rem;
}

.bg-color8 .newsletter input {
    background-color: #868686;
    color: #fff;
}

/*.newsletter button:hover,
.newsletter button:focus {
    background-color: var(--color3);
    color: var(--white-color);
}*/

.associates-logo {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
    min-height: 6.3125rem;
    background-position: left center;
    background-size: cover;
}

.bottom-bar {
    padding: 0 0 2.5rem 0;
}

.social-links > a {
    display: inline-flex;
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    height: 2.5rem;
    width: 2.5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-links > a + a {
    margin-left: 5px;
}

.social-links > a i {line-height: 1;}

.social-links > a svg {
    fill: var(--white-color);
    height: 1.25rem;
}



.bottom-bar p {
    color: #d2d2d2;
    font-family: var(--Roboto);
    font-size: 14px;
}

.bottom-bar p a:hover,
.bottom-bar p a:focus {
    color: var(--color3);
}

.bottom-links {
    padding-left: 0;
    list-style: none;
}

.bottom-links > li {
    color: #d2d2d2;
}

.bottom-links > li + li:before {
    content: "|";
    margin: 0 5px;
}

.bottom-links > li a:hover,
.bottom-links > li a:focus {
    color: var(--color3);
}

/*===== Top Right Tip Style =====*/
.qr-area-wrap {
    cursor: pointer;
}

.qr-area-wrap > span {
    color: #01c853;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: center;
    width: 2rem;
    line-height: 2.5rem;
    font-family: var(--GraphikRegular);
    font-size: 1.5rem;
    cursor: pointer;
}

.qr-area-wrap:hover > span {
    opacity: 0;
    visibility: hidden;
}

.qr-area > img {
    max-height: 10rem;
    width: 10rem;
    z-index: 2;
    position: absolute;
    right: 0;
    opacity: 0;
}

.qr-area-wrap:hover .qr-area > img,
.qr-area-wrap:hover .qr-area > h5 {
    opacity: 1;
}

.qr-area > h5 {
    z-index: 1;
    position: absolute;
    top: 10.5rem;
    right: 0;
    text-align: center;
    max-width: 10rem;
    width: 100%;
}

.qr-area-inner:before,
.qr-area-inner:after {
    background-color: #fff;
    position: absolute;
    display: block;
    z-index: 2;
    -webkit-border-top-right-radius: 60%;
    border-top-right-radius: 60%;
    width: 50%;
    height: 50%;
    content: "";
}

.qr-area-inner:before {
    
    right: 100%;
    top: 0%;
    background: -webkit-radial-gradient(-180% 200%, circle, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, .2) 100%);
    background: radial-gradient(-180% 200%, circle, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, .2) 100%);
}

.qr-area-inner:after {
    top: 100%;
    right: 0%;
    background: -webkit-radial-gradient(-250% 320%, circle, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, .2) 100%);
    background: radial-gradient(-250% 320%, circle, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, .2) 100%);
}

.qr-area-wrap {
    height: 2.5rem;
    width: 2.5rem;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
}

.qr-area-wrap:hover {
    height: 18rem;
    width: 18rem;
}

.qr-area-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 133%;
    height: 133%;
}

.qr-area:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%);
    display: block;
    width: 133%;
    height: 133%;
}

.qr-area-inner {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: -webkit-linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200, 200, 200, 0) 41%);
    background: linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200, 200, 200, 0) 41%);
    display: block;
    width: 100%;
    height: 100%;
}

.qr-area {
    width: 125%;
    position: absolute;
    display: block;
    overflow: hidden;
    -webkit-mask: -webkit-linear-gradient(45deg, transparent 49%, #000 53%);
    -webkit-mask: linear-gradient(45deg, transparent 49%, #000 53%);
    top: 0;
    right: 0;
    height: 125%;
}

.qr-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eeeef4;
}

.qr-area-wrap,
.qr-area,
.qr-area-inner {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
    transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
}

/*===== Page Title Style =====*/
.page-top-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    bottom: 0;
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
}
#hiddengrecaptcha-error{
    padding-top:15px
}

.page-title-wrap {
    margin-top: -6.25rem;
    padding: 2.5rem;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}

.page-title-wrap > h1 {
    font-size: 3.75rem;
    line-height: 1.05;
}

.page-title-wrap > span {
    margin-top: 5px;
    font-size: 1.25rem;
    color: var(--color3);
}

.page-title-wrap.v2 {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.page-title-wrap.v2 > h1 {
    font-size: 6.875rem;
    line-height: 1.1;
    color: var(--black-color);
}

/*===== Post Detail Style =====*/
.page-content {
    padding: 0 2.5rem;
}

.page-content.text-white > * {
    color: inherit;
}

.page-content p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.page-content > * + * {
    margin-top: 1.875rem;
}

.page-content h3 + *,
.page-content p + *,
.page-content ul + * {
    margin-top: 1.25rem;
}

.page-content > * + h3 {
    margin-top: 2.5rem;
}

.page-content h3,
.form-wrap h3,
.testi-wrap3 h3 {
    font-size: 2rem;
}

.page-content h4 {
    font-size: 1.5rem;
    max-width: 90%;
}

.page-content p a {
    color: var(--color3);
    text-decoration: underline;
}

.bg-color3 .page-content p a {
    color: inherit;
    font-weight: 600;
}

.page-content p a:hover,
.page-content p a:focus {
    text-decoration: none;
}

.page-content ul {
    padding-left: 1.25rem;
    list-style: none;
}

.page-content ul li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.5;
    font-size: 1.125rem;
}

.page-content ul li + li {
    margin-top: 10px;
}

.page-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--color2);
}

.page-content-block-wrap {
    margin-bottom: -1.875rem !important;
}

.page-content-block {
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    min-height: 25.625rem;
}

.page-content-block:not(.v2):not(.v3) {
    background-color: var(--color3);
    color: var(--white-color);
}

.page-content-block:not(.v2) ul li:before {
    background-color: var(--white-color);
}

.page-content-block.v2 {
    background-color: var(--color7);
}

.page-content-block > h3 {
    color: inherit;
}

.page-content-block > * + * {
    margin-top: 1.25rem;
}

/*=== Page Content Table Style ===*/
.table-wrap {
    margin: 2.5rem 0;
}

.table-wrap table {
    border-collapse: collapse;
}

.page-content table tr th,
.page-content table tr td {
    border: 0;
    padding: 1.25rem 1.875rem;
}

.page-content table tr td {
    color: var(--color2);
}

.table-wrap.v2 table tr + tr th {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.table-wrap.v2 table tr + tr td {
    border-top: 1px solid #ddd;
}

.page-content table tr th {
    text-align: initial;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .5px;
    min-width: 20rem;
}

.table-wrap.v2 {
    /*-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);*/
    overflow: hidden;
}

.table-wrap.v2 table tr th {
    background-color: var(--color3);
    color: var(--white-color);
    text-align: right;
    font-weight: 600;
}

/*.page-content table tr:nth-child(2n+1) {background-color: var(--color7);}*/
.page-content table tr:nth-child(2n) {
    background-color: #fafafa;
}

.bg-color7 .page-content table tr:nth-child(2n) {
    background-color: var(--white-color);
}

.btns-group > a {
    margin: 10px;
}

.page-content .parallel-cap-wrap,
.page-content .parallel-sec-wrap.rev.v2 .parallel-cap-wrap {
    max-width: 40%;
}

.page-content .parallel-cap-wrap .parallel-cap {
    padding: 3.125rem;
    min-height: 25rem;
}

.black-layer .page-content h3 {
    color: var(--white-color);
}

.black-layer .page-content p {
    color: var(--color6);
    opacity: .9;
}

.page-content.v2 p + h3 {
    margin-top: 3.75rem;
}

/*=== Plans Style ===*/
.plan-box {
    background-color: var(--color7);
    z-index: 1;
    padding: 2.5rem 1.875rem;
    margin-top: 2.5rem;
    -webkit-box-shadow: 0 0 1rem 5px rgba(0, 0, 0, .10);
    box-shadow: 0 0 1rem 5px rgba(0, 0, 0, .10);
}

.plan-box2 {
    margin-top: 2.5rem;
    -webkit-box-shadow: 0 0 1rem 5px rgba(0, 0, 0, .10);
    box-shadow: 0 0 1rem 5px rgba(0, 0, 0, .10);
}

.tp-lft {
    top: 0;
    left: 0;
    z-index: -1;
}

.btm-rgt {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.tg-tp-rgt {
    top: -3px;
    right: 3.125rem;
}

.str-tp-rgt {
    top: 1.875rem;
    right: 3.65rem;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.plan-box > h5 {
    font-size: 1.875rem;
}

.plan-box > h3 {
    font-size: 4.5rem;
    line-height: 1.5;
}

.col-lg-6 .plan-box {
    min-height: 23.875rem;
}

.btm-ful {
    bottom: 0;
    left: 0;
}

.plan-box > span {
    line-height: 6.75rem;
}

.plan-box > h3 + a,
.plan-box > h4 + a,
.plan-box > span + a {
    margin-top: 1.25rem !important;
}

.plan-box > h4 {
    font-size: 3.5rem;
    line-height: 1.5;
}

.col-lg-4 .plan-box > span {
    line-height: 5.25rem;
}

.col-lg-4 .plan-box {
    min-height: initial;
    padding: 2.5rem 1.875rem;
}

.col-lg-4 .plan-box .theme-btn {
    font-size: 1rem;
    padding: 9px 1.75em;
}

.plan-box.plan4 {
    -webkit-transform: scale(1.3) translateY(-3.2rem);
    transform: scale(1.3) translateY(-3.2rem);
    margin: 10.75rem 0 0;
    z-index: 2;
}

/*===== Form Wrap Style =====*/
.form-wrap {
    padding: 0 2.5rem;
}

.form-wrap > h3 {
    /*font-size: 3.75rem;
  line-height: 1.2;
  position: relative;*/
    margin-bottom: 1.875rem;
    /*text-align: end;*/
}

.black-layer .form-wrap > h3,
.black-layer .form-wrap h6 {
    color: var(--white-color);
}

/*.form-wrap > h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 10.5rem;
  height: 7px;
  background-color: #fff;
  top: 1.75rem;
}*/
.form-wrap form > label,
.form-wrap form > div > div > label,
.page-content > label {
    font-size: 1.25rem;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.form-wrap form > div + label,
.form-wrap + .page-content {
    margin-top: 3.125rem;
}

.form-wrap form > h5,
.form-wrap + .page-content > h5 {
    font-size: 1.25rem;
    margin-bottom: 6px;
}

.form-wrap form > h5 a,
.form-wrap + .page-content > h5 a {
    color: var(--color3);
}

.field-box {
    margin-bottom: 1.25rem;
}

.black-layer .field-box > input,
.black-layer .field-box > select,
.black-layer .field-box > textarea {
    background-color: var(--white-color);
}

.field-box > input,
.field-box > select,
.field-box > textarea {
    background-color: var(--color7);
    width: 100%;
    height: 3rem;
    font-size: 14px;
    color: #000000;
    padding: 10px 1.5rem;
}

.field-box > textarea,
.field-upload-box {
    height: 12rem;
}

.field-upload-box {
    border: 2px dashed #b7b7b7;
    background-color: var(--color7);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    overflow: hidden;
}

.field-upload-box > input {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}

.field-upload-box > label {
    padding: 10px 1.5rem;
    background-color: var(--color3);
    color: var(--white-color);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    font-family: var(--GraphikRegular);
    font-size: 1rem;
    border: 2px solid transparent;
}

.field-upload-box > span {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    margin-top: 1rem;
}

.field-upload-box input:hover + label,
.field-upload-box > label:hover {
    background-color: transparent;
    color: var(--color3);
    border-color: var(--color3);
}

.black-layer .form-wrap p {
    color: var(--white-color);
    opacity: .8;
}

.form-wrap form h6,
.cont-info h6 {
    font-size: 1.5rem;
    margin-top: 1.25rem;
}

.form-wrap p {
    font-size: 1rem !important;
    line-height: 1.5;
    /*max-width: 90%;*/
}

.radio-list {
    padding-left: 0;
    list-style: none;
    margin: 0 -10px 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.radio-list.contact-radio {
    margin-top: -0.9375rem;
    margin-bottom: 1rem;
}

.radio-list > li {
    padding: 0 10px;
    line-height: 1.1;
    flex: 1 0 0;
}

.radio-list.contact-radio > li {
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
}

.radio-box {
    position: relative;
    overflow: hidden;
    margin-top: 1.25rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.radio-box > input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.radio-box > input + label {
    border: 2px solid transparent;
    padding: 1rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: block;
    z-index: 1;
    position: relative;
    color: var(--white-color);
}


.TrackingStyle {
    margin-top: 2.5rem;
    max-width: 42.1875rem;
    -webkit-border-radius: 10px;
    width: 100%;
    padding-right: 10rem;
    overflow: hidden;
}


.radio-box > input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    background-color: var(--color3);
    opacity: 1;
}

.radio-box > input + label:hover:before,
.radio-box > input[type="radio"]:checked + label:before {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

.radio-box > input + label:hover,
.radio-box > input[type="radio"]:checked + label {
    color: var(--color3);
    border-color: var(--color3);
}

/*.form-wrap form img {
    max-height: 1.5rem;
    width: auto;
    margin-bottom: 10px;
}*/

.signature-box {
    position: relative;
    margin-top: .9375rem;
    max-width: 530px;
}

.signature-box div.clearButton {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.signature-box a.clearButton {
    font-size: 0;
    position: relative;
}

.signature-close,
.signature-box a.clearButton {
    display: inline-block;
    height: 1.875rem;
    width: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background-color: var(--color3);
    -webkit-border-radius: var(--curve3);
    border-radius: var(--curve3);
}

.signature-close:hover,
.signature-close:focus {
    background-color: var(--color2);
}

.signature-close svg {
    height: 12px;
    fill: var(--white-color);
}

.signature-close:before,
.signature-box a.clearButton:before {
    content: "X";
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    font-size: .9375rem;
}

.signature-box canvas {
    /*width: 100%;*/
    background-color: var(--color7);
    /*height: 10rem;*/
    /* display: block; */
    border: 1px solid #d9d7d7 !important;
}

.black-layer .signature-box canvas {
    background-color: var(--white-color);
}

.signature-box {
    margin-bottom: 1.25rem;
}

.field-btn {
    margin-top: 1.875rem;
}

.form-wrap form + .cont-info {
    margin-top: 2.5rem;
}

.cont-info > h6 + span {
    margin-top: 1.25rem;
}

.cont-info > span {
    font-size: .9375rem;
}

.cont-info > span + span {
    margin-top: .9375rem;
}

.cont-info > span svg {
    max-width: 1.2rem;
    vertical-align: middle;
    margin-right: 5px;
}

.black-layer .cont-info > span svg {
    fill: var(--white-color);
}

.black-layer .cont-info > span {
    color: var(--white-color);
}

.cont-info > span a:hover,
.cont-info > span a:focus {
    color: var(--color3);
}

.page-content p strong {
    font-weight: 400;
    font-size: 1.375rem;
}

/*===== Tabs Style =====*/
.tabs-wrap {
    margin-top: 5rem;
}

.tabs-nav {
    margin-bottom: 2.5rem;
}

.tabs-nav > ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-left: 0;
}

.tabs-nav > ul > li {
    padding-left: 0;
    font-size: 1rem;
    position: relative;
    line-height: 1.5;
    font-size: 1.125rem;
}

.tabs-nav > ul > li + li {
    margin: 0 0 0 1.875rem !important;
}

.tabs-nav > ul > li:before {
    display: none;
}

.tabs-nav > ul > li a {
    display: block;
    padding: 11.5px 0;
}

.tabs-nav > ul > li a:before {
    content: "";
    height: 2px;
    left: 0;
    right: 80%;
    background-color: var(--color3);
    position: absolute;
    bottom: -1px;
    opacity: 0;
}

.tabs-nav > ul > li a:hover:before,
.tabs-nav > ul > li a.active:before {
    opacity: 1;
    right: 0;
}

.tab-content {
    display: none;
}

.members-wrap {
    margin-bottom: -2.5rem;
}

.member-box {
    margin-bottom: 2.5rem;
}

.member-img > a {
    display: block;
}

.member-img img {
    width: 100%;
}

.member-box:hover .member-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.member-img + .member-info {
    margin-top: 1.25rem;
}

.member-info > h5 {
    font-size: 1.2rem;
    line-height: 1.1;
}

    .member-info > h5 a:hover,
    .member-info > h5 a:focus {
        /*color: var(--color3);*/
        color: #6b6b6b;
    }

.members-wrap > div.row > div.col {
    flex: 0 0 20%;
    max-width: 20%;
}

.member-info > h5 + p {
    margin-top: 5px;
}

.member-info > p {
    font-size: 1rem;
    color: var(--color3);
}

.cont-info-box {
    padding: 1.875rem 0;
    max-width: 60%;
    align-items: center;
}

.cont-info-box span.efc-date {
    flex: 0 0 100%;
    max-width: 100%;
}

.cont-info-box .cont-info-box-inner {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.875rem;
}

.cont-info-box .cont-info-box-inner + .cont-info-box-inner {
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.cont-info-box address {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
}

.cont-info-box span {
    font-size: 1rem;
    position: relative;
    line-height: 1.5;
}

/*.cont-info-box span + span {margin-top: 12px;}*/
.cont-info-box span a:hover,
.cont-info-box span a:focus {
    color: var(--color2);
}

.cont-info-box span.efc-date {
    padding-top: 12px;
    margin-top: 1.5rem;
    padding-left: 1.875rem;
}

/*.cont-info-box span.efc-date:before {
  content: "";
  height: 1px;
  width: 6.25rem;
  background-color: rgba(255,255,255,.7);
  position: absolute;
  top: 0;
}*/
.page-content .form-wrap {
    margin-top: 3.125rem;
}

.page-content .form-wrap .signature-box {
    margin-bottom: 0;
}

.page-content .form-wrap {
    padding: 0;
}

/*===== News Style =====*/
.blog-wrap {
    padding: 0 2.5rem;
}

.blog-img {
    margin-top: 1.875rem;
    max-width: 70%;
}

.blog-box {
    display: flex;
    flex-wrap: wrap;
}

.blog-box.rev {
    justify-content: flex-end;
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.blog-info {
    max-width: 25rem;
    padding: 1.875rem;
    min-height: 22rem;
    right: 2.5rem;
    top: 0;
}

.blog-box.rev .blog-info {
    right: auto;
    left: 2.5rem;
}

.blog-box + .blog-box {
    margin-top: 5rem;
}

.blog-info-inner > h3 {
    font-size: 1.375rem;
    line-height: 1.4;
}

.blog-info-inner > h3 + span {
    margin-top: 1.875rem;
}

.blog-info-inner > span {
    font-size: 1rem;
    color: #878787;
    font-weight: 600;
    padding-bottom: 20px;
}

.NewsImageContainer {
    width: 100%;
    max-width: 630px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.NewsImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s; /* Add a smooth transition effect */
}

.NewsMain:hover .NewsImage {
    transform: scale(1.03); /* Zoom the image slightly on hover */
}


.NewsMain {
    padding: 60px 0 0 0;
    /*align-items: center;*/
}
    .NewsMain:hover {
        cursor:pointer;
    }


.blog-info-inner p {
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allow text to wrap within the container */
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Adjust the number of lines to control the text truncation */
    -webkit-box-orient: vertical;
}
    .NewsMain:hover h3 a {
        color: var(--color3);
        text-decoration: underline;
    }

    .NewsMain hr {
        margin-top: 60px;
    }
    .NewsMain:hover hr {
        border-color: var(--color3);
    }


.blog-info.bg-color3 .blog-info-inner > * {
    color: var(--white-color);
}

.blog-info-inner > h3 a:hover,
.blog-info-inner > h3 a:focus,
.blog-info-inner > span a:hover,
.blog-info-inner > span a:focus {
    color: var(--color3);
}

.blog-info.bg-color3 .blog-info-inner > * a:hover,
.blog-info.bg-color3 .blog-info-inner > * a:focus {
    color: var(--color2);
}

/*=== Ver 2 ===*/
.blog-box.v2 {
    min-width: calc(100% + 46.875rem);
    margin-left: -23.4375rem;
    align-items: center;
}

.blog-box.v2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-box.v2 .blog-img {
    margin-top: 0;
}

.blog-box.v2 .blog-info {
    padding: 0 6.25rem;
}

.blog-box.v2 .blog-info .blog-info-inner {
    max-width: 22rem;
}

.load-more > a:not(.theme-btn) {
    display: inline-block;
    font-family: var(--GraphikRegular);
    font-size: 1.875rem;
    color: var(--color2);
}

.load-more > a svg {
    fill: var(--color2);
    margin-left: 10px;
    display: inline-block;
    height: 1.5rem;
}

.load-more > a:hover,
.load-more > a:focus {
    color: var(--color3);
}

.load-more > a:hover svg,
.load-more > a:focus svg {
    fill: var(--color3);
}

/*===== News Detail Style =====*/
.page-title-wrap.v3 > h1 {
    font-size: 3.125rem;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid var(--color3);
    align-items: center;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem !important;
    padding-top: 10px;
    padding-left: 0 !important;
    gap: 1.25rem;
}

.news-meta > li,
.page-content .news-meta > li {
    padding-left: 0;
    margin-top: 10px;
}

.news-meta > li:before,
.page-content .news-meta > li:before {
    display: none;
}

.social-links2 > a {
    display: inline-block;
}

.social-links2 > a + a {
    margin-left: .9375rem;
}

.social-links2 > a svg {
    height: 1.25rem;
}

.social-links2 > a:hover,
.social-links2 > a:focus {
    color: var(--color3);
}

.social-links2 > a:hover svg,
.social-links2 > a:focus svg {
    fill: var(--color3);
}

/*===== More News Style =====*/
.more-news-wrap {
    margin-top: -2.5rem;
}

.news-box2 {
    margin-top: 2.5rem;
}

.news-box2:hover .news-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-info2 {
    margin-top: -1.25rem;
    z-index: 1;
    position: relative;
}

.news-info2 > span {
    display: inline-block;
    color: var(--color3);
    font-family: var(--GraphikRegular);
    max-width: 11.5rem;
    background-color: var(--white-color);
    width: 100%;
    padding: 8px 1.5rem;
    font-size: 1rem;
    left: 0;
}

.news-info2 > span + h3 {
    margin-top: 10px;
}

.news-info2 > h3 {
    font-size: 1.25rem;
    padding: 0 1.5rem;
}

.news-info2 > h3 a:hover,
.news-info2 > h3 a:focus {
    color: var(--color3);
}

/*===== Banner Style =====*/
.banner-cap-wrap.position-absolute {
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.banner-cap.text-white > h2 {
    color: inherit;
}

.banner-wrap .banner-cap {
    max-width: 60%;
}

.banner-cap .btns-group {
    margin: 0 -10px;
}

.banner-cap > h2 + p {
    margin-top: 10px;
}

.banner-cap > p {
    display: inline-block;
    max-width: 55%;
}

.banner-cap > p + * {
    margin-top: 2rem !important;
}

.banner-cap-wrap.v2 {
    min-height: 40rem;
}

/*===== Testimonials Style =====*/
.testi-wrap2 {
    -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .03);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .03);
    padding: 1.875rem 3.125rem;
}

.testi-caro > button.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    height: 3rem;
    width: 3rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--color6);
    background-color: var(--white-color);
    padding: 0;
    z-index: 1;
    line-height: 3.3rem;
}

.testi-caro > button.slick-arrow svg {
    height: 1rem;
    opacity: .3;
}

.testi-caro > button.slick-prev {
    left: -7.5rem;
}

.testi-caro > button.slick-next {
    right: -7.5rem;
}

.testi-caro > button.slick-arrow:hover,
.testi-caro > button.slick-arrow:focus {
    border-color: var(--color3);
    background-color: var(--color3);
}

.testi-caro > button.slick-arrow:hover svg,
.testi-caro > button.slick-arrow:focus svg {
    fill: var(--white-color);
    opacity: 1;
}

.testi-item > img {
    flex: 0 0 14.0625rem;
    max-width: 14.0625rem !important;
}

.testi-item > img + .testi-item-inner {
    flex: 0 0 calc(100% - 14.0625rem);
    max-width: calc(100% - 14.0625rem);
    padding: 0 1.5rem 0 3.125rem;
}

.testi-item-inner > p {
    font-style: italic;
    font-size: 1.125rem;
}

.testi-item-inner > p strong {
    font-size: inherit;
    font-weight: 600;
}

/*===== Plans Style 3 =====*/
.plans-wrap2 {
    margin-bottom: -1.25rem;
}

.plan-box3 {
    margin-bottom: 1.875rem;
    background-color: var(--color7);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .02);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .02);
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.plan-box3:hover {
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, .1);
}

.plan-box3 > a {
    display: block;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 1;
}

.plan-box3 > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.bg-color7 .plan-box3 {
    background-color: var(--white-color);
}

.plan-box3 > a img {
    max-height: 9rem;
    width: auto;
}

.plan-box3 > a img + h4 {
    margin-top: 1rem;
}

.plan-box3 > a h4 {
    max-width: 100%;
    font-size: 1.65rem;
    font-family: var(--Niveau-Grotesk-Regular);
    font-weight: 700;
}

.plan-box3 > a h4 + span {
    margin-top: 10px;
}

.plan-box3 > a span {
    display: block;
    font-size: 4rem;
    font-family: var(--GraphikRegular);
    margin-bottom: 5px;
    margin-top: 15px;
}

.plan-box3 > a:hover span {
    color: var(--color3);
}

.plan-box3 > a span + small {
    margin-top: 7px;
}

.plan-box3 > a small {
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
}

.plan2 > a:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(223, 196, 101, .5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(223, 196, 101, .5) 100%);
}

.plan1 > a:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(171, 171, 171, .5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(171, 171, 171, .5) 100%);
}

.plan3 > a:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(194, 194, 194, .5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(194, 194, 194, .5) 100%);
}

.plan4 > a:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(212, 126, 74, .5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(212, 126, 74, .5) 100%);
}

.plan1 {
    border-color: rgba(171, 171, 171, .5);
}

.plan2 {
    border-color: rgba(223, 196, 101, .5);
}

.plan3 {
    border-color: rgba(194, 194, 194, .5);
}

.plan4 {
    border-color: rgba(212, 126, 74, .3);
}

.plan-box3 > a img + small {
    margin-top: 8px;
}

/*===== Contribution Style =====*/
.contribute-video {
    padding: 0 0 0 1.875rem;
}

.contribute-boxes {
    padding: 1.875rem;
}

.contribute-boxes > h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align:center !important;
}

.contribute-box {
    display: block;
    margin-top: 10px;
}

.contribute-box > a {
    padding: 13px 1.875rem;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--color1);
    position: relative;
    z-index: 1;
    color: var(--white-color);
    font-size: 1.25rem;
}

.contribute-box > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.contribute-boxes div.row {
    margin: 0 -5px;
}

.contribute-boxes div.row > div {
    padding: 0 5px !important;
}

.contribute-boxes form ul {
    list-style: none;
    padding-left: 0;
}

.contribute-box > a:hover,
.contribute-box > a:focus {
    background-color: var(--color3);
}

.contribute-box > input,
.contribute-box > select {
    background-color: var(--white-color);
    width: 100%;
    padding: 10px 1.25rem;
    height: 3.5rem;
    font-size: 14px;
    color: #999;
}

.contribute-btn {
    margin-top: 1.25rem;

}

.customDiv {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.customDivBtn {
    position: relative;
    width: auto !important;
    font-size: 1.5rem !important;
    color: var(--color2);
    background-color: transparent;
}

    .customDivBtn:hover {
        color: var(--color3);
    }
.customDivBtnTip {
    position: absolute;
    font-size: 12px;
    font-family: var(--Niveau-Grotesk-Regular);
    text-transform: initial;
    width: 22rem;
    background-color: var(--color2);
    border-radius: var(--curve5);
    color: #fff;
    padding: 7px 10px;
    line-height: 1.35;
    font-weight: 400;
    bottom: calc(100% + 8px);
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.customDivBtn:hover > span.customDivBtnTip {
    bottom: calc(100% - 5px);
    opacity: 1;
}
.contribute-btn > button {
    width: 100%;
}

.contribute-boxes-inner ul li {
    padding-left: 0;
}

.contribute-boxes-inner ul li:before {
    display: none;
}

/*===== Table Style 3 =====*/
.table-wrap.v3 {
    overflow: hidden;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    max-height: 39.5rem;
    overflow-y: auto;
    margin: 3.125rem 0 0;
    position: relative;
}

.table-wrap.v3 table {
    width: 100%;
}

.table-wrap.v3 table caption {
    background-color: var(--color3);
    color: var(--white-color);
    font-family: var(--GraphikRegular);
    font-size: 1.875rem;
    overflow: hidden;
    padding: 10px;
}

.table-wrap.v3 table td {
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 1.25rem;
}

.table-wrap .ps__rail-y {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1;
    width: 10px;
}

.table-wrap .ps__rail-y:hover,
.table-wrap .ps__rail-y:focus {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1;
}

.table-wrap:hover .ps__rail-y {
    opacity: 1;
}

.table-wrap .ps__rail-y .ps__thumb-y {
    width: 100%;
    background-color: var(--color1);
    right: 0;
    cursor: pointer;
}

.gal-caro {
    margin: 0;
    padding: 0 5px;
}

.gal-item {
    margin-bottom: 10px;
}

.video-box.yt-video {
    position: relative;
    padding-top: 56.25%;
}

.video-box.yt-video > iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

/*===== Testimonials Style 3 =====*/
.testi-wrap3 > h2,
.testi-wrap3 > h3 {
    text-align: center;
}

.testi-wrap3 > h2 + .testi-caro,
.testi-wrap3 > h3 + .testi-caro {
    margin-top: 1.25rem;
}

.testi-item2 {
    padding: 1.25rem 1.25rem 1.25rem 10.625rem;
}

.testi-img2 {
    position: absolute;
    left: 5rem;
    top: 4rem;
    padding: 1.25rem;
    background-color: var(--white-color);
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    max-width: 21.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.slick-slide.slick-active .testi-img2 {
    left: 10px;
    opacity: 1;
    visibility: visible;
}

.testi-cont {
    background-color: var(--color3);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    padding: 2.5rem 2.5rem 2.5rem 13.5rem;
    min-height: 27rem;
}

.testi-cont > * {
    color: var(--white-color);
}

.testi-cont > p + h4 {
    margin-top: 1.25rem;
}

.testi-cont > h4 {
    font-size: 1.5rem;
}

.testi-cont > span {
    font-size: 1rem;
}

.check-box {
    padding-left: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.check-box > input {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0;
}

.check-box > label {
    font-size: .9375rem;
    line-height: 1.5;
    cursor: pointer;
}

.check-box > label.error {
    display: block;
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
}

.check-box > p a,
.check-box > label a {
    color: var(--color3);
}

.check-box > p a:hover,
.check-box > label a:hover,
.check-box > p a:focus,
.check-box > label a:focus {
    color: var(--color2);
}

.mas-gal-item {
    margin-top: 10px;
}

.mas-gal-item > a {
    display: block;
}

.mas-gal-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--black-color);
    opacity: 0;
    z-index: 1;
}

.mas-gal-item > a:hover:before {
    opacity: .6;
}

.mas-gal-item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/*===== Social Media Style 3 =====*/
.social-links3 {
    margin-left: -10px;
}

.social-links3 > a,
.social-links3 span > a {
    height: 3.125rem;
    width: 3.125rem;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 10px;
    position: relative;
}

.social-links3 span > a:before {
    content: attr(data-label);
    position: absolute;
    left: 100%;
    font-size: 1rem;
    font-family: 'GraphikRegular';
    display: block;
    line-height: 3.125rem;
    padding: 0 13px;
    width: 100%;
    font-weight: 700;
    min-width: 13rem;
    text-align: initial;
}

.social-links3 > a i,
.social-links3 span > a i {
    max-height: 1.5rem;
}

.social-links3 > a svg,
.social-links3 span > a svg {
    height: 1.5rem;
}

.social-links3 > a.facebook:hover,
.social-links3 > a.facebook:focus,
.social-links3 span > a.facebook:hover,
.social-links3 span > a.facebook:focus {
    color: var(--facebook);
    -webkit-box-shadow: 0 0 1rem 0 var(--facebook);
    box-shadow: 0 0 1rem 0 var(--facebook);
}

.social-links3 > a.facebook:hover svg,
.social-links3 > a.facebook:focus svg,
.social-links3 span > a.facebook:hover svg,
.social-links3 span > a.facebook:focus svg {
    fill: var(--facebook);
}

.social-links3 > a.youtube:hover,
.social-links3 > a.youtube:focus,
.social-links3 span > a.youtube:hover,
.social-links3 span > a.youtube:focus {
    color: var(--youtube);
    -webkit-box-shadow: 0 0 1rem 0 var(--youtube);
    box-shadow: 0 0 1rem 0 var(--youtube);
}

.social-links3 > a.youtube:hover svg,
.social-links3 > a.youtube:focus svg,
.social-links3 span > a.youtube:hover svg,
.social-links3 span > a.youtube:focus svg {
    fill: var(--youtube);
}

.social-links3 > a.twitter:hover,
.social-links3 > a.twitter:focus,
.social-links3 span > a.twitter:hover,
.social-links3 span > a.twitter:focus {
    color: var(--twitter);
    -webkit-box-shadow: 0 0 1rem 0 var(--twitter);
    box-shadow: 0 0 1rem 0 var(--twitter);
}

.social-links3 > a.twitter:hover svg,
.social-links3 > a.twitter:focus svg,
.social-links3 span > a.twitter:hover svg,
.social-links3 span > a.twitter:focus svg {
    fill: var(--twitter);
}

.social-links3 > a.tumblr:hover,
.social-links3 > a.tumblr:focus,
.social-links3 span > a.tumblr:hover,
.social-links3 span > a.tumblr:focus {
    color: var(--tumblr);
    -webkit-box-shadow: 0 0 1rem 0 var(--tumblr);
    box-shadow: 0 0 1rem 0 var(--tumblr);
}

.social-links3 > a.tumblr:hover svg,
.social-links3 > a.tumblr:focus svg,
.social-links3 span > a.tumblr:hover svg,
.social-links3 span > a.tumblr:focus svg {
    fill: var(--tumblr);
}

.social-links3 > a.reddit:hover,
.social-links3 > a.reddit:focus,
.social-links3 span > a.reddit:hover,
.social-links3 span > a.reddit:focus {
    color: var(--reddit);
    -webkit-box-shadow: 0 0 1rem 0 var(--reddit);
    box-shadow: 0 0 1rem 0 var(--reddit);
}

.social-links3 > a.reddit:hover svg,
.social-links3 > a.reddit:focus svg,
.social-links3 span > a.reddit:hover svg,
.social-links3 span > a.reddit:focus svg {
    fill: var(--reddit);
}

.social-links3 > a.medium:hover,
.social-links3 > a.medium:focus,
.social-links3 span > a.medium:hover,
.social-links3 span > a.medium:focus {
    color: var(--medium);
    -webkit-box-shadow: 0 0 1rem 0 var(--medium);
    box-shadow: 0 0 1rem 0 var(--medium);
}

.social-links3 > a.medium:hover svg,
.social-links3 > a.medium:focus svg,
.social-links3 span > a.medium:hover svg,
.social-links3 span > a.medium:focus svg {
    fill: var(--medium);
}

.social-links3 > a.linkedin:hover,
.social-links3 > a.linkedin:focus,
.social-links3 span > a.linkedin:hover,
.social-links3 span > a.linkedin:focus {
    color: var(--linkedin);
    -webkit-box-shadow: 0 0 1rem 0 var(--linkedin);
    box-shadow: 0 0 1rem 0 var(--linkedin);
}

.social-links3 > a.linkedin:hover svg,
.social-links3 > a.linkedin:focus svg,
.social-links3 span > a.linkedin:hover svg,
.social-links3 span > a.linkedin:focus svg {
    fill: var(--linkedin);
}

.social-links3 > a.instagram:hover,
.social-links3 > a.instagram:focus,
.social-links3 span > a.instagram:hover,
.social-links3 span > a.instagram:focus {
    color: var(--instagram);
    -webkit-box-shadow: 0 0 1rem 0 var(--instagram);
    box-shadow: 0 0 1rem 0 var(--instagram);
}

.social-links3 > a.instagram:hover svg,
.social-links3 > a.instagram:focus svg,
.social-links3 span > a.instagram:hover svg,
.social-links3 span > a.instagram:focus svg {
    fill: var(--instagram);
}

.social-links3 > a.pinterest:hover,
.social-links3 > a.pinterest:focus,
.social-links3 span > a.pinterest:hover,
.social-links3 span > a.pinterest:focus {
    color: var(--pinterest);
    -webkit-box-shadow: 0 0 1rem 0 var(--pinterest);
    box-shadow: 0 0 1rem 0 var(--pinterest);
}

.social-links3 > a.pinterest:hover svg,
.social-links3 > a.pinterest:focus svg,
.social-links3 span > a.pinterest:hover svg,
.social-links3 span > a.pinterest:focus svg {
    fill: var(--pinterest);
}

/*===== Community Partners Style =====*/
.partners-wrap + .table-wrap {
    margin-top: 5rem;
}

.part-box {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    margin-top: 1.25rem;
    padding: 1.875rem;
    min-height: 19rem;
    position: relative;
    z-index: 1;
}

.part-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/ff-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg);
    height: 13rem;
    width: 13rem;
    z-index: -1;
    opacity: .015;
}

.part-box:hover:before {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1.05);
    transform: translate(-50%, -50%) rotate(25deg) scale(1.05);
}

.part-box-inner > img + h5 {
    margin-top: 1rem;
}

.part-box-inner > h5 {
    font-size: 1.125rem;
}

.part-box-inner > h5 small {
    display: block;
    font-size: 68%;
    color: #888;
    font-family: var(--Roboto);
}

.red-bar {
    border: 2px solid red !important;
}
select.input-field {
    border: 1px solid #ccc;
    /* Other styling properties here */
}

select.input-field.red-bar {
    border-color: red;
}

.error:not(input):not(select) {
    color: red !important;
}


template {
    display: block;
}

.page-content h5,
.form-wrap h5,
.testi-wrap3 h5 {
    font-size: 1.3rem;
}

.page-content h5 + p,
.form-wrap h5 + p,
.testi-wrap3 h5 + p {
    margin-top: 1px;
}

.page-content-block2 h5 {
    font-family: var(--Niveau-Grotesk-Regular);
}

.page-content-block2 img {
    margin: 10px 0;
    max-width: 10rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
}

.page-content-block-wrap2 {
    margin-bottom: -2.5rem;
}

.page-content-block2 {
    margin-bottom: 2.5rem;
}


/*===== Form Popup Style =====*/
.form-message-popup-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .95);
    z-index: 9999;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    visibility: visible;
}

.form-message-popup-inner > span {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    color: var(--white-color);
    cursor: pointer;
    height: 1.875rem;
    width: 1.875rem;
    text-align: center;
    -webkit-border-radius: var(--curve3);
    border-radius: var(--curve3);
    background-color: var(--color3);
    line-height: 1.875rem;
    font-weight: 500;
    font-size: 1rem;
}

.form-message-popup-inner > span:hover {
    background-color: var(--white-color);
    color: var(--color3);
}

.message-box {
    -webkit-border-radius: var(--curve10);
    border-radius: var(--curve10);
    width: 100%;
    text-align: center;
    padding: 1.25rem 1.875rem 1.25rem 1.25rem;
    position: relative;
    margin-top: 1.25rem;
    
}

.message-box > span {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 1.25rem;
    width: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
}

.message-box.success {
    background-color: #d1e7dd;
    color: #0f5132;
}

.message-box > p {
    font-size: 1.125rem;
    font-weight: 600;
    color: inherit !important;
    max-width: 100%;
}

.message-box.error {
    background-color: #f8d7da;
}

/*===== Popup Style =====*/
.popup-wrap {
    position: fixed;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .95);
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 5rem 7%;
}

html.pp-active,
html.pp-active body {
    overflow-y: hidden;
}

html.pp-active .popup-wrap {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.popup-inner {
    max-width: 70%;
    background-color: var(--white-color);
    -webkit-border-radius: var(--curve10);
    border-radius: var(--curve10);
    position: relative;
    padding: 5rem 2.5rem 3rem;
}

.popup-inner > span.pp-cls {
    position: absolute;
    right: .9375rem;
    top: .9375rem;
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
    color: var(--white-color);
    background-color: var(--color2);
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
}

.popup-inner > span.pp-cls:hover {
    background-color: var(--color3);
}

.popup-inner > h3 {
    font-family: var(--Roboto);
    font-weight: 600;
    font-size: 1.75rem;
}

.popup-inner > h3 + p,
.popup-inner > p + p {
    margin-top: 1.25rem;
}

.popup-inner > p + ul {
    margin-top: 1.25rem;
}

.popup-inner > ul li {
    margin-top: 8px;
}

iframe.component-frame .paypal-button-number-1,
.paypal-button-number-2 {
    display: none !important;
}

.page-content ul.radio-list li + li {
    margin-top: 0;
}

.cart-imgs {
    right: 10px;
    top: 1.4rem;
    max-width: 6.25rem;
}

.cart-imgs > img {
    width: 20px !important;
    height: auto !important;
    margin-right: 3px;
}

.cart-imgs > img.transparent {
    opacity: 0.2;
}


/*===== Other Ways To Give Style =====*/
.don-way-box {
    -webkit-border-radius: var(--curve10);
    border-radius: var(--curve10);
    background-color: #fff;
    margin-bottom: 0.5rem;
    padding: 1.875rem;
    min-height: 16rem;
}

.don-way-box-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.don-way-box-head > span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    padding: .9375rem;
    overflow: hidden;
    background-color: var(--white-color);
}

.don-way-box-head > span + h5 {
    flex: 0 0 calc(100% - 5rem);
    max-width: calc(100% - 5rem);
    padding-left: .9375rem;
}

.don-way-box-head > h5 {
    font-family: var(--Roboto);
    font-weight: 700;
}

.don-way-box-head > h5 small {
    font-weight: 400;
}

.don-way-box-head + p {
    margin-top: 8px;
}

.don-way-box > p {
    font-size: 1.125rem;
}

.don-way-box > img {
    max-height: 8.5rem;
}

.page-content .don-way-box > * + * {
    margin-top: 12px;
}

.col-lg-6 .don-way-box {
    min-height: 17.8rem;
}

.don-way-box.v2 {
    background-color: var(--color3);
    color: var(--white-color);
}

.don-way-box.v2 .don-way-box-head > h5 {
    color: var(--white-color);
}

.don-way-box.v2 > h5 {
    color: inherit;
}

.contribute-boxes-inner form ul {
    padding-left: 0;
}

/* .contribute-boxes-inner form ul li:last-child {display: none;} */
.page-content.way-v2 > h2 + p {
    margin-top: 5px;
}

.page-content.way-v2 > p + .page-content-block-wrap2 {
    margin-top: 2.5rem;
}

.paypal-button.paypal-button-color-black,
.paypal-button-row.paypal-button-color-black .menu-button {
    background: var(--color3) !important;
}

.amt_msg {
    color: var(--color3) !important;
}


/*===== 16/12/2021 Donate Form Style =====*/
.contribute-box.radio-box {display: block;}
.contribute-box.radio-box > input + label {
    padding: 13px 1.875rem;
    font-size: 18px;
    border: 1px solid #40403F;
    color: #40403F;
    background: transparent;
    font-family: GraphikMedium;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
}

.contribute-box.radio-box > input + label::before {
    display: inline-block;
    padding: 13px 1.875rem;
    font-size: 18px;
    border: 1px solid #40403F;
    color: #40403F;
    background: transparent;
    font-family: GraphikMedium;
    text-align: center;
    border-radius: 5px;
}

.contribute-box.radio-box > input + label:hover,
.contribute-box.radio-box > input:checked + label {
    border: 1px solid transparent;
    color: white;
    background: #40403F;
}

.contribute-btn .theme-btn {
    width: 100%;
}

.contribute-box,
.field-box {
    position: relative;
}

.field-box .cart-imgs {
    top: 1.125rem;
}

/*===== Sidepanel Style =====*/
body:before {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--black-color);
    z-index: 9999;
    opacity: 0;
}

body.sidepanel-active:before {
    left: 0;
    opacity: .5;
}

.social-signup-panel {
    background-color: var(--color7);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    bottom: 0;
    right: -20%;
    top: 0;
    max-width: 20%;
    opacity: 0;
    /*padding: 2.5rem;*/
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

body.sidepanel-active .social-signup-panel {
    opacity: 1;
    visibility: visible;
    right: -1px;
}

.sidepanel-btn {
    position: fixed;
    right: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 30%;
    z-index: 999999;
}

body.sidepanel-active .sidepanel-btn {
    right: 1.25rem;
    top: 1.25rem;
    left: auto;
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.sidepanel-active .sidepanel-btn:hover {
    background-color: var(--color3);
}

.sidepanel-btn > i {
    max-width: .9375rem;
    width: 100%;
    max-height: .9375rem;
}

.sidepanel-btn > i svg {
    max-width: .9375rem;
}

body.sidepanel-active .sidepanel-btn > i svg {
    margin-top: -3px;
}

.sidepanel-btn:hover {
    background-color: var(--color3);
}

.sidepanel-btn:hover svg {
    fill: var(--white-color);
}

.social-signup-inner {
    padding: 5rem 2.5rem 3.125rem;
}

.social-share > h3,
.signup-form > h3 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1.5rem;
}

.signup-form {
    z-index: 1;
    padding: 2.5rem;
}

.signup-form.bg-color3 > h3,
.signup-form.bg-color3 > p {
    color: var(--white-color);
}

.signup-form.bg-color3 .theme-btn.v3 {
    background-color: var(--color1);
    color: var(--white-color);
}

.signup-form.bg-color3 .theme-btn.v3:hover,
.signup-form.bg-color3 .theme-btn.v3:focus {
    background-color: var(--white-color);
    color: var(--color1);
}

.signup-form form input {
    width: 100%;
    background-color: var(--white-color);
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
    height: 2.8125rem;
    padding: 10px 1.254rem;
    font-size: .9375rem;
    margin-bottom: 10px;
}

.signup-form > h3 {
    margin-bottom: 2px;
}

.signup-form > p {
    font-size: 1rem;
    margin-bottom: 14px;
    line-height: 1.5;
}

.signup-form form button {
    padding: 11px 2.2em;
    font-size: .9375rem;
}

.social-links3 > span {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-links3 span > a + span {
    padding-left: 1.5rem;
}

.social-links3 span span {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--Roboto);
    margin-top: 10px;
}

/*===== Donate Mega Menu Style =====*/
.donate-mega-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: var(--white-color);
    padding: 2.5rem 2.5rem 10px;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    max-width: 70rem;
    opacity: 0;
    visibility: hidden;
}

.donate-menu:hover .donate-mega-menu {
    opacity: 1;
    visibility: visible;
}

.donate-opt-box {
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
    margin-bottom: 1.875rem;
}

.donate-opt-box > h5,
.donate-opt-box-inner > h5 {
    font-size: 1.375rem;
    font-family: GraphikRegular;
    font-weight: 600;
    color: #313131;
}

.donate-opt-box > h5 + * {
    margin-top: 5px;
}

.donate-opt-box > p {
    font-size: 0.85rem;
    line-height: 1.6;
}

.donate-opt-box > small,
.donate-opt-box-inner > small {
    display: block;
    color: #001463;
}

.donate-opt-box > img,
.donate-opt-box-inner > img {
    max-width: 10rem !important;
    margin-top: 1.25rem;
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
}

.donate-opt-box.bg-color3 {
    background-color: #F4F4F4;
    min-height: 21rem;
}

.page-content-block.h-auto {
    min-height: initial;
}

.col-lg-12 .donate-mega-menu {
    min-height: initial;
    margin-bottom: 0;
}

.col-lg-12 .donate-opt-box {
    min-height: initial;
}

.donate-opt-box > p + p,
.donate-opt-box > p + a.theme-btn {
    margin-top: 12px;
}

.page-content-block > a {
    display: inline-block;
    color: var(--color3);
    text-decoration: underline;
}

.page-content-block > a.theme-btn {
    color: var(--white-color);
    text-decoration: none;
}

.page-content-block > a + br,
.page-content-block > br + a,
.page-content-block > p + br,
.page-content-block > br + a,
.page-content-block > p + a {
    margin-top: 10px !important;
}

.page-content-block img {
    min-height: 5rem;
    max-height: 5rem;
    margin-top: 1.25rem;
}

.page-content-block.v3 {
    min-height: 19rem;
}

.min-h-init {
    min-height: initial;
}

/*===== Donation Form Improvements 22/12/2021 =====*/
.radio-list.v2 {
    margin-top: 1.25rem;
    display: block;
    text-align: initial;
}

.radio-list.v2 > li {
    flex: 0 0 auto;
    max-width: initial;
    padding: 0 10px;
}

.radio-list.v2 > li + li {
    margin-top: 15px !important;
}

.radio-box2 > input {
    margin: 0 10px 0 0;
}

.step-header {
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
    background-color: var(--color6);
    padding: 10px 1.25rem;
}

.step-content h4 {
    font-family: var(--Roboto);
    font-size: 1.25rem;
    max-width: 100%;
    margin: 1.6rem 0 7px;
    font-weight: 600;
}

.step-content h4,
.step-content small {
    text-align: initial;
    display: block;
}

button.simple-link {
    background-color: transparent;
}

.contribute-btn .theme-btn {
    width: auto;
    min-width: 30%;
}

/*===== Support A Mission Style =====*/
.container .post-info {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.container .post-info > h4 {
    min-height: 3.3rem;
    max-height: 3.3rem;
}

.container .post-info > h4,
.container .post-info > p {
    max-width: 100%;
}

.container .post-info > p {
    font-size: 1rem;
    min-height: 5.7rem;
    max-height: 5.7rem;
}

.inst-don-field > span {
    font-size: 1.125rem;
    font-weight: 500;
}

.inst-don-field > span + input {
    margin-left: 11px;
}

.inst-don-field > input {
    border-radius: var(--curve5);
    width: 4rem;
    height: 2.5rem;
    border: 1px solid var(--color6);
    padding: 5px;
}

.inst-don-field + .inst-don-btn {
    margin-left: 10px;
}

.inst-don-btn .theme-btn {
    padding: 7.5px 1.25rem;
    font-size: 1rem;
}

.post-box:hover .inst-don-btn .theme-btn {
    background-color: var(--color1);
}

.post-box:hover .inst-don-btn .theme-btn:hover,
.post-box:hover .inst-don-btn .theme-btn:focus {
    background-color: var(--white-color);
    color: var(--color1);
}

/*===== 23-12-2021 =====*/
header .btns-group {
    margin: -5px;
}

header .btns-group > a {
    margin: 5px;
}

header .btns-group .theme-btn {
    padding: 12px 1rem !important;
    min-width: initial;
    font-size: 1rem;
}

header .btns-group .theme-btn:not(.v2),
header .btns-group .theme-btn.v2:hover,
header .btns-group .theme-btn.v2:focus {
    background-color: var(--color1);
    color: var(--white-color);
    border-color: var(--color1);
}

header .btns-group .theme-btn:not(.v2):hover,
header .btns-group .theme-btn:not(.v2):focus {
    background-color: var(--color3);
    color: var(--white-color);
    border-color: var(--color3);
}

.signup-form form label.error {
    margin: -5px 0 13px;
    color: #fff !important;
    display: block;
    font-size: 1rem;
}

.contribute-btn .theme-btn + .amt_msg {
    margin-top: 10px;
}

.sigPad .error {
    background-color: #fff;
}

.min-height-100 {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.th-message-box-wrap {
    display: none;
    padding: 2.5rem 1.875rem;
    -webkit-border-radius: var(--curve10);
    border-radius: var(--curve10);
    background-color: var(--color7);
    min-height: 26rem;
    position: relative;
}

.bg-color7 .th-message-box-wrap {
    background-color: var(--white-color);
}

.th-message-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 1.875rem;
    text-align:center;
}

.th-message-box > img + p {
    margin-top: 1.875rem;
}

.th-message-box > p {
    margin-bottom: 0;
}

#stripe {
    background-color: var(--color7);
    padding: 2px;
    margin-bottom: 1.25rem;
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
}

.th-message-box-wrap.v2 {
    text-align: center;
}

.th-message-box-wrap.v2 .th-message-box {
    max-width: 45%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.th-message-box > p + p {
    margin-top: 1.25rem;
}

/*===== Newsletter Popup Style =====*/
.newsletter-popup-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    visibility: hidden;
}

html.newsletter-popup-active .newsletter-popup-wrap {
    opacity: 1;
    visibility: visible;
}

.newsletter-popup-close {
    cursor: pointer;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
}

.newsletter-popup-close svg {
    height: 1.875rem;
    fill: var(--white-color);
}

.newsletter-popup-close:hover svg {
    fill: var(--color3);
}

.newsletter-popup-inner {
    flex: 0 0 75rem;
    max-width: 75rem;
}

.newsletter-popup-cap {
    padding: 3.125rem 3.5rem 3.125rem 5rem;
}

.newsletter-popup-cap > img {
    max-width: 20rem !important;
}

.newsletter-popup-cap > img + h3 {
    margin-top: 5rem;
}

.newsletter-popup-cap > h3 {
    font-size: 3.125rem;
}

.newsletter-popup-cap > h3 + p {margin-top: 10px;}

.newsletter-popup-cap > p {
    font-size: 1rem;
    margin-bottom:15px;
    display: block;
}

.newsletter-popup-cap > h3 + form,
.newsletter-popup-cap > p + form {
    margin-top: 2rem;
}

.newsletter-popup-cap .field-box {
    margin-bottom: .9375rem;
}

.newsletter-popup-cap .field-box > input {
    background-color: var(--white-color);
    height: 4rem;
    font-size: 1.125rem;
}

.newsletter-popup-cap .field-box > input + label {
    display: block;
    margin-top: 5px;
}

.newsletter-popup-cap .field-btn button {
    font-size: 1.325rem;
    padding: 14px 3rem;
}

.newsletter-popup-bg {
    max-width: 40%;
    /*max-width: calc(45% + 8.1rem);*/
    background-size: cover;
    background-position: center;
    /*background-position: 3rem center;*/
    /*-webkit-clip-path: polygon(35% 0, 100% 0, 100% 100%, 8% 100%);*/
    /*clip-path: polygon(35% 0, 100% 0, 100% 100%, 8% 100%);*/
    background-repeat: no-repeat;
    /*-webkit-box-shadow: 0 0 1rem rgb(2 0 0 / 50%);*/
    /*box-shadow: 0 0 1rem rgb(2 0 0 / 50%);*/
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -1px;
}

/*===== Annual Reports Style =====*/
.annual-reports-wrap {
    margin-bottom: -1.5rem;
}

.annual-reports-wrap .report-box {
    margin-bottom: 1.5rem;
}
.annual-reports-wrap .report-box .report-img img {
    max-height: 284px;
    object-fit: cover;
    object-position: top;
}

.report-img:before {
    content: "";
    position: absolute;
    left: -25%;
    top: -20%;
    height: 200%;
    width: 88%;
    background-color: var(--color1);
    opacity: .7;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.report-img-info {
    bottom: 0;
    left: 0;
}

.report-img-info > span {
    color: var(--white-color);
    font-size: 2.5rem;
    font-family: var(
    --GraphikRegular);
    display: block;
    padding: 10px 1.25rem;
    line-height: 1;
}

.report-img-info > a {
    position: relative;
    display: inline-block;
    background-color: var(--color3);
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    z-index: 1;
}

.report-img-info > a img {
    max-height: 1.25rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.report-img-info > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--white-color);
    z-index: -1;
}

.report-img-info > a:hover:before {
    height: 100%;
}

.report-img-info > a:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.report-img-info > span + a {
    margin-top: .9375rem;
}

.report-img + h4 {
    margin-top: 1.25rem;
}

.report-box > h4 {
    font-size: 1.75rem;
    margin-top: 1.3rem;
}

.report-box > h4 a:hover, 
.report-box > h4 a:focus {
    color: var(--color3);
}

.ein-bar {
    padding: 1rem 0;
}
.ein-bar p {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--Roboto);
}
.donate-mega-menu > p {
    width: 100%;
    padding: 10px;
    background-color: var(--color7);
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}


/*===== WooCommerce Style =====*/
.content-area {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

main.site-main {
    padding: 10rem 1.25rem 5rem;
    flex: 0 0 1410px;
    max-width: 1410px;
    justify-content: space-between;
    align-items: center;
}

nav.woocommerce-breadcrumb {
    display: none;
}

header.woocommerce-products-header {
    position: static;
    background: none !important;
    text-align: center;
    padding-top: 0;
    margin-bottom: 1.875rem;
}

header.woocommerce-products-header > h1 {
    font-size: 2.5rem;
    font-family: var(--Roboto);
    margin-bottom: 12px;
}

.woocommerce-notices-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-message {
    margin-bottom: 1.25rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--color7);
    font-size: 1.125rem;
}

.woocommerce-message > a.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    background-color: var(--color3);
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    padding: 12px 1.5rem 8px;
    font-size: 1.125rem;
    font-family: var(--GraphikRegular);
    font-weight: 400;
}

.woocommerce-message > a.button:hover,
.woocommerce-message > a.button:focus,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart .button:focus,
.woocommerce .cart input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
    background-color: var(--color1);
    color: #fff;
}

main.site-main p.woocommerce-result-count {
    margin-bottom: 10px;
    color: #555;
    line-height: 45px;
}

main.site-main form.woocommerce-ordering {
    margin-bottom: 10px;
}

main.site-main form.woocommerce-ordering select {
    background-color: var(--color7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
    padding: 13px 0.9375rem;
    color: #555;
}

ul.products {
    flex: 0 0 calc(100% + 2.5rem);
    max-width: calc(100% + 2.5rem);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin-left: -1.25rem;
}

ul.products > li.product {
    padding: 0 1.25rem;
    margin-top: 3.125rem;
    flex: 0 0 25%;
    max-width: 25%;
}

ul.products > li.product a.woocommerce-LoopProduct-link {
    display: block;
}

ul.products > li.product a.woocommerce-LoopProduct-link img {
    background-color: #f0f0f0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 2.25rem;
}

ul.products > li.product a.woocommerce-LoopProduct-link img + h2 {
    margin-top: 1.25rem;
}

ul.products > li.product a.woocommerce-LoopProduct-link h2 {
    font-size: 1.125rem;
    font-family: var(--Roboto);
    font-weight: 400;
    color: var(--color1);
}

ul.products > li.product a.woocommerce-LoopProduct-link h2:hover {color: var(--color3);}

ul.products > li.product a.woocommerce-LoopProduct-link h2 + span {
    margin-top: 10px;
}

ul.products > li.product a.woocommerce-LoopProduct-link span.price {
    font-size: 1rem;
    color: var(--color3);
}

ul.products > li.product a.woocommerce-LoopProduct-link span.price ins {
    color: var(--color3);
}

ul.products > li.product a.woocommerce-LoopProduct-link span.price del {
    color: var(--color1);
    opacity: 0.6;
}

ul.products > li.product a.button {
    color: #999;
    display: inline-block;
    font-family: var(--Roboto);
    margin-top: 10px;
    font-size: 14px;
    line-height: initial;
}

ul.products > li.product a.button:hover,
ul.products > li.product a.button:focus {
    color: var(--color3);
}


/*===== Product Detail Style =====*/
div.product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
}

div.product > * {
    padding: 0 1.25rem;
}

div.woocommerce-product-gallery {
    opacity: 1 !important;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

div.woocommerce-product-gallery > a {
    position: absolute;
    right: 2.5rem;
    z-index: 99;
    top: 1.25rem;
}

div.woocommerce-product-gallery > figure {
    margin: 0;
    width: 100%;
}

div.woocommerce-product-gallery img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

div.summary {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 2.5rem;
}

div.summary > h1 {
    font-size: 1.875rem;
    font-family: var(--Roboto);
    font-weight: 400;
    margin-bottom: 10px;
}

div.summary p.price {
    font-size: 1.125rem;
    font-family: var(--Roboto);
    color: var(--color3);
}

div.summary p.price ins {
    color: var(--color3);
}

div.summary p.price del {
    color: var(--color1);
    opacity: 0.6;
}

div.summary p.price + .woocommerce-product-details__short-description {
    margin-top: 1.25rem;
}

div.summary form.cart {
    margin-top: 1.875rem;
}

div.summary form.cart .quantity {
    width: 100%;
}

div.summary form.cart .quantity label {
    font-size: 1.125rem;
    padding-right: 10px;
}

div.summary form.cart .quantity input {
    height: 2.5rem;
    background-color: var(--color7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.125rem;
    padding: 5px 0.9375rem;
    max-width: 9rem;
}

div.summary form.cart > button {
    background-color: var(--color3);
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 1.875rem 12px;
    font-family: var(--GraphikRegular);
    font-size: 1.125rem;
    margin-top: 1.875rem;
}

div.summary form.cart > button:hover,
div.summary form.cart > button:focus {
    background-color: var(--color1);
}

.product_meta {
    margin-top: 1.875rem;
}

.product_meta > span {
    display: block;
    width: 100%;
}

.product_meta > span + span {
    margin-top: 12px;
}

.product_meta > span a:hover,
.product_meta > span a:focus {
    color: var(--color3);
}

.woocommerce-tabs {display: none;}

.woocommerce-tabs,
.related.products {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5rem;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.woocommerce-tabs ul.tabs > li {
    line-height: 1;
}

.woocommerce-tabs ul.tabs > li + li {
    margin-left: 10px;
}

.woocommerce-tabs ul.tabs > li a {
    display: block;
    padding: 11px 1.875rem;
    background-color: var(--color7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce-tabs ul.tabs > li a:hover,
.woocommerce-tabs ul.tabs > li a:focus,
.woocommerce-tabs ul.tabs > li.active > a {
    color: #fff;
    background-color: var(--color3);
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    background-color: var(--color7);
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2.5rem;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}

.woocommerce-tabs .woocommerce-Tabs-panel table {
    width: 100%;
    text-align: initial;
}

.woocommerce-tabs .woocommerce-Tabs-panel table tr:nth-child(2n + 1) {
    background-color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel table tr > * {
    text-align: initial;
    padding: 10px 1.25rem;
}

.woocommerce-tabs .woocommerce-Tabs-panel table tr th {
    width: 180px;
}


/*===== Cart Page Style =====*/
.page-content .woocommerce {
    padding-top: 10rem;
}

.page-content .woocommerce form.woocommerce-cart-form {
    width: 100%;
    max-width: 100%;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    max-width: 100%;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table thead {
    background-color: var(--color1);
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table thead tr th {
    color: #fff;
    padding: 10px 1.25rem;
    font-family: var(--GraphikRegular);
    font-weight: 400;
    font-size: 1.35rem;
    min-width: initial;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item {
    max-width: 100%;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-remove a.remove {
    color: #fff !important;
    background-color: var(--color3) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 1.875rem;
    width: 1.875rem;
    line-height: 1.875rem;
    display: inline-block;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-remove a.remove:hover,
.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-remove a.remove:focus {
    background-color: var(--color1) !important;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-thumbnail > a {
    display: block;
    max-width: 100px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td {
    padding: 1.25rem;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-name > a {
    font-size: 1.125rem;
    font-family: var(--Roboto);
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-name > a:hover,
.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-name > a:focus {
    color: var(--color3);
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-price,
.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-subtotal {
    font-size: 1.25rem;
}

.page-content .woocommerce form.woocommerce-cart-form table.shop_table tr.cart_item td.product-quantity input {
    height: 2.5rem;
    width: 7rem;
    padding: 10px 13px;
    font-size: 1rem;
    background-color: #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.page-content .woocommerce table.cart td.actions .coupon input {
    height: 2.5rem;
    background-color: var(--color7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 1.25rem;
    min-width: 15rem;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 50%;
    margin-top: 1.875rem;
}

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2,
.related.products > h2,
h2.woocommerce-order-details__title, 
h2.woocommerce-column__title {
    font-size: 1.875rem;
    font-family: var(--Roboto);
    text-transform: capitalize;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    margin: 1.25rem 0;
}

.woocommerce table.shop_table tr th,
.woocommerce-page table.shop_table tr th {
    min-width: initial;
}

.woocommerce table.shop_table tr td p,
.woocommerce-page table.shop_table tr td p {
    font-size: 1rem;
}

.woocommerce table.shop_table tr td p strong,
.woocommerce-page table.shop_table tr td p strong {
    font-size: inherit;
}

.woocommerce table.shop_table tr td form a:hover,
.woocommerce-page table.shop_table tr td form a:hover,
.woocommerce table.shop_table tr td form a:focus,
.woocommerce-page table.shop_table tr td form a:focus {
    color: var(--color3);
}

.woocommerce table.shop_table tr td form p,
.woocommerce-page table.shop_table tr td form p {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce table.shop_table tr td form p select,
.woocommerce-page table.shop_table tr td form p select,
.woocommerce table.shop_table tr td form p input,
.woocommerce-page table.shop_table tr td form p input {
    height: 2.5rem !important;
    font-size: 15px;
    padding: 10px 1.25rem !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: var(--Roboto);
}

.woocommerce table.shop_table tr td form button.button,
.woocommerce-page table.shop_table tr td form button.button {
    background-color: var(--color3);
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: var(--GraphikRegular);
    font-weight: 400;
    padding: 13px 1.875rem 12px;
    font-size: 1.125rem;
}

.woocommerce table.shop_table tr td form button.button:hover,
.woocommerce-page table.shop_table tr td form button.button:hover,
.woocommerce table.shop_table tr td form button.button:focus,
.woocommerce-page table.shop_table tr td form button.button:focus {
    background-color: var(--color1);
    color: #fff;
}


/*===== Checkout Page Style =====*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: var(--color6);
    height: 2.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 1.25rem;
    font-size: 0.9375rem;
    color: #777;
    width: 100%;
}

.woocommerce form .form-row textarea {
    height: 180px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 1.125rem;
    font-family: var(--GraphikRegular);
    font-weight: 400;
    color: #fff;
    background-color: var(--color3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 1.875rem 12px;
    height: 2.5rem;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    background-color: var(--color1);
    color: #fff;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    list-style: none none !important;
}

#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods > li:before {
    display: none !important;
}

ul.woocommerce-error {
    padding-left: 3.5rem;
}

.woocommerce ul#shipping_method li {padding-left: 0;}

ul.woocommerce-error > li:before,
.woocommerce ul#shipping_method li:before {
    display: none;
}

#order_review_heading {
    margin-top: 2.5rem;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-top: 1.875rem;
}

.woocommerce ul.order_details {
    padding-left: 0;
    margin-top: 1.25rem;
}

.woocommerce ul.order_details li {margin-top: 10px;}

.woocommerce ul.order_details li:before {display: none;}

h2.woocommerce-column__title {margin-bottom: 1.25rem;}

section.woocommerce-columns {justify-content: space-between;}

section.woocommerce-columns address p {margin-top: .9375rem;}

.woocommerce-message::before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-info > a:hover,
.woocommerce-info > a:focus {color: var(--color3);}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {border-top-color: var(--color3);}

a.cart-btn {
    right: 0;
    top: 225px;
    background-color: var(--color3);
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

a.cart-btn > svg {max-height: 1.325rem;}

a.cart-btn > svg path {fill: var(--white-color) !important;}

a.cart-btn:hover, 
a.cart-btn:focus {background-color: var(--color1);}

/*===== My Account Style =====*/
nav.woocommerce-MyAccount-navigation {
    display: inline-block;
    max-width: 30%;
    background-color: var(--color7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2.5rem;
    width: 100%;
}

nav.woocommerce-MyAccount-navigation > ul {
    display: inherit;
    padding-left: 0;
}

nav.woocommerce-MyAccount-navigation > ul > li {
    margin: 0;
    padding: 0;
    color: var(--color1);
    font-family: var(--Roboto);
}

nav.woocommerce-MyAccount-navigation > ul > li:before {display: none;}

nav.woocommerce-MyAccount-navigation > ul > li + li {margin-top: .9375rem;}

nav.woocommerce-MyAccount-navigation > ul > li a:hover, 
nav.woocommerce-MyAccount-navigation > ul > li a:focus, 
nav.woocommerce-MyAccount-navigation > ul > li.is-active > a,
header.woocommerce-Address-title > a,
header.woocommerce-Address-title > a:hover, 
header.woocommerce-Address-title > a:focus {color: var(--color3);}

header.woocommerce-Address-title > a {text-decoration: underline;}

.woocommerce-MyAccount-content {
    max-width: 68%;
    display: inline-block;
    vertical-align: top;
    padding-left: 2.5rem;
    width: 100%;
}

.woocommerce table.my_account_orders .button {
    font-size: 14px;
    height: initial;
    padding: 10px 1.25rem;
}

.woocommerce table.my_account_orders {
    border: 0;
    border-collapse: collapse;
}

.woocommerce table.my_account_orders th {
    background-color: var(--color1);
    color: #fff;
    border: 0;
    padding: 10px;
}

.woocommerce table.my_account_orders td {
    padding: 10px;
    font-size: .9375rem;
    line-height: 1.35;
}

header.woocommerce-Address-title {
    position: static;
    background: none !important;
    padding: 0;
    margin-bottom: 1.25rem;
}

header.woocommerce-Address-title > h3 {
    font-family: var(--Roboto);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content form fieldset {
    margin-bottom: 1.25rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #fbfbfb;
}

.woocommerce form .form-row, 
.woocommerce-page form .form-row,
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
    font-size: 1rem;
}

address {
    font-style: normal;
    line-height: 1.5;
}
.woocommerce form.woocommerce-ResetPassword > p + p {margin-top: 1.875rem;}

/*===== Order Review Page Style =====*/
.woocommerce-order > p.woocommerce-thankyou-order-received {
    background-color: var(--color3);
    color: #fff;
    padding: 7px 0.9375rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table.woocommerce-table.woocommerce-table--order-details {
    border-collapse: collapse;
}

table.woocommerce-table.woocommerce-table--order-details thead {
    background-color: var(--color1);
}

table.woocommerce-table.woocommerce-table--order-details thead th {
    color: #fff;
}

section.woocommerce-columns address {
    background-color: #fafafa;
    border: 0 !important;
    font-size: 1.125rem;
    padding: 1.5rem !important;
    min-height: 213px;
}

section.woocommerce-columns address p {
    font-size: inherit;
}

.woocommerce ul.order_details {
    margin-top: 2.5rem;
}

table.woocommerce-table.woocommerce-table--order-details tr {
    background-color: transparent !important;
}

.woocommerce table.shop_table tfoot td {
    font-weight: 400;
}

.payment_box ul {list-style: none !important;}

.payment_box ul li {padding-left: 0;}

.payment_box ul li:before {display: none !important;}

.press-releases-wrap {margin-top: 2.5rem;}

.press-release-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    max-width: 90%;
}

.press-release-box + .press-release-box {
    padding-top: 3.125rem;
    margin-top: 3.125rem;
    border-top: 1px solid #d4d4d4;
}

.press-release-box > h2 {
    font-size: 2rem;
}

.press-release-box > h2 a:hover, 
.press-release-box > h2 a:focus {
    color: var(--color3);
}

.post-detail-gallery-list {
    padding-left: 0 !important;
    list-style: none;
    margin-bottom: 0;
    column-count: 4;
    gap: 10px;
}

.post-detail-gallery-list.column2 {column-count: 2;}

.post-detail-gallery-list.column3 {column-count: 3;}

.post-detail-gallery-list li {padding: 0 !important;}

.post-detail-gallery-list li:before {display: none;}

.post-detail-gallery-list li a {display: block;}


.step-header p input {
  width: 6.25rem;
  height: 1.875rem;
  padding: 5px;
  margin-left: 5px;
  font-size: .9375rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#stripe {
    padding: 0 10px;
    background-color: #fff;
}

.radio-list.v3 {
    margin: 0;
    padding-left: 0;
    gap: 1.25rem;
}

.radio-list.v3 > li {
    flex: 0 0 auto;
    padding-left: 0;
}

.radio-list.v3 > li:before {
    display: none;
}

.form-wrap.v2 form h6 + p {margin-top: -.9375rem;}

.form-wrap.v2 form h6 + p,
.form-wrap.v2 form h6 {
    margin-bottom: 1.25rem;
}
.don-boxes .contribute-btn .theme-btn {min-width: initial;}

.don-boxes .contribute-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.don-boxes .contribute-btn .amt_msg {
    flex: 0 0 100%;
    max-width: 100%;
}
.select-box > select {
    padding: 6.5px .9375rem;
    -webkit-border-radius: var(--curve5);
    border-radius: var(--curve5);
    font-size: .9375rem;
    cursor: pointer;
}
.don-boxes .contribute-btn .theme-btn.js-seq-back2 {background-color: var(--color1);}
.don-boxes .contribute-btn .theme-btn.js-seq-back2:hover, 
.don-boxes .contribute-btn .theme-btn.js-seq-back2:focus {background-color: var(--color3);}
.has-error {border: 1px solid red !important;}
input#plans[style="display: inline-block;"] + span.selected_amount {
    display: none;
}

.don-boxes .contribute-btn > button.simple-link {
    width: auto;
    font-size: 1.5rem;
    color: var(--color2);
}

.don-boxes .contribute-btn > button.simple-link:hover,
.don-boxes .contribute-btn > button.simple-link:focus {color: var(--color3);}

.contribute-box > span {
    position: absolute;
    left: 1.25rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
    z-index: 1;
}

.other_amount_div {
    min-height: 3.5rem;
}

.other_amount_div > input {
    padding: 10px 2.5rem;
    font-size: 1.5rem;
    color: var(--color2);
}
.card-error {margin-top: 10px;}


.cont-label {
    position: relative;
    padding-right: 1.875rem;
    margin-bottom: 6px;
    z-index: 1;
}

.cont-label > label {
    font-size: 1rem;
    text-align: initial;
    display: block;
}
.tool-tip {
    position: absolute;
    right: 0;
    top: 0;
}
.tool-tip svg {
    height: 1rem;
    cursor: pointer;
}
.tool-tip:hover > svg {fill: var(--color3);}
.tool-tip-inner {
    position: absolute;
    bottom: 100%;
    background-color: #fff;
    line-height: initial;
    -webkit-border-radius: var(--curve10);
    border-radius: var(--curve10);
    width: 22rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 .9375rem rgba(0,0,0,.15);
    box-shadow: 0 0 .9375rem rgba(0,0,0,.15);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}
.tool-tip:hover .tool-tip-inner {
    opacity: 1;
    visibility: visible;
}
.step-content h4 + p {
    text-align: initial;
    margin: -8px 0 0.9375rem;
    font-size: 1rem;
}
.step-title {
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 3.5rem;
}
.step-title > svg {
    max-width: 2.7rem;
    position: absolute;
    left: 0;
    top: 0;
    fill: var(--color3);
}
.don-boxes .contribute-btn > button.simple-link {position: relative;}
/*.don-boxes .contribute-btn > button.simple-link > span {
    position: absolute;
    font-size: 12px;
    font-family: var(--Niveau-Grotesk-Regular);
    text-transform: initial;
    width: 22rem;
    background-color: var(--color2);
    border-radius: var(--curve5);
    color: #fff;
    padding: 7px 10px;
    line-height: 1.35;
    font-weight: 400;
    bottom: calc(100% + 8px);
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

    .don-boxes .contribute-btn > button.simple-link > span {
        position: absolute;
        font-size: 12px;
        font-family: var(--Niveau-Grotesk-Regular);
        text-transform: initial;
        width: 22rem;
        background-color: var(--color2);
        border-radius: var(--curve5);
        color: #fff;
        padding: 7px 10px;
        line-height: 1.35;
        font-weight: 400;
        bottom: calc(-120% + 8px);
        opacity: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/*.don-boxes .contribute-btn > button.simple-link > span:before {
    content: "";
    position: absolute;
    left: calc(50% - 5px);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color2);
    bottom: -5px;
}*/


    .don-boxes .contribute-btn > button.simple-link > span:before {
        content: "";
        position: absolute;
        left: calc(50% - 5px);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid var(--color2);
        bottom: 47px;
        transform: rotateX(-180deg);
    }
    .error-link {
        color: blue;
        text-decoration: underline;
    }

/*.don-boxes .contribute-btn > button.simple-link:hover > span {
    bottom: calc(100% - 5px);
    opacity: 1;
}*/


    .don-boxes .contribute-btn > button.simple-link:hover > span {
        bottom: calc(-50% - 5px);
        opacity: 1;
    }
.cap-text > p {
    font-size: 1.5rem;
    line-height: 1.5;
}
figure {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.post-detail-gallery figure {margin: 0;}
figure img {width: 100%;}
.post-detail-gallery figure img {
    max-height: 20rem;
    object-fit: cover;
}
figure figcaption {
    padding: 7px;
    color: var(--color3);
    background-color: var(--color6);
}


.NextFeildImg {
    height: auto !important;
    max-width: 100% !important;
    vertical-align: middle !important;
}

.g-recaptcha-footer {
    transform: scale(0.80);
     -webkit-transform: scale(0.80); 
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.g-recaptcha-header1 {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.el-form-item__error {
    color: #f56c6c;
    font-size: 12px;
    left: 0;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
}

.el-message-box__wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: top 0.4s, opacity 0.4s;
}

.v-modal {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
}
.el-message-box {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: middle;
    width: 420px;
}
.el-message-box__header {
    padding: 15px 15px 10px;
    position: relative;
}

.el-message-box__title {
    color: #303133;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 0;
}



.el-message-box__headerbtn {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.el-message-box__content {
    color: #606266;
    font-size: 14px;
    padding: 10px 15px;
}
.el-message-box__container {
    position: relative;
}

.el-message-box__status::before {
    padding-left: 1px;
}

.el-message-box__status + .el-message-box__message {
    padding-left: 36px;
    padding-right: 12px;
}

.el-message-box__btns {
    padding: 5px 15px 0;
    text-align: right;
}
.el-button--small, .el-button--small.is-round {
    padding: 9px 15px;
}

.bannerWho {
    display: flex;
    height: 75vh;
     align-items: center; 
    flex-direction: column;
    justify-content: center;
    padding-top: 15%
}
.bannerWho1 {
    display: flex;
    height: 65vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 15%
}
.bannerHeader {
    padding-left: 0 !important;
    color: #454545;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.BODp {
    font-family: var(--GraphikRegular);
}
.BODMain {
    height: 60vh;
}
.bannerHeader h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: black;
    /*padding-top: 2px;*/
}

.MainHeading > h2 {
    color: var(--color1);
    font-size: 2.2rem;
    padding-top: 20px;
    font-family:var(--Roboto) !important;
    font-weight:bold !important;

}

/*.LeaderCouncelImg{
    height:48vh !important
}*/

.LeaderCouncelbg{
    max-width:100%!important
}

.LeaderImg {
    max-width: 50%;
    margin: 0 !important;
}
.leaderDiv {
    width: 100%;
    margin-left: 22%;
}
.card {
    border: none;
    margin-top: 30px;
    position: relative
}
.card-body{
    padding: 0
}
.card-title{
    font-size: 30px;
    font-weight:400;
    line-height: 36px;
    color: var(--color1);
    padding-top:15px;
}
.card-text{
    font-size: 17px;
    font-weight:400;
    line-height: 32px;
    color: var(--color1);
    padding-top:20px;
}
.CardBtn {
    float: right;
    text-transform: uppercase;
    padding: 1px 0 0 0;
    color: #909399;
    font-weight: 400;
}
    .CardBtn > i svg {
        fill: #909399 !important;
        font-weight: 400;
    }
.CardBtn:hover > i svg {
    fill: black !important;
    font-weight: 400;
}
.card-img-overlay{
    position:absolute;
    bottom: 0;
    padding: 10px 50px;
    width:100%;
    background-color: black;
    opacity: 0.7
}

.card-img-container {
    overflow: hidden; /* Hide the overflow when image scales */
}

.card-img-top {
    transition: transform 0.3s ease; /* Add a smooth transition on transform for a better effect */
}

/*.card:hover .card-img-top {
    transform: scale(1.03) translate(-1.5%, -1.5%);
}*/
.CardHover:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    /*transition: 1s ease-in-out;*/
    /*padding-bottom: 10px;*/
}

    .CardHover:hover .card-img-overlay {
        opacity: 1;
        transition: 0.5s ease-in-out;
    }
    /*.card:hover .card-body{
        padding: 5px;
        transition:
    }*/

    .card-title1 {
        color: white;
        font-size: 2rem;
    }
.CardBtn1 {
    float: right;
    text-transform: uppercase;
    padding: 1px 0 0 0;
    color: #909399;
    font-weight: 400;
}
    .CardBtn1:hover {
        color: white !important;
    }

    .CardBtn1 > i svg {
        fill: #909399 !important;
        font-weight: 400;
    }

    .CardBtn1:hover > i svg {
        fill: white !important;
        
        font-weight: 400;
    }

.BODImg{
    width:315%;
    padding-right: 2%
}
.BODLeader {
    padding: 7% 0;
}
.BODTitle {
    padding-top: 0 !important;
}

.BODText {
    padding-right: 30px
}
.BODHeading {
    font-size: 1.7rem !important;

}
.member-info > p {
    font-size: 1rem;
    color: var(--color1) !important;
}
.BODALl {
    transform: scale(0.9);
}
.ContentStyling {
    padding: 0 0.8rem !important;
}
.AboutGive {
    background-color: transparent !important;
    border: 2px solid #E0DFD6;
}
    .AboutGive:hover {
        /*background-color: var(--color3) !important;*/
        /*border: 2px solid transparent;*/
        color: var(--color3) !important;
    }

.LeaderCard {
    margin-left: -1.5%;
}

.TeamImg{
    border-radius:unset !important
}


.ThemeContent.Bridge h3 {
    color: #000;
    font-family: Graphik;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.ThemeContent.Bridge p {
    color: #000;
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}


.post-info {
    height: auto;
}

.CloseBtnRes {
    display:none;
}.CloseBtnRes1 {
    display:none;
}
@media (max-width:1440px) {
    .LeaderImg {
            max-width: 100%;
            margin: 0 !important;
        }

        .leaderDiv {
            width: 100%;
            margin-left: 0;
        }
    }

    @media (max-width:1200px) {
        .page-title-wrap > h1 {
            font-size: 3rem;
            line-height: 1.05;
        }

        .BannerP {
            line-height: 1.5rem !important;
        }
    }

    @media (max-width:1024px) {
        .MainHeading > h2 {
            font-size: 2.5rem;
        }
    }

    @media (max-width: 1024px) {
        .MainHeading > h2 {
            font-size: 2rem;
        }
    }

    @media (max-width: 993px) {
        .NewsImageContainer {
            max-width: 100%;
            height: 100%;
        }

        .HTABtns {
            margin-top: 10px
        }
        .bannerWho1 {
            height: 65vh;
        }

        .BODLeader {
            flex-direction: column
        }

        .BODImg {
            width: auto
        }

        .card-img-top {
            width: 100%
        }

        .BODTitle {
            padding-top: 15px !important;
        }

        .card-text {
            padding-top: 10px;
            padding-right: 0px;
        }
    }

    @media (max-width: 850px) {
        .bannerWho1 {
            height: 50vh;
        }

        .BODMain {
            height: 40vh;
        }

        .CloseNorBtn{
            display:none !important;
        }
        .CloseBtnRes {
            display: block !important;
        }
    }

    @media (max-width: 768px) {


        .ThemeContent .DonateBanner p {
            padding-top: 0px;
        }

        .ThemeContent .DonateBanner .banner-cap > p + * {
            margin-top: 10px !important;
        }
        .ThemeContent .DonateBanner .theme-btn.brd-btn.v3 {
            font-size: 1rem;
            padding: 10px 0.75rem;
        }

        .ThemeContent .theme-btn.v3 {
            font-size: 1rem;
            padding: 10px 0.75rem;
        }



        .ThemeContent h2 {
            font-size: 34px;
        }
        .ResponsiveBannerCap{
            text-align:initial;
        }
        .member-container {
            top: -30px;
        }
        .post-info {
            height: 7rem;
        }

        .card-title1 {
            color: white;
            font-size: 1.5rem;
        }

        .card-text1 {
            line-height: 1.3rem;
            font-size: 1rem;
            margin: 0;
        }

        .card-img-overlay {
            padding: 10px 10px;
        }

        .bottom-bar p {
            text-align: left !important;
            margin-top: 0 !important;
        }

        .card-img-overlay {
            position: relative;
            opacity: 1;
        }

        .bannerWho1 {
            height: 50vh;
        }
    }

    @media (max-width:576px) {
        .paddingXWhole {
            padding: 0 10px !important;
        }
        .CloseBtnRes {
            display: none !important;
        }
        .CloseBtnRes1 {
            display: block !important;
        }
            .CloseBtnRes1 svg {
                fill: #000000;
            }
        .bannerHeader {
            font-size: 2.5rem !important
        }

        .DonateRes {
            object-fit: cover;
            min-height: 500px;
            object-position: right;
        }

        .OWDRes {
            object-fit: cover;
            min-height: 350px;
            object-position: right;
        }

        .BODALl {
            width: 100%
        }

        .BODMain {
            height: 40vh;
        }

        .bannerWho1 {
            height: 35vh;
        }

        .page-title-wrap > h1 {
            font-size: 2.5rem !important;
        }

        .LeaderCard {
            margin-left: 0%;
        }
        .ThemeContent.Bridge h3 {
            font-size: 28px;
            padding-top:10px
        }
    }

    @media (max-width: 530px) {
        .MainHeading > h2 {
            font-size: 1.3rem;
        }

        .card-title {
            font-size: 22px;
        }

        .card-text {
            padding-top: 0px;
        }

        .card-text1 {
            font-size: 0.7rem;
        }

        .bottom-bar p {
            text-align: center;
            margin-top: 0;
        }

        .contactus img {
            min-height: 200px;
        }
    }

    @media (max-width:425px) {
        .page-title-wrap > h1 {
            font-size: 1.5rem !important;
            line-height: 1;
        }

        .BannerP {
            line-height: 1rem !important;
        }

        .card-text {
            font-size: 14px;
        }
        .ResponsiveBannerCap > *:not(.btns-group) {
             text-align: initial !important;
        }
        .ResponsiveBannerCap > p {
            font-size: .7375rem !important;
        }
        .ResponsiveBannerCap > h2 {
            font-size: 1.25rem !important;
        }
    }

    @media (max-width:340px) {
        .bottom-links > li + li:before {
            content: "" !important;
            margin:unset !important;
            padding:5px !important;
        }
    }

    .mtop-0 {
    margin-top: 0 !important;
}
.text-center {
    text-align: center !important;
}

.florida_header {
    min-height: 85vh;
    display: flex;
    align-items: center;
    max-width: 1210px !important;
}
@media (max-width:750px) {
    .florida_header {
        min-height: unset;
    }
    .florida_apply_container {
        position: initial !important;
        margin-bottom:8px;
    }
    .florida_header h1 {
        font-size: 76px !important;
        text-align: center;
        line-height: 1 !important;
        margin: 21px 0;
    }
    .florida_header p {
        text-align: center !important;
        font-size: 15px;
    }
    .florida_header h3 {
        text-align: center !important;
    }
    .florida_apply_container .sm-theme-btn {
        width:100%;
        text-align: center
    }
    .florida_apply_container select, input {
        margin: 7px 0;
    }
}
    .florida_header h1 {
        color: #F6CF43;
        font-size: 100px;
        text-transform: uppercase;
        line-height: normal;
    }
        .florida_header h1 span {
            font-weight: bold;
            font-family: GraphikMedium !important;
            letter-spacing: 11px;
        }
        .florida_header h3 {
        font-size: 32px;
        color: white;
        font-weight: 200;
        line-height: 2;
    }
    .florida_header p {
        color: white;
        font-size: 22px;
    }
.florida_apply_container {
    background: white;
    border-radius: 15px;
    position: absolute;
    bottom: -170px;
    z-index: 3;
    width: 100%;
}

    

    .florida_apply_container .sm-theme-btn {
        background-color: #F37021;
        font-size: 1rem;
        padding: 13px 2.5rem;
        color: #000000;
        font-weight: 900;
        display: inline-block;
        border-radius: 5px;
    }
.florida_apply_container .action_row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
    .florida_apply_container .error-message {
        display: block;
        color: red;
        padding: 4px 12px;
    }
    .digitalaccess h1 {
        color: black;
        font-size: 53px;
        line-height: normal;
    }
    .digitalaccess h3 {
        color: black;
        font-size: 20px;
        margin: 15px 0;
    }
.florida_population {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 20px;
}
       .florida_population h2 {
            padding: 6px 0px !important;
            font-size: 43px;
        }
        .florida_population .right_box {
            border-left: 3px solid black;
            padding-left: 28px;
        }

.florida_mission .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 15px;
}

.florida_mission .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
}
.florida_mission .card {
    color: black;
    font-size: 16px;
    line-height: 1.5;
}

    .florida_mission .card h5 {
        font-weight: 600;
        color: black;
        font-size: 16px;
        font-family: 'GraphikMedium' !important;
        margin: 5px 0;
    }
    .florida_mission .card  p {
        color: black;
        font-size: 16px;
        line-height: 1.5;
    }

.florida_mission .purple {
    background-color: #8e44ad;
    color: white;
}

.florida_mission .blue {
    background-color: #3498db;
    color: white;
}

.florida_mission .orange {
    background-color: #e67e22;
    color: white;
}

.florida_mission .pink {
    background-color: #e84393;
    color: white;
}

.florida_mission .icon-box svg {
    width: 30px;
    height: 30px;
}
.florida_mission h2 {
    font-weight: 600;
    color: black;
    font-size: 43px;
    font-family: 'GraphikMedium' !important;
    margin: 5px 0;
}
.florida_mission p {
    color: #3C3C3C;
    font-size: 16px;
}
.florida_bridging {
    background: #002073;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.florida_bridging h2 {
    font-weight: 600;
    color: white;
    font-size: 43px;
    font-family: 'GraphikMedium' !important;
    margin: 5px 0;
}
    .florida_bridging p {
        color: white;
    }

.counties .county-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
    margin: 10px 0;
    transition: transform 0.2s ease;
}
.counties strong {
    color:black;
}
    .counties .county-card:hover {
        transform: translateY(-5px);
    }

.counties .county-icon {
    color: #4a90e2;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.counties .county-icon img {
    width: 30px;
}
.counties h2 {
    font-size: 43px;
    font-family: 'GraphikMedium' !important;
    margin: 5px 0;
    padding-bottom: 0px !important;
}
.counties h3 {
    color: black;
    font-size: 20px;
    margin: 15px 0;
}
.florida_seemless {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center !important;
    align-items: center;
    text-align: center;
}
.florida_seemless h2 {
    font-size: 43px;
    font-family: 'GraphikMedium' !important;
    margin: 5px 0;
    color: white;
    padding-bottom: 0px !important;
}
.florida_seemless h3 {
    color: white;
    font-size: 20px;
    margin: 15px 0;
}
    .florida_seemless p {
        max-width: 850px;
        color: white;
        margin: auto;
    }
    .florida_seemless .icon_box h3 {
        font-size: 26px;
        margin-top: 26px;
    }
    .florida_seemless .icon_box img {
        width: 90px;
    }