/*
	Table of Contents
	update on Wed Aug 10 2022 11:46:24 GMT+0300 (GMT+03:00)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Bootrap resets ---------------------------
	     04. Fonts ------------------------------------
	     05. Helpers ----------------------------------
	         Border -----------------------------------
	         Background -------------------------------
	         Background-image -------------------------
	         Text-color -------------------------------
	II.  Regions --------------------------------------
	     01. Footer -----------------------------------
	     02. Header -----------------------------------
	     03. Sidebar ----------------------------------
	     04. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	     02. Card -------------------------------------
	         Card partners single ---------------------
	         Card-initiative slider -------------------
	         Card-initiative --------------------------
	         Card-initiative single -------------------
	         Card about-us ----------------------------
	         Card-initiative single -------------------
	         Card-initiative --------------------------
	         Card-initiative slider -------------------
	         Card-initiative --------------------------
	         Card-initiative single -------------------
	         Card-initiative slider -------------------
	         Card-initiative --------------------------
	         Card-initiative single -------------------
	     03. Form Elements ----------------------------
	     04. Form -------------------------------------
	     05. List -------------------------------------
	     06. Nav --------------------------------------
	     07. Progress ---------------------------------
	     08. Section ----------------------------------
	         Only frontend ----------------------------
	     09. Slider -----------------------------------
	     10. Table ------------------------------------
	     11. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; }

details, menu { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; appearance: none; }

textarea { -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

table { width: 100%; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: white; font-family: 'Raleway Regulard', sans-serif; font-size: 1rem; line-height: 1.2; color: black; }

a { color: inherit; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1,
.h1 { font-size: 60px; }
h2,
.h2 { font-size: 36px; }
h3,
.h3 { font-size: 32px; }
h4,
.h4 { font-size: 28px; }
h5,
.h5 { font-size: 24px; }
h6,
.h6 { font-size: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.6em; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }


@media (max-width: 1499px) {
	html { font-size: 14px; }

	h1,
	.h1 { font-size: 38px; }

	h2,
	.h2 { font-size: 30px; }
}

@media (max-width: 767px) {
	html { font-size: 12px; }

	h1,
	.h1 { font-size: 24px; line-height: 24px; }

	h2,
	.h2 { font-size: 20px; }

	h3,
	.h3 { font-size: 26px; }

	h4,
	.h4 { font-size: 20px; }

	h6,
	.h6 { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Bootrap resets
\* ------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { margin-bottom: 0; }

p { margin-bottom: 0; }

button:focus { outline: none; }

.btn:focus,
.btn.focus { box-shadow: none; }

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

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Raleway Regulard';
    src: url('../fonts/Raleway-Regular.woff') format('woff'),
		 url('../fonts/Raleway-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/raleway-bold-webfont.woff') format('woff'),
		 url('../fonts/raleway-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Italic';
    src: url('../fonts/Raleway-Italic.woff') format('woff'),
		 url('../fonts/Raleway-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/roboto-regular-webfont.woff') format('woff'),
    url('../fonts/roboto-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('woff'),
    url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.active-c { color: #9a2748 !important; text-decoration: underline !important; }

.page-active-warning { background-color: #e3c973 !important; color: #9a2748 !important; }
.page-active-danger { background-color: #9a2748 !important; color: white !important; }

.arrow-prev,
.arrow-next { font-size: 1.5rem; }

.dotted { display: inline-block; border-bottom: 1px dotted black; }

/* Border */
.border { transition: color 0.25s; }
.border::before, .border::after { position: absolute; width: 100%; height: 100%;content: ''; }
.border::before,
.border::after { width: 0; height: 0; border: 2px solid transparent; }
.border-bottom { border-bottom: none !important; }
.border-bottom::before { position: absolute; right: 42%; left: 42%; bottom: 0; content: ''; border-bottom: 8px solid #e3c973 !important; }
.border-bottom-left::before { position: absolute; right: 68%; left: 0; bottom: 0; content: ''; border-bottom: 8px solid #e3c973 !important; }

.border-danger { box-shadow: 0 0 0 5px #9a2748 !important; color: #9a2748 !important; }
.border-light { box-shadow: 0 0 0 5px white !important; color: white !important; }
.border-danger:hover { color: #9a2748 !important; }
.border-light:hover { color: white !important; }

/* Background */
.bg-light-warning { background-color: #f9f5ea !important; }
.bg-danger { background-color: #9a2748 !important; }

/* Background-image*/
/* .bg-image { background-repeat: no-repeat; } */

/* Text-color */
.text-light { color: white !important; }
.text-danger { color: #9a2748 !important; }
.text-dark { color: #191919 !important; }

.fancybox-thumbs__list a:before { border: 1px solid #9a2748 !important; }

@media (max-width: 767px) {
	.active-c { border-bottom: 1px solid #9a2748; text-decoration: none !important; }

	.border-bottom::before { right: 30%; left: 30%; border-bottom: 6px solid #e3c973 !important; }
	.border-bottom-left::before { right: 33%; border-bottom: 6px solid #e3c973 !important; }

	.bg-image-m { background-position: left -5%; }
}

@media (max-width: 575px) {
	.border-bottom::before { right: 18%; left: 18%; }
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

footer { padding: 2rem 0; }

.footer-head { margin-bottom: 1.25rem; padding-bottom: .75rem;border-bottom: 1px solid #e3c973; }
.footer-list { list-style-type: none; }
.footer-item { margin-bottom: 1rem; }
.footer-link { border-bottom: 1px solid #cd93a4; transition: .2s ease; }
.footer-link:hover { color: rgba(255, 255, 255, .8); }
.footer-link:active { color: #d4c0c6; }

.footer-border { margin: 2rem 0; }
.footer-border span:first-child  { display: block; border-bottom: 1px solid #f8efc7; }
.footer-border span:nth-child(2) { display: block; border-bottom: 1px solid #e7d6aa; }
.footer-border span:nth-child(3) { display: block; border-bottom: 1px solid #cdb180; }
.footer-border span:nth-child(4) { display: block; border-bottom: 1px solid #b38d55; }

.footer-meta { font-family: 'Roboto Regular', sans-serif; }

.footer-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

.footer-inner p { margin-bottom: 0; }

@media (max-width: 767px) {
	.footer-link { font-size: 1.35rem; }

	.footer-border { margin: 1rem 0; }
	.footer-inner { -ms-flex-align: center; align-items: center; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; right: 0; left: 0; z-index: 5000; }

.header span:first-child  { display: block; border-bottom: 1px solid #f8efc7; }
.header span:nth-child(2) { display: block; border-bottom: 1px solid #e7d6aa; }
.header span:nth-child(3) { display: block; border-bottom: 1px solid #cdb180; }
.header span:nth-child(4) { display: block; border-bottom: 1px solid #b38d55; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {  }

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { -webkit-appearance: none; appearance: none; }

.btn-bordered { position: relative; padding: 0.5rem 2rem; border-radius: 0; background: none; font-family: 'Raleway Bold', sans-serif; font-size: 1.25rem; box-sizing: border-box;
	vertical-align: middle; }
.btn-bordered::before { top: 0; left: 0; }
.btn-bordered::after { top: 0; left: 0; bottom: 0; right: 0; }

.btn-bordered:hover::before,
.btn-bordered:hover::after { width: 100%; height: 100%; }

.btn-bordered:hover::before { border-top-color: #e3c973; border-right-color: #e3c973; transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }

.btn-bordered:hover::after { border-bottom-color: #e3c973; border-left-color: #e3c973; transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
.btn-bordered:hover::after { border-bottom-color: #e3c973; border-left-color: #e3c973; transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }

.btn-white { position: relative; display: inline-block; margin-right: 1.25rem;  border: none; border-radius: 0; background: white; font-family: 'Raleway Bold', sans-serif; font-size: 1.25rem; color: black; transition: all .5s ease-out; }

.btn-text { display: block; padding: 0.5rem 2rem; }
.btn-text::before,
.btn-text::after { position: absolute; width: 5px; height: 0; background: #e3c973; border-radius: 0.175rem; transition: all 0.2s ease-out; content:""; }

.btn-white::before { left: 0; top: 0; transition-duration: 0.4s; }
.btn-white::before,
.btn-white::after { position: absolute; width: 0; height: 5px; background: #e3c973; border-radius: 0.175rem; transition: all 0.2s ease-out; content:""; }

.btn-white::after { right:0; bottom: 0; transition-duration: 0.4s;  }
.btn-white:hover::before,
.btn-white:hover::after { width: 100%; }

.btn-white:hover { background: rgba(0, 210, 195, 0.1); color:#e3c973; }
.btn-white:hover .btn-text::before,
.btn-white:hover .btn-text::after { height: 100%; }
.btn-white .btn-text::after { right:0; bottom: 0; transition-duration: 0.2s; }
.btn-white .btn-text::before { left: 0; top: 0; transition-duration: 0.2s; }

.btn-danger { position: relative; border: none !important; border-radius: 0 !important; background: #9a2748 !important; font-family: 'Raleway Bold', sans-serif; font-size: 1.25rem;
	transition: all .5s ease-out; }
.btn-danger::before { left: 0; top: 0; transition-duration: 0.4s; }
.btn-danger::before,
.btn-danger::after { position: absolute; width: 0; height: 5px; background: #e3c973; border-radius: 0.175rem; transition: all 0.2s ease-out; content:""; }

.btn-danger::after { right:0; bottom: 0; transition-duration: 0.4s;  }
.btn-danger:hover::before,
.btn-danger:hover::after { width: 100%; }

.btn-danger:hover { background: white !important; color: #e3c973 !important; }
.btn-danger:hover .btn-text::before,
.btn-danger:hover .btn-text::after { height: 100%; }
.btn-danger .btn-text::after { right:0; bottom: 0; transition-duration: 0.2s; }
.btn-danger .btn-text::before { left: 0; top: 0; transition-duration: 0.2s; }

.btn-view-more { position: absolute; right: -2%; bottom: -3%; z-index: 2; padding: 1rem; font-size: 2rem;  color: #e3c973; transition: .3s; }
.btn-back { position: absolute; right: 0; top: 0; font-size: 2rem; color: #e3c973; transition: .3s; }
.btn-back:hover,
.btn-view-more:hover { color: #9a2748; }

@media (max-width: 991px) {
	.btn-white { margin-right: .5rem; padding: .5rem; font-size: 1.15rem; }
	.btn-bordered { font-size: 1.15rem; }
 }

@media (max-width: 767px) {
	.btn-white { font-size: 1.35rem; }

	.btn-bordered { padding: .5rem 1.5rem; font-size: 1.35rem; }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */

.card { border: none; border-radius: 0; }
.card-head { position: relative; }
.card-img-top { border-top-left-radius: 0; border-top-right-radius: 0; }

.card-overlay { position: relative; }
.card-overlay:before { position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; display: -ms-flexbox; display: flex; content: '';
	background: -webkit-gradient (linear, left top, left bottom, color-stop (3%, transparent),color-stop(13%, rgba(255,255,255,0.1)), color-stop(20%, rgba(255,255,255,0.2)),color-stop(20%, rgba(255, 255, 255,0.2)),color-stop(82%, rgba(255, 255 ,255,0.9)),color-stop(97%, rgba(255, 255 ,255,1)), to(rgba(255, 255, 255,1)));
	background:linear-gradient(to bottom, transparent 3%,rgba(255,255,255,0.1) 13%, rgba(255,255,255,0.2) 20%,rgba(255, 255, 255,0.2) 20%,rgba(255, 255 ,255,0.9) 82%,rgba(255, 255 ,255,1) 97%, rgba(255, 255, 255,1) 100%); }

.card-lights { height: 100%; margin: 0 15px; }
.card-lights .card-head { margin-bottom: 1rem; padding-bottom: 1rem; }
.card-lights .card-title { padding-right: .25rem; }
.card-lights .card-text { font-family: 'Roboto Regular', sans-serif; color: black; }
.card-lights .card-img-top { position: relative; }

.card-review { height: 100%; padding: 1.75rem; border: none; border-radius: 0; }
.card-review .card-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
.card-review .card-img { position: relative; display: inline-block; width: 100px; height: 100px; border: 2px solid #9a2748; border-radius: 50%; overflow: hidden; }
.card-review .card-body { padding: 1.5rem 0; }
.card-review .card-head { text-align: right; }
.card-review .card-title { color: #2c2c2c; }
.card-review .card-desc { font-size: 1.25rem; }
.card-review hr { margin-top: 0.75rem; margin-bottom: 0.75rem; border-top: 4px solid #e3c973; }
.card-review .card-text { font-family: 'Roboto Regular', sans-serif; font-size: 1.15rem; color: #2c2c2c; }

.card-contact { margin-bottom: 2.5rem; }
.card-contact img { width: 100%; }
.card-contact .fa-phone { padding-bottom: 2rem; }
.card-contact .card-top { position: relative; margin-bottom: 1.85rem; padding-bottom: 1.25rem; }
.card-contact .card-title { margin-bottom: 0.25rem; font-family: 'Raleway Bold', sans-serif; }
.card-contact .border-bottom-c::before { position: absolute; right: 76%; left: 0; bottom: 0; content: ''; border-bottom: 3px solid #e3c973 !important; }
.card-contact .card-text { max-width: 85%; font-family: 'Roboto Regular', sans-serif; text-shadow: 0 0 #191919; }
.card-contact .card-text p { margin-bottom: 2rem; }
.card-contact .meta .col-10 { font-family: 'Roboto Regular', sans-serif; font-size: 1.25rem; }
.card-contact .meta .col-2,
.card-contact .meta .col-10 { cursor: pointer; }
.card-contact .meta .col-2:first-child { border-right: 3px solid #e3c973; }
.card-contact .meta i { font-size: 1.25rem; }
.card-contact a { transition: .4s ease-in-out; }
.card-contact a:hover { color: #e3c973; }

.card-volunteers { height: 100%; background-color: transparent; transition: 0.6s; cursor: pointer; }
.card-volunteers:hover { color: black; }
.card-volunteers .card-head { margin-bottom: 1rem; padding-bottom: .85rem; }
.card-volunteers .border-bottom-left::before { right: 25%; }
.card-volunteers .card-title { font-family: 'Raleway Bold', sans-serif; }
.card-volunteers .card-text { margin-right: .5rem; }
.card-volunteers .card-body { padding-top: 0; }
.card-volunteers .card-text,
.card-volunteers .card-full-text { font-family: 'Roboto Regular', sans-serif; text-shadow: 0 0 black; }
.card-volunteers .card-front,
.card-volunteers .card-back { background-color: white; }
.card-volunteers .card-front { position: relative !important; }
.card-volunteers .card-back { position: absolute !important; top: 0; left: 0; padding: 1.25rem; overflow-x: auto; }
.card-volunteers .card-back::-webkit-scrollbar { width: 5px; }
.card-volunteers .card-back::-webkit-scrollbar-thumb { background: #e3c973; }
.card-volunteers .card-back::-webkit-scrollbar-track { background: #9a2748; }

/* Card partners single */
.card-partners .card-img-top { padding: 3.5rem 1rem; }
.card-partners .card-body { padding: 0 1rem 3rem 1rem; }
.card-partners .card-head { margin: 0 6rem 1.85rem 6rem; padding-bottom: .75rem; border-bottom: 4px solid #e3c973; }
.card-partners .card-title { font-family: 'Raleway Bold', sans-serif; }
.card-partners .card-text { max-width: 89%; margin: 0 auto; font-family: 'Roboto Regular', sans-serif; font-size: 1.15rem; color: #2c2c2c; }

.card-donation .card-title { max-width: 72%; }

/* Card-initiative slider */
.card-initiative-sm { margin: 0 15px; }
.card-initiative-sm .card-head { margin-bottom: 1rem; padding-bottom: 1rem; }
.card-initiative-sm .border-bottom::before { right: 15%; left: 15%; }
.card-initiative-sm .card-body { padding: 0 1rem 1rem 1rem; }
.card-initiative-sm .card-text { font-family: 'Roboto Regular', sans-serif; text-shadow: 0 0 black; }

/* Card-initiative */
.card-initiative .card-initiative .card-body { position: relative; z-index: 20; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical;
	 -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -ms-flex-pack: space-evenly; justify-content: space-evenly; margin-top: -9rem; padding: 0 1.55rem 1.55rem 1.55rem; }
.card-initiative .card-title { position: relative; z-index: 3000; margin-bottom: 1.5rem; font-size: 3.25rem; line-height: 3.25rem; }
.card-initiative .card-meta { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-bottom: 1.5rem; }
.card-initiative .date { margin-right: .75rem; }
.card-initiative .border-top { width: 30%; border-top: 8px solid #e3c973 !important; }
.card-initiative .card-text { max-width: 95%; font-family: 'Roboto Regular', sans-serif; line-height: 185%; text-shadow: 0 0 black; }

/* Card-initiative single */
.card-initiative.card-md .card-body { margin-bottom: 8rem; margin-top: -7rem; }
.card-initiative.card-md .card-meta { position: relative; z-index: 200; -ms-flex-align: baseline; align-items: baseline; margin-bottom: 2rem; }
.card-initiative.card-md .date { margin-right: 1rem; }
.card-initiative.card-md .border-top { width: 22%; }
.card-initiative.card-md .card-text { max-width: 97%; }
.card-initiative.card-md .card-text p { margin-bottom: 2rem; }
.card-initiative.card-md .card-text li { margin-left: 2rem; }
.card-initiative.card-md .card-footer { padding: 1.55rem; background-color: transparent; border-top: 0; text-shadow: 0 0 #9a2748; }
.card-initiative.card-md .card-footer .border-top { margin-left: 0; margin-bottom: .85rem; }

.card-lights.card-sm .card-title { text-shadow: 0 0 #9a2748; }
.card-lights.card-sm { margin: 0; }
.card-lights.card-sm .card-head { margin-bottom: .5rem; padding-bottom: 0; }
.card-lights.card-sm .card-body { padding: 0 .85rem .85rem .85rem; }
.card-lights.card-sm .card-meta { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-bottom: .5rem; }
.card-lights.card-sm .date { margin-right: 1rem; }
.card-lights.card-sm .border-top { width: 45%; }
.card-lights.card-sm .card-text { text-shadow: 0 0 black; }

/* Card about-us */
.card-about-us { padding: 2.5rem; }
.card-about-us img { margin: 2rem 0; }
.card-about-us .section-head { margin-bottom: 1.5rem !important; padding-bottom: 1.5rem; }
.card-about-us .card-text span { font-family: 'Roboto Bold', sans-serif; text-shadow: 0 0 #9a2748; }
.card-about-us .card-text p { margin-bottom: 1.25rem; font-family: 'Roboto Regular', sans-serif; text-shadow: 0 0 black; }

/* 404 */
.card-404 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; max-width: 80%; margin: 0 auto; padding: 6rem; }
.card-404 .card-body { margin-bottom: 6rem; }
.card-404 .card-head { padding-bottom: 1rem; margin-bottom: 1.55rem; }
.card-404 .border-bottom::before { right: 24%; left: 24%; border-bottom: 3px solid #e3c973 !important; }
.card-404 .card-title { font-family: 'Raleway Bold', sans-serif; }
.card-404 .card-text { font-family: 'Roboto Regular', sans-serif; font-size: 1.5rem; }
.card-404 .card-footer { border-top: 0; padding: 0; background-color: transparent; }
.card-404 .card-footer:last-child { border-radius: 0; }
.card-404 .btn-danger { padding: 1.25rem; font-family: 1.25rem; font-size: 1.25rem; }

@media (max-width: 1499px) {
		/* Card-initiative single */
	.card-lights.card-sm .card-title { font-size: 18px; }
	.card-lights.card-sm .border-bottom-left::before { right: 40%; }
}

@media (max-width: 1199px) {
	.card-contact .card-top { margin-bottom: 1.25rem; padding-bottom: 1rem; }
	.card-contact .card-title { font-size: 1.85rem; }
	.card-contact .card-text { max-width: 100%; margin-bottom: 1.5rem; }
	.card-contact .fa-phone { padding-bottom: 1rem; }

	/* Card-initiative */
	.card-initiative .card-body { margin-top: -5rem; }
	.card-initiative .card-title { margin-bottom: 1rem; font-size: 2.75rem; line-height: 2.75rem; }
	.card-initiative .card-meta { margin-bottom: 1rem; }
}

@media (max-width: 991px) {
	.card-donation-intro .col-lg-4 { -ms-flex-order: -1; order: -1; }

	/* Card-initiative slider*/
	.card-initiative-sm .card-title { font-size: 18px; }

	/* Card-initiative */
	.card-initiative .card-title { font-size: 2rem; line-height: 2rem; }

	/* Card-initiative single*/
	.card-initiative.card-md .card-body { margin-top: 0; margin-bottom: 1rem; }
	.card-initiative.card-md .border-top { width: 55%; }
	.card-initiative.card-md .card-title { font-size: 24px; }
	.card-initiative.card-md .card-meta { margin-bottom: 1rem; }
	.card-initiative.card-md .card-text p { margin-bottom: 1rem; }
	.card-initiative.card-md .border-top { width: 70%; }
}

@media (max-width: 767px) {
	.card-lights .card-title { padding-right: 0; }
	.card-lights .card-title { font-size: 1.55rem; }
	.card-review .card-head { width: 100%; text-align: center; }

	.card-review .card-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -ms-flex-align: center; align-items: center; }
	.card-review .card-title { padding-top: 1.5rem; }
	.card-review .card-text { padding: .75rem; }
	.card-review .card-body { padding: 1.25rem 0; }

	.card-contact .card-top { margin-bottom: 1rem; }
	.card-contact .border-bottom-c::before { right: 20%; }
	.card-contact .card-text { font-size: 1.15rem; }
	.card-contact .meta .col-10,
	.card-contact .meta i { font-size: 1.5rem; }
	.card-contact .fa-phone { padding-bottom: 2rem; }

	.card-partners .card-head { margin: 0 3rem 1.5rem 3rem; }
	.card-volunteers .card-title,
	.card-partners .card-title { font-size: 20px; }

	.card-volunteers .card-text,
	.card-volunteers .card-full-text,
	.card-partners .card-text { font-size: 1.25rem; }

	/* Card-initiative slider*/
	.card-initiative-sm .card-head { margin-bottom: 1.25rem; padding-bottom: 1.25rem; }
	.card-initiative-sm .border-bottom::before { right: 20%; left: 20%; }
	.card-initiative-sm .card-text { font-size: 14px; }

	/* Card-initiative*/
	.card-initiative .card-body { margin-top: -.5rem; }
	.card-initiative .card-title { font-size: 1.75rem; line-height: 1.75rem; }
	.card-initiative .border-top { width: 50%; border-top: 7px solid #e3c973 !important; }
	.card-initiative .card-text { font-size: 14px; line-height: 135%; }

	/* Card-initiative single*/
	.card-lights.card-sm .card-text { font-size: 14px; }

	.card-initiative.card-md .border-top { width: 45%; }

	.card-about-us { padding: 0; }
	.card-about-us img { margin: 0; }
	.card-about-us .card-body { padding-bottom: 0; }
	.card-about-us .card-title { font-size: 24px; text-shadow: 0 0 #9a2748; }
	.card-about-us .card-text { font-size: 1.25rem; }

	/* 404 */
	.card-404 { max-width: 100%; padding: 1rem; }
	.card-404 .card-body { margin-bottom: 3rem; }
	.card-404 .btn-danger { padding: 1rem; font-size: 1.15rem; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {  }

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.navbar-main .navbar-nav { width: 100%; -ms-flex-pack: right; justify-content: right; margin-top: -2.22rem; }
.navbar-main .nav-link { color: #191919; }
.navbar-main .nav-link:hover { color: #9a2748; }
.navbar-main .fa-bars { font-size: 2rem; color: #9a2748; }

.navbar-inner span:first-child  { display: block; border-bottom: 1px solid #f8efc7; }
.navbar-inner span:nth-child(2) { display: block; border-bottom: 1px solid #e7d6aa; }
.navbar-inner span:nth-child(3) { display: block; border-bottom: 1px solid #cdb180; }
.navbar-inner span:nth-child(4) { display: block; border-bottom: 1px solid #b38d55; }

.navbar-inner .navbar-nav li a,
.navbar-inner .navbar-nav li a::after,
.navbar-inner .navbar-nav li a::before { transition: all .5s; }
.navbar-inner .navbar-nav li a:hover { color: #9a2748; }
.navbar-inner .navbar-nav li a { position: relative; }
.navbar-inner .navbar-nav li a::after { position: absolute; top: 80%; left: 0; right: 0; width: 0; height: 1px; margin: auto; background-color: #9a2748; color: transparent;
content: ''; }
.navbar-inner .navbar-nav li a:hover:after { width: 80%; }
.navbar-inner .navbar-nav li a.active-c:hover:after { width: 0; }

@media (min-width: 992px) {
	.navbar-main .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }
	.navbar-main .nav-item:last-child .nav-link { padding-right: 0.55rem; }
}

@media (max-width: 991px) {
	.navbar-main { padding: .5rem; }
	.navbar-main .navbar-nav { margin-top: 0; }
	.navbar-main .navbar-brand { padding-bottom: 0; }
	.navbar-collapse-c { position: fixed; top: 0%; bottom: 0; width: 91%; }
	.navbar-collapse-c .ml-auto-c { margin-left: 0; }
	.navbar-collapse-c.collapsing { right: 50%; height: auto; margin-right: 50%;  }
	.navbar-collapse-c.show { left: 0; box-shadow: -2px 1px 17px 0px #6a6161; }

	.navbar-main .nav-item { display: -ms-inline-flexbox; display: inline-flex; margin: 1rem 1.25rem; }
	.navbar-main .nav-link { padding: 0; font-size: 1.5rem; color: #9a2748; }
	.navbar-inner .navbar-toggler { padding: 1rem; color: #9a2748; }
	.navbar-inner .navbar-nav li a:hover:after { width: 0; }
	.navbar-collapse-c { background-color: white !important; }
	.navbar-collapse-c .navbar-toggler { width: 100%; margin-left: auto; padding: 1rem 1rem 0 0; color: #9a2748; text-align: right; }
	.navbar-collapse-c .navbar-toggler i { font-size: 2rem; font-weight: 100; }
}

@media (max-width: 767px) {
	.navbar-inner .navbar-nav li a,
	.navbar-inner .navbar-nav li a::after,
	.navbar-inner .navbar-nav li a::before { transition: .1s; }
}

/* ------------------------------------------------------------ *\
	Progress
\* ------------------------------------------------------------ */

.progress-c { position: relative; }
.progress-text { margin-top: 1.25rem; font-size: 1.55rem; }

.progress-inner { width: 150px; height: auto; -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.progress-inner circle { fill: rgba(0,0,0,0); stroke-dashoffset: 219.91148575129; stroke-width: 3; stroke: #e3c973; }
.progress-inner circle.inprogress { opacity: 0.25; }
.progress-inner circle.progress-full { stroke-dasharray: 219.91148575129; }
.progress-inner .progress-meta { fill: #9a2748; font: 400 14px/1 'Raleway Bold', sans-serif; text-anchor: middle; }
.progress-icon { fill: #e3c973; font-family: 'Font Awesome 5 Pro'; font-weight: bold; text-anchor: middle; }

@media (max-width: 767px) {
	.progress-inner { width: 200px; }
	.progress-icon { font-size: 1.25rem; }
	.progress-inner .progress-meta { font: 400 12px/1 'Raleway Bold', sans-serif; }
	.progress-text { padding-bottom: 2.25rem; font-size: 2rem; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 3rem 0; }

.section-head { position: relative; padding-bottom: 1rem; }

.section-intro .col-flex-center { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; }
.section-intro .section-head,
.section-donations .section-head { margin-bottom: 1.85rem; }

.section-intro .section-text,
.section-donations .section-text { padding-right: 1.75rem; font-family: 'Roboto Regular', sans-serif; color: black; }

.section-donations { padding: 3rem 0 5rem 0; }

.section-intro-inner { padding-bottom: 4rem; }

.section-btn { margin-top: 1.75rem; }

.section-inititives .section-btn { margin-top: 4rem; }

.section-progress-inner { max-width: 70%; margin: 0 auto; padding: 2.5rem 0; border-bottom: 8px solid #e3c973; }
.section-progress-inner .row { -ms-flex-pack: center; justify-content: center; }

.section-contacts { border-bottom: 1px solid #e3c973; }
.section-contacts .section-head,
.section-volunteers .section-head { margin-bottom: 3rem; }
.section-contacts .col-12 .card-contact:last-child  { margin-bottom: 0; }

/* Only frontend */
/* .section-contacts .col-12:last-child .card-contact { margin-bottom: 0; } */

.section-volunteers .section-body,
.section-partners-single .section-body { border-bottom: 8px solid #e3c973; }

.section-volunteers .col-xl-3,
.section-partners-single .col-lg-4 { margin-bottom: 30px; }

.section-partners-single .section-head { margin-bottom: 3rem; }

.section-paginate { margin-top: 2rem; }
.section-paginate .page-link { font-family: 'Roboto Regular', sans-serif;  }
.section-paginate .page-link-warning { border: 1px solid #e3c973; background-color: #9a2748; color: #e3c973; }
.section-paginate .page-link-danger { border: 1px solid #9a2748; background-color: #f9f5ea; color: #9a2748; }
.section-paginate .page-link:focus { box-shadow: none; }

.section-volunteers .flipper.flip .card-volunteers { transform: rotateY(180deg); }

.section-donations .col-flex-center { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; }

.section-donations-single { border-bottom: 1px solid #e3c973; }
.section-donations-single .section-head { margin-bottom: 2.75rem; }
.section-donations-single .card { margin-bottom: 3.75rem; }
.section-donations-single .card-body { padding: 2.55rem 2.15rem; }
.section-donations-single .card-head { margin-bottom: 1.75rem; padding-bottom: 1.75rem; }
.section-donations-single .card-text { font-family: 'Roboto Regular', sans-serif; text-shadow: 0 0 black; }
.section-donations-single .card-text p { margin-right: 1.25rem; margin-bottom: 2.5rem; }

.section-initiatives-main { border-bottom: 1px solid #e3c973; }
.section-initiatives-main .section-head { margin-bottom: 2.5rem; }
.section-initiatives-main .section-body { margin-bottom: 2.5rem; }
.section-initiatives-main .col-md-6 { margin-bottom: 2rem; }
.section-initiatives-main .col-md-6:hover .card-text { color: black; }
.section-initiatives-main .section-bottom hr { border-top: 8px solid #e3c973; }

.section-initiative-single { border-bottom: 1px solid #e3c973; }
.section-initiative-single .col-12 { margin-bottom: 30px; }
.section-initiative-single .section-btn { margin: 3rem; }
.section-initiative-single .btn-bordered { padding: .5rem 4rem; }
.section-initiative-single .col-xl-3 .section-head { margin-top: 1rem; margin-bottom: 2rem; }
.section-initiative-single .col-xl-3 .border-bottom::before { right: 20%; left: 20%; }
.section-initiative-single .border-top { margin-top: 0; border-top: 8px solid #e3c973 !important; }

.section-about-us { border-bottom: 1px solid #e3c973; }
.section-about-us .section-head { margin-bottom: 1rem; }
.section-about-us .section-body { margin-bottom: 2rem; }
.section-about-us h4 { font-family: 'Raleway Italic', sans-serif; }
.section-about-us .section-bottom { max-width: 89%; font-family: 'Roboto Regular', sans-serif; line-height: 175% }
.section-about-us .section-bottom p,
.section-about-us .section-bottom ul li { margin-bottom: 1.5rem; text-shadow: 0 0 black; }
.section-about-us .section-bottom p:last-child,
.section-about-us .section-bottom li:last-child { margin-bottom: 0; }
.section-about-us .section-bottom ul { margin-left: 1.25rem; }
.section-about-us .section-bottom li::marker { color: #9a2748; }

.section-general-tearms { font-family: 'Roboto Regular', sans-serif; }
.section-general-tearms .section-head { max-width: 70%; margin: 0 auto; margin-bottom: 2rem; }
.section-general-tearms .genereral-tearms-inner { margin-bottom: 1.5rem; }
.section-general-tearms .text-bold { margin-bottom: .5rem; font-family: 'Roboto Bold', sans-serif; font-size: 20px; }
.section-general-tearms p { margin-left: 1.5rem; margin-bottom: .25rem; }
.section-general-tearms ul { margin-left: 3.5rem; margin-bottom: .25rem; }
.section-general-tearms a { color: #0056b3; }
.section-general-tearms b { font-size: 18px; }
.section-general-tearms p,
.section-general-tearms a,
.section-general-tearms li,
.section-general-tearms strong,
.section-general-tearms i { font-size: 16px; }

.section-declaration { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: end; -ms-flex-align: baseline; align-items: baseline; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: .5rem; margin-bottom: .5rem; }
.section-declaration span { display: inline-block; margin-right: .5rem; }
.section-declaration .dotted { display: inline-block; border-bottom: 1px dotted black; width: 50%; }

.section-declaration-images .dotted-sm { width: 10%; }
.section-declaration-images .dotted-md { width: 20%; }
.section-declaration-images .dotted-lg { width: 50%; }
.section-declaration-images ol { margin-left: 2rem; }
.section-declaration-images .meta { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; width: 10%; margin-top: .5rem; }

@media (max-width: 1499px) {
	.section-about-us h4 { font-size: 22px; }
}

@media (max-width: 1199px) {
	.section-donations-single .card { margin-bottom: 2.75rem; }
	.section-donations-single .card:last-child { margin-bottom: 0; }
	.section-donations-single .card-title { font-size: 30px; }
}

@media (max-width: 991px) {
	.section-donations .btn-inner { display: -ms-flexbox; display: flex;  }

	.section-progress-inner .row { -ms-flex-pack: space-evenly; justify-content: space-evenly; }

	.section-general-tearms .section-head { max-width: 100%; }
}

@media (max-width: 767px) {
	.section { padding: 2.25rem 0; }
	.section-text { font-size: 1.15rem; }

	.section-btn { margin-top: 1rem; text-align: center; }

	.section-intro-inner { padding: 1.15rem 0 2.5rem 0; }
	.section-intro-inner .section-btn { margin-top: 2.5rem; }

	.section-intro .col-flex-center { -ms-flex-order: 1; order: 1; -ms-flex-pack: start; justify-content: flex-start; }
	.section-intro .section-head { margin-bottom: 1rem; padding-top: 1rem; padding-bottom: 1.25rem; padding-right: .5rem; }

	.section-inititives .section-btn { margin-top: 0; }

	.section-donations .section-head { margin-bottom: 1rem; padding-top: 1rem; margin-bottom: 1.25rem; }
	.section-donations .section-btn { text-align: inherit; }
	.section-donations .btn-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-align: baseline; align-items: baseline; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; height: 100%; }

	.section-donations-single .section-head { margin-bottom: 2.25rem; }
	.section-donations-single .card { margin-bottom: 2.25rem; }
	.section-donations-single .card-body { padding: 0 1.5rem 2rem 1.5rem; }
	.section-donations-single .card-head { margin-bottom: 1rem; padding-bottom: 1.5rem; }
	.section-donations-single .card-title { font-size: 24px;; color: #9a2748; }
	.section-donations-single .card-text { font-size: 1.35rem; }
	.section-donations-single .card-text p { margin-bottom: 1.75rem; }
	.section-donations-single .btn-text { padding: .75rem 2rem; }

	.section-progress-inner { max-width: 100%; }

	.section-volunteers .col-xl-3,
	.section-partners-single .col-lg-4 { margin-bottom: 15px; }

	.section-volunteers .section-head,
	.section-partners-single .section-head { margin-bottom: 2rem; }

	.section-initiatives-main .col-md-6:last-child { margin-bottom: .5rem; }

	.section-initiative-single .col-12 { margin-bottom: 15px; }

	.section-initiative-single .col-xl-3 .section-head { margin-bottom: 1rem; }

	.section-about-us .section-head { margin-top: 1rem; }
	.section-about-us h2 { font-size: 24px; text-shadow: 0 0 #9a2748; }
	.section-about-us h4 { font-size: 1.5rem; }
	.section-about-us .section-body { margin-bottom: 1.25rem; }
	.section-about-us .section-bottom p,
	.section-about-us .section-bottom ul li { margin-bottom: 1rem; font-size: 1.25rem; }
	.section-about-us .col-m-order { -ms-flex-order: -1; order: -1; }

	.section-general-tearms .section-head { margin-bottom: 1.5rem; }
	.section-general-tearms b { font-size: 16px; }
	.section-general-tearms p,
	.section-general-tearms li,
	.section-general-tearms span,
	.section-general-tearms a,
	.section-general-tearms strong { font-size: 14px; }
	.section-general-tearms p { margin-left: 2rem; }
	.section-general-tearms ul { margin-left: 4.5rem; }

	.section-declaration { -ms-flex-pack: center; justify-content: center; }
	.section-declaration .dotted { width: 100%; margin-top: 2.5rem; }

	.section-declaration-images .dotted-sm { width: 35%; }
	.section-declaration-images .dotted-md { width: 40%; }
	.section-declaration-images .dotted-lg { width: 70%; }
	.section-declaration-images .meta { width: 35%; }
}

@media (max-width: 575px) {
	.section-donations .btn-inner { -ms-flex-pack: justify; justify-content: space-between; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider .slides { list-style: none outside none; }

.slider .slick-dots li button { padding: 0; }
.slider .slick-dots li button:before { width: 30px; content: " "; border-top: 17px solid; color: #e3c973; opacity: 1; }
.slider .slick-dots li { width: 0; height: 25px; margin: 0 auto; padding: 0 1.25rem; }
.slider .slick-dots li.slick-active button:before { color: #9a2748; }

.slider-main { position: relative; }
.slider-main .slide { display: -ms-flexbox; display: flex; padding: 0.5rem; }
.slider-main .slick-dots { bottom: -65px; }

.slider-inititives { display: -ms-flexbox; display: flex; padding: 3rem 0; }
.slider-inititives .slick-track { height: 100%; }
.slider-inititives .slick-dots li.slick-active button:before { color: #e3c973; }
.slider-inititives .slick-dots li button:before { color: white; }

.slider-partners { padding: 3.75rem 0; border-bottom: 8px solid #e3c973; }
.slider-partners .slick-list { max-width: 90%; margin: 0 auto; }
.slider-partners .slick-dots { bottom: -60px; }
.slider-partners img { margin-right: 0.5rem; }
.slider-partners .arrow-prev ,
.slider-partners .arrow-next { position: absolute; top: 50%; -ms-transform: translate(0,-50%); transform: translate(0,-50%); z-index: 20; }
.slider-partners .arrow-prev { left: 0%; }
.slider-partners .arrow-next { right: 0%; }

.slider-team-partners .slick-list { margin-bottom: 1rem; }

.slider-donations { position: relative; }
.slider-donations .slide { display: -ms-flexbox; display: flex; padding: 0.5rem; }
.slider-donations .slick-dots { bottom: -65px; }
.slider-donations .slick-dots li.slick-active button:before { color: #e3c973; }
.slider-donations .slick-dots li button:before { color: white; }

.slider-review { padding: 3rem 0; }
.slider-review .slick-track { height: auto; }
.slider-review .slick-list { max-width: 90%; margin: 0 auto; }
.slider-review .arrow-prev { position: absolute; top: 50%; left: 1%; z-index: 10; -ms-transform: translate(-50%); transform: translate(-50%); }
.slider-review .arrow-next { position: absolute; top: 50%; z-index: 10; right: 0; -ms-transform: translate(-50%); transform: translate(-50%); }

.slider-initiative-main { display: -ms-flexbox; display: flex; }
.slider-initiative-main .slick-list { max-width: 97%; margin: 0 auto; }
.slider-initiative-main .slick-track { height: 100%; }
.slider-initiative-main .slide:hover .card-text { color: black; }
.slider-initiative-main .arrow-prev ,
.slider-initiative-main .arrow-next { position: absolute; top: 50%; -ms-transform: translate(0,-50%); transform: translate(0,-50%); z-index: 20; }
.slider-initiative-main .arrow-prev { left: 0%; }
.slider-initiative-main .arrow-next { right: 0%; }
.slider-initiative-main .slide-arrow i { color: #9a2748 !important; }

.slider-initiative-inner { margin-top: 2rem; }
.slider-initiative-inner .slick-track { margin-bottom: 2rem; }
.slider-initiative-inner .slide { margin: 0 .5rem; padding: .75rem; border-radius: 12px; background-color: white; }
.slider-initiative-inner .slick-dots li.slick-active button:before { color: white; }

@media (max-width: 1499px) {
	.slider-partners .arrow-prev ,
	.slider-partners .arrow-next { display: none; }
}

@media (max-width: 1199px) {
	.slider-initiative-main .slick-list { max-width: 90%; }
	.slider-initiative-main .arrow-prev { left: 2%; }
	.slider-initiative-main .arrow-next { right: 2%; }
 }

@media (max-width: 767px) {
	.slider-main .slide { padding-bottom: 1rem; }
	.slider-main .slick-dots { bottom: -45px; }
	.slider .slick-dots li { padding: 0 1.75rem; }

	.slider-inititives { max-width: 90%; margin: 0 auto; padding: 2rem 0; }
	.slider-inititives .arrow-prev { position: absolute; top: 50%; left: -1%; z-index: 10; -ms-transform: translate(-50%); transform: translate(-50%); }
	.slider-inititives .arrow-next { position: absolute; top: 50%; z-index: 10; right: -4%; -ms-transform: translate(-50%); transform: translate(-50%); }

	.slider-partners .slick-list { max-width: 80%; margin: 0 auto; }
	.slider-partners .arrow-next { right: 3%; }
	.slider-partners .arrow-prev { left: 3%; }
	.slider-partners img { margin: 0 auto; }

	.slider-donations .slick-dots { bottom: -40px; }

	.slider-review { display: -ms-flexbox; display: flex; }
	.slider-review .slick-track { height: 100% !important; }
	.slider-review .arrow-prev { left: 3%; }
	.slider-review .arrow-next { right: 1%; }

	.slider-initiative-main .arrow-prev { left: 3%; }
	.slider-initiative-main .arrow-next { right: 3%; }

	.slider-initiative-inner { max-width: 90%; margin: 0 auto; padding-top: 2rem; }
	.slider-initiative-inner .arrow-prev ,
	.slider-initiative-inner .arrow-next { position: absolute; top: 50%; -ms-transform: translate(0,-50%); transform: translate(0,-50%); z-index: 20; }
	.slider-initiative-inner .arrow-prev ,
	.slider-initiative-inner .arrow-next i { color: white; font-size: 3.5rem; }
	.slider-initiative-inner .arrow-prev { left: -5%; }
	.slider-initiative-inner .arrow-next { right: -5%; }
}

@media (max-width: 575px) {
	.slider-inititives .arrow-next { right: -5%; }
	.slider-partners .slick-dots { bottom: -40px; }
	.slider.slick-dotted.slider-partners { margin-bottom: 2rem; }

	.slider-review .arrow-prev { left: 4%; }

	.slider-initiative-inner .arrow-prev { left: -7%; }
	.slider-initiative-inner .arrow-next { right: -7%; }

}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {  }

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }
