@charset "UTF-8";
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}@font-face {
font-family: 'Recoleta';
src: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/Recoleta-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Recoleta';
src: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/Recoleta-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
}@font-face {
font-family: 'charifund';
src: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/charifund.eot?76699682);
src: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/charifund.eot?76699682#iefix) format('embedded-opentype'),
url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/charifund.woff2?76699682) format('woff2'),
url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/charifund.woff?76699682) format('woff'),
url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/charifund.ttf?76699682) format('truetype'),
url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/webfonts/charifund.svg?76699682#charifund) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "charifund";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0px;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: 0px;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-share:before { content: '\e800'; } .icon-arrow-long:before { content: '\e801'; } .icon-reply:before { content: '\e802'; } .icon-clock:before { content: '\e803'; } .icon-quotation:before { content: '\e804'; } .icon-circle-check:before { content: '\e805'; } .icon-calendar:before { content: '\e806'; } .icon-quotation-two:before { content: '\e807'; } .icon-award:before { content: '\e808'; } .icon-documents:before { content: '\e809'; } .icon-review:before { content: '\e80a'; } .icon-support-hand:before { content: '\e80b'; } .icon-truck:before { content: '\e80d'; } .icon-ship:before { content: '\e80e'; } .icon-credit-card:before { content: '\e80f'; } .icon-pack:before { content: '\e810'; } .icon-heart:before { content: '\e811'; } .icon-calendar-two:before { content: '\e812'; } .icon-location:before { content: '\e813'; } .icon-email:before { content: '\e814'; } .icon-phone:before { content: '\e815'; } .icon-message:before { content: '\e816'; } .icon-star:before { content: '\e817'; } .icon-make-donation:before { content: '\e819'; } .icon-heart-hand:before { content: '\e81b'; } .icon-support:before { content: '\e81c'; } .icon-play:before { content: '\e81d'; } .icon-user:before { content: '\e81e'; } .icon-fund:before { content: '\e81f'; } .icon-donation-card:before { content: '\e820'; } .icon-donation:before { content: '\e821'; } .icon-spread-love:before { content: '\e822'; } .icon-support-heart:before { content: '\e824'; } .icon-education:before { content: '\e829'; } .icon-food:before { content: '\e82a'; } .icon-health:before { content: '\e82b'; } .icon-circle-arrow:before { content: '\e82c'; } .icon-message-two:before { content: '\e82d'; } .icon-user-two:before { content: '\e82e'; }.fib,.fi{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/xx.svg)}.fi-xx.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/xx.svg)}.fi-ad{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ad.svg)}.fi-ad.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ad.svg)}.fi-ae{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ae.svg)}.fi-ae.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ae.svg)}.fi-af{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/af.svg)}.fi-af.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/af.svg)}.fi-ag{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ag.svg)}.fi-ag.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ag.svg)}.fi-ai{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ai.svg)}.fi-ai.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ai.svg)}.fi-al{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/al.svg)}.fi-al.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/al.svg)}.fi-am{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/am.svg)}.fi-am.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/am.svg)}.fi-ao{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ao.svg)}.fi-ao.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ao.svg)}.fi-aq{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/aq.svg)}.fi-aq.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/aq.svg)}.fi-ar{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ar.svg)}.fi-ar.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ar.svg)}.fi-as{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/as.svg)}.fi-as.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/as.svg)}.fi-at{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/at.svg)}.fi-at.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/at.svg)}.fi-au{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/au.svg)}.fi-au.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/au.svg)}.fi-aw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/aw.svg)}.fi-aw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/aw.svg)}.fi-ax{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ax.svg)}.fi-ax.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ax.svg)}.fi-az{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/az.svg)}.fi-az.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/az.svg)}.fi-ba{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ba.svg)}.fi-ba.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ba.svg)}.fi-bb{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bb.svg)}.fi-bb.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bb.svg)}.fi-bd{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bd.svg)}.fi-bd.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bd.svg)}.fi-be{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/be.svg)}.fi-be.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/be.svg)}.fi-bf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bf.svg)}.fi-bf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bf.svg)}.fi-bg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bg.svg)}.fi-bg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bg.svg)}.fi-bh{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bh.svg)}.fi-bh.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bh.svg)}.fi-bi{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bi.svg)}.fi-bi.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bi.svg)}.fi-bj{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bj.svg)}.fi-bj.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bj.svg)}.fi-bl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bl.svg)}.fi-bl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bl.svg)}.fi-bm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bm.svg)}.fi-bm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bm.svg)}.fi-bn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bn.svg)}.fi-bn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bn.svg)}.fi-bo{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bo.svg)}.fi-bo.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bo.svg)}.fi-bq{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bq.svg)}.fi-bq.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bq.svg)}.fi-br{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/br.svg)}.fi-br.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/br.svg)}.fi-bs{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bs.svg)}.fi-bs.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bs.svg)}.fi-bt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bt.svg)}.fi-bt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bt.svg)}.fi-bv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bv.svg)}.fi-bv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bv.svg)}.fi-bw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bw.svg)}.fi-bw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bw.svg)}.fi-by{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/by.svg)}.fi-by.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/by.svg)}.fi-bz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/bz.svg)}.fi-bz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/bz.svg)}.fi-ca{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ca.svg)}.fi-ca.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ca.svg)}.fi-cc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cc.svg)}.fi-cc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cc.svg)}.fi-cd{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cd.svg)}.fi-cd.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cd.svg)}.fi-cf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cf.svg)}.fi-cf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cf.svg)}.fi-cg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cg.svg)}.fi-cg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cg.svg)}.fi-ch{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ch.svg)}.fi-ch.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ch.svg)}.fi-ci{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ci.svg)}.fi-ci.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ci.svg)}.fi-ck{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ck.svg)}.fi-ck.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ck.svg)}.fi-cl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cl.svg)}.fi-cl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cl.svg)}.fi-cm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cm.svg)}.fi-cm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cm.svg)}.fi-cn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cn.svg)}.fi-cn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cn.svg)}.fi-co{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/co.svg)}.fi-co.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/co.svg)}.fi-cr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cr.svg)}.fi-cr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cr.svg)}.fi-cu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cu.svg)}.fi-cu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cu.svg)}.fi-cv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cv.svg)}.fi-cv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cv.svg)}.fi-cw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cw.svg)}.fi-cw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cw.svg)}.fi-cx{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cx.svg)}.fi-cx.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cx.svg)}.fi-cy{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cy.svg)}.fi-cy.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cy.svg)}.fi-cz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cz.svg)}.fi-cz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cz.svg)}.fi-de{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/de.svg)}.fi-de.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/de.svg)}.fi-dj{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/dj.svg)}.fi-dj.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/dj.svg)}.fi-dk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/dk.svg)}.fi-dk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/dk.svg)}.fi-dm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/dm.svg)}.fi-dm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/dm.svg)}.fi-do{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/do.svg)}.fi-do.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/do.svg)}.fi-dz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/dz.svg)}.fi-dz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/dz.svg)}.fi-ec{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ec.svg)}.fi-ec.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ec.svg)}.fi-ee{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ee.svg)}.fi-ee.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ee.svg)}.fi-eg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/eg.svg)}.fi-eg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/eg.svg)}.fi-eh{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/eh.svg)}.fi-eh.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/eh.svg)}.fi-er{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/er.svg)}.fi-er.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/er.svg)}.fi-es{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/es.svg)}.fi-es.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/es.svg)}.fi-et{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/et.svg)}.fi-et.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/et.svg)}.fi-fi{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/fi.svg)}.fi-fi.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/fi.svg)}.fi-fj{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/fj.svg)}.fi-fj.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/fj.svg)}.fi-fk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/fk.svg)}.fi-fk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/fk.svg)}.fi-fm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/fm.svg)}.fi-fm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/fm.svg)}.fi-fo{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/fo.svg)}.fi-fo.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/fo.svg)}.fi-fr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/fr.svg)}.fi-fr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/fr.svg)}.fi-ga{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ga.svg)}.fi-ga.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ga.svg)}.fi-gb{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gb.svg)}.fi-gb.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gb.svg)}.fi-gd{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gd.svg)}.fi-gd.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gd.svg)}.fi-ge{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ge.svg)}.fi-ge.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ge.svg)}.fi-gf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gf.svg)}.fi-gf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gf.svg)}.fi-gg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gg.svg)}.fi-gg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gg.svg)}.fi-gh{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gh.svg)}.fi-gh.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gh.svg)}.fi-gi{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gi.svg)}.fi-gi.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gi.svg)}.fi-gl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gl.svg)}.fi-gl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gl.svg)}.fi-gm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gm.svg)}.fi-gm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gm.svg)}.fi-gn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gn.svg)}.fi-gn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gn.svg)}.fi-gp{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gp.svg)}.fi-gp.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gp.svg)}.fi-gq{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gq.svg)}.fi-gq.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gq.svg)}.fi-gr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gr.svg)}.fi-gr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gr.svg)}.fi-gs{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gs.svg)}.fi-gs.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gs.svg)}.fi-gt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gt.svg)}.fi-gt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gt.svg)}.fi-gu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gu.svg)}.fi-gu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gu.svg)}.fi-gw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gw.svg)}.fi-gw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gw.svg)}.fi-gy{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gy.svg)}.fi-gy.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gy.svg)}.fi-hk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/hk.svg)}.fi-hk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/hk.svg)}.fi-hm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/hm.svg)}.fi-hm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/hm.svg)}.fi-hn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/hn.svg)}.fi-hn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/hn.svg)}.fi-hr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/hr.svg)}.fi-hr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/hr.svg)}.fi-ht{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ht.svg)}.fi-ht.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ht.svg)}.fi-hu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/hu.svg)}.fi-hu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/hu.svg)}.fi-id{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/id.svg)}.fi-id.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/id.svg)}.fi-ie{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ie.svg)}.fi-ie.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ie.svg)}.fi-il{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/il.svg)}.fi-il.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/il.svg)}.fi-im{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/im.svg)}.fi-im.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/im.svg)}.fi-in{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/in.svg)}.fi-in.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/in.svg)}.fi-io{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/io.svg)}.fi-io.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/io.svg)}.fi-iq{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/iq.svg)}.fi-iq.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/iq.svg)}.fi-ir{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ir.svg)}.fi-ir.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ir.svg)}.fi-is{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/is.svg)}.fi-is.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/is.svg)}.fi-it{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/it.svg)}.fi-it.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/it.svg)}.fi-je{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/je.svg)}.fi-je.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/je.svg)}.fi-jm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/jm.svg)}.fi-jm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/jm.svg)}.fi-jo{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/jo.svg)}.fi-jo.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/jo.svg)}.fi-jp{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/jp.svg)}.fi-jp.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/jp.svg)}.fi-ke{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ke.svg)}.fi-ke.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ke.svg)}.fi-kg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kg.svg)}.fi-kg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kg.svg)}.fi-kh{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kh.svg)}.fi-kh.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kh.svg)}.fi-ki{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ki.svg)}.fi-ki.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ki.svg)}.fi-km{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/km.svg)}.fi-km.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/km.svg)}.fi-kn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kn.svg)}.fi-kn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kn.svg)}.fi-kp{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kp.svg)}.fi-kp.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kp.svg)}.fi-kr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kr.svg)}.fi-kr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kr.svg)}.fi-kw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kw.svg)}.fi-kw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kw.svg)}.fi-ky{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ky.svg)}.fi-ky.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ky.svg)}.fi-kz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/kz.svg)}.fi-kz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/kz.svg)}.fi-la{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/la.svg)}.fi-la.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/la.svg)}.fi-lb{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lb.svg)}.fi-lb.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lb.svg)}.fi-lc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lc.svg)}.fi-lc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lc.svg)}.fi-li{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/li.svg)}.fi-li.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/li.svg)}.fi-lk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lk.svg)}.fi-lk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lk.svg)}.fi-lr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lr.svg)}.fi-lr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lr.svg)}.fi-ls{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ls.svg)}.fi-ls.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ls.svg)}.fi-lt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lt.svg)}.fi-lt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lt.svg)}.fi-lu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lu.svg)}.fi-lu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lu.svg)}.fi-lv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/lv.svg)}.fi-lv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/lv.svg)}.fi-ly{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ly.svg)}.fi-ly.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ly.svg)}.fi-ma{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ma.svg)}.fi-ma.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ma.svg)}.fi-mc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mc.svg)}.fi-mc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mc.svg)}.fi-md{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/md.svg)}.fi-md.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/md.svg)}.fi-me{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/me.svg)}.fi-me.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/me.svg)}.fi-mf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mf.svg)}.fi-mf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mf.svg)}.fi-mg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mg.svg)}.fi-mg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mg.svg)}.fi-mh{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mh.svg)}.fi-mh.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mh.svg)}.fi-mk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mk.svg)}.fi-mk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mk.svg)}.fi-ml{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ml.svg)}.fi-ml.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ml.svg)}.fi-mm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mm.svg)}.fi-mm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mm.svg)}.fi-mn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mn.svg)}.fi-mn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mn.svg)}.fi-mo{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mo.svg)}.fi-mo.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mo.svg)}.fi-mp{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mp.svg)}.fi-mp.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mp.svg)}.fi-mq{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mq.svg)}.fi-mq.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mq.svg)}.fi-mr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mr.svg)}.fi-mr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mr.svg)}.fi-ms{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ms.svg)}.fi-ms.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ms.svg)}.fi-mt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mt.svg)}.fi-mt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mt.svg)}.fi-mu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mu.svg)}.fi-mu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mu.svg)}.fi-mv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mv.svg)}.fi-mv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mv.svg)}.fi-mw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mw.svg)}.fi-mw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mw.svg)}.fi-mx{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mx.svg)}.fi-mx.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mx.svg)}.fi-my{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/my.svg)}.fi-my.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/my.svg)}.fi-mz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/mz.svg)}.fi-mz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/mz.svg)}.fi-na{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/na.svg)}.fi-na.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/na.svg)}.fi-nc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/nc.svg)}.fi-nc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/nc.svg)}.fi-ne{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ne.svg)}.fi-ne.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ne.svg)}.fi-nf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/nf.svg)}.fi-nf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/nf.svg)}.fi-ng{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ng.svg)}.fi-ng.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ng.svg)}.fi-ni{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ni.svg)}.fi-ni.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ni.svg)}.fi-nl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/nl.svg)}.fi-nl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/nl.svg)}.fi-no{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/no.svg)}.fi-no.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/no.svg)}.fi-np{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/np.svg)}.fi-np.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/np.svg)}.fi-nr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/nr.svg)}.fi-nr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/nr.svg)}.fi-nu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/nu.svg)}.fi-nu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/nu.svg)}.fi-nz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/nz.svg)}.fi-nz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/nz.svg)}.fi-om{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/om.svg)}.fi-om.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/om.svg)}.fi-pa{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pa.svg)}.fi-pa.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pa.svg)}.fi-pe{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pe.svg)}.fi-pe.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pe.svg)}.fi-pf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pf.svg)}.fi-pf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pf.svg)}.fi-pg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pg.svg)}.fi-pg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pg.svg)}.fi-ph{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ph.svg)}.fi-ph.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ph.svg)}.fi-pk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pk.svg)}.fi-pk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pk.svg)}.fi-pl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pl.svg)}.fi-pl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pl.svg)}.fi-pm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pm.svg)}.fi-pm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pm.svg)}.fi-pn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pn.svg)}.fi-pn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pn.svg)}.fi-pr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pr.svg)}.fi-pr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pr.svg)}.fi-ps{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ps.svg)}.fi-ps.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ps.svg)}.fi-pt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pt.svg)}.fi-pt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pt.svg)}.fi-pw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pw.svg)}.fi-pw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pw.svg)}.fi-py{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/py.svg)}.fi-py.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/py.svg)}.fi-qa{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/qa.svg)}.fi-qa.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/qa.svg)}.fi-re{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/re.svg)}.fi-re.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/re.svg)}.fi-ro{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ro.svg)}.fi-ro.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ro.svg)}.fi-rs{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/rs.svg)}.fi-rs.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/rs.svg)}.fi-ru{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ru.svg)}.fi-ru.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ru.svg)}.fi-rw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/rw.svg)}.fi-rw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/rw.svg)}.fi-sa{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sa.svg)}.fi-sa.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sa.svg)}.fi-sb{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sb.svg)}.fi-sb.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sb.svg)}.fi-sc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sc.svg)}.fi-sc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sc.svg)}.fi-sd{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sd.svg)}.fi-sd.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sd.svg)}.fi-se{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/se.svg)}.fi-se.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/se.svg)}.fi-sg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sg.svg)}.fi-sg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sg.svg)}.fi-sh{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sh.svg)}.fi-sh.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sh.svg)}.fi-si{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/si.svg)}.fi-si.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/si.svg)}.fi-sj{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sj.svg)}.fi-sj.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sj.svg)}.fi-sk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sk.svg)}.fi-sk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sk.svg)}.fi-sl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sl.svg)}.fi-sl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sl.svg)}.fi-sm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sm.svg)}.fi-sm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sm.svg)}.fi-sn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sn.svg)}.fi-sn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sn.svg)}.fi-so{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/so.svg)}.fi-so.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/so.svg)}.fi-sr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sr.svg)}.fi-sr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sr.svg)}.fi-ss{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ss.svg)}.fi-ss.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ss.svg)}.fi-st{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/st.svg)}.fi-st.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/st.svg)}.fi-sv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sv.svg)}.fi-sv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sv.svg)}.fi-sx{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sx.svg)}.fi-sx.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sx.svg)}.fi-sy{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sy.svg)}.fi-sy.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sy.svg)}.fi-sz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sz.svg)}.fi-sz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sz.svg)}.fi-tc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tc.svg)}.fi-tc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tc.svg)}.fi-td{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/td.svg)}.fi-td.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/td.svg)}.fi-tf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tf.svg)}.fi-tf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tf.svg)}.fi-tg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tg.svg)}.fi-tg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tg.svg)}.fi-th{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/th.svg)}.fi-th.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/th.svg)}.fi-tj{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tj.svg)}.fi-tj.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tj.svg)}.fi-tk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tk.svg)}.fi-tk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tk.svg)}.fi-tl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tl.svg)}.fi-tl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tl.svg)}.fi-tm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tm.svg)}.fi-tm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tm.svg)}.fi-tn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tn.svg)}.fi-tn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tn.svg)}.fi-to{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/to.svg)}.fi-to.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/to.svg)}.fi-tr{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tr.svg)}.fi-tr.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tr.svg)}.fi-tt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tt.svg)}.fi-tt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tt.svg)}.fi-tv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tv.svg)}.fi-tv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tv.svg)}.fi-tw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tw.svg)}.fi-tw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tw.svg)}.fi-tz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/tz.svg)}.fi-tz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/tz.svg)}.fi-ua{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ua.svg)}.fi-ua.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ua.svg)}.fi-ug{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ug.svg)}.fi-ug.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ug.svg)}.fi-um{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/um.svg)}.fi-um.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/um.svg)}.fi-us{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/us.svg)}.fi-us.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/us.svg)}.fi-uy{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/uy.svg)}.fi-uy.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/uy.svg)}.fi-uz{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/uz.svg)}.fi-uz.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/uz.svg)}.fi-va{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/va.svg)}.fi-va.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/va.svg)}.fi-vc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/vc.svg)}.fi-vc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/vc.svg)}.fi-ve{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ve.svg)}.fi-ve.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ve.svg)}.fi-vg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/vg.svg)}.fi-vg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/vg.svg)}.fi-vi{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/vi.svg)}.fi-vi.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/vi.svg)}.fi-vn{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/vn.svg)}.fi-vn.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/vn.svg)}.fi-vu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/vu.svg)}.fi-vu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/vu.svg)}.fi-wf{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/wf.svg)}.fi-wf.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/wf.svg)}.fi-ws{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ws.svg)}.fi-ws.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ws.svg)}.fi-ye{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ye.svg)}.fi-ye.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ye.svg)}.fi-yt{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/yt.svg)}.fi-yt.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/yt.svg)}.fi-za{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/za.svg)}.fi-za.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/za.svg)}.fi-zm{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/zm.svg)}.fi-zm.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/zm.svg)}.fi-zw{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/zw.svg)}.fi-zw.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/zw.svg)}.fi-arab{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/arab.svg)}.fi-arab.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/arab.svg)}.fi-cefta{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cefta.svg)}.fi-cefta.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cefta.svg)}.fi-cp{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/cp.svg)}.fi-cp.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/cp.svg)}.fi-dg{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/dg.svg)}.fi-dg.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/dg.svg)}.fi-eac{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/eac.svg)}.fi-eac.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/eac.svg)}.fi-es-ct{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/es-ct.svg)}.fi-es-ct.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/es-ct.svg)}.fi-es-ga{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/es-ga.svg)}.fi-es-ga.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/es-ga.svg)}.fi-es-pv{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/es-pv.svg)}.fi-es-pv.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/es-pv.svg)}.fi-eu{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/eu.svg)}.fi-eu.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/eu.svg)}.fi-gb-eng{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gb-eng.svg)}.fi-gb-eng.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gb-eng.svg)}.fi-gb-nir{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gb-nir.svg)}.fi-gb-nir.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gb-nir.svg)}.fi-gb-sct{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gb-sct.svg)}.fi-gb-sct.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gb-sct.svg)}.fi-gb-wls{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/gb-wls.svg)}.fi-gb-wls.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/gb-wls.svg)}.fi-ic{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/ic.svg)}.fi-ic.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/ic.svg)}.fi-pc{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/pc.svg)}.fi-pc.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/pc.svg)}.fi-sh-ac{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sh-ac.svg)}.fi-sh-ac.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sh-ac.svg)}.fi-sh-hl{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sh-hl.svg)}.fi-sh-hl.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sh-hl.svg)}.fi-sh-ta{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/sh-ta.svg)}.fi-sh-ta.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/sh-ta.svg)}.fi-un{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/un.svg)}.fi-un.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/un.svg)}.fi-xk{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/4x3/xk.svg)}.fi-xk.fis{background-image:url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/flags/1x1/xk.svg)}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 24px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 12px;
padding-right: 12px; } }.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: auto;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
border-color: #999;
}
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: "";
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
background-color: #f6f6f6;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
text-align: center;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root {
--base-color: #2c97ff;
}
.base-img {
filter: brightness(0) saturate(100%) invert(65%) sepia(46%) saturate(7021%) hue-rotate(190deg) brightness(100%) contrast(103%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%232c97ff' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #f38618;
}
.base-img {
filter: brightness(0) saturate(100%) invert(21%) sepia(75%) saturate(3149%) hue-rotate(37deg) brightness(95%) contrast(101%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23f38618' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #3ead3c;
}
.base-img {
filter: brightness(0) saturate(100%) invert(59%) sepia(11%) saturate(2818%) hue-rotate(70deg) brightness(94%) contrast(82%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%233ead3c' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #ffb347;
}
.base-img {
filter: brightness(0) saturate(100%) invert(82%) sepia(31%) saturate(1312%) hue-rotate(323deg) brightness(103%) contrast(101%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23ffb347' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #e092fd;
}
.base-img {
filter: brightness(0) saturate(100%) invert(67%) sepia(52%) saturate(2138%) hue-rotate(219deg) brightness(103%) contrast(98%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23e092fd' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #44a9aa;
}
.base-img {
filter: brightness(0) saturate(100%) invert(65%) sepia(13%) saturate(1623%) hue-rotate(132deg) brightness(88%) contrast(83%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%2344a9aa' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #fed000;
}
.base-img {
filter: brightness(0) saturate(100%) invert(85%) sepia(18%) saturate(6592%) hue-rotate(1deg) brightness(106%) contrast(103%);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23fed000' stroke-width='4'/%3E %3C/svg%3E");
}:root {
--base-color: #ffc107;
}
.base-img {
filter: brightness(0) saturate(100%) invert(76%) sepia(74%) saturate(1946%) hue-rotate(354deg) brightness(104%) contrast(102%);
}.dark-body {
--template-bg: #000000;
--template-color: #ffffff;
--secondary-color: #ffffff;
background-color: var(--black);
}
.dark-body .page-wrapper {
background-color: var(--black) !important;
}
.dark-body .section__header span {
color: var(--base-color);
}
.dark-body .section__header h2 {
color: var(--white);
}
.dark-body .section__header h2 span {
color: var(--base-color);
}
.dark-body .section__header p {
color: var(--white);
}
.dark-body .section__content .sub-title {
color: var(--base-color);
}
.dark-body .section__content h2 {
color: var(--white);
}
.dark-body .section__content h2 span {
color: var(--base-color);
}
.dark-body .section__content p {
color: var(--white);
}
.dark-body .topbar {
background-color: var(--black);
}
.dark-body .topbar--secondary .topbar__inner {
background-color: var(--black);
}
.dark-body .topbar--tertiary .topbar__list a,
.dark-body .topbar--tertiary .topbar__items a {
color: var(--white);
}
.dark-body .topbar--tertiary .topbar__list a i,
.dark-body .topbar--tertiary .topbar__items a i {
color: var(--base-color);
}
.dark-body .topbar--tertiary .topbar__list a:hover,
.dark-body .topbar--tertiary .topbar__items a:hover {
color: var(--base-color);
}
.dark-body .topbar--tertiary .social a,
.dark-body .topbar--tertiary .social i {
color: var(--black) !important;
}
.dark-body .header .contact-btn i {
color: var(--black);
}
.dark-body .header .contact-btn p {
color: var(--black);
}
.dark-body .header .contact-btn a {
color: var(--black);
}
.dark-body .header .contact-btn a:hover {
color: var(--hover-color);
}
.dark-body .header-tertiary,
.dark-body .header-tertiary .main-header__menu-box {
background-color: var(--white) !important;
}
.dark-body .header-tertiary .select .current {
color: var(--black);
}
.dark-body .header-tertiary .select::after {
border-color: var(--black) !important;
}
.dark-body .header-tertiary .open-cart span {
background-color: var(--black);
}
.dark-body .header-tertiary .btn--secondary::before, .dark-body .header-tertiary .btn--secondary::after {
background-color: var(--black);
}
.dark-body .header-tertiary .btn--secondary:hover {
color: var(--black) !important;
}
.dark-body .difference-three .differnce-quote {
background-color: #242424;
}
.dark-body .difference-three .differnce-quote q span {
color: var(--base-color);
}
.dark-body .nice-select .list {
background-color: var(--black);
}
.dark-body .nice-select .option:hover,
.dark-body .nice-select .option.focus,
.dark-body .nice-select .option.selected.focus {
background-color: #242424;
}
.dark-body .partner {
background-color: #1e1e1e;
}
.dark-body .partner img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7472%) hue-rotate(306deg) brightness(99%) contrast(96%);
}
.dark-body .help .sub-title {
color: var(--base-color);
}
.dark-body .help .help__content-icon .thumb::before {
background-color: #1e1e1e;
}
.dark-body .help .help__content-cta .contact-btn p {
color: var(--white);
}
.dark-body .slider-navigation .slider-btn {
background-color: var(--secondary-color);
color: var(--black);
}
.dark-body .slider-navigation .slider-btn:hover {
background-color: var(--base-color);
color: var(--black);
}
.dark-body .slider-navigation .slider-btn-next {
background-color: var(--base-color);
color: var(--black);
}
.dark-body .slider-navigation .slider-btn-next:hover {
background-color: var(--secondary-color);
color: var(--black);
}
.dark-body .cause {
background-color: #000000;
}
.dark-body .cause .cause__slider-single {
background-color: #242424;
}
.dark-body .cause .cause__slider-single:hover .cause__cta a {
border-color: var(--base-color);
color: var(--black);
}
.dark-body .cause .cause__slider-single:hover .cause__cta a::before, .dark-body .cause .cause__slider-single:hover .cause__cta a::after {
width: 0% !important;
}
.dark-body .cause .cause__cta a {
border: 1px solid var(--white);
background-color: var(--base-color);
color: var(--black);
}
.dark-body .cause .cause__cta a::before, .dark-body .cause .cause__cta a::after {
background-color: var(--white);
}
.dark-body .cause .cause__cta a:hover {
border-color: var(--base-color);
color: var(--black) !important;
}
.dark-body .cause .swiper-slide-active .thumb .tag a {
background-color: var(--secondary-color);
color: var(--black);
}
.dark-body .cause .swiper-slide-active .cause__cta a {
color: var(--black);
border-color: var(--base-color);
}
.dark-body .cause .swiper-slide-active .cause__cta a::before, .dark-body .cause .swiper-slide-active .cause__cta a::after {
width: 0% !important;
}
.dark-body .cause .pagination-one .swiper-pagination-bullet {
background-color: var(--white);
}
.dark-body .cause .pagination-one .swiper-pagination-bullet-active {
background-color: transparent;
border-color: var(--white);
}
.dark-body .cause .pagination-one .swiper-pagination-bullet-active::after {
background-color: var(--base-color);
margin-top: -1px;
margin-inline-end: -1px;
}
.dark-body .team .team__single:hover .team__single-content {
background-color: #242424;
}
.dark-body .team .team__single:hover .team__single-content h6 {
color: var(--base-color);
}
.dark-body .team .team__single:hover .team__single-content p {
color: var(--base-color);
}
.dark-body .team .team__single:hover .team__single-content__icon {
background-color: var(--base-color);
color: var(--black) !important;
}
.dark-body .team .team__single-thumb::before {
bottom: 50px;
}
.dark-body .team .team__single-content {
background-color: #242424;
}
.dark-body .team .team__single-content h6 {
color: var(--secondary-color);
}
.dark-body .team .team__single-content p {
font-size: 14px;
font-weight: 600;
color: var(--secondary-color);
transition: var(--transition);
}
.dark-body .team .team__single-content__icon {
background-color: var(--secondary-color);
color: var(--black);
}
.dark-body .team .team__single__thumb-social a {
background-color: var(--base-color);
color: var(--black);
}
.dark-body .team .team__single__thumb-social a:hover {
background-color: var(--base-color);
color: var(--black) !important;
}
.dark-body .community .community-donation {
background-color: #242424;
}
.dark-body .community .warning,
.dark-body .community .input-group-icon {
background-color: #2e2e2e;
}
.dark-body .community .warning .thumb,
.dark-body .community .input-group-icon .thumb {
background-color: var(--black);
}
.dark-body .community .donation-form__single .donation-amount:hover, .dark-body .community .donation-form__single .donation-amount.active {
color: var(--black);
}
.dark-body .testimonial .testimonial__slider-single {
background-color: #5c5151;
}
.dark-body .cause-two {
background-color: #1e1e1e;
}
.dark-body .cause-two .cause-two__inner::before, .dark-body .cause-two .cause-two__inner::after {
background-color: #1e1e1e;
}
.dark-body .difference-two {
background-color: #1e1e1e;
}
.dark-body .difference-two .difference-two__content .sub-title {
color: var(--base-color);
}
.dark-body .difference-two .difference-two__tab-content li {
color: var(--white);
}
.dark-body .difference-two .difference-progress-single .circle-progress {
stroke: #727877;
}
.dark-body .blog .blog__single {
background-color: #242424;
}
.dark-body .blog .blog__single-thumb .tag a {
background-color: var(--base-color);
color: var(--black);
}
.dark-body .banner .bottom-shape img {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(6977%) hue-rotate(338deg) brightness(85%) contrast(114%);
}
.dark-body .help-two .help-two__card::before {
background-image: linear-gradient(-31deg, #242424 70%, transparent 50%);
}
.dark-body .help-two .help-two__card p {
color: var(--white);
}
.dark-body .help-two .help__content-icon .thumb::before {
background-color: #242424;
}
.dark-body .cta-section-two .shape img {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(6977%) hue-rotate(338deg) brightness(85%) contrast(114%);
}
.dark-body .faq .shape img {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(6977%) hue-rotate(338deg) brightness(85%) contrast(114%);
}
.dark-body .faq .accordion-item .accordion-button {
color: var(--black);
}
.dark-body .faq .accordion-item .accordion-button::after {
color: var(--black);
}
.dark-body .faq .accordion-item .accordion-button:not(.collapsed) {
color: var(--white);
}
.dark-body .faq .accordion-item .accordion-button:not(.collapsed)::after {
color: var(--white);
}
.dark-body .testimonial-two .testimonial-two__inner {
background-image: none !important;
background-color: #242424;
}
.dark-body .testimonial-two .testimonial-two__thumb {
margin-inline-start: -12px;
}
.dark-body .donation-future .donation-bg .shape {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(6977%) hue-rotate(338deg) brightness(85%) contrast(114%);
}
.dark-body .donation-future .donation-future__thumb {
background-image: none !important;
background-color: #242424;
border: 14px solid #504848;
}
.dark-body .donation-future .donation-future__thumb .donation-amount {
color: var(--base-color);
border-color: var(--black);
background-color: var(--black);
}
.dark-body .donation-future .donation-future__thumb .donation-amount:hover, .dark-body .donation-future .donation-future__thumb .donation-amount.active {
background-color: var(--base-color);
color: var(--black);
border-color: var(--base-color);
}
.dark-body .cause-three::before {
background-color: #242424;
}
.dark-body .team-three {
background-color: var(--black);
}
.dark-body .help-three .help-three__inner {
background-color: var(--black);
}
.dark-body .help-three .help-three__content p {
color: var(--white);
}
.dark-body .help-three .poor-boy .shape {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(6977%) hue-rotate(338deg) brightness(85%) contrast(114%);
}
.dark-body .testimonial-three .testimonial-three__single {
background-color: #242424;
}
.dark-body .testimonial-three p {
color: var(--white);
}
.dark-body .event::before {
background-color: #242424;
}
.dark-body .error h3,
.dark-body .error h2 {
color: var(--white);
}
.dark-body .volunteer .volunteer__form {
border: 1px solid rgb(76, 76, 76);
}
.dark-body .volunteer .volunteer__form h4 {
color: var(--white);
}
.dark-body .volunteer .warning {
background-color: #242424;
border-color: #505254;
}
.dark-body .volunteer .team-details__list ul li {
color: var(--white);
}
.dark-body .volunteer .team-details__list ul li i {
color: var(--base-color);
}
.dark-body .checkout__form .input-single {
background-color: #242424;
}
.dark-body .checkout__form .input-single input,
.dark-body .checkout__form .input-single textarea {
color: var(--white);
}
.dark-body .checkout__form .btn--primary:hover {
background-color: var(--white);
color: var(--black);
}
.dark-body .progress-wrapper p,
.dark-body .progress-wrapper span {
color: var(--white) !important;
}
.dark-body .cm-details .cm-details-meta p {
color: var(--white);
}
.dark-body .cm-details .cm-details-meta p i {
color: var(--base-color);
}
.dark-body .cm-details .cm-details__list ul li {
color: var(--white);
}
.dark-body .blog-main .blockquote-wrapper {
background-color: #242424;
}
.dark-body .blog-main .blockquote-wrapper blockquote {
color: var(--white) !important;
}
.dark-body .blog-main .details-footer .tag-header h6 {
color: var(--white);
}
.dark-body .blog-main .details-footer .tag-wrapper a {
border-color: #727877;
color: var(--white);
}
.dark-body .blog-main .details-footer .tag-wrapper a:hover {
color: var(--black);
}
.dark-body .cm-details .blog-comment .comment-single .reply-comment .input-single textarea {
color: var(--white);
}
.dark-body .cm-details .blog-comment .comment-header h4 {
color: var(--white);
}
.dark-body .cm-details .blog-comment .comment-single .reply-comment .btn--secondary {
color: var(--black);
}
.dark-body .cm-details .blog-comment .comment-single .reply-comment .btn--secondary::before, .dark-body .cm-details .blog-comment .comment-single .reply-comment .btn--secondary::after {
background-color: var(--base-color);
}
.dark-body .cm-details .blog-comment .comment__form {
background-color: #242424;
}
.dark-body .cm-details .blog-comment .input-icon {
background-color: #000000;
}
.dark-body .cm-details .cm-group h3 {
color: var(--white);
}
.dark-body .comment__form .btn--secondary {
color: var(--black);
}
.dark-body .comment__form .btn--secondary::before, .dark-body .comment__form .btn--secondary::after {
background-color: var(--base-color);
}
.dark-body .blog-main .cm-sidebar-widget,
.dark-body .cm-details .cm-sidebar-widget {
background-color: #242424 !important;
}
.dark-body .cm-details .cm-sidebar-widget .intro h5 {
color: var(--white);
}
.dark-body .cm-details .cm-sidebar-widget .tag-wrapper a,
.dark-body .blog-main .cm-categories a {
background-color: #000000;
color: var(--white);
border-color: #000000;
}
.dark-body .cm-details .cm-sidebar-widget .tag-wrapper a:hover,
.dark-body .blog-main .cm-categories a:hover {
background-color: var(--base-color);
color: var(--black);
border-color: var(--base-color);
}
.dark-body .cm-details .cm-sidebar-widget form {
background-color: #000000;
border: 1px solid #564f4f;
}
.dark-body .cm-details .cm-sidebar-widget form input {
color: var(--white);
}
.dark-body .blog-main .cm-details-author h6 {
color: var(--white);
}
.dark-body .checkout .intro h5 {
color: var(--white);
}
.dark-body .blog-main .cm-sidebar-widget form {
border-color: #585454 !important;
}
.dark-body .checkout .content {
background-color: #242424;
}
.dark-body .checkout .content-single {
background-color: #000000;
}
.dark-body .checkout .content-single p:nth-last-of-type(1) {
color: var(--white);
}
.dark-body .checkout .content-single-alt input {
background-color: transparent;
color: var(--white);
}
.dark-body .checkout .total h6 {
color: var(--white);
}
.dark-body .checkout .radio-wrapper {
background-color: #000000;
}
.dark-body .checkout .radio-wrapper .radio-single label {
color: var(--white);
}
.dark-body .coming-soon .content .form-group {
background-color: #000000;
}
.dark-body .coming-soon .content .form-group input {
color: var(--white);
}
.dark-body .contact-main .content h6 {
color: var(--white);
}
.dark-body .coming-soon .content .form-group button {
color: var(--base-color);
}
.dark-body .blog-main .blog__single-cta a {
color: var(--white);
}
.dark-body .blog-main .blog__single-cta a i {
color: var(--base-color);
}
.dark-body .donate-inner {
background-color: #242424;
}
.dark-body .donate-inner h5 {
color: var(--white);
}
.dark-body .donate-inner .checkout__form .input-single {
background-color: var(--black);
}
.dark-body .donate-inner .community-donation hr {
background-color: #604c4c;
}
.dark-body .privacy {
background-color: var(--black);
}
.dark-body .privacy h3,
.dark-body .privacy p {
color: var(--white) !important;
}
.dark-body .donate-inner .radio-wrapper {
background-color: transparent;
}
.dark-body .donate-inner .radio-wrapper .radio-single {
margin: 0px;
}
.dark-body .cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(2) {
color: var(--white);
}
.dark-body .cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(2):hover {
color: var(--base-color);
}
.dark-body .main-pagination a {
color: var(--white);
}
.dark-body .main-pagination a:hover {
color: var(--black);
}
.dark-body .main-pagination .active {
color: var(--black);
}
.dark-body .blog-main .blog__single-thumb .tag a {
background-color: var(--base-color);
color: var(--black);
}
.dark-body .blog-main .blog__single-content h4 {
color: var(--white);
}
.dark-body .blog-main .blog__single-content h4:hover {
color: var(--base-color);
}
.dark-body .blog-main .blog__single-cta a:hover {
color: var(--base-color);
}
.dark-body .cart-main .cart__inner .cart-product-wrapper p {
color: var(--white);
}
.dark-body .cart-main .cart__inner .cart-product-wrapper p:hover {
color: var(--base-color);
}
.dark-body .cart-main .cart__inner .price,
.dark-body .cart-main .cart__inner .sub {
color: var(--white);
}
.dark-body .cart-main .cart__inner .measure button,
.dark-body .cart-main .cart__inner .measure .item-quantity {
background-color: #242424;
color: var(--white);
border: 0px solid transparent;
}
.dark-body .cart-main .update-cart a {
background-color: var(--base-color);
color: var(--black);
border-color: var(--base-color);
}
.dark-body .cart-main .update-cart a:hover {
background-color: var(--white);
color: var(--black);
border-color: var(--white);
}
.dark-body .cart-main .coupon-wrapper h6 {
color: var(--white);
}
.dark-body .cart-main .coupon-wrapper {
border-color: #564f4f;
}
.dark-body .cart-main .cart__inner tr {
border-bottom: 1px solid #564f4f;
}
.dark-body .cart-main .cart__inner {
border: 1px solid #564f4f;
}
.dark-body .cart-main .coupon-wrapper .right-c form input {
background-color: #242424;
border: 1px solid #564f4f;
color: var(--white);
}
.dark-body .cart-main .cart-main__single {
border-color: #564f4f;
}
.dark-body .cart-main .cart-main__single .intro h6 {
color: var(--white);
}
.dark-body .cart-main .cart-main__single .content-single {
border-color: #564f4f;
}
.dark-body .cart-main .cart-main__single .content-single p {
color: var(--white);
}
.dark-body .cart-main .cart-main__single .content a {
background-color: var(--base-color);
color: var(--black);
}
.dark-body .cart-main .cart-main__single .content a:hover {
background-color: var(--white);
}
.dark-body .cm-details .cm-sidebar-widget form input {
background-color: transparent;
}
.dark-body .product-details .product-details__slider-thumb {
border: 1px solid #666666;
}
.dark-body .product-details .sm-gallery {
border: 1px solid #666666;
}
.dark-body .product-details .product-details__content .product-meta h3 {
color: var(--white);
}
.dark-body .product-details .product-details__content .product-price h4 {
color: var(--white);
}
.dark-body .product-details .product-details__content .product-color p {
color: var(--white);
}
.dark-body .product-details .product-details__content .product-size p {
color: var(--white);
}
.dark-body .product-details .product-details__content .product-size .product-sizes span {
color: var(--white);
border-color: #666666;
cursor: pointer;
}
.dark-body .product-details .product-details__content .product-size .product-sizes span:hover {
color: var(--black);
}
.dark-body .product-details .product-details__content .product-quantity p {
color: var(--white);
}
.dark-body .product-details .product-details__content .product-quantity .measure button,
.dark-body .product-details .product-details__content .product-quantity .measure .item-quantity {
color: var(--white);
}
.dark-body .product-details .product-details__content .productsku strong {
color: var(--white);
}
.dark-body .product-details .product-details__content .sku p strong {
color: var(--white) !important;
}
.dark-body .product-tab {
background-color: #242424;
}
.dark-body .product-tab h4,
.dark-body .product-tab h5 {
color: var(--white);
}
.dark-body .shop .shop__content-intro {
border: 1px solid #625858;
}
.dark-body .shop .nice-select {
background-color: #242424 !important;
border-color: #625858 !important;
}
.dark-body .shop .shop__single-content p,
.dark-body .shop .shop__single-content a {
color: var(--white);
}
.dark-body .shop .shop__single-thumb {
border: 1px solid #625858;
}
.dark-body .shop-sidebar-widget {
background-color: #242424;
}
.dark-body .shop-sidebar-widget .intro h5 {
color: var(--white);
}
.dark-body .shop-sidebar-widget form {
border: 1px solid #625858;
}
.dark-body .shop-sidebar-widget form input {
background-color: transparent;
}
.dark-body .shop-sidebar-widget a {
color: var(--white) !important;
}
.dark-body .shop-sidebar-widget .filter-wrapper .filter-cta p {
color: var(--white);
}
.dark-body .shop-sidebar-widget .size-wrapper .radio-single label {
color: var(--white);
}
.dark-body .shop-sidebar-widget:nth-last-of-type(1) a:hover {
color: var(--black) !important;
border-color: var(--base-color);
}
.dark-body .team-details .team-details__meta .designation {
color: var(--white);
}
.dark-body .team-details .my-word h5 {
color: var(--white);
}
.dark-body .team-details .team-details__list ul li {
color: var(--white);
}
.dark-body .team-details .about-me p {
color: var(--white);
}
.dark-body .footer .footer__support a:hover {
color: var(--black) !important;
}
.dark-body .footer .footer__support a:hover span {
color: var(--black) !important;
}
.dark-body .footer-two {
background-color: #122f2a;
}
.dark-body .footer-two__newsletter-form form input {
background-color: rgba(255, 255, 255, 0.2);
}
.dark-body .footer-two .footer-two__widget .social a:hover {
color: var(--black);
}
.dark-body .cause-three-alt .thumb .tag a,
.dark-body .cause-three .thumb .tag a {
color: var(--black);
}
.dark-body .cause-three-alt .cause__slider-single:hover .thumb .tag a,
.dark-body .cause-three .cause__slider-single:hover .thumb .tag a {
color: var(--black) !important;
}
.dark-body .color-palate p {
color: #667471 !important;
}.box-layout .page-wrapper {
max-width: 1400px;
width: 100%;
margin: 0 auto;
overflow: hidden;
background-color: #ffffff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
margin-top: 0px;
}
.box-layout::before {
position: fixed;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/images/pattern.jpg);
opacity: 0.4;
background-color: #ffffff;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
.box-layout .topbar {
max-width: 1400px;
margin-inline: auto;
}
.box-layout .header {
max-width: 1400px;
margin-inline: auto;
}
.box-layout .topbar--secondary .topbar__extra {
display: none;
}
.box-layout .header-secondary .contact-btn {
display: none;
}
@media only screen and (min-width: 1200px) {
.box-layout .header-primary .container {
padding-left: 0px;
padding-right: 0px;
}
}
@media only screen and (min-width: 1400px) {
.box-layout .topbar .container {
max-width: 1320px;
}
}.want-sticky-header .sticky-header {
position: relative !important;
display: none;
}.rtl {
direction: rtl;
}
.rtl .color-palate-inner {
direction: ltr !important;
}
.rtl .title-animation {
direction: ltr;
text-align: end;
}
.rtl .swiper {
direction: ltr;
}
.rtl .slider-navigation {
direction: ltr;
}
.rtl .progress-wrap span {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.rtl .progress-wrap span::before {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.rtl .progress-wrap span::after {
-webkit-transform: translate(50%, 200%);
-ms-transform: translate(50%, 200%);
transform: translate(50%, 200%);
}
.rtl .gallery__slider {
-webkit-animation: marquee-rtl 20s linear infinite;
animation: marquee-rtl 20s linear infinite;
-webkit-animation-play-state: running;
animation-play-state: running;
}
.rtl .gallery__slider:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.rtl .community .community-donation .community__thumb {
scale: -1 1;
}
.rtl .topbar--tertiary .topbar__items .social::before {
-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%, 0% 0%);
clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.rtl .header .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rtl .mobile-menu .mobile-menu__wrapper {
inset-inline-start: 400px;
}
.rtl .mobile-menu__backdrop {
-webkit-transform: translateX(-101%);
-ms-transform: translateX(-101%);
transform: translateX(-101%);
}
.rtl .mobile-menu__backdrop-active {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.rtl .show-menu .mobile-menu__wrapper {
inset-inline-start: 0px;
}
.rtl .off-canvas {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.rtl .off-canvas .offcanvas__search form input {
direction: ltr;
text-align: end;
}
.rtl .sidebar-cart {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.rtl .sidebar-cart .totals,
.rtl .sidebar-cart .action-buttons {
direction: ltr;
}
.rtl .off-canvas-active,
.rtl .sidebar-cart-active {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.rtl .section__header.text-center h2 {
text-align: center;
}
.rtl .banner::before {
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 9.94%, rgba(9, 31, 27, 0.17) 22.52%, rgba(9, 31, 27, 0.37) 36.84%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 79.8%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.rtl .banner .title-animation {
text-align: center;
}
.rtl .banner-two .banner-two__slider-single::after {
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.rtl .banner-two .banner-two__slider-single .row {
direction: rtl;
}
.rtl .banner-two .banner-two__slider-single h1 {
direction: ltr;
text-align: end;
}
.rtl .banner-two .shape-left img {
scale: -1 1;
}
.rtl .banner-two .slider-navigation {
inset-inline-end: unset;
inset-inline-start: 60px;
}
.rtl .banner-three {
direction: ltr;
}
.rtl .banner-three .title-animation {
text-align: start !important;
}
.rtl .help .help__thumb {
direction: ltr;
}
.rtl .help .hand img {
scale: -1 1;
}
.rtl .help .help__thumb-inner {
direction: rtl;
}
.rtl .help .thumb-lg::after {
inset-inline-start: unset;
inset-inline-end: 50%;
}
.rtl .help .video-btn-wrapper {
inset-inline-start: unset;
inset-inline-end: 50%;
}
.rtl .help .video-btn-wrapper i {
-webkit-margin-start: 0px;
margin-inline-start: 0px;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
.rtl .cause .slider-navigation {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtl .cta-section .cta-section__center .cta-img {
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .cta-section .video-btn-wrapper i {
-webkit-margin-start: 0px;
margin-inline-start: 0px;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
.rtl .community .community-donation .community__thumb img {
scale: -1 1;
}
.rtl .testimonial .testimonial__slider-single {
direction: rtl;
}
.rtl .difference-two .difference-two__thumb-wrapper {
direction: ltr;
}
.rtl .difference-two .difference-two__thumb {
direction: rtl;
}
.rtl .help-two .help-two__thumb {
direction: ltr;
}
.rtl .help-two .help-two__thumb-inner {
direction: rtl;
}
.rtl .help-two .help-two__thumb-content {
direction: ltr;
}
.rtl .cta-section-two::before {
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.rtl .cta-section-two .shape-left img {
scale: -1 1;
}
.rtl .testimonial-two .spade {
inset-inline-start: 0%;
}
.rtl .faq .shape img {
scale: -1 1;
}
.rtl .faq .faq__content-inner {
direction: ltr;
}
.rtl .blog .blog__single-cta a i,
.rtl .blog-main .blog__single-cta a i {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rtl .footer .footer__bottom-list a::after {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .footer .footer__list-items a i {
-webkit-transform: translateX(20px) rotate(180deg);
-ms-transform: translateX(20px) rotate(180deg);
transform: translateX(20px) rotate(180deg);
}
.rtl .footer .footer__list-items a:hover i {
-webkit-transform: translateX(0px) rotate(180deg);
-ms-transform: translateX(0px) rotate(180deg);
transform: translateX(0px) rotate(180deg);
}
.rtl .footer .footer__newsletter-check label {
direction: ltr;
}
.rtl .footer .footer__content h3 {
text-align: center;
}
.rtl .progress-bar {
direction: ltr;
}
.rtl .difference-three .difference-three__thumb {
direction: ltr;
}
.rtl .difference-three .difference-three__thumb-inner {
direction: rtl;
}
.rtl .help-three .poor-boy::before {
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.rtl .help-three .poor-boy .shape {
scale: -1 1;
}
.rtl .counter .counter__single h2 {
direction: ltr;
}
.rtl .counter .poor::before {
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.rtl .counter .shape-left img {
scale: -1 1;
}
.rtl .contact .contact-bg::before {
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, rgba(9, 31, 27, 0.1882352941) 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.rtl .contact .shape-left img {
scale: -1 1;
}
.rtl .shop-sidebar-widget .filter-wrapper .price-slide {
direction: ltr;
}
.rtl .common-banner .common-banner__content h2 {
text-align: center !important;
}
.rtl .cta-section .cta-section__center {
left: -50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .checkout .content-single-alt .btn--primary {
border-radius: 8px 0px 0px 8px;
}
.rtl .progress-bar-single {
direction: ltr;
}
.rtl .footer-two .footer-two__widget li a::after {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .footer-two .footer__bottom-list a::after {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .footer-three .footer__bottom-list a::after {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .topbar--secondary .topbar__extra {
direction: rtl;
}
.rtl .banner-image-rotate {
transform: rotateY(-180deg);
}
    :root {
--nunito: "Nunito", sans-serif;
--nunito-sans: "Nunito Sans", sans-serif;
--caveat: "Caveat", cursive;
--outfit: "Outfit", sans-serif;
--recoleta: "Recoleta", sans-serif;
--template-font: var(--nunito);
--template-bg: #ffffff;
--template-color: #667471;
--white: #ffffff;
--black: #000000;
--primary-color: #046a58;
--secondary-color: #122f2a;
--tertiary-color: #046a58;
--quaternary-color: #00715d;
--quinary-color: #061408;
--septenary-color: #0c141f;
--senary-color: #d9d9d9;
--hover-color: #6b5103;
--transition: all 0.5s ease;
--shadow: 0px 10px 25px 0px rgba(37, 42, 52, 0.08);
--shadow-secondary: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
--shadow-tertiary: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}  * {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*::-moz-selection {
color: #ffffff;
background-color: #1770c8;
}
*::selection {
color: #ffffff;
background-color: #1770c8;
}
html {
scroll-behavior: smooth;
overflow-x: clip;
}
body {
font-family: var(--template-font);
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: var(--template-color);
background-color: var(--template-bg);
overflow-x: clip;
text-transform: capitalize;
}
body::-webkit-scrollbar {
width: 5px;
}
body::-webkit-scrollbar-track {
background-color: #b5c8d4;
border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
background-color: #076051;
border-radius: 5px;
}
.body-active {
height: 100vh;
overflow: clip;
}
button {
background-color: transparent;
border: 0px;
outline: 0px;
}
a,
button {
text-decoration: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
outline: 0px;
border: 0px;
-webkit-transition: var(--transition);
transition: var(--transition);
cursor: pointer;
color: var(--template-color);
}
a i,
a span,
button i,
button span {
font-size: inherit;
line-height: inherit;
color: inherit;
}
a:hover,
button:hover {
text-decoration: none;
border: 0px;
outline: 0px;
}
a:focus,
button:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: 0px;
}
ul,
ol {
list-style-type: none;
list-style-position: inside;
margin: 0px;
padding: 0px;
}
hr,
blockquote,
textarea {
margin: 0px;
opacity: 1;
}
input,
textarea {
border: 0px;
outline: 0px;
}
input:focus,
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0px;
}
input[type=number] {
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
}
input[type=checkbox] {
width: initial;
height: initial;
}
textarea {
min-height: 150px;
resize: none;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
iframe {
border: 0px;
width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
padding: 0px;
margin: 0px;
color: var(--template-color);
font-family: var(--nunito);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--nunito);
}  p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote{
line-height: 30px;
font-weight: 400;
color: var(--template-color);
}
a,
button {
font-size: 16px;
line-height: 24px;
}
h1 {
font-size: 30px;
line-height: 40px;
}
h2 {
font-size: 30px;
line-height: 40px;
}
h3 {
font-size: 24px;
line-height: 34px;
}
h4 {
font-size: 20px;
line-height: 30px;
}
h5 {
font-size: 20px;
line-height: 30px;
}
h6 {
font-size: 18px;
line-height: 28px;
}
h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--nunito);
}  img {
max-width: 100%;
height: auto;
border: 0px;
outline: 0px;
-o-object-fit: cover;
object-fit: cover;
}
i {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
span {
display: inline-block;
}
.gutter-12 {
row-gap: 12px;
}
.gutter-24 {
row-gap: 24px;
}
.gutter-30 {
row-gap: 30px;
}
.gutter-40 {
row-gap: 40px;
}
.gutter-60 {
row-gap: 60px;
}
.gutter-80 {
row-gap: 80px;
}   .cursor-outer {
-webkit-margin-start: -12px;
margin-inline-start: -12px;
margin-top: -12px;
width: 30px;
height: 30px;
border: 1px solid var(--quaternary-color);
background-color: var(--quaternary-color);
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 10000000;
opacity: 0.34;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.cursor-outer.cursor-hover {
opacity: 0.14;
}
.cursor-outer.cursor-big {
opacity: 0;
}
.mouseCursor {
position: fixed;
top: 0;
inset-inline-start: 0;
inset-inline-end: 0;
bottom: 0;
pointer-events: none;
border-radius: 50%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
visibility: hidden;
text-align: center;
}
.mouseCursor.cursor-big {
width: 20px;
height: 20px;
-webkit-margin-start: -12px;
margin-inline-start: -12px;
margin-top: -12px;
}
.cursor-inner {
-webkit-margin-start: -3px;
margin-inline-start: -3px;
margin-top: -3px;
width: 10px;
height: 10px;
z-index: 10000001;
background-color: var(--quaternary-color);
opacity: 1;
-webkit-transition: all 0.24s ease-out 0s;
transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
color: var(--theme-color);
line-height: 60px;
opacity: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
}
.cursor-inner.cursor-big span {
opacity: 1;
}
.cursor-inner.cursor-hover {
-webkit-margin-start: -10px;
margin-inline-start: -10px;
margin-top: -10px;
width: 30px;
height: 30px;
background-color: transparent;
border: 1px solid #686363;
opacity: 0;
}
.progress-wrap {
position: fixed;
inset-inline-end: 30px;
bottom: 30px;
height: 50px;
width: 50px;
padding: 6px;
cursor: pointer;
display: block;
border-radius: 50px;
background-color: #acd5ce;
-webkit-box-shadow: inset 0 0 0 8px #acd5ce;
box-shadow: inset 0 0 0 8px #acd5ce;
z-index: 10000;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
z-index: 99;
overflow: hidden;
}
.progress-wrap span {
position: absolute;
top: 50%;
inset-inline-start: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 34px;
height: 34px;
background-color: var(--white);
border-radius: 50%;
overflow: hidden;
}
.progress-wrap span::after {
content: "\f176";
font-family: "Font Awesome 6 Free";
font-weight: 700;
position: absolute;
text-align: center;
line-height: 34px;
font-size: 18px;
border-radius: 50%;
color: #076051;
inset-inline-start: 50%;
top: 50%;
-webkit-transform: translate(-50%, 200%);
transform: translate(-50%, 200%);
height: 34px;
width: 34px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap span::before {
position: absolute;
content: "\f176";
font-family: "Font Awesome 6 Free";
font-weight: 700;
text-align: center;
line-height: 34px;
font-size: 18px;
border-radius: 50%;
color: #076051;
inset-inline-start: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 34px;
width: 34px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap:hover span::before {
-webkit-transform: translate(-50%, -200%);
transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.progress-wrap path {
fill: none;
}
.progress-wrap .progress-circle path {
stroke: #076051;
stroke-width: 4;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.active-progress {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.pt-200 {
padding-top: 200px !important;
}
.social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.social a {
font-size: 18px;
color: rgba(255, 255, 255, 0.72);
}
.social a:hover {
color: var(--base-color);
}
.search-popup {
position: fixed;
inset-inline-start: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 99999;
margin-top: -540px;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
background-color: rgba(0, 0, 0, 0.9);
-webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup form {
position: absolute;
max-width: 700px;
top: 50%;
inset-inline-start: 15px;
inset-inline-end: 15px;
margin: -35px auto 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: center;
transform-origin: center;
background-color: #111111;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.search-popup .search-popup__group {
position: relative;
margin: 0px;
overflow: hidden;
}
.search-popup .search-popup__group input {
position: relative;
display: block;
font-size: 18px;
line-height: 50px;
color: var(--black);
height: 70px;
width: 100%;
padding: 10px 30px;
background-color: var(--white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-weight: 400;
text-transform: capitalize;
-webkit-padding-end: 80px;
padding-inline-end: 80px;
border-radius: 5px;
}
.search-popup .search-popup__group button {
color: var(--secondary-color);
}
.search-popup .search-popup__group button:hover {
color: var(--hover-color);
}
.search-popup button {
position: absolute;
inset-inline-end: 30px;
top: 0px;
height: 70px;
line-height: 70px;
background: transparent;
text-align: center;
font-size: 24px;
color: var(--white);
padding: 0;
cursor: pointer;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.search-popup .close-search {
position: absolute;
inset-inline-start: 0;
inset-inline-end: 0;
top: 75%;
margin: 0 auto;
margin-top: -200px;
border-radius: 50%;
text-align: center;
background-color: var(--base-color);
width: 70px;
cursor: pointer;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
border-bottom: 3px solid var(--white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
visibility: hidden;
color: var(--black);
}
.search-popup .close-search span {
position: relative;
display: block;
height: 70px;
width: 70px;
font-size: 20px;
line-height: 70px;
color: var(--black);
}
.sidenav-bar-visible .search-popup {
width: 80%;
}
.search-active .search-popup {
-webkit-transform: translateY(0%);
transform: translateY(0%);
margin-top: 0;
}
.search-active .search-popup form {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-delay: 1200ms;
transition-delay: 1200ms;
}
.search-active .search-popup .close-search {
visibility: visible;
opacity: 1;
top: 50%;
-webkit-transition-delay: 1500ms;
transition-delay: 1500ms;
}
.section__header {
margin-bottom: 34px;
}
.section__header span {
font-weight: 700;
color: var(--quaternary-color);
}
.section__header h2 {
color: var(--secondary-color);
font-weight: 800;
margin-top: 15px;
}
.section__header h2 span {
color: var(--base-color);
}
.section__header p {
font-weight: 500;
max-width: 780px;
margin-inline: auto;
margin-top: 20px;
}
.section__header-secondary {
margin-bottom: 40px;
}
.section__header-light {
margin-bottom: 40px;
}
.section__header-light span {
font-size: 18px;
font-weight: 700;
color: var(--white);
margin-top: -8px;
}
.section__header-light h2 {
color: var(--white);
font-weight: 600;
margin: 16px 0px 30px;
}
.section__header-light .icon-thumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 12px;
}
.section__header-light .icon-thumb .icon-thumb-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 3px;
line-height: 0px;
padding-bottom: 4px;
}
.section__header-light .icon-thumb .icon-thumb-single:nth-of-type(2) {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.section__header-light .icon-thumb span {
width: 70px;
height: 1px;
background-color: var(--white);
display: inline-block;
line-height: 0px;
}
.section__header-light .icon-thumb span:nth-of-type(2) {
width: 56px;
}
.section__content .sub-title {
color: var(--quaternary-color);
}
.section__content h2 {
font-weight: 800;
color: var(--secondary-color);
margin-top: 16px;
}
.section__content h2 span {
color: var(--base-color);
}
.section__content p {
margin-top: 10px;
max-width: 630px;
}
.video-btn-wrapper {
position: absolute;
top: 50%;
inset-inline-start: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 4;
}
.video-btn-wrapper .open-video-popup {
width: 80px;
height: 80px;
background: var(--base-color);
border-radius: 100%;
position: relative;
-webkit-animation: pulse-shadow 3s 2s linear infinite;
animation: pulse-shadow 3s 2s linear infinite;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}
.video-btn-wrapper .open-video-popup i {
font-size: 20px;
color: var(--secondary-color);
}
@-webkit-keyframes pulse-shadow {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}
100% {
-webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
}
}
@keyframes pulse-shadow {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}
100% {
-webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
}
}
.pagination-one .swiper-pagination-bullets {
text-align: center;
}
.pagination-one .swiper-pagination-bullet {
width: 10px;
height: 10px;
background-color: var(--white);
border: 1px solid #707070;
border-radius: 0px;
opacity: 1;
margin: 0px 5px;
}
.pagination-one .swiper-pagination-bullet-active {
background-color: var(--base-color);
border-radius: 50%;
}
.slider-navigation-two {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 10px;
height: 100%;
}
.slider-navigation-two button {
padding: 12px;
background-color: var(--white);
color: var(--base-color);
font-size: 16px;
font-weight: 700;
}
.slider-navigation-two button span {
line-height: 1;
font-weight: 700;
}
.slider-navigation-two button i {
font-size: 16px;
}
.slider-navigation-two .prev-testimonial,
.slider-navigation-two .prev-area,
.slider-navigation-two .prev-testimonial-t,
.slider-navigation-two .prev-team-t,
.slider-navigation-two .prev-slide {
background-color: var(--quaternary-color);
color: var(--white);
}
.slider-navigation-two .prev-testimonial span,
.slider-navigation-two .prev-area span,
.slider-navigation-two .prev-testimonial-t span,
.slider-navigation-two .prev-team-t span,
.slider-navigation-two .prev-slide span {
display: none;
}
.slider-navigation-two .active span {
display: block;
}
.slider-navigation-two .next-testimonial-t,
.slider-navigation-two .next-team-t {
border: 1px solid var(--base-color);
}
.slider-navigation-two .prev-testimonial-t,
.slider-navigation-two .prev-team-t {
border: 1px solid var(--quaternary-color);
}
.breadcrumb {
margin-bottom: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item,
.breadcrumb a {
color: #ffffff;
}
.breadcrumb a:hover {
color: var(--white);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
-webkit-padding-start: 0px;
padding-inline-start: 0px;
color: var(--white);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
-webkit-padding-end: 12px;
padding-inline-end: 12px;
font-size: 20px;
content: "::";
font-family: "Font Awesome 6 Free";
font-weight: 700;
color: #ffffff;
margin-top: -2px;
}
.breadcrumb .active {
color: var(--white) !important;
}
.main-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 40px;
}
.main-pagination button,
.main-pagination a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #9eb3af;
background-color: transparent;
color: var(--black);
-webkit-transition: var(--transition);
transition: var(--transition);
font-weight: 800;
font-size: 14px;
}
.main-pagination button:hover,
.main-pagination a:hover {
border-color: var(--base-color);
background-color: var(--base-color);
color: var(--black);
}
.main-pagination .active {
border-color: var(--base-color);
background-color: var(--base-color);
color: var(--black);
}
.main-pagination button {
background-color: var(--quaternary-color);
color: var(--white);
}
.main-pagination button:hover {
background-color: var(--base-color);
color: var(--black);
}
.parallax-image {
-webkit-transform: scale(1.6);
transform: scale(1.6);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.parallax-image-wrap,
.parallax-image-inner {
border-radius: inherit;
}
.title-animation {
text-transform: lowercase !important;
}
.title-animation > div > div:nth-child(1) {
text-transform: uppercase;
}
.title-animation > span > div > div:nth-child(1) {
text-transform: uppercase;
}
.off-canvas {
position: fixed;
inset-inline-start: 0px;
top: 0px;
bottom: 0px;
width: 100%;
max-width: 360px;
height: 100vh;
min-height: 100vh;
background-color: var(--white);
z-index: 999999;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
-webkit-border-end: 5px solid var(--quaternary-color);
border-inline-end: 5px solid var(--quaternary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.off-canvas .off-canvas__inner {
width: 100%;
height: 100%;
padding: 40px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.off-canvas .off-canvas__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.off-canvas .off-canvas__head button {
background-color: transparent;
font-size: 24px;
color: var(--quaternary-color);
}
.off-canvas .offcanvas__search {
width: 100%;
}
.off-canvas .offcanvas__search form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid var(--black);
}
.off-canvas .offcanvas__search form input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 10px 0px;
color: var(--black);
}
.off-canvas .offcanvas__search form input::-webkit-input-placeholder {
font-weight: 400;
color: var(--black);
font-size: 16px;
}
.off-canvas .offcanvas__search form input::-moz-placeholder {
font-weight: 400;
color: var(--black);
font-size: 16px;
}
.off-canvas .offcanvas__search form input:-ms-input-placeholder {
font-weight: 400;
color: var(--black);
font-size: 16px;
}
.off-canvas .offcanvas__search form input::-ms-input-placeholder {
font-weight: 400;
color: var(--black);
font-size: 16px;
}
.off-canvas .offcanvas__search form input::placeholder {
font-weight: 400;
color: var(--black);
font-size: 16px;
}
.off-canvas .offcanvas__search form button {
background-color: transparent;
font-size: 20px;
color: var(--base-color);
}
.off-canvas .off-canvas__contact {
width: 100%;
text-align: start;
}
.off-canvas .off-canvas__contact h5 {
color: var(--black);
text-transform: uppercase;
font-weight: 700;
margin-bottom: 25px;
}
.off-canvas .off-canvas__contact .single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
margin-bottom: 15px;
}
.off-canvas .off-canvas__contact .single span {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid var(--quaternary-color);
color: var(--quaternary-color);
}
.off-canvas .off-canvas__contact .single a {
color: var(--black);
text-transform: lowercase;
}
.off-canvas .off-canvas__contact .single a:hover {
color: var(--quaternary-color);
}
.off-canvas .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 16px;
}
.off-canvas .social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--black);
color: var(--white);
font-size: 14px;
}
.off-canvas .social a:hover {
background-color: var(--base-color);
color: var(--black);
}
.off-canvas-active {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.off-canvas-backdrop {
position: fixed;
top: 0px;
inset-inline-start: 0px;
inset-inline-end: 0px;
bottom: 0px;
width: 100%;
height: 100%;
background-color: rgba(22, 22, 22, 0.5921568627);
z-index: 99;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.off-canvas-backdrop-active {
-webkit-transform: translateX(0px);
transform: translateX(0px);
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}
.sidebar-cart {
background: var(--black);
color: var(--white);
padding: 15px 15px 0 15px;
position: fixed;
display: block;
width: 320px;
height: 100vh;
z-index: 99999;
top: 0;
inset-inline-end: 0px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.sidebar-cart .close-cart {
height: 16px;
width: 16px;
margin: 0 0 15px 0;
text-decoration: none;
position: absolute;
top: 20px;
inset-inline-start: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: transparent;
border: 0px;
outline: 0px;
}
.sidebar-cart .close-cart .close-icon {
width: 16px;
height: 16px;
background: var(--white);
text-indent: -9999px;
overflow: hidden;
font-size: 0;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.sidebar-cart h2 {
color: var(--white);
font-size: 16px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 1;
margin: 5px 0 25px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sidebar-cart h2 span.count {
color: var(--secondary-color);
background: var(--white);
padding: 8px;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
position: relative;
top: -1px;
width: 24px;
height: 24px;
border-radius: 50px;
font-size: 14px;
font-weight: 700;
letter-spacing: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: -4px;
}
.sidebar-cart .cart-items {
margin-top: 30px;
}
.sidebar-cart .cart-item-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 24px 0px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
-webkit-padding-end: 24px;
padding-inline-end: 24px;
position: relative;
}
.sidebar-cart .cart-item-single .delete-item {
position: absolute;
top: 50%;
inset-inline-end: 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--white);
background-color: transparent;
font-size: 20px;
}
.sidebar-cart .cart-item-single .delete-item:hover {
color: var(--base-color);
}
.sidebar-cart .cart-item-single .cart-item-thumb a {
width: 80px;
height: 100px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a img {
width: 100%;
height: 100%;
}
.sidebar-cart .cart-item-single .h6 a {
font-weight: 600;
color: var(--white);
font-size: 18px;
}
.sidebar-cart .cart-item-single .h6 a:hover {
color: var(--base-color);
}
.sidebar-cart .cart-item-single .price {
font-weight: 600;
font-size: 14px;
color: var(--white);
}
.sidebar-cart .cart-item-single .measure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
margin-top: 10px;
}
.sidebar-cart .cart-item-single .measure button {
width: 28px;
min-width: 28px;
height: 28px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px;
background-color: var(--base-color);
color: var(--secondary-color);
font-size: 14px;
}
.sidebar-cart .cart-item-single .item-quantity {
min-width: 16px;
color: var(--white);
font-weight: 700;
text-align: center;
}
.sidebar-cart .der {
height: calc(100% - 140px);
overflow-y: auto;
}
.sidebar-cart div.totals {
position: absolute;
bottom: 80px;
inset-inline-start: 0;
inset-inline-end: 0;
height: 45px;
background: var(--white);
border-bottom: 1px solid var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.sidebar-cart div.totals div.subtotal,
.sidebar-cart div.totals div.shipping,
.sidebar-cart div.totals div.tax {
padding: 15px;
text-align: center;
color: var(--white);
border-bottom: 1px solid var(--white);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-weight: 400;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sidebar-cart div.totals div.subtotal span.amount,
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping span.amount,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax span.amount,
.sidebar-cart div.totals div.tax .total-price {
color: var(--secondary-color);
-webkit-margin-start: 10px;
margin-inline-start: 10px;
font-weight: 700;
}
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax .total-price {
margin: 0px;
}
.sidebar-cart div.totals div.subtotal span.label,
.sidebar-cart div.totals div.shipping span.label,
.sidebar-cart div.totals div.tax span.label {
color: var(--secondary-color);
font-weight: 700;
}
.sidebar-cart div.action-buttons {
padding: 0;
position: absolute;
bottom: 0;
inset-inline-start: 0;
inset-inline-end: 0;
width: 100%;
height: 80px;
background: var(--white);
display: block;
white-space: nowrap;
}
.sidebar-cart div.action-buttons a.view-cart-button,
.sidebar-cart div.action-buttons a.checkout-button {
display: inline-block;
padding: 10px;
margin: 20px 15px;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.sidebar-cart div.action-buttons a.view-cart-button {
background: var(--black);
border-color: var(--secondary-color);
-webkit-margin-end: 5px;
margin-inline-end: 5px;
color: var(--base-color);
width: 80px;
}
.sidebar-cart div.action-buttons a.checkout-button {
border-color: var(--secondary-color);
background: var(--black);
-webkit-margin-start: 5px;
margin-inline-start: 5px;
color: var(--white);
width: 200px;
}
.sidebar-cart-active {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.cart-backdrop {
position: fixed;
top: 0px;
inset-inline-start: 0px;
inset-inline-end: 0px;
bottom: 0px;
width: 100%;
height: 100%;
background-color: rgba(22, 22, 22, 0.5921568627);
z-index: 9999;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.cart-backdrop-active {
-webkit-transform: translateX(0px);
transform: translateX(0px);
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}
.sub-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-family: var(--caveat);
color: var(--base-color);
font-size: 20px;
line-height: 34px;
margin-top: -8px;
font-weight: 800;
}
.cta {
margin-top: 45px;
}
.slider-navigation .slider-btn {
width: 60px;
min-width: 60px;
height: 60px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--secondary-color);
color: var(--white);
font-size: 20px;
}
.slider-navigation .slider-btn:hover {
background-color: var(--base-color);
color: var(--black);
}
.slider-navigation .slider-btn-next {
background-color: var(--base-color);
color: var(--black);
}
.slider-navigation .slider-btn-next:hover {
background-color: var(--secondary-color);
color: var(--white);
}
.bottom-line {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23FBAD17' stroke-width='4'/%3E %3C/svg%3E");
}
.pagination-one {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pagination-one .swiper-pagination-bullet {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #d6d1d1;
opacity: 1;
border: 0px solid transparent;
display: inline-block;
}
.pagination-one .swiper-pagination-bullet-active {
width: 25px;
height: 25px;
border: 1px solid var(--quaternary-color);
background-color: transparent;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pagination-one .swiper-pagination-bullet-active::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-color: var(--quaternary-color);
border-radius: 50%;
}
.progress-bar {
width: 100%;
height: 8px;
background-color: #e9e9e9;
border-radius: 10px;
position: relative;
}
.progress-bar .progress-bar-percent {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
background-color: var(--base-color);
border-radius: inherit;
}
.section__cta .btn--primary {
padding: 18px 50px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.section__cta .btn--primary::before, .section__cta .btn--primary::after {
border-radius: 0px;
}
.section__cta .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.section__cta .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.privacy {
padding: 100px 0px;
background-color: var(--white);
}
.privacy .privacy-group {
margin-bottom: 60px;
margin-top: -7px;
}
.privacy .privacy-group:nth-last-of-type(1) {
margin-bottom: 0px;
}
.privacy .privacy-group h3 {
font-weight: 600;
color: var(--black);
}
.privacy .privacy-group p {
margin-top: 20px;
font-size: 18px;
}  .btn--primary {
padding: 13px 24px;
background-color: var(--base-color);
color: var(--black);
position: relative;
font-weight: 800;
z-index: 1;
gap: 16px;
overflow: hidden;
}
.btn--primary svg {
width: 25px;
height: 25px;
}
.btn--primary path {
fill: black;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.btn--primary::before, .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: inherit;
background-color: var(--base-color);
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.btn--primary::after {
inset-inline-start: unset;
inset-inline-end: 0px;
}
.btn--primary:hover {
color: var(--white);
background-color: var(--quaternary-color);
}
.btn--primary:hover path {
fill: white;
}
.btn--primary:hover::before, .btn--primary:hover::after {
width: 0%;
}
.btn--secondary {
padding: 13px 30px;
background-color: var(--secondary-color);
color: var(--white);
position: relative;
font-weight: 700;
z-index: 1;
gap: 14px;
overflow: hidden;
border-radius: 60px;
}
.btn--secondary svg {
width: 25px;
height: 25px;
}
.btn--secondary path {
fill: white;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.btn--secondary::before, .btn--secondary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: var(--secondary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.btn--secondary::after {
inset-inline-start: unset;
inset-inline-end: 0px;
}
.btn--secondary:hover {
color: var(--secondary-color);
background-color: var(--base-color);
}
.btn--secondary:hover path {
fill: var(--secondary-color);
}
.btn--secondary:hover::before, .btn--secondary:hover::after {
width: 0%;
}
.btn--tertiary {
padding: 13px 24px;
background-color: rgba(255, 255, 255, 0.04);
color: var(--white);
position: relative;
font-weight: 800;
z-index: 1;
gap: 16px;
overflow: hidden;
}
.btn--tertiary::before, .btn--tertiary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: inherit;
background-color: rgba(255, 255, 255, 0.04);
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.btn--tertiary::after {
inset-inline-start: unset;
inset-inline-end: 0px;
}
.btn--tertiary:hover {
color: var(--black);
background-color: var(--base-color);
}
.btn--tertiary:hover::before, .btn--tertiary:hover::after {
width: 0%;
}  .input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
margin-bottom: 30px;
}
.input-group .input-single {
width: 100%;
}
.input-group input,
.input-group textarea {
width: 100%;
padding: 9px 16px;
background-color: var(--white);
border: 1px solid #707070;
color: var(--quaternary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.input-group input:focus,
.input-group textarea:focus {
border-color: var(--base-color);
}
.input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder {
color: var(--quaternary-color);
}
.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
color: var(--quaternary-color);
}
.input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder {
color: var(--quaternary-color);
}
.input-group input::-ms-input-placeholder, .input-group textarea::-ms-input-placeholder {
color: var(--quaternary-color);
}
.input-group input::placeholder,
.input-group textarea::placeholder {
color: var(--quaternary-color);
}
.input-group textarea {
min-height: 300px;
}
.contact__form .input-single,
.checkout__form .input-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 0px 16px;
border-radius: 8px !important;
border: 2px solid #7e7e7e;
background: #046150;
width: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 30px;
}
.contact__form .input-single:nth-last-of-type(1),
.checkout__form .input-single:nth-last-of-type(1) {
margin-bottom: 0px;
}
.contact__form .input-single input,
.contact__form .input-single textarea,
.contact__form .input-single .nice-select,
.checkout__form .input-single input,
.checkout__form .input-single textarea,
.checkout__form .input-single .nice-select {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-color: transparent;
color: var(--white);
border: 0px;
padding: 13px 0px;
}
.contact__form .input-single input::-webkit-input-placeholder, .contact__form .input-single textarea::-webkit-input-placeholder, .contact__form .input-single .nice-select::-webkit-input-placeholder, .checkout__form .input-single input::-webkit-input-placeholder, .checkout__form .input-single textarea::-webkit-input-placeholder, .checkout__form .input-single .nice-select::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input::-moz-placeholder, .contact__form .input-single textarea::-moz-placeholder, .contact__form .input-single .nice-select::-moz-placeholder, .checkout__form .input-single input::-moz-placeholder, .checkout__form .input-single textarea::-moz-placeholder, .checkout__form .input-single .nice-select::-moz-placeholder {
color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input:-ms-input-placeholder, .contact__form .input-single textarea:-ms-input-placeholder, .contact__form .input-single .nice-select:-ms-input-placeholder, .checkout__form .input-single input:-ms-input-placeholder, .checkout__form .input-single textarea:-ms-input-placeholder, .checkout__form .input-single .nice-select:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input::-ms-input-placeholder, .contact__form .input-single textarea::-ms-input-placeholder, .contact__form .input-single .nice-select::-ms-input-placeholder, .checkout__form .input-single input::-ms-input-placeholder, .checkout__form .input-single textarea::-ms-input-placeholder, .checkout__form .input-single .nice-select::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single input::placeholder,
.contact__form .input-single textarea::placeholder,
.contact__form .input-single .nice-select::placeholder,
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder,
.checkout__form .input-single .nice-select::placeholder {
color: rgba(255, 255, 255, 0.5647058824);
}
.contact__form .input-single i,
.checkout__form .input-single i {
font-size: 18px;
color: var(--base-color);
}
.contact__form .alter-input,
.checkout__form .alter-input {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.contact__form .alter-input i,
.checkout__form .alter-input i {
margin-top: 20px;
}
.contact__form .input-group,
.checkout__form .input-group {
margin-bottom: 30px;
}
.contact__form .input-group .input-single,
.checkout__form .input-group .input-single {
margin-bottom: 0px;
}
.contact__form .form-cta,
.checkout__form .form-cta {
margin-top: 40px;
}
.contact__form .btn--primary,
.checkout__form .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: var(--black);
}
.contact__form .btn--primary::before, .contact__form .btn--primary::after,
.checkout__form .btn--primary::before,
.checkout__form .btn--primary::after {
border-radius: 0px;
}
.contact__form .btn--primary i,
.checkout__form .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.contact__form .btn--primary:hover,
.checkout__form .btn--primary:hover {
color: var(--white);
}
.contact__form .btn--primary:hover i,
.checkout__form .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.contact__form .input-single {
border: 2px solid rgba(255, 255, 255, 0.15);
}
.checkout__form .input-group .input-single {
width: 100%;
}
.checkout__form .input-single {
padding: 0px 20px;
background-color: #efefef;
border: 0px solid transparent;
}
.checkout__form .input-single input,
.checkout__form .input-single textarea {
color: var(--black);
}
.checkout__form .input-single input::-webkit-input-placeholder, .checkout__form .input-single textarea::-webkit-input-placeholder {
color: #667471;
}
.checkout__form .input-single input::-moz-placeholder, .checkout__form .input-single textarea::-moz-placeholder {
color: #667471;
}
.checkout__form .input-single input:-ms-input-placeholder, .checkout__form .input-single textarea:-ms-input-placeholder {
color: #667471;
}
.checkout__form .input-single input::-ms-input-placeholder, .checkout__form .input-single textarea::-ms-input-placeholder {
color: #667471;
}
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder {
color: #667471;
}
.checkout__form .input-single i {
color: #adadad;
}
.checkout__form .nice-select {
z-index: 9;
}
.checkout__form .btn--primary {
width: 100%;
border-radius: 8px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer__newsletter-form {
margin-top: 40px;
}
.footer__newsletter-form form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 16px;
}
.footer__newsletter-form form .input-icon {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.footer__newsletter-form form input {
width: 100%;
padding: 12px 16px;
border-radius: 8px;
border: 1.2px solid rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.03);
color: white;
}
.footer__newsletter-form form input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.55);
}
.footer__newsletter-form form input::-moz-placeholder {
color: rgba(255, 255, 255, 0.55);
}
.footer__newsletter-form form input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.55);
}
.footer__newsletter-form form input::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.55);
}
.footer__newsletter-form form input::placeholder {
color: rgba(255, 255, 255, 0.55);
}
.footer__newsletter-form form input:focus {
border-color: var(--base-color);
}
.footer__newsletter-form form button {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 16px 24px;
border-radius: 8px;
min-width: 150px;
}
.footer__newsletter-form form button::before {
border-radius: inherit;
}
.input-icon {
position: relative;
}
.input-icon input {
-webkit-padding-start: 44px !important;
padding-inline-start: 44px !important;
}
.input-icon i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-start: 16px;
}
.footer-two__newsletter-form form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.footer-two__newsletter-form form .input-icon {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.footer-two__newsletter-form form input {
width: 100%;
padding: 12px 16px;
border-radius: 8px;
background: var(--white);
color: var(--secondary-color);
}
.footer-two__newsletter-form form input::-webkit-input-placeholder {
color: var(--template-color);
}
.footer-two__newsletter-form form input::-moz-placeholder {
color: var(--template-color);
}
.footer-two__newsletter-form form input:-ms-input-placeholder {
color: var(--template-color);
}
.footer-two__newsletter-form form input::-ms-input-placeholder {
color: var(--template-color);
}
.footer-two__newsletter-form form input::placeholder {
color: var(--template-color);
}
.footer-two__newsletter-form form button {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 16px 24px;
border-radius: 8px;
min-width: 60px;
height: 54px;
}
.footer-two__newsletter-form form button::before, .footer-two__newsletter-form form button::after {
border-radius: 0px;
}  .preloader {
background-color: var(--black);
position: fixed;
z-index: 99999;
height: 100vh;
width: 100vw;
inset: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
}
.preloader i {
width: 100px;
min-width: 100px;
height: 100px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--base-color);
font-size: 40px;
color: var(--black);
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation: flipY 3s linear infinite;
animation: flipY 3s linear infinite;
}
.preloader p {
font-size: 20px;
font-weight: 700;
letter-spacing: 5px;
background: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(#00ccff), color-stop(#ff6600), to(#ffcc00));
background: linear-gradient(90deg, #ffcc00, #00ccff, #ff6600, #ffcc00);
background-size: 300%;
background-clip: text;
-webkit-background-clip: text;
color: transparent !important;
-webkit-animation: moveBg 5s ease-in-out infinite;
animation: moveBg 5s ease-in-out infinite;
}
@-webkit-keyframes flipY {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes flipY {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-webkit-keyframes moveBg {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes moveBg {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}  .topbar {
background-color: var(--secondary-color);
padding-top: 11px;
padding-bottom: 24px;
inset-inline-start: 0px;
inset-inline-end: 0px;
}
.topbar .topbar__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.topbar .topbar__list li {
line-height: 0px;
}
.topbar .topbar__list li:nth-of-type(1) i {
font-size: 18px;
margin-bottom: -2px;
}
.topbar .topbar__list a {
font-size: 15px;
line-height: 25px;
color: var(--white);
font-weight: 500;
gap: 8px;
text-transform: lowercase;
}
.topbar .topbar__list a i {
color: var(--base-color);
}
.topbar .topbar__list a:hover {
color: var(--base-color);
}
.topbar .topbar__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.topbar .select {
background-color: transparent;
border-radius: 0px;
border: 0px;
padding: 0px;
-webkit-padding-end: 16px;
padding-inline-end: 16px;
z-index: 999;
}
.topbar .select .option {
padding-inline: 18px !important;
}
.topbar .select::after {
right: unset;
inset-inline-end: 0px !important;
width: 7px;
height: 7px;
border-color: var(--white);
margin-top: -5px;
}
.topbar .select .option,
.topbar .select .current {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-size: 15px;
line-height: 0px;
}
.topbar .select .option span,
.topbar .select .option i,
.topbar .select .current span,
.topbar .select .current i {
width: 30px;
height: 20px;
}
.topbar .select .current {
color: var(--white);
line-height: 1;
}
.topbar .select .list {
padding: 12px 0px;
}
.topbar--secondary {
padding: 0px;
background-color: var(--white);
}
.topbar--secondary .topbar__inner {
padding: 12px 24px 13px;
width: calc(100% - 80px);
margin-inline: auto;
border-radius: 0px 0px 20px 17px;
background-color: var(--secondary-color);
}
.topbar--secondary .container {
max-width: 1800px !important;
}
.topbar--secondary .topbar__extra {
direction: ltr;
}
.topbar--secondary .topbar__extra p {
font-size: 14px;
line-height: 1;
font-weight: 600;
color: var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.topbar--secondary .topbar__extra p i {
font-size: 18px;
color: var(--base-color);
}
.topbar--secondary .topbar__list,
.topbar--secondary .topbar__items {
gap: 20px;
}
.topbar--secondary .country-select .current i {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 25px;
height: 25px;
border: 4px solid rgba(88, 88, 88, 0.92);
border-radius: 50%;
}
.topbar--tertiary {
background-color: #ececec;
overflow: hidden;
padding: 0px;
}
.topbar--tertiary .container {
max-width: 1564px !important;
}
.topbar--tertiary .topbar__list a,
.topbar--tertiary .topbar__items a {
color: var(--secondary-color);
font-weight: 600;
font-size: 15px;
line-height: 20px;
}
.topbar--tertiary .topbar__list a i,
.topbar--tertiary .topbar__items a i {
color: var(--hover-color);
margin-bottom: 0px !important;
font-size: 20px;
}
.topbar--tertiary .topbar__list a:hover,
.topbar--tertiary .topbar__items a:hover {
color: var(--hover-color);
}
.topbar--tertiary .topbar__list li:nth-of-type(2) a i,
.topbar--tertiary .topbar__items li:nth-of-type(2) a i {
margin-bottom: -2px !important;
}
.topbar--tertiary .topbar__items {
position: relative;
z-index: 1;
}
.topbar--tertiary .topbar__items::before {
content: "";
position: absolute;
inset-inline-start: 100%;
z-index: -1;
min-width: 400%;
height: 100%;
background-color: var(--base-color);
}
.topbar--tertiary .topbar__items p {
line-height: 1;
}
.topbar--tertiary .topbar__items .social {
-webkit-padding-start: 40px;
padding-inline-start: 40px;
padding-top: 12px;
padding-bottom: 12px;
position: relative;
z-index: 1;
}
.topbar--tertiary .topbar__items .social::before {
content: "";
position: absolute;
inset-inline-start: 0px;
z-index: -1;
width: 100%;
height: 100%;
background-color: var(--base-color);
clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}
.topbar--tertiary .topbar__items .social a {
color: var(--secondary-color);
}
.topbar--tertiary .topbar__items .social a i {
color: inherit;
font-size: 18px !important;
}
.topbar--tertiary .topbar__items .social a:hover {
color: var(--hover-color);
}
.header {
z-index: 3;
}
.header .main-header__menu-box {
padding-top: 27px;
padding-bottom: 27px;
position: relative;
background-color: var(--white);
}
.header .navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header .navbar-logo img {
max-width: 160px;
height: 36px;
}
.header .navbar__menu {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-margin-start: -15px;
margin-inline-start: -15px;
}
.header .navbar__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header .navbar__item a {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
padding: 42px 15px;
width: 100%;
line-height: 1;
color: #16171a;
}
.header .navbar__item a:hover {
color: var(--hover-color);
}
.header .navbar__item .dropdown-label-alter {
position: relative;
}
.header .navbar__item .dropdown-label-alter::before {
content: "";
position: absolute;
bottom: 0px;
inset-inline-start: 50%;
border: 10px solid transparent;
border-bottom-color: var(--hover-color);
opacity: 0;
-webkit-transform: translateX(-50%) translateY(100%);
transform: translateX(-50%) translateY(100%);
-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
transition: opacity 0.5s ease, transform 0.5s ease;
transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header .navbar__item:hover .dropdown-label-alter::before {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
}
.header .navbar__item--has-children {
position: relative;
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label {
color: var(--hover-color);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.header .navbar__item--has-children:hover > .navbar__sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
pointer-events: all;
}
.header .navbar__dropdown-label {
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.header .navbar__dropdown-label::after {
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f107";
border: none;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
font-size: inherit;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.header .navbar__sub-menu {
position: absolute;
top: 100%;
inset-inline-start: 0px;
min-width: 230px;
max-width: 260px;
background-color: var(--white);
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(30px);
transform: translateY(30px);
pointer-events: none;
-webkit-transition: var(--transition);
transition: var(--transition);
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
padding: 20px 0px;
border-radius: 5px;
z-index: 9;
}
.header .navbar__sub-menu li:nth-last-of-type(1) > a {
border-bottom: 0px;
}
.header .navbar__sub-menu a {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 16px 32px;
color: var(--black);
position: relative;
font-size: 15px;
border-bottom: 1px solid rgba(228, 218, 218, 0.4784313725);
text-transform: capitalize;
}
.header .navbar__sub-menu a::before {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-start: 20px;
height: 1px;
margin-top: 0px;
width: 0px;
-webkit-transition: var(--transition);
transition: var(--transition);
background-color: var(--hover-color);
}
.header .navbar__sub-menu a:hover {
color: var(--hover-color);
-webkit-padding-start: 40px;
padding-inline-start: 40px;
}
.header .navbar__sub-menu a:hover::before {
opacity: 1;
-webkit-transform: translateY(-50%) scaleX(1);
transform: translateY(-50%) scaleX(1);
width: 10px;
}
.header .navbar__sub-menu .active > a {
-webkit-padding-start: 40px;
padding-inline-start: 40px;
}
.header .navbar__sub-menu .active > a::before {
opacity: 1;
-webkit-transform: translateY(-50%) scaleX(1);
transform: translateY(-50%) scaleX(1);
width: 10px;
}
.header .navbar__sub-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
color: var(--hover-color);
}
.header .navbar__sub-menu__nested {
top: 0%;
inset-inline-start: 100%;
min-width: 230px;
}
.header .navbar__sub-menu__nested::before {
content: "";
position: absolute;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
inset-inline-start: -20px;
border: 10px solid transparent;
top: 12px;
border-inline-end-color: var(--hover-color);
}
.header .active > .navbar__dropdown-label,
.header .active > a {
color: var(--hover-color);
}
.header .contact-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
}
.header .contact-btn div {
line-height: 0px;
}
.header .contact-btn i {
font-size: 30px;
color: var(--secondary-color);
margin-bottom: -5px;
}
.header .contact-btn p {
font-size: 12px;
text-transform: uppercase;
line-height: 1;
font-weight: 700;
color: #828a8d;
margin-bottom: 8px;
}
.header .contact-btn a {
color: #555555;
line-height: 1;
}
.header .contact-btn a:hover {
color: var(--hover-color);
}
.header .navbar__options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.header .navbar__mobile-options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header .search-box button {
font-size: 20px;
color: var(--black);
}
.header .search-box button:hover {
color: var(--hover-color);
}
.header .open-offcanvas-nav {
padding: 0px;
display: inline-block;
background-color: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 8px;
}
.header .open-offcanvas-nav span {
height: 2px;
background-color: var(--quaternary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.header .open-offcanvas-nav .top-bar {
width: 30px;
}
.header .open-offcanvas-nav .middle-bar {
width: 34px;
}
.header .open-offcanvas-nav .bottom-bar {
width: 16px;
}
.header .open-offcanvas-nav:hover span {
background-color: var(--hover-color);
}
.header .open-offcanvas-nav-active .middle-bar {
opacity: 0;
}
.header .open-offcanvas-nav-active .top-bar,
.header .open-offcanvas-nav-active .bottom-bar {
width: 30px !important;
}
.header .open-offcanvas-nav-active .top-bar {
-webkit-transform: rotate(45deg) translateY(5px) translateX(9px);
transform: rotate(45deg) translateY(5px) translateX(9px);
background-color: var(--base-color);
}
.header .open-offcanvas-nav-active .bottom-bar {
-webkit-transform: rotate(-45deg) translateY(-5px) translateX(9px);
transform: rotate(-45deg) translateY(-5px) translateX(9px);
background-color: var(--base-color);
}
.header-primary {
-webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
background-color: white;
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
top: 0px;
}
.header-primary .navbar__options .btn--primary {
padding: 20px 20px 19px;
}
.header-primary .navbar__options .btn--primary i {
font-size: 25px;
}
.header-secondary {
inset-inline-start: 0px;
inset-inline-end: 0px;
background-color: var(--white);
}
.header-secondary .container {
max-width: 1800px !important;
}
.header-secondary .navbar__item > a {
padding-top: 27px;
padding-bottom: 27px;
font-weight: 700;
}
.header-secondary .navbar__sub-menu a {
padding-top: 16px;
padding-bottom: 16px;
}
.header-secondary .contact-btn {
padding: 16px 60px;
position: relative;
}
.header-secondary .contact-btn::before, .header-secondary .contact-btn::after {
content: "";
position: absolute;
width: 28px;
height: 14px;
background-color: var(--white);
top: 0px;
inset-inline-end: 100%;
}
.header-secondary .contact-btn::before {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.header-secondary .contact-btn::after {
top: unset;
bottom: 0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.header-secondary .contact-btn p {
color: var(--secondary-color);
}
.header-secondary .contact-btn a {
font-weight: 800;
font-size: 18px;
color: var(--secondary-color);
}
.header-secondary .main-header__menu-box {
-webkit-filter: none !important;
filter: none !important;
}
.header-secondary .navbar__options .btn--primary {
padding: 16px 40px;
border-radius: 30px;
gap: 12px;
}
.header-secondary .navbar__options .btn--primary::after, .header-secondary .navbar__options .btn--primary::before {
border-radius: 0px;
}
.header-secondary .navbar__options .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}
.header-secondary .navbar__options .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.header-secondary .navbar__menu-wrapper {
background-color: var(--base-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
border-radius: 60px;
}
.header-secondary .navbar__menu {
-webkit-padding-end: 80px;
padding-inline-end: 80px;
}
.header-tertiary {
top: 0px;
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
}
.header-tertiary .container {
max-width: 1564px !important;
}
.header-tertiary .select {
background-color: transparent;
border-radius: 0px;
border: 0px;
padding: 0px;
-webkit-padding-end: 16px;
padding-inline-end: 16px;
z-index: 999;
}
.header-tertiary .select .option {
padding-inline: 18px !important;
}
.header-tertiary .select::after {
right: unset;
inset-inline-end: 0px !important;
width: 7px;
height: 7px;
border-color: var(--secondary-color);
margin-top: -5px;
}
.header-tertiary .select .option,
.header-tertiary .select .current {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-size: 15px;
line-height: 0px;
}
.header-tertiary .select .option span,
.header-tertiary .select .option i,
.header-tertiary .select .current span,
.header-tertiary .select .current i {
width: 30px;
height: 20px;
}
.header-tertiary .select .current {
color: var(--secondary-color);
line-height: 1;
}
.header-tertiary .select .current i {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 25px;
height: 25px;
border: 3px solid rgba(236, 230, 230, 0.92);
border-radius: 50%;
}
.header-tertiary .select .list {
padding: 12px 0px;
}
.header-tertiary .open-cart {
position: relative;
}
.header-tertiary .open-cart span {
position: absolute;
bottom: 60%;
inset-inline-start: 60%;
width: 20px;
min-width: 20px;
height: 20px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--secondary-color);
color: var(--white);
font-size: 12px;
font-weight: 600;
}
.header-tertiary .navbar__options,
.header-tertiary .navbar__mobile-options {
gap: 30px;
}
.header-tertiary .navbar__options .btn--secondary i,
.header-tertiary .navbar__mobile-options .btn--secondary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}
.header-tertiary .navbar__options .btn--secondary:hover i,
.header-tertiary .navbar__mobile-options .btn--secondary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.mega-menu {
min-width: -webkit-max-content !important;
min-width: -moz-max-content !important;
min-width: max-content !important;
max-width: 100% !important;
background-color: var(--white);
padding: 20px !important;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.mega-menu li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 0px !important;
padding-left: 32px !important;
}
.mega-menu li > a::before {
content: none !important;
}
.mega-menu li {
padding: 20px !important;
padding-bottom: 0px !important;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
}
.mega-menu li:hover .mega-content-wrapper .mega-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.mega-menu .mega-content-wrapper {
position: relative;
width: 230px;
overflow: hidden;
}
.mega-menu .mega-content-wrapper img {
width: 100%;
height: 270px;
border-radius: 5px;
}
.mega-menu .mega-content {
position: absolute;
inset: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.mega-menu .mega-content a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 160px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 60px !important;
border: 0px solid transparent !important;
}
.mega-menu .mega-content a::before, .mega-menu .mega-content a::after {
content: none !important;
}
.mega-menu .mega-content a:hover {
padding-left: 32px !important;
}
.mega-menu .mega-content .btn--primary:hover {
background-color: var(--white) !important;
color: var(--black) !important;
}
.mega-menu .mega-content .btn--secondary {
background-color: var(--white) !important;
color: var(--black) !important;
}
.mega-menu .mega-content .btn--secondary:hover {
background-color: var(--base-color) !important;
color: var(--black) !important;
}
.sticky-header {
position: fixed !important;
top: 0px !important;
inset-inline-start: 0px;
inset-inline-end: 0px;
width: 100%;
-webkit-animation: stickyNavbar 0.5s linear;
animation: stickyNavbar 0.5s linear;
background: var(--white) !important;
-webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07)) !important;
filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07)) !important;
}
.sticky-header .main-header__menu-box {
-webkit-filter: none !important;
filter: none !important;
}
@-webkit-keyframes stickyNavbar {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes stickyNavbar {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
.sticky-header .topbar {
display: none;
}
.sticky-header.header-secondary .main-header__menu-box {
padding-inline: 0px !important;
width: 100%;
}
.sticky-header.header-tertiary .main-header__menu-box {
padding-inline: 0px !important;
width: 100%;
}
.mobile-menu {
position: fixed;
inset: 0px;
overflow: hidden;
opacity: 0;
visibility: hidden;
z-index: 9999;
max-width: 400px;
-webkit-transition: all 900ms ease;
transition: all 900ms ease;
}
.mobile-menu .mobile-menu__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0px 40px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mobile-menu .logo img {
max-width: 150px;
}
.mobile-menu .close-mobile-menu {
font-size: 36px;
color: var(--hover-color);
position: relative;
top: -40px;
inset-inline-end: 0px;
}
.mobile-menu .mobile-menu__wrapper {
position: absolute;
inset-inline-start: -400px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
background-color: var(--white);
padding: 60px 0px;
z-index: 9999;
border-radius: 0px;
overflow-y: auto;
overflow-x: clip;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 60px;
-webkit-transition: all 900ms ease;
transition: all 900ms ease;
}
.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
width: 0px;
}
.mobile-menu .navbar__list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 0px !important;
}
.mobile-menu .navbar__list > li > a,
.mobile-menu .navbar__list > li button {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__list > li:nth-of-type(1) {
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__item {
width: 100%;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.mobile-menu .navbar__item a {
color: var(--black);
padding-block: 20px;
padding-inline: 40px 80px;
line-height: 1;
font-size: 16px;
text-transform: capitalize;
width: 100%;
position: relative;
font-weight: 700;
}
.mobile-menu .navbar__item a:hover {
color: var(--hover-color);
}
.mobile-menu .navbar__item a::after {
-webkit-transition: none;
transition: none;
}
.mobile-menu .nav-fade {
-webkit-transform: translateY(30px);
transform: translateY(30px);
opacity: 0;
-webkit-transition: all 0.7s ease-in-out !important;
transition: all 0.7s ease-in-out !important;
}
.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
content: "+";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
top: 0px;
inset-inline-end: 0px;
bottom: 0px;
height: 100%;
width: 60px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-border-start: 1px solid rgba(0, 0, 0, 0.08);
border-inline-start: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.mobile-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
color: var(--hover-color) !important;
}
.mobile-menu .navbar__item-active {
color: var(--hover-color) !important;
font-weight: 600 !important;
}
.mobile-menu .navbar__item-active::after {
content: "\f068" !important;
font-family: "Font Awesome 6 Free" !important;
font-weight: 900;
}
.mobile-menu .navbar__sub-menu {
position: static;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
width: 100%;
max-width: 100%;
padding: 0px;
display: none;
-webkit-transition: none;
transition: none;
background-color: transparent;
border-radius: 0px;
}
.mobile-menu .navbar__sub-menu::before {
content: none;
}
.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
color: var(--black);
padding: 20px 40px;
font-size: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
content: none;
}
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .mobile-menu__options {
padding: 0px 40px;
}
.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
width: 100%;
}
.mobile-menu .mobile-menu__cta {
text-align: center;
padding: 0px 40px;
}
.mobile-menu .mobile-menu__cta .btn--primary {
padding: 16px 40px;
border-radius: 30px;
gap: 12px;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mobile-menu .mobile-menu__cta .btn--primary::after, .mobile-menu .mobile-menu__cta .btn--primary::before {
border-radius: 0px;
}
.mobile-menu .mobile-menu__cta .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}
.mobile-menu .mobile-menu__cta .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.mobile-menu .btn--primary-alt i {
font-size: 25px !important;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.mobile-menu .mobile-menu__social {
-webkit-transition: var(--transition);
transition: var(--transition);
padding: 0px 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 16px;
}
.mobile-menu .mobile-menu__social a {
font-size: 16px;
width: 44px;
min-width: 44px;
height: 44px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--secondary-color);
color: var(--white);
}
.mobile-menu .mobile-menu__social a:hover {
background-color: var(--base-color);
color: var(--black);
}
.mobile-menu .active > .navbar__dropdown-label,
.mobile-menu .active > a {
color: var(--hover-color);
font-weight: 600;
}
.mobile-menu .active > .navbar__dropdown-label::after,
.mobile-menu .active > a::after {
font-weight: 900;
}
.mobile-menu__backdrop {
position: fixed;
inset-inline-end: 0;
top: 0;
width: 0%;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, 0.9);
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
visibility: hidden;
-webkit-transform: translateX(101%);
transform: translateX(101%);
-webkit-transition: all 900ms ease;
transition: all 900ms ease;
-webkit-transition-delay: 300ms;
transition-delay: 300ms;
}
.mobile-menu__backdrop-active {
width: 100%;
visibility: visible;
-webkit-transition: all 900ms ease;
transition: all 900ms ease;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.show-menu {
opacity: 1;
visibility: visible;
}
.show-menu .mobile-menu__wrapper {
inset-inline-start: 0px;
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.show-menu .nav-fade {
-webkit-animation: navLinkFade 0.5s ease forwards;
animation: navLinkFade 0.5s ease forwards;
-webkit-transition: all 0.7s ease-in-out !important;
transition: all 0.7s ease-in-out !important;
}
.nav-fade-active {
animation: navLinkFade 1s ease reverse !important;
}
@-webkit-keyframes navLinkFade {
from {
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes navLinkFade {
from {
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes navLinkFadeReverse {
from {
opacity: 0;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
to {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes navLinkFadeReverse {
from {
opacity: 0;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
to {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
.header-secondary .navbar__menu-wrapper {
background-color: transparent;
}
.header-secondary .main-header__menu-box {
padding-inline: 0px !important;
}
.header-secondary .navbar__menu {
-webkit-padding-end: 0px !important;
padding-inline-end: 0px !important;
}
.header-secondary .navbar__item > a {
padding-inline: 10px !important;
}
.header-secondary .navbar__sub-menu a {
padding-inline: 32px !important;
}
}  .banner {
padding: 120px 0px;
position: relative;
overflow: hidden;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.banner::before {
content: "";
position: absolute;
inset-block: 0px;
inset-inline-start: 0px;
width: 100%;
height: 100%;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 9.94%, rgba(9, 31, 27, 0.17) 22.52%, rgba(9, 31, 27, 0.37) 36.84%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 79.8%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
z-index: -3;
}
.banner .circle-shape {
position: absolute;
width: 700px;
height: 700px;
border-radius: 50%;
background: linear-gradient(138deg, rgba(18, 47, 42, 0) 23.66%, #122f2a 91.54%);
-webkit-backdrop-filter: blur(6.5px);
backdrop-filter: blur(6.5px);
-webkit-transform: scale(1);
transform: scale(1);
z-index: -2;
}
.banner h1,
.banner p {
color: var(--white);
}
.banner h1 {
font-weight: 800;
margin-block: 15px 20px;
}
.banner h1 span {
color: var(--base-color);
}
.banner p {
max-width: 800px;
margin-inline: auto;
}
.banner .banner__content-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.banner .banner__content span,
.banner .banner__content h1,
.banner .banner__content p,
.banner .banner__content .banner__content-cta {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner .swiper-slide-active .banner__content span {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.banner .swiper-slide-active .banner__content h1 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner .swiper-slide-active .banner__content p {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1400ms;
transition-delay: 1400ms;
}
.banner .swiper-slide-active .banner__content .banner__content-cta {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1800ms;
transition-delay: 1800ms;
}
.banner .btn--tertiary,
.banner .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.banner .btn--tertiary::before, .banner .btn--tertiary::after,
.banner .btn--primary::before,
.banner .btn--primary::after {
border-radius: 0px;
}
.banner .btn--tertiary i,
.banner .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.banner .btn--tertiary:hover i,
.banner .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.banner .banner-bg {
position: absolute;
inset: 0px;
z-index: -4;
overflow: hidden;
}
.banner .banner-bg img {
width: 100%;
height: 100%;
}
.banner .banner-bg .parallax-image-wrap,
.banner .banner-bg .parallax-image-inner {
width: 100%;
height: 100%;
position: absolute;
inset: 0px;
}
.banner .alter-shape {
position: absolute;
inset-block-end: 0px;
inset-inline-start: 0px;
-webkit-margin-start: -100px;
margin-inline-start: -100px;
-webkit-margin-after: -100px;
margin-block-end: -100px;
background-color: rgba(255, 255, 255, 0.21);
width: 300px;
height: 300px;
z-index: -1;
border-radius: 50%;
border-start-start-radius: 200px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.banner .bottom-shape {
position: absolute;
bottom: -2px;
inset-inline: 0px;
}
.banner .bottom-shape img {
width: 100%;
height: 80px;
}
.banner-two {
position: relative;
overflow: hidden;
}
.banner-two .banner-two__slider-single {
padding: 120px 0px;
position: relative;
z-index: 1;
}
.banner-two .banner-two__slider-single::after {
content: "";
position: absolute;
inset-block: 0px;
inset-inline-start: 0px;
width: 100%;
height: 100%;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
z-index: -3;
}
.banner-two .banner-two__slider-bg {
position: absolute;
inset: 0px;
z-index: -4;
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
-webkit-transform: scale(1);
transform: scale(1);
}
.banner-two .banner-two__slider-content h1 {
color: var(--white);
font-weight: 800;
margin-top: 24px;
margin-bottom: -10px;
max-width: 460px;
}
.banner-two .banner-two__slider-content h1 br {
display: none;
}
.banner-two .banner-two__slider-content h1 span {
font-family: var(--caveat);
color: var(--base-color);
position: relative;
background-size: contain;
background-repeat: no-repeat;
background-position: left 0px bottom 0px;
font-size: 40px;
}
.banner-two .banner-two__slider-content span,
.banner-two .banner-two__slider-content h1,
.banner-two .banner-two__slider-content .banner__content-cta {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-two .banner__content-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.banner-two .btn--tertiary,
.banner-two .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.banner-two .btn--tertiary::before, .banner-two .btn--tertiary::after,
.banner-two .btn--primary::before,
.banner-two .btn--primary::after {
border-radius: 0px;
}
.banner-two .btn--tertiary i,
.banner-two .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.banner-two .btn--tertiary:hover i,
.banner-two .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.banner-two .slider-navigation {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-end: 60px;
z-index: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
}
.banner-two .swiper-slide-active .banner-two__slider-bg {
-webkit-animation: backgroundAnimation 12s ease-in-out;
animation: backgroundAnimation 12s ease-in-out;
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.banner-two .swiper-slide-active .banner-two__slider-content span {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.banner-two .swiper-slide-active .banner-two__slider-content h1 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-two .swiper-slide-active .banner-two__slider-content .banner__content-cta {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1400ms;
transition-delay: 1400ms;
}
.banner-two .shape-left {
position: absolute;
inset-inline-start: 0px;
top: 60%;
bottom: 0px;
z-index: 2;
}
.banner-two .shape-left img {
width: 100%;
height: 100%;
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
}
.banner-two .sprade-shape {
position: absolute;
top: 60%;
inset-inline-start: 80%;
z-index: 2;
}
.banner-two .sprade-shape img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.banner-two .shape {
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
top: -5px;
z-index: 3;
}
.banner-two .shape img {
width: 100%;
height: 28px;
}
.banner-two .unity {
position: absolute;
inset-block-end: 0px;
inset-inline-end: 0px;
z-index: 1;
}
.banner-two .unity img {
-webkit-animation: moveLeftRight 4s ease-in-out infinite;
animation: moveLeftRight 4s ease-in-out infinite;
max-width: 15vw;
min-width: 50px;
}
@-webkit-keyframes backgroundAnimation {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes backgroundAnimation {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes moveLeftRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 0.8;
}
25% {
opacity: 1;
}
50% {
-webkit-transform: translateX(50px);
transform: translateX(50px);
opacity: 0.8;
}
75% {
opacity: 1;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 0.8;
}
}
@keyframes moveLeftRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 0.8;
}
25% {
opacity: 1;
}
50% {
-webkit-transform: translateX(50px);
transform: translateX(50px);
opacity: 0.8;
}
75% {
opacity: 1;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 0.8;
}
}
@-webkit-keyframes moveTopBottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0.8;
}
25% {
opacity: 1;
}
50% {
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0.8;
}
75% {
opacity: 1;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0.8;
}
}
@keyframes moveTopBottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0.8;
}
25% {
opacity: 1;
}
50% {
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0.8;
}
75% {
opacity: 1;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0.8;
}
}
.banner-three {
background-color: #101a24;
margin-top: 90px;
padding: 120px 0px 170px;
overflow: hidden;
position: relative;
z-index: 1;
}
.banner-three .sub-title {
margin-top: 0px;
}
.banner-three h1 {
font-weight: 700;
color: var(--white);
margin: 16px 0px 24px;
}
.banner-three h1 span {
font-family: var(--caveat);
color: var(--base-color);
background-size: contain;
background-repeat: no-repeat;
background-position: left 0px bottom 0px;
font-size: 40px;
}
.banner-three h1 br {
display: none;
}
.banner-three p {
color: var(--white);
max-width: 560px;
}
.banner-three .banner__content-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.banner-three .btn--tertiary,
.banner-three .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.banner-three .btn--tertiary::before, .banner-three .btn--tertiary::after,
.banner-three .btn--primary::before,
.banner-three .btn--primary::after {
border-radius: 0px;
}
.banner-three .btn--tertiary i,
.banner-three .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.banner-three .btn--tertiary:hover i,
.banner-three .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.banner-three .banner-three__thumb {
min-width: 60vw;
}
.banner-three .banner-three__thumb-inner {
height: 600px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
.banner-three .banner-three__thumb-inner .group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
}
.banner-three .banner-three__thumb-inner .m-one img,
.banner-three .banner-three__thumb-inner .m-four img,
.banner-three .banner-three__thumb-inner .m-five img {
border-radius: 90px;
}
.banner-three .banner-three__thumb-inner .m-three img,
.banner-three .banner-three__thumb-inner .m-two img {
border-radius: 60px;
}
.banner-three .banner-three__content span,
.banner-three .banner-three__content h1,
.banner-three .banner-three__content p,
.banner-three .banner-three__content .banner__content-cta {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-three .swiper-slide-active .banner-three__content span {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.banner-three .swiper-slide-active .banner-three__content h1 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-three .swiper-slide-active .banner-three__content p {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1400ms;
transition-delay: 1400ms;
}
.banner-three .swiper-slide-active .banner-three__content .banner__content-cta {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1800ms;
transition-delay: 1800ms;
}
.banner-three .shape-lg {
position: absolute;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-end: 20%;
}
.banner-three .shape-lg img {
max-width: 30vw;
min-width: 80px;
-webkit-animation: pulseSm 4s infinite ease-in-out;
animation: pulseSm 4s infinite ease-in-out;
}
.banner-three .sprade-shape {
position: absolute;
top: 25%;
inset-inline-start: 10%;
z-index: -1;
}
.banner-three .sprade-shape img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.banner-three .parasuit {
position: absolute;
top: -150px;
inset-inline-start: 8%;
z-index: -1;
-webkit-transform: translate(0px);
transform: translate(0px);
-webkit-animation: fall 15s ease-in-out infinite;
animation: fall 15s ease-in-out infinite;
}
.banner-three .parasuit img {
max-width: 8vw;
min-width: 40px;
}
@-webkit-keyframes fall {
0% {
top: -150px;
-webkit-transform: translateX(-50%) rotate(0deg);
transform: translateX(-50%) rotate(0deg);
}
25% {
-webkit-transform: translateX(-45%) rotate(-40deg);
transform: translateX(-45%) rotate(-40deg);
}
50% {
top: 400px;
-webkit-transform: translateX(-50%) rotate(-10deg);
transform: translateX(-50%) rotate(-10deg);
}
75% {
-webkit-transform: translateX(-55%) rotate(-30deg);
transform: translateX(-55%) rotate(-30deg);
}
100% {
top: 1600px;
-webkit-transform: translateX(-50%) rotate(-10deg);
transform: translateX(-50%) rotate(-10deg);
}
}
@keyframes fall {
0% {
top: -150px;
-webkit-transform: translateX(-50%) rotate(0deg);
transform: translateX(-50%) rotate(0deg);
}
25% {
-webkit-transform: translateX(-45%) rotate(-40deg);
transform: translateX(-45%) rotate(-40deg);
}
50% {
top: 400px;
-webkit-transform: translateX(-50%) rotate(-10deg);
transform: translateX(-50%) rotate(-10deg);
}
75% {
-webkit-transform: translateX(-55%) rotate(-30deg);
transform: translateX(-55%) rotate(-30deg);
}
100% {
top: 1600px;
-webkit-transform: translateX(-50%) rotate(-10deg);
transform: translateX(-50%) rotate(-10deg);
}
}
.common-banner {
padding: 120px 0px;
position: relative;
overflow: hidden;
z-index: 1;
}
.common-banner::before {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.48) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
z-index: -2;
}
.common-banner .sub-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-family: var(--caveat);
color: var(--base-color);
font-size: 20px;
line-height: 34px;
margin-bottom: 14px;
margin-top: 0px;
}
.common-banner h2 {
color: var(--white);
font-weight: 800;
}
.common-banner .banner-bg {
position: absolute;
inset: 0px;
z-index: -3;
overflow: hidden;
}
.common-banner .banner-bg img {
width: 100%;
height: 100%;
}
.common-banner .banner-bg .parallax-image-wrap,
.common-banner .banner-bg .parallax-image-inner {
width: 100%;
height: 100%;
}
.common-banner .common-banner__content {
margin-block: -6px -8px;
}
.common-banner .shape {
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
top: -5px;
}
.common-banner .shape img {
width: 100%;
height: 28px;
}
.common-banner .sprade {
position: absolute;
z-index: -1;
bottom: 9%;
inset-inline-start: 7%;
}
.common-banner .sprade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
@-webkit-keyframes pulseSm {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.5;
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.5;
}
}
@keyframes pulseSm {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.5;
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.5;
}
}  .footer {
padding-top: 100px;
background-color: #0b1312;
position: relative;
}
.footer::before {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}
.footer .footer__inner {
position: relative;
z-index: 2;
}
.footer .footer__intro {
margin-bottom: 80px;
}
.footer .footer__content {
text-align: center;
}
.footer .footer__content h3 {
font-weight: 800;
color: var(--white);
margin-top: -8px;
}
.footer .footer__content h3 span {
color: var(--base-color);
}
.footer .footer__support {
text-align: center;
}
.footer .footer__support a {
border-radius: 66px;
background: rgba(255, 255, 255, 0.04);
-webkit-backdrop-filter: blur(12.5px);
backdrop-filter: blur(12.5px);
padding: 37px 24px 37px 24px;
max-width: 426px;
font-size: 14px;
color: var(--white);
font-weight: 700;
overflow: hidden;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-transition: color 0.5s ease 0.5s;
transition: color 0.5s ease 0.5s;
}
.footer .footer__support a::before {
content: "";
position: absolute;
inset-inline-start: 8px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 85px;
height: 85px;
background-color: rgba(255, 255, 255, 0.12);
border-radius: 50%;
-webkit-transition: inset-inline-start 0.5s ease 0.5s, background-color 0.9s ease 0.5s, -webkit-transform 0.5s ease;
transition: inset-inline-start 0.5s ease 0.5s, background-color 0.9s ease 0.5s, -webkit-transform 0.5s ease;
transition: inset-inline-start 0.5s ease 0.5s, transform 0.5s ease, background-color 0.9s ease 0.5s;
transition: inset-inline-start 0.5s ease 0.5s, transform 0.5s ease, background-color 0.9s ease 0.5s, -webkit-transform 0.5s ease;
z-index: -1;
}
.footer .footer__support a span {
color: var(--base-color);
font-weight: 700;
-webkit-transition: color 0.5s ease 0.5s;
transition: color 0.5s ease 0.5s;
}
.footer .footer__support a:hover {
color: var(--secondary-color);
}
.footer .footer__support a:hover::before {
inset-inline-start: 40%;
-webkit-transform: scale(20);
transform: scale(20);
-webkit-transition: inset-inline-start 0.5s ease, background-color 0.9s ease 0.5s, -webkit-transform 0.9s ease 0.5s;
transition: inset-inline-start 0.5s ease, background-color 0.9s ease 0.5s, -webkit-transform 0.9s ease 0.5s;
transition: inset-inline-start 0.5s ease, transform 0.9s ease 0.5s, background-color 0.9s ease 0.5s;
transition: inset-inline-start 0.5s ease, transform 0.9s ease 0.5s, background-color 0.9s ease 0.5s, -webkit-transform 0.9s ease 0.5s;
background-color: var(--base-color);
}
.footer .footer__support a:hover span {
color: var(--secondary-color);
}
.footer .footer__newsletter {
border-radius: 9px;
background: rgba(255, 255, 255, 0.03);
padding: 50px 20px;
}
.footer .footer__newsletter-info h4 {
font-weight: 800;
color: var(--white);
margin-top: -8px;
margin-bottom: 6px;
}
.footer .footer__newsletter-info p {
color: #93989c;
}
.footer .footer__newsletter-check {
margin-top: 24px;
}
.footer .footer__newsletter-check input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0px;
display: none;
cursor: pointer;
}
.footer .footer__newsletter-check label {
position: relative;
cursor: pointer;
font-weight: 700;
color: rgba(255, 255, 255, 0.55);
}
.footer .footer__newsletter-check label a {
color: var(--white);
text-decoration: underline;
}
.footer .footer__newsletter-check label a:hover {
color: var(--base-color);
}
.footer .footer__newsletter-check label:before {
content: "";
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 1px solid #4e545f;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 10px;
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
-webkit-margin-end: 12px;
margin-inline-end: 12px;
margin-top: -2px;
}
.footer .footer__newsletter-check input:checked + label:after {
content: "";
display: block;
position: absolute;
top: 8px;
inset-inline-start: 9px;
width: 6px;
height: 10px;
border: solid var(--base-color);
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.footer .footer__newsletter-check input:checked + label::before {
border-color: var(--base-color);
}
.footer .footer__list-intro {
margin-bottom: 30px;
}
.footer .footer__list-intro h5 {
font-weight: 700;
color: var(--white);
margin-top: -8px;
}
.footer .footer__list-items li {
margin-bottom: 12px;
}
.footer .footer__list-items li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer .footer__list-items a {
font-weight: 700;
font-size: 16px;
color: #93989c;
overflow: hidden;
position: relative;
width: 100%;
}
.footer .footer__list-items a i {
position: absolute;
inset-inline-start: 0px;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.footer .footer__list-items a:hover {
color: var(--base-color);
-webkit-padding-start: 25px;
padding-inline-start: 25px;
}
.footer .footer__list-items a:hover i {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.footer .footer__list-group {
margin-bottom: 40px;
}
.footer .footer__list-group:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer .footer__list-group:nth-last-of-type(1) p:nth-last-of-type(1) a {
font-size: 18px;
color: var(--base-color);
}
.footer .footer__list-group .footer__list-intro {
margin-bottom: 20px;
}
.footer .footer__list-group p {
margin-bottom: 14px;
}
.footer .footer__list-group p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer .footer__list-group a {
font-size: 16px;
color: rgba(255, 255, 255, 0.55);
text-transform: lowercase;
}
.footer .footer__list-group a:hover {
color: var(--base-color);
}
.footer .footer__copyright-inner {
padding: 30px 0px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 80px;
}
.footer .footer__copyright p {
color: var(--white);
}
.footer .footer__copyright p a:hover {
color: var(--white);
}
.footer .footer__copyright-logo {
margin: 6px 0px;
}
.footer .footer__bottom-left li span {
height: 16px;
width: 1px;
background-color: var(--white);
margin-bottom: -3px;
}
.footer .footer__bottom-right {
direction: ltr;
}
.footer .footer__bottom-right a {
color: var(--base-color);
}
.footer .footer__bottom-right a:hover {
color: var(--white);
}
.footer .footer__bottom-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
row-gap: 6px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer .footer__bottom-list a {
color: var(--white);
position: relative;
}
.footer .footer__bottom-list a::after {
content: "";
position: absolute;
width: 0px;
height: 1px;
bottom: 2px;
inset-inline-start: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--base-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.footer .footer__bottom-list a:hover {
color: var(--base-color);
}
.footer .footer__bottom-list a:hover::after {
width: 100%;
}
.footer-two {
padding-top: 100px;
background-color: var(--secondary-color);
position: relative;
z-index: 1;
}
.footer-two::after {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
z-index: -2;
}
.footer-two .footer-two__newsletter-content h3 {
font-weight: 800;
color: var(--white);
margin: -8px 0px 8px;
}
.footer-two .footer-two__newsletter-content p {
font-weight: 600;
font-size: 18px;
color: #949d9c;
}
.footer-two .divider {
margin: 80px 0px;
width: 100%;
opacity: 0.5;
border-color: rgba(255, 255, 255, 0.2);
}
.footer-two .footer-two__widget .footer-two__widget-logo {
margin-bottom: 30px;
}
.footer-two .footer-two__widget p {
color: #949d9c;
font-weight: 500;
}
.footer-two .footer-two__widget .social {
gap: 14px;
margin-top: 35px;
}
.footer-two .footer-two__widget .social a {
width: 46px;
min-width: 46px;
height: 46px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.12);
color: var(--white);
font-size: 14px;
}
.footer-two .footer-two__widget .social a:hover {
background-color: var(--base-color);
color: var(--secondary-color);
border-color: var(--base-color);
}
.footer-two .footer-two__widget h5 {
font-weight: 800;
color: var(--white);
margin-top: -8px;
}
.footer-two .footer-two__widget .line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
margin-top: 16px;
}
.footer-two .footer-two__widget span {
background-color: var(--base-color);
height: 2px;
width: 10px;
}
.footer-two .footer-two__widget .large-line {
width: 50px;
}
.footer-two .footer-two__widget .footer-two__widget-intro {
margin-bottom: 30px;
}
.footer-two .footer-two__widget li {
margin-bottom: 12px;
}
.footer-two .footer-two__widget li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-two .footer-two__widget li a {
color: #949d9c;
position: relative;
}
.footer-two .footer-two__widget li a::after {
content: "";
position: absolute;
width: 0px;
height: 1px;
bottom: 2px;
inset-inline-start: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--base-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.footer-two .footer-two__widget li a i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.footer-two .footer-two__widget li a:hover {
color: var(--base-color);
}
.footer-two .footer-two__widget li a:hover::after {
width: 100%;
}
.footer-two .footer-two__widget .footer-two__widget-content--contact li {
margin-bottom: 16px;
}
.footer-two .footer-two__widget .footer-two__widget-content--contact li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-two .footer-two__widget .footer-two__widget-content--contact a {
gap: 16px;
text-transform: lowercase;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.footer-two .footer-two__widget .footer-two__widget-content--contact a i {
color: var(--base-color);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
font-size: 18px;
margin-top: 6px;
}
.footer-two .footer-two__copyright {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 80px;
padding: 30px 0px;
}
.footer-two .footer-two__copyright-inner {
direction: ltr;
}
.footer-two .footer-two__copyright-inner p {
font-weight: 600;
color: var(--white);
}
.footer-two .footer-two__copyright-inner p a {
color: var(--base-color);
}
.footer-two .footer-two__copyright-inner p a:hover {
color: var(--white);
}
.footer-two .footer__bottom-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
row-gap: 6px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-two .footer__bottom-list a {
color: var(--white);
position: relative;
}
.footer-two .footer__bottom-list a::after {
content: "";
position: absolute;
width: 0px;
height: 1px;
bottom: 2px;
inset-inline-start: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--base-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.footer-two .footer__bottom-list a:hover {
color: var(--base-color);
}
.footer-two .footer__bottom-list a:hover::after {
width: 100%;
}
.footer-two .sprade,
.footer-two .sprade-light {
position: absolute;
z-index: -1;
top: 27%;
inset-inline-start: 4%;
}
.footer-two .sprade img,
.footer-two .sprade-light img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.footer-two .sprade-light {
bottom: 30%;
top: unset;
inset-inline-start: unset;
inset-inline-end: 8%;
}
.footer-two .sprade-light img {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
@-webkit-keyframes pulse {
0%, 100% {
-webkit-transform: scale(1) translate(-50%, -50%);
transform: scale(1) translate(-50%, -50%);
opacity: 0.3;
}
50% {
-webkit-transform: scale(1.2) translate(-50%, -50%);
transform: scale(1.2) translate(-50%, -50%);
opacity: 1;
}
}
@keyframes pulse {
0%, 100% {
-webkit-transform: scale(1) translate(-50%, -50%);
transform: scale(1) translate(-50%, -50%);
opacity: 0.3;
}
50% {
-webkit-transform: scale(1.2) translate(-50%, -50%);
transform: scale(1.2) translate(-50%, -50%);
opacity: 1;
}
}
.footer-three {
background-color: #0c141f;
padding-top: 100px;
}
.footer-three .divider {
border: 0px;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, 0.1);
margin: 80px 0px;
}
.footer-three .footer-two__widget-intro {
margin-bottom: 30px;
}
.footer-three .footer-two__widget-intro h5,
.footer-three .footer-two__widget-intro h6 {
font-weight: 700;
color: var(--white);
margin-top: -8px;
}
.footer-three .footer-three__widget-single p {
color: #8a8c94;
margin-top: -8px;
margin-bottom: 16px;
max-width: 250px;
}
.footer-three .footer-three__widget-single p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-three .footer-three__widget-single a {
text-transform: lowercase;
font-weight: 700;
color: var(--base-color);
}
.footer-three .footer-three__widget-single a:hover {
color: var(--white);
}
.footer-three .footer-three__widget-alt {
margin-top: 40px;
}
.footer-three .footer-three__widget-alt .footer-two__widget-intro {
margin-bottom: 20px;
}
.footer-three .footer-three__widget-alt p {
margin-bottom: 12px;
color: var(--white);
font-weight: 500;
}
.footer-three .footer-three__widget-alt p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-three .footer-three__logo {
text-align: center;
}
.footer-three .footer-three__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 60px;
row-gap: 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-three .footer__bottom-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
row-gap: 6px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-three .footer__bottom-list a {
color: var(--white);
position: relative;
}
.footer-three .footer__bottom-list a::after {
content: "";
position: absolute;
width: 0px;
height: 1px;
bottom: 2px;
inset-inline-start: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--base-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.footer-three .footer__bottom-list a:hover {
color: var(--base-color);
}
.footer-three .footer__bottom-list a:hover::after {
width: 100%;
}
.footer-three .social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.08);
color: var(--white);
font-size: 14px;
}
.footer-three .social a:hover {
background-color: var(--quaternary-color);
}
.footer-three .footer-three__widget-news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding-bottom: 30px;
padding-top: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-three .footer-three__widget-news:nth-of-type(1) {
padding-top: 0px;
}
.footer-three .footer-three__widget-news:nth-last-of-type(1) {
border-bottom: 0px;
padding-bottom: 0px;
}
.footer-three .footer-three__widget-news .thumb a {
width: 85px;
min-width: 85px;
height: 85px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
.footer-three .footer-three__widget-news .thumb a img {
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.footer-three .footer-three__widget-news .thumb a:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.footer-three .footer-three__widget-news .content p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
font-size: 14px;
line-height: 1;
margin-bottom: 16px;
font-weight: 500;
color: #929595;
}
.footer-three .footer-three__widget-news .content p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-three .footer-three__widget-news .content p i {
color: var(--quaternary-color);
}
.footer-three .footer-three__widget-news .content a {
font-weight: 600;
line-height: 20px;
color: var(--white);
}
.footer-three .footer-three__widget-news .content a:hover {
color: var(--base-color);
}
.footer-three .single-address {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 20px;
margin-bottom: 24px;
}
.footer-three .single-address:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-three .single-address i {
font-size: 24px;
color: var(--quaternary-color);
}
.footer-three .single-address p {
font-size: 18px;
line-height: 1;
font-weight: 700;
color: var(--white);
max-width: 240px;
margin-bottom: 12px;
}
.footer-three .single-address p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.footer-three .single-address p a {
font-size: 15px;
line-height: 20px;
color: #929595;
font-weight: 500;
text-transform: lowercase;
}
.footer-three .single-address p a:hover {
color: var(--base-color);
}
.footer-three .footer-three__widget--newsletter p {
color: var(--white);
margin-top: -8px;
font-size: 14px;
}
.footer-three .footer-three__widget--newsletter form {
padding: 30px 20px;
background-color: rgba(255, 255, 255, 0.03);
margin-top: 30px;
border-radius: 5px;
}
.footer-three .footer-three__widget--newsletter .input-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-three .footer-three__widget--newsletter .input-icon input {
background-color: transparent;
color: var(--white);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
padding: 10px 0px !important;
}
.footer-three .footer-three__widget--newsletter .input-icon button {
font-size: 16px;
min-width: 16px;
color: var(--quaternary-color);
}
.footer-three .footer-three__widget--newsletter .input-icon button:hover {
color: var(--base-color);
}
.footer-three .footer-three__widget--newsletter .input-icon i {
position: static;
-webkit-transform: none;
transform: none;
}
.footer-three .footer__newsletter-check {
margin-top: 24px;
}
.footer-three .footer__newsletter-check input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0px;
display: none;
cursor: pointer;
}
.footer-three .footer__newsletter-check label {
position: relative;
cursor: pointer;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
font-size: 14px;
direction: ltr;
}
.footer-three .footer__newsletter-check label a {
color: var(--quaternary-color);
font-size: 14px;
font-weight: 500;
}
.footer-three .footer__newsletter-check label a:hover {
color: var(--base-color);
}
.footer-three .footer__newsletter-check label:before {
content: "";
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 1px solid #4e545f;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 10px;
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
-webkit-margin-end: 12px;
margin-inline-end: 12px;
margin-top: -2px;
}
.footer-three .footer__newsletter-check input:checked + label:after {
content: "";
display: block;
position: absolute;
top: 8px;
inset-inline-start: 9px;
width: 6px;
height: 10px;
border: solid var(--base-color);
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.footer-three .footer__newsletter-check input:checked + label::before {
border-color: var(--base-color);
}
.footer-three .footer-two__copyright {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 80px;
padding: 30px 0px;
direction: ltr;
}
.footer-three .footer-two__copyright p {
font-weight: 600;
color: var(--white);
}
.footer-three .footer-two__copyright p a {
color: var(--base-color);
}
.footer-three .footer-two__copyright p a:hover {
color: var(--white);
}  .partner {
padding: 80px 0px;
background-color: #edeeef;
}
.partner .partner__slider-single {
text-align: center;
}  .difference {
padding-top: 100px;
position: relative;
z-index: 1;
overflow: hidden;
}
.difference .difference__inner {
position: relative;
}
.difference .difference__single {
text-align: center;
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 80px 0px;
}
.difference .difference__single:hover .difference__single-thumb {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.difference .difference__single-thumb {
width: 100px;
min-width: 100px;
height: 100px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--secondary-color);
margin-inline: auto;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.difference .difference__single-thumb i {
font-size: 50px;
color: var(--white);
}
.difference .difference__single-content {
margin-top: 34px;
}
.difference .difference__single-content h5 {
font-weight: 800;
color: var(--secondary-color);
}
.difference .difference__single-content h5:hover {
color: var(--hover-color);
}
.difference .difference__single-content p {
max-width: 260px;
margin-inline: auto;
font-weight: 500;
margin-top: 20px;
}
.difference .difference__single-first .difference__single-thumb {
background-color: #ffc107;
}
.difference .difference__single-second .difference__single-thumb {
background-color: #122f2a !important;
}
.difference .difference__single-third .difference__single-thumb {
background-color: #ff5528;
}
.difference .slider-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-top: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.difference .shape-hand {
position: absolute;
inset-inline-start: 0px;
inset-block-start: 0px;
z-index: -1;
}
.difference .shape-hand img {
max-width: 10vw;
min-width: 30px;
animation: moveUpDown 10s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes moveUpDown {
0% {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0.5;
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
100% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0.5;
}
}
@keyframes moveUpDown {
0% {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0.5;
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
100% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0.5;
}
}
.difference-two {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.difference-two .difference-two__thumb-wrapper {
direction: rtl;
}
.difference-two .difference-two__thumb {
text-align: end;
position: relative;
min-width: 60vw;
direction: ltr;
}
.difference-two .difference-two__thumb .thumb-lg {
display: inline-block;
margin-bottom: 80px;
-webkit-margin-end: 80px;
margin-inline-end: 80px;
border-radius: 30px;
position: relative;
z-index: 1;
}
.difference-two .difference-two__thumb .thumb-lg img {
border-radius: 30px;
}
.difference-two .difference-two__thumb .thumb-lg::before {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(0, 113, 93, 0.08) 18.93%, rgba(0, 113, 93, 0.17) 29.72%, rgba(0, 113, 93, 0.37) 83.58%, rgba(0, 113, 93, 0.67) 109.85%, #00715d 133.89%, #00715d 133.91%, rgba(0, 113, 93, 0.91) 149.32%);
border-radius: inherit;
}
.difference-two .difference-two__thumb .thumb-sm {
position: absolute;
bottom: 0px;
inset-inline-end: 0px;
z-index: 2;
}
.difference-two .difference-two__thumb .thumb-sm img {
border: 8px solid var(--white);
border-radius: 40px;
-webkit-box-shadow: var(--shadow-secondary);
box-shadow: var(--shadow-secondary);
}
.difference-two .difference-two__thumb .grid-line {
position: absolute;
inset-inline-start: -35px;
top: -40px;
z-index: -1;
}
.difference-two .difference-two__thumb .grid-line img {
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
}
.difference-two .difference-two__content .sub-title {
color: var(--quaternary-color);
}
.difference-two .difference-two__content h2 {
font-weight: 800;
color: var(--secondary-color);
margin: 16px 0px 20px;
}
.difference-two .difference-two__content h2 span {
color: var(--base-color);
}
.difference-two .difference-two__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.difference-two .difference-two__inner-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.difference-two .difference-two__tab-btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid #dedede;
position: relative;
padding-bottom: 16px;
}
.difference-two .difference-two__tab-btns .difference-two__tab-btn {
padding: 12px 30px;
border-radius: 40px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 700;
color: var(--secondary-color);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.difference-two .difference-two__tab-btns .difference-two__tab-btn:hover {
background-color: var(--quaternary-color);
color: var(--white);
}
.difference-two .difference-two__tab-btns .active {
background-color: var(--quaternary-color);
color: var(--white);
}
.difference-two .difference-two__tab-content {
margin-top: 30px;
}
.difference-two .difference-two__tab-content li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-weight: 600;
color: #696969;
margin-bottom: 6px;
}
.difference-two .difference-two__tab-content li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.difference-two .difference-two__tab-content li i {
color: var(--base-color);
font-size: 20px;
}
.difference-two .difference-two__progress {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.difference-two .difference-progress-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
width: 100%;
}
.difference-two .difference-progress-single p {
font-weight: 800;
color: var(--secondary-color);
line-height: 1.4;
}
.difference-two .difference-progress-single p br {
display: none;
}
.difference-two .difference-progress-single .progress-bar-single {
position: relative;
display: inline-block;
width: 80px;
height: 80px;
}
.difference-two .difference-progress-single .circular-progress {
position: relative;
width: 100%;
height: 100%;
}
.difference-two .difference-progress-single .progress-circle {
width: 100%;
height: 100%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.difference-two .difference-progress-single .circle-bg,
.difference-two .difference-progress-single .circle-progress {
fill: none;
stroke-width: 3;
stroke-linecap: round;
}
.difference-two .difference-progress-single .circle-bg {
stroke: #e6e6e6;
}
.difference-two .difference-progress-single .circle-progress {
stroke: var(--quaternary-color);
stroke-dasharray: 100;
stroke-dashoffset: 100;
-webkit-transition: stroke-dashoffset 0.3s;
transition: stroke-dashoffset 0.3s;
}
.difference-two .difference-progress-single .percent-value {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 16px;
font-weight: 700;
color: var(--secondary-color);
}
.difference-two .difference-two__card {
width: 100%;
min-width: 200px;
border-radius: 13px;
border: 1px solid rgba(18, 47, 42, 0.1882352941);
background: rgba(177, 179, 185, 0.062745098);
padding: 0px 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.difference-two .difference-two__card .card-group {
padding: 24px 0px;
text-align: center;
display: block !important;
}
.difference-two .difference-two__card .card-group .thumb {
display: block;
margin-bottom: 20px;
}
.difference-two .difference-two__card .card-group .thumb i {
font-size: 30px;
color: var(--base-color);
}
.difference-two .difference-two__card .card-group h6 {
font-weight: 700;
color: var(--secondary-color);
font-size: 16px;
}
.difference-two .difference-two__card .card-group p {
font-size: 20px;
font-family: var(--caveat);
font-weight: 800;
color: var(--base-color);
}
.difference-two .difference-two__card hr {
border: 0px solid transparent;
height: 1px;
background-color: rgba(18, 47, 42, 0.1882352941);
}
.difference-two .difference-two__card .card-group-alt .thumb i {
color: var(--quaternary-color);
}
.difference-two .difference-two__card .card-group-alt p {
color: var(--quaternary-color);
}
.difference-two .spade {
position: absolute;
top: 18%;
inset-inline-end: 3%;
z-index: -1;
}
.difference-two .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.difference-three {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.difference-three .difference-three__thumb {
direction: rtl;
}
.difference-three .difference-three__thumb-inner {
position: relative;
padding-top: 40px;
min-width: 550px;
direction: ltr;
}
.difference-three .difference-three__thumb-inner .thumb-lg {
-webkit-margin-end: 100px;
margin-inline-end: 100px;
border-radius: 16px;
}
.difference-three .difference-three__thumb-inner .thumb-lg .parallax-image-wrap {
border-radius: 16px;
}
.difference-three .difference-three__thumb-inner .thumb-lg img {
border-radius: 16px;
min-height: 400px;
}
.difference-three .difference-three__thumb-inner .thumb-sm {
position: absolute;
bottom: 80px;
inset-inline-end: 0px;
}
.difference-three .difference-three__thumb-inner .thumb-sm img {
border-radius: 50%;
border: 10px solid var(--white);
-webkit-filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.09));
filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.09));
}
.difference-three .difference-three__thumb-inner .line {
position: absolute;
top: 0px;
inset-inline-end: 40%;
}
.difference-three .difference-three__thumb-inner .line img {
-webkit-animation: wave 3s linear infinite;
animation: wave 3s linear infinite;
-webkit-transform-origin: center;
transform-origin: center;
}
.difference-three .difference-three__thumb-inner .spade {
position: absolute;
top: 150px;
inset-inline-start: 15%;
z-index: 1;
}
.difference-three .difference-three__thumb-inner .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.difference-three .differnce-quote {
padding: 24px 30px;
background-color: var(--white);
max-width: 580px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 34px;
border-left: 4px solid var(--base-color);
}
.difference-three .differnce-quote q {
font-weight: 700;
color: var(--secondary-color);
}
.difference-three .differnce-quote q span {
color: var(--quaternary-color);
font-size: inherit;
font-weight: 700;
}
.difference-three .difference-three-cta {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 60px;
row-gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.difference-three .difference-three-cta .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.difference-three .difference-three-cta .btn--primary::before, .difference-three .difference-three-cta .btn--primary::after {
border-radius: 0px;
}
.difference-three .difference-three-cta .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.difference-three .difference-three-cta .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.difference-three .help__content-list {
margin-top: 34px;
}
.difference-three .help__content-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 16px;
row-gap: 8px;
}
.difference-three .help__content-list li {
color: var(--secondary-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
width: 100%;
font-weight: 700;
}
.difference-three .help__content-list li i {
font-size: 20px;
color: var(--quaternary-color);
}
.difference-three .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.difference-three .author-info .author-thumb {
width: 70px;
min-width: 70px;
height: 70px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.difference-three .author-info .author-thumb img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.difference-three .author-info h6 {
font-weight: 700;
color: var(--secondary-color);
line-height: 1;
margin-top: 8px;
}
.difference-three .author-info span {
font-size: 14px;
line-height: 1;
}  .help {
padding: 100px 0px;
overflow: hidden;
position: relative;
z-index: 1;
}
.help .help__thumb {
direction: rtl;
}
.help .help__thumb-inner {
text-align: end;
position: relative;
min-width: 575px;
direction: ltr;
}
.help .help__thumb-inner .thumb {
display: inline-block;
border: 8px solid var(--white);
border-radius: 20px;
-webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
.help .help__thumb-inner .thumb .parallax-image-inner,
.help .help__thumb-inner .thumb .parallax-image-wrap {
border-radius: 10px;
}
.help .help__thumb-inner .thumb img {
border-radius: 10px;
}
.help .thumb-lg {
margin-bottom: 100px;
margin-top: 60px;
position: relative;
z-index: 1;
}
.help .thumb-lg::before {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(0, 113, 93, 0.08) 18.93%, rgba(0, 113, 93, 0.17) 29.72%, rgba(0, 113, 93, 0.37) 83.58%, rgba(0, 113, 93, 0.67) 109.85%, #00715d 133.89%, #00715d 133.91%, rgba(0, 113, 93, 0.91) 149.32%);
border-radius: inherit;
}
.help .thumb-lg::after {
content: "";
position: absolute;
bottom: -100px;
inset-inline-start: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 70%;
height: 100%;
border: 1px solid var(--base-color);
border-radius: 20px;
z-index: -1;
}
.help .video-btn-wrapper::after {
content: "";
position: absolute;
inset: 10px;
border: 1px dashed var(--black);
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.help .video-btn-wrapper i {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
.help .thumb-bottom {
position: absolute;
bottom: 0px;
inset-inline-end: 0px;
z-index: 2;
}
.help .thumb-top {
position: absolute;
top: 0px;
inset-inline-start: 0px;
z-index: 2;
}
.help .line {
position: absolute;
display: inline-block;
top: 10px;
inset-inline-end: 50px;
}
.help .line img {
-webkit-animation: wave 3s linear infinite;
animation: wave 3s linear infinite;
-webkit-transform-origin: center;
transform-origin: center;
}
.help .grid-line {
position: absolute;
inset-inline-start: -35px;
top: 60%;
}
.help .grid-line img {
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
}
.help .vertical-text {
padding: 50px 30px;
background-color: var(--quaternary-color);
display: inline-block;
position: absolute;
bottom: 0px;
inset-inline-start: 0px;
border-top: 5px solid var(--base-color);
border-bottom: 5px solid var(--base-color);
border-radius: 20px;
z-index: 3;
}
.help .vertical-text h5 {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
font-weight: 800;
color: var(--white);
text-transform: lowercase;
}
.help .vertical-text h5 span {
color: var(--base-color);
}
.help .sub-title {
color: var(--quaternary-color);
}
.help h2 {
font-weight: 800;
color: var(--secondary-color);
margin: 16px 0px 10px;
}
.help h2 span {
color: var(--base-color);
}
.help p {
max-width: 630px;
}
.help .help__content-icon-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
row-gap: 24px;
margin: 35px 0px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.help .help__content-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.help .help__content-icon .thumb {
position: relative;
}
.help .help__content-icon .thumb::before {
content: "";
position: absolute;
bottom: 0px;
right: 0px;
width: 40px;
height: 40px;
background-color: var(--base-color);
z-index: -1;
border-radius: 50%;
}
.help .help__content-icon .thumb i {
font-size: 60px;
color: var(--secondary-color);
}
.help .content h6 {
font-weight: 800;
color: var(--secondary-color);
margin-top: -8px;
margin-bottom: 6px;
}
.help .content p {
font-size: 15px;
line-height: 24px;
}
.help .help__content-list li {
margin-bottom: 8px;
color: var(--secondary-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.help .help__content-list li i {
font-size: 20px;
}
.help .help__content-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
row-gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.help .help__content-cta .btn--primary {
padding: 23px 46px;
border-radius: 60px;
}
.help .help__content-cta .btn--primary::before, .help .help__content-cta .btn--primary::after {
border-radius: 0px;
}
.help .help__content-cta .contact-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
}
.help .help__content-cta .contact-btn div {
line-height: 0px;
}
.help .help__content-cta .contact-btn i {
font-size: 30px;
color: var(--secondary-color);
margin-bottom: -5px;
}
.help .help__content-cta .contact-btn p {
font-size: 14px;
line-height: 1;
font-weight: 700;
color: #828a8d;
margin-bottom: 8px;
}
.help .help__content-cta .contact-btn a {
color: var(--secondary-color);
line-height: 1;
font-size: 18px;
font-weight: 700;
}
.help .help__content-cta .contact-btn a:hover {
color: var(--hover-color);
}
.help .hand {
position: absolute;
z-index: -1;
top: 5%;
inset-inline-start: 0px;
}
.help .hand img {
max-width: 10vw;
min-width: 30px;
animation: moveUpDown 10s ease-in-out infinite alternate-reverse;
}
.help .spade {
position: absolute;
top: 65%;
inset-inline-end: 3%;
z-index: -1;
}
.help .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.help .parasuit {
position: absolute;
top: -150px;
inset-inline-start: 8%;
z-index: -1;
-webkit-transform: translate(0px);
transform: translate(0px);
-webkit-animation: fall 15s ease-in-out infinite;
animation: fall 15s ease-in-out infinite;
}
.help .parasuit img {
max-width: 8vw;
min-width: 40px;
}
.help-two {
padding: 100px 0px;
position: relative;
overflow: hidden;
}
.help-two .help-two__thumb,
.help-two .help-two__content {
height: 100%;
}
.help-two .help-two__thumb {
direction: rtl;
}
.help-two .help-two__thumb-inner {
min-width: 640px;
direction: ltr;
height: 100%;
position: relative;
z-index: 1;
}
.help-two .help-two__thumb-inner::after {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-start: -60px;
width: 500px;
height: 500px;
border-radius: 50%;
border: 1px dashed #f84d42;
z-index: -1;
}
.help-two .help-two__thumb-inner .thumb-lg {
position: absolute;
bottom: 0px;
inset-inline-end: 50px;
}
.help-two .help-two__thumb-inner .thumb-lg img {
min-height: 240px;
border-radius: 20px;
}
.help-two .help-two__thumb-inner .parallax-image-inner,
.help-two .help-two__thumb-inner .parallax-image-wrap {
border-radius: 20px;
}
.help-two .help-two__thumb-inner .thumb-sm {
position: absolute;
top: 60px;
inset-inline-start: 0px;
}
.help-two .help-two__thumb-inner .thumb-sm img {
min-height: 160px;
border-radius: 0px 16px 16px 0px;
}
.help-two .help-two__thumb-inner .thumb-md {
position: absolute;
top: 0px;
inset-inline-end: 20px;
}
.help-two .help-two__thumb-inner .thumb-md img {
min-height: 160px;
border-radius: 16px;
}
.help-two .help-two__thumb-content {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 30px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.47);
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(30px);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.help-two .help-two__thumb-content i {
font-size: 65px;
color: var(--quaternary-color);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.help-two .help-two__thumb-content h2 {
font-weight: 800;
}
.help-two .help-two__thumb-content h2 div {
line-height: inherit !important;
}
.help-two .help-two__thumb-content p {
font-size: 20px;
font-weight: 600;
}
.help-two .help-two__thumb-content h2,
.help-two .help-two__thumb-content p {
color: var(--quaternary-color);
}
.help-two .help-two__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.help-two .help-two__inner .help-two__inner-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.help-two .help-two__inner .help-two-card-wrapper {
min-width: 100%;
}
.help-two .help-two__inner hr {
margin: 30px 0px;
border-color: #d9d9d9;
}
.help-two .help__content-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.help-two .help__content-icon .thumb {
position: relative;
}
.help-two .help__content-icon .thumb::before {
content: "";
position: absolute;
bottom: 0px;
right: 0px;
width: 40px;
height: 40px;
background-color: var(--base-color);
z-index: -1;
border-radius: 50%;
}
.help-two .help__content-icon .thumb i {
font-size: 60px;
color: var(--secondary-color);
}
.help-two .content h6 {
font-weight: 800;
color: var(--secondary-color);
margin-top: -8px;
margin-bottom: 6px;
}
.help-two .content p {
font-size: 15px;
line-height: 24px;
}
.help-two .help__content-list {
margin-top: 34px;
}
.help-two .help__content-list li {
margin-bottom: 8px;
color: var(--secondary-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.help-two .help__content-list li i {
font-size: 20px;
}
.help-two .help-two__card {
padding: 0px 12px 60px;
position: relative;
z-index: 1;
}
.help-two .help-two__card::before {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background-image: linear-gradient(-31deg, white 70%, transparent 50%);
-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
border-radius: 10px;
z-index: -1;
}
.help-two .help-two__card::after {
content: "";
position: absolute;
top: calc(100% - 4px);
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 50%;
height: 4px;
background-color: var(--base-color);
}
.help-two .help-two__card .help-card-thumb {
width: 160px;
min-width: 160px;
height: 160px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
margin-inline: auto;
}
.help-two .help-two__card .help-card-thumb img {
border-radius: 50%;
width: 100%;
height: 100%;
}
.help-two .help-two__card .help-card-thumb i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-start: -30px;
font-size: 60px;
color: var(--base-color);
}
.help-two .help-card-content {
text-align: center;
margin-top: 30px;
}
.help-two .help-card-content h4 {
font-weight: 800;
color: var(--quaternary-color);
}
.help-two .help-card-content h6 {
color: var(--secondary-color);
font-weight: 700;
margin: 6px 0px;
}
.help-two .help-card-content p {
color: #747474;
font-size: 14px;
}
.help-three {
position: relative;
z-index: 1;
overflow: hidden;
padding-bottom: 100px;
}
.help-three .section__header {
text-align: center;
}
.help-three .section__header h2 {
text-align: center !important;
}
.help-three .help-three__inner {
padding: 5px 20px 80px;
background: var(--white);
-webkit-box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.04);
}
.help-three .help-three__wrapper {
position: relative;
z-index: 1;
}
.help-three .help-three__wrapper .v-line {
position: absolute;
top: 80px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
}
.help-three .help-cta {
text-align: center;
}
.help-three .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.help-three .btn--primary::before, .help-three .btn--primary::after {
border-radius: 0px;
}
.help-three .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.help-three .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.help-three .help-three__single {
text-align: center;
}
.help-three .help-three__single:hover .thumb {
border-color: var(--base-color);
}
.help-three .help-three__single:hover .thumb i {
color: var(--black);
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.help-three .help-three__single:hover .help-three__tag {
background-color: var(--base-color);
}
.help-three .help-three__single:hover .help-three__tag h6 {
color: var(--black);
}
.help-three .help-three__thumb {
position: relative;
margin-bottom: 25px;
}
.help-three .thumb {
width: 194px;
min-width: 194px;
height: 194px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-inline: auto;
background-color: var(--white);
-webkit-filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
border: 1px solid transparent;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.help-three .thumb i {
font-size: 60px;
color: var(--quaternary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.help-three .help-three__tag {
padding: 20px 40px;
background-color: var(--quaternary-color);
clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
width: 194px;
margin-inline: auto;
position: absolute;
bottom: -25px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.help-three .help-three__tag h6 {
color: var(--white);
font-weight: 700;
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
margin-bottom: -6px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.help-three .help-three__content {
padding-top: 25px;
}
.help-three .help-three__content h6 {
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 6px;
}
.help-three .help-three__content p {
color: #5e5f63;
font-size: 15px;
max-width: 230px;
margin-inline: auto;
}
.help-three .help-three-bg {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 70%;
z-index: -1;
overflow: hidden;
}
.help-three .help-three-bg::before {
content: "";
position: absolute;
top: -80px;
inset-inline-start: -80px;
width: 160px;
min-width: 160px;
height: 160px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--base-color);
z-index: -2;
}
.help-three .help-three-bg .bg-help {
position: absolute;
inset: 0px;
height: 100%;
width: 100%;
z-index: -4;
}
.help-three .poor-boy {
position: absolute;
inset-inline-end: 0px;
top: 0px;
bottom: 0px;
height: 100%;
width: 45%;
z-index: -3;
}
.help-three .poor-boy::before {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
width: 100%;
height: 100%;
z-index: 1;
}
.help-three .poor-boy .parallax-image-wrap,
.help-three .poor-boy .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
}
.help-three .poor-boy .poor {
width: 100%;
height: 100%;
}
.help-three .poor-boy .shape {
position: absolute;
inset-inline-start: 0px;
inset-block: 0px;
z-index: 1;
}
.help-three .parasuit {
position: absolute;
top: -150px;
inset-inline-start: 8%;
z-index: -1;
-webkit-transform: translate(0px);
transform: translate(0px);
-webkit-animation: fall 15s ease-in-out infinite;
animation: fall 15s ease-in-out infinite;
}
.help-three .parasuit img {
max-width: 8vw;
min-width: 40px;
}
@-webkit-keyframes wave {
0% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
25% {
-webkit-transform: translateX(5px) translateY(-5px);
transform: translateX(5px) translateY(-5px);
}
50% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
75% {
-webkit-transform: translateX(-5px) translateY(5px);
transform: translateX(-5px) translateY(5px);
}
100% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}
@keyframes wave {
0% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
25% {
-webkit-transform: translateX(5px) translateY(-5px);
transform: translateX(5px) translateY(-5px);
}
50% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
75% {
-webkit-transform: translateX(-5px) translateY(5px);
transform: translateX(-5px) translateY(5px);
}
100% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}  .cause {
padding: 100px 0px;
background-color: #edeeef;
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
position: relative;
z-index: 1;
overflow: hidden;
}
.cause .section__header {
margin-bottom: 0px !important;
}
.cause .section__header h2 {
margin-bottom: 0px !important;
}
.cause .slider-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 20px;
}
.cause .cause__slider-wrapper {
margin-top: 35px;
}
.cause .cause__slider-single {
padding: 12px;
background-color: var(--white);
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
border-radius: 15px;
}
.cause .cause__slider-single:hover .thumb img {
-webkit-transform: scale(1.2) rotate(10deg);
transform: scale(1.2) rotate(10deg);
}
.cause .cause__slider-single:hover .thumb .tag a {
background-color: var(--secondary-color);
color: var(--white);
}
.cause .cause__slider-single:hover .cause__cta a {
color: var(--white);
}
.cause .cause__slider-single:hover .cause__cta a::before, .cause .cause__slider-single:hover .cause__cta a::after {
width: 0% !important;
}
.cause .thumb {
position: relative;
margin-bottom: 30px;
}
.cause .thumb a {
border-radius: 15px;
overflow: hidden;
width: 100%;
}
.cause .thumb a img {
height: 200px;
width: 100%;
border-radius: 15px;
-webkit-transition: var(--transition);
transition: var(--transition);
-webkit-transform: scale(1);
transform: scale(1);
}
.cause .thumb .tag {
position: absolute;
top: 10px;
inset-inline-start: 10px;
}
.cause .thumb .tag a {
padding: 8px 24px;
background-color: var(--base-color);
border-radius: 30px;
color: var(--black);
}
.cause .thumb .tag a:hover {
background-color: var(--secondary-color);
color: var(--white);
}
.cause .content {
padding-inline: 20px;
}
.cause .content h6 {
margin-top: -8px;
margin-bottom: 8px;
font-weight: 800;
color: var(--secondary-color);
}
.cause .content h6:hover {
color: var(--hover-color);
}
.cause .content p {
font-size: 14px;
line-height: 20px;
}
.cause .cause__slider-cta {
padding: 20px;
border-radius: 10px;
background: rgba(157, 153, 139, 0.1);
margin-top: 24px;
}
.cause .cause__slider-cta .cause-progress__intro p {
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: var(--secondary-color);
font-weight: 600;
}
.cause .cause__slider-cta .cause-progress__goal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cause .cause__slider-cta .cause-progress__goal p {
color: var(--secondary-color);
font-weight: 600;
font-size: 14px;
}
.cause .cause__slider-cta .cause-progress__goal .goal {
color: var(--hover-color);
font-weight: 800;
}
.cause .cause-progress__bar {
margin: 5px 0px 10px;
}
.cause .cause__cta {
margin-top: 20px;
}
.cause .cause__cta a {
font-size: 14px;
line-height: 1;
border: 1px solid var(--secondary-color);
background-color: var(--secondary-color);
color: var(--secondary-color);
}
.cause .cause__cta a::before, .cause .cause__cta a::after {
background-color: var(--white);
}
.cause .cause__cta a:hover {
color: var(--white);
}
.cause .pagination-one {
margin-top: 40px;
}
.cause .swiper-slide-active .thumb img {
-webkit-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}
.cause .swiper-slide-active .thumb .tag a {
background-color: var(--secondary-color);
color: var(--white);
}
.cause .swiper-slide-active .cause__cta a {
color: var(--white);
}
.cause .swiper-slide-active .cause__cta a::before, .cause .swiper-slide-active .cause__cta a::after {
width: 0% !important;
}
.cause .spade {
position: absolute;
top: 75%;
inset-inline-start: 5%;
z-index: -1;
}
.cause .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.cause-two {
overflow: hidden;
padding-top: 0px;
}
.cause-two .row > * {
padding-left: 0px;
padding-right: 0px;
}
.cause-two .cause-two__slider-single {
position: relative;
z-index: 5;
}
.cause-two .cause-two__slider-single img {
width: 100%;
height: 600px;
}
.cause-two .cause-two__slider-single .cause-thumb {
position: relative;
}
.cause-two .cause-two__slider-single .cause-thumb a {
width: 120px;
min-width: 120px;
height: 120px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
background-color: var(--quaternary-color);
color: var(--white);
pointer-events: none;
visibility: hidden;
opacity: 0;
z-index: 99 !important;
}
.cause-two .cause-two__slider-single .cause-thumb a i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
font-size: 36px;
}
.cause-two .cause-two__slider-single .cause-thumb a:hover {
background-color: var(--base-color);
color: var(--black);
}
.cause-two .swiper-slide-active .cause-two__slider-single .cause-thumb a {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
pointer-events: all;
visibility: visible;
opacity: 1;
}
.cause-two .cause-two__inner {
width: 100%;
margin-inline: auto;
position: relative;
z-index: 3;
}
.cause-two .cause-two__inner::before {
content: "";
position: absolute;
width: 500vw;
height: 500vw;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 80%;
border-radius: 50%;
background-color: var(--white);
z-index: 3;
}
.cause-two .cause-two__inner::after {
content: "";
position: absolute;
width: 500vw;
height: 500vw;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 80%;
border-radius: 50%;
background-color: var(--white);
z-index: 3;
}
.cause-two .cause-two__content-slider {
position: relative;
z-index: 9;
top: -90px;
margin-bottom: -90px;
pointer-events: none !important;
}
.cause-two .cause-two__content-slider .swiper-slide {
pointer-events: none !important;
}
.cause-two .cause-two__content-slider .swiper-slide-active .cause-content {
-webkit-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.cause-two .cause-content {
text-align: center;
max-width: 580px;
margin-inline: auto;
-webkit-transform: translateY(100%) !important;
transform: translateY(100%) !important;
-webkit-transition: var(--transition) !important;
transition: var(--transition) !important;
-webkit-transition-delay: 0.3s !important;
transition-delay: 0.3s !important;
}
.cause-two .cause-content h4 {
font-weight: 800;
color: var(--secondary-color);
}
.cause-two .slider-navigation {
position: absolute;
z-index: 9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
gap: 20px;
display: none;
pointer-events: none;
}
.cause-two .slider-navigation button {
pointer-events: all;
}
.cause-alt .cause-inner__wrapper {
position: relative;
}
.cause-alt .slider-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-top: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cause-three {
position: relative;
z-index: 1;
overflow: hidden;
background-color: var(--white);
}
.cause-three::before {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 50%;
background-color: #efefef;
z-index: -1;
}
.cause-three-alt {
background-color: var(--white);
}
.cause-three-alt .mb-60 {
margin-bottom: 35px !important;
}  .cta-section {
overflow: hidden;
}
.cta-section .container-fluid {
padding: 0px;
}
.cta-section .row > * {
padding: 0px;
}
.cta-section .cta-section__single {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
padding: 100px 0px;
z-index: 1;
}
.cta-section .cta-img {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -2;
}
.cta-section .cta-img .parallax-image-wrap,
.cta-section .cta-img .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
}
.cta-section .cta-img img {
width: 100%;
height: 100%;
}
.cta-section .cta-section__center {
z-index: 2;
background-image: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/images/mask-two.png);
background-size: 100% 100%;
position: relative;
width: 120%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.cta-section .cta-section__center .cta-img {
-webkit-mask-image: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/images/mask.png);
mask-image: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/images/mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 99% 100%;
mask-size: 99% 100%;
}
.cta-section .cta-section__center .cta-img img {
-o-object-position: left;
object-position: left;
}
.cta-section .cta-section__first {
position: relative;
z-index: 1;
}
.cta-section .cta-section__first::before {
content: "";
position: absolute;
inset: 0px;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
z-index: -1;
}
.cta-section .cta-section__last {
position: relative;
z-index: 1;
}
.cta-section .cta-section__last::before {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(0, 113, 93, 0.08) 18.93%, rgba(0, 113, 93, 0.17) 29.72%, rgba(0, 113, 93, 0.37) 47.05%, rgba(0, 113, 93, 0.67) 56.36%, #00715d 73.4%, #00715d 95.2%, rgba(0, 113, 93, 0.91) 103.44%);
z-index: -1;
}
.cta-section .cta-section__group {
text-align: center;
}
.cta-section .thumb {
margin-bottom: 25px;
}
.cta-section .thumb i {
font-size: 60px;
color: var(--white);
}
.cta-section h3,
.cta-section span {
color: var(--white);
}
.cta-section span {
font-size: 14px;
}
.cta-section h3 {
margin-top: 5px;
font-weight: 700;
}
.cta-section .cta-s {
margin-top: 32px;
}
.cta-section .video-btn-wrapper {
position: relative;
-webkit-transform: none;
transform: none;
inset: unset;
}
.cta-section .video-btn-wrapper::after {
content: "";
position: absolute;
inset: 10px;
border: 1px dashed var(--black);
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.cta-section .video-btn-wrapper i {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
.cta-section .btn--tertiary,
.cta-section .btn--primary {
padding: 20px 40px;
border-radius: 60px;
}
.cta-section .btn--tertiary::before, .cta-section .btn--tertiary::after,
.cta-section .btn--primary::before,
.cta-section .btn--primary::after {
border-radius: 0px;
}
.cta-section .btn--tertiary::before, .cta-section .btn--tertiary::after {
background-color: var(--quaternary-color);
width: 52%;
}
.cta-section .btn--tertiary:hover::before, .cta-section .btn--tertiary:hover::after {
width: 0px;
}
.cta-section-two {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.cta-section-two::before {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
z-index: -3;
}
.cta-section-two .sub-title {
color: var(--base-color);
}
.cta-section-two h2 {
color: var(--white);
}
.cta-section-two .banner__content-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cta-section-two .btn--tertiary,
.cta-section-two .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.cta-section-two .btn--tertiary::before, .cta-section-two .btn--tertiary::after,
.cta-section-two .btn--primary::before,
.cta-section-two .btn--primary::after {
border-radius: 0px;
}
.cta-section-two .btn--tertiary i,
.cta-section-two .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.cta-section-two .btn--tertiary:hover i,
.cta-section-two .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.cta-section-two .cta-bg {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -4;
}
.cta-section-two .cta-bg img {
width: 100%;
height: 100%;
}
.cta-section-two .parallax-image-wrap,
.cta-section-two .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
}
.cta-section-two .shape-left {
position: absolute;
inset-inline-start: 0px;
top: -50px;
bottom: 0px;
z-index: -2;
}
.cta-section-two .shape-left img {
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
}
.cta-section-two .shape {
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
bottom: -20px;
z-index: 1;
}
.cta-section-two .shape img {
width: 100%;
height: 40px;
-o-object-position: top;
object-position: top;
}  .team {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.team .team__single {
overflow: hidden;
}
.team .team__single:hover .team__single-thumb img {
-webkit-transform: scale(1.04);
transform: scale(1.04);
}
.team .team__single:hover .team__single-thumb::before {
visibility: visible;
opacity: 1;
}
.team .team__single:hover .team__single-content {
background-color: var(--secondary-color);
}
.team .team__single:hover .team__single-content h6 {
color: var(--white);
}
.team .team__single:hover .team__single-content p {
color: var(--base-color);
}
.team .team__single:hover .team__single-content__icon {
background-color: var(--base-color);
color: var(--secondary-color);
}
.team .team__single:hover .team__single-content__icon i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.team .team__single:hover .team__single__thumb-social {
opacity: 1;
visibility: visible;
pointer-events: all;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.team .team__single-thumb {
position: relative;
z-index: 1;
}
.team .team__single-thumb::before {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 200px;
height: 150px;
border-radius: 278.326px;
background: -webkit-gradient(linear, left top, left bottom, from(#046a58), to(#01725e));
background: linear-gradient(180deg, #046a58 0%, #01725e 100%);
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 2;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team .team__single-thumb a {
width: 100%;
border-radius: 10px 10px 0px 0px;
overflow: hidden;
}
.team .team__single-thumb img {
width: 100%;
border-radius: 10px 10px 0px 0px;
-webkit-transition: var(--transition);
transition: var(--transition);
min-height: 260px;
}
.team .team__single-content {
padding: 30px 30px 24px;
background-color: #f1f0ee;
-webkit-transition: var(--transition);
transition: var(--transition);
border-radius: 0px 0px 10px 10px;
}
.team .team__single-content h6 {
margin-top: -8px;
font-weight: 800;
color: var(--secondary-color);
}
.team .team__single-content p {
font-size: 14px;
font-weight: 600;
color: var(--secondary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team .team__single-content__icon {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--secondary-color);
color: var(--white);
z-index: 3;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team .team__single-content__icon i {
font-size: 16px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.team .team__icons {
position: absolute;
bottom: -20px;
inset-inline-end: 20px;
}
.team .team__single__thumb-social {
position: absolute;
bottom: calc(100% + 12px);
right: 0px;
z-index: 3;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: translateY(-20%);
transform: translateY(-20%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team .team__single__thumb-social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.team .team__single__thumb-social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--white);
color: var(--secondary-color);
font-size: 16px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team .team__single__thumb-social a:hover {
background-color: var(--base-color);
color: var(--secondary-color) !important;
}
.team .spade {
position: absolute;
top: 18%;
inset-inline-end: 3%;
z-index: -1;
}
.team .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.team-three {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
background-color: var(--white);
}
.team-three .team__single {
padding: 12px;
border-radius: 15px;
border: 1px solid rgba(161, 159, 151, 0.22);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team-three .team__single:hover {
border-color: var(--base-color);
}
.team-three .team__single:hover .team__single-thumb::before {
background-color: var(--base-color);
}
.team-three .team__single-thumb {
position: relative;
z-index: 1;
text-align: center;
-webkit-margin-end: 74px;
margin-inline-end: 74px;
}
.team-three .team__single-thumb a {
width: 100%;
text-align: start;
}
.team-three .team__single-thumb a img {
height: 350px;
max-height: 350px;
}
.team-three .team__single-thumb::before {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background-color: var(--quaternary-color);
clip-path: polygon(20% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
border-radius: 15px;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.team-three .team__content-wrapper {
padding: 30px 12px 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team-three .team__single-content h5 {
margin-top: -4px;
font-weight: 800;
color: var(--secondary-color);
}
.team-three .team__single-content h5:hover {
color: var(--quaternary-color);
}
.team-three .team__single-content p {
font-size: 14px;
font-weight: 600;
color: var(--quaternary-color);
}
.team-three .team__single-content__icon {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--base-color);
color: var(--black);
z-index: 3;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team-three .team__single-content__icon i {
font-size: 16px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.team-three .team__single__thumb-social {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-end: 24px;
z-index: 3;
}
.team-three .team__single__thumb-social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.team-three .team__single__thumb-social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--quaternary-color);
border: 1px solid rgba(62, 81, 77, 0.12);
font-size: 16px;
}
.team-three .team__single__thumb-social a:hover {
background-color: var(--quaternary-color);
color: var(--white) !important;
}
.team-three .spade {
position: absolute;
top: 18%;
inset-inline-end: 3%;
z-index: -1;
}
.team-three .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.team-details {
padding: 100px 0px;
}
.team-details .team-details__thumb {
border-radius: 24px;
}
.team-details .team-details__thumb .parallax-image-wrap,
.team-details .team-details__thumb .parallax-image-inner {
border-radius: 24px;
}
.team-details .team-details__thumb img {
width: 100%;
min-height: 300px;
border-radius: 24px;
}
.team-details .team-details__meta h4 {
font-weight: 800;
color: var(--black);
margin-top: -8px;
}
.team-details .team-details__meta .designation {
font-weight: 500;
font-size: 18px;
color: #747474;
margin-top: 4px;
}
.team-details .social {
gap: 12px;
margin-top: 20px;
margin-bottom: 24px;
}
.team-details .social a {
width: 48px;
min-width: 48px;
height: 48px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #edefef;
color: var(--quaternary-color);
}
.team-details .social a:hover {
background-color: var(--quaternary-color);
color: var(--white);
}
.team-details .my-word {
margin-top: 40px;
margin-bottom: 24px;
}
.team-details .my-word h5 {
font-weight: 800;
color: var(--black);
margin-top: -8px;
}
.team-details .cause__progress {
margin-bottom: 14px;
}
.team-details .cause__progress:nth-last-of-type(1) {
margin-bottom: 0px;
}
.team-details .cause__progress p {
font-weight: 700;
color: var(--black);
margin-bottom: 4px;
}
.team-details .progress-bar {
overflow: visible;
}
.team-details .progress-bar-percent {
background-color: var(--quaternary-color);
}
.team-details .percent-value {
position: absolute;
bottom: calc(100% + 4px);
inset-inline-end: 0px;
color: var(--black);
font-weight: 700;
}
.team-details .team-details__list {
margin-top: 30px;
}
.team-details .team-details__list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
row-gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team-details .team-details__list ul li {
width: 100%;
font-weight: 700;
color: var(--black);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.team-details .team-details__list ul li i {
color: var(--quaternary-color);
}
.team-details .team-details__list ul li i::before {
font-weight: 700;
}
.team-details .btn--primary {
padding: 22px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.team-details .btn--primary::before, .team-details .btn--primary::after {
border-radius: 0px;
}
.team-details .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.team-details .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.team-details .about-me {
margin-top: 20px;
}
.team-details .about-me h4 {
font-weight: 800;
color: var(--black);
margin-top: -8px;
margin-bottom: 18px;
}
.team-details .about-me p {
color: #747474;
font-size: 18px;
}  .community {
padding-top: 100px;
position: relative;
z-index: 2;
overflow-x: clip;
}
.community .community-bg {
position: absolute;
inset-inline: 0px;
inset-block-start: 0px;
width: 100%;
height: 100%;
z-index: -1;
}
.community .community-bg::after {
position: absolute;
inset: 0px;
content: "";
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 15.92%, rgba(9, 31, 27, 0.17) 24.99%, rgba(9, 31, 27, 0.37) 29.75%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
width: 100%;
height: 100%;
}
.community .community-bg img {
width: 100%;
height: 100%;
}
.community .community-bg .parallax-image-wrap,
.community .community-bg .parallax-image-inner {
position: absolute;
inset-inline: 0px;
inset-block-start: 0px;
width: 100%;
height: 100%;
}
.community .section__header .sub-title {
color: var(--base-color);
}
.community .section__header h2 {
color: var(--white);
}
.community .community-donation {
padding: 60px 20px;
border-radius: 30px;
background: var(--white);
-webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
z-index: 1;
bottom: -140px;
margin-top: -140px;
}
.community .community-donation .community__thumb {
position: absolute;
top: 0px;
inset-inline-end: 0px;
bottom: 0px;
border-radius: 0px 30px 30px 0px;
z-index: -1;
-webkit-mask-image: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/images/mask2.png);
mask-image: url(//www.fundacionrosaiguaran.com/wp-content/themes/charifund/assets/images/mask2.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: left;
mask-position: left;
}
.community .community-donation .community__thumb img {
-o-object-position: left;
object-position: left;
height: 100%;
max-width: 30vw;
border-radius: 0px 30px 30px 0px;
}
.community .community-donation__inner h4 {
font-weight: 700;
color: var(--secondary-color);
margin-top: -8px;
}
.community .warning {
padding: 16px 20px;
border-radius: 10px;
border: 1px solid #d8dde1;
background: #fdf8ea;
position: relative;
margin: 30px 0px 40px;
}
.community .warning p {
line-height: 1.5;
}
.community .warning strong {
font-weight: 700;
color: var(--secondary-color);
}
.community .warning .line {
position: absolute;
width: 4px;
height: 100%;
top: 0px;
bottom: 0px;
left: 50px;
background-color: var(--secondary-color);
display: none;
}
.community .warning .line i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
color: var(--base-color);
}
.community .donation-form__single h5 {
font-weight: 700;
color: var(--secondary-color);
margin-top: -8px;
}
.community .donation-form__single .made-amount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px;
}
.community .donation-form__single .donation-amount {
padding: 12px 16px;
border: 1px solid #d8dde1;
border-radius: 30px;
font-weight: 700;
line-height: 1;
color: var(--secondary-color);
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.community .donation-form__single .donation-amount:hover {
background-color: var(--secondary-color);
color: var(--white);
border-color: var(--secondary-color);
}
.community .donation-form__single .active {
background-color: var(--secondary-color);
color: var(--white);
border-color: var(--secondary-color);
}
.community .input-group-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 5px;
border-radius: 30px;
background: #efefef;
margin: 15px 0px 20px;
}
.community .input-group-icon .thumb {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background-color: var(--secondary-color);
}
.community .input-group-icon .thumb i {
font-size: 20px;
color: var(--white);
}
.community .input-group-icon input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-color: transparent;
font-size: 18px;
font-weight: 700;
color: var(--secondary-color);
}
.community .radio-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
row-gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 10px;
}
.community .radio-single input {
pointer-events: none;
opacity: 0;
visibility: hidden;
width: 0px;
height: 0px;
}
.community .radio-single label {
position: relative;
padding-left: 8px;
margin-left: 10px;
font-weight: 600;
color: var(--secondary-color);
cursor: pointer;
}
.community .radio-single label::before {
content: "";
position: absolute;
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 14px;
height: 14px;
border: 1px solid #d8dde1;
border-radius: 100%;
}
.community .radio-single label::after {
content: "";
position: absolute;
right: calc(100% + 3px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
height: 8px;
background-color: #d8dde1;
border-radius: 100%;
top: 50%;
}
.community .radio-single input:checked + label::before {
border-color: var(--quaternary-color);
}
.community .radio-single input:checked + label::after {
background-color: var(--quaternary-color);
}
.community .btn--primary {
padding: 16px 40px;
border-radius: 30px;
gap: 12px;
}
.community .btn--primary::after, .community .btn--primary::before {
border-radius: 0px;
}
.community .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}
.community .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.community .gift {
position: absolute;
inset-inline-start: 5%;
bottom: 0px;
}
.community .gift img {
-webkit-animation: moveLeftRight 4s ease-in-out infinite;
animation: moveLeftRight 4s ease-in-out infinite;
max-width: 15vw;
min-width: 50px;
}
.community .spade {
position: absolute;
top: 40%;
inset-inline-start: 78%;
z-index: -1;
}
.community .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}  .testimonial {
padding: 240px 0px 100px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
z-index: 1;
overflow: hidden;
}
.testimonial .testimonial__inner {
position: relative;
}
.testimonial .testimonial__slider-single {
padding: 40px 20px;
background-color: var(--white);
border-radius: 30px;
-webkit-box-shadow: var(--shadow-secondary);
box-shadow: var(--shadow-secondary);
-webkit-transition: var(--transition);
transition: var(--transition);
border: 1px solid var(--white);
position: relative;
z-index: 1;
}
.testimonial .testimonial__slider {
padding-block: 24px;
margin-block: -24px;
}
.testimonial q {
font-weight: 600;
}
.testimonial .review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
margin-bottom: 20px;
}
.testimonial .review i {
font-size: 18px;
color: var(--base-color);
}
.testimonial .shape {
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
}
.testimonial .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 32px;
}
.testimonial .author-info .author-thumb {
width: 54px;
min-width: 54px;
height: 54px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.testimonial .author-info .author-thumb img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.testimonial .author-info h6 {
font-weight: 700;
color: var(--secondary-color);
font-size: 18px;
line-height: 1;
margin-bottom: 8px;
}
.testimonial .author-info p {
font-size: 14px;
line-height: 1;
}
.testimonial .quote {
position: absolute;
z-index: -1;
top: 30px;
inset-inline-end: 20px;
}
.testimonial .quote img {
opacity: 0.05;
max-width: 10vw;
min-width: 20px;
}
.testimonial .swiper-slide-active .testimonial__slider-single {
border-color: var(--base-color);
}
.testimonial .slider-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-top: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-two {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.testimonial-two::before {
content: "";
position: absolute;
top: 0px;
inset-inline-end: 0px;
bottom: 0px;
height: 100%;
width: 20%;
background-color: var(--base-color);
z-index: -1;
}
.testimonial-two .blog-bg {
position: absolute;
top: 0px;
inset-inline: 0px;
z-index: -2;
width: 100%;
height: 60%;
min-height: 400px;
}
.testimonial-two .blog-bg img {
width: 100%;
height: 100%;
}
.testimonial-two .testimonial-two__inner {
background-color: var(--white);
background-repeat: no-repeat;
background-size: cover;
background-position: right center;
}
.testimonial-two .testimonial-two__content {
position: relative;
z-index: 1;
padding: 80px 20px;
}
.testimonial-two .testimonial-two__content .quote {
position: absolute;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-end: 5%;
}
.testimonial-two .testimonial-two__thumb {
position: relative;
}
.testimonial-two .testimonial-two__thumb img {
width: 100%;
min-height: 500px;
}
.testimonial-two .testimonial-two__thumb .quote-thumb {
width: 120px;
min-width: 120px;
height: 120px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--quaternary-color);
position: absolute;
top: 30px;
inset-inline-start: 30px;
}
.testimonial-two .testimonial-two__thumb .quote-thumb i {
font-size: 50px;
color: var(--white);
}
.testimonial-two .review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
}
.testimonial-two .review i {
font-size: 18px;
color: var(--base-color);
}
.testimonial-two .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.testimonial-two .author-info .author-thumb {
width: 80px;
min-width: 80px;
height: 80px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-two .author-info .author-thumb img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.testimonial-two .author-info h5 {
font-weight: 800;
color: var(--secondary-color);
line-height: 1;
margin-bottom: 8px;
}
.testimonial-two .author-info p {
line-height: 1;
}
.testimonial-two .testimonial-two__single-content {
margin-top: 35px;
}
.testimonial-two .testimonial-two__single-content h5 {
font-weight: 600;
color: var(--secondary-color);
margin-top: -8px;
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.testimonial-two .testimonial-two__single-content .review {
margin-top: 24px;
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.testimonial-two .slider-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.testimonial-two .swiper-slide-active .author-info {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.testimonial-two .swiper-slide-active .testimonial-two__single-content h5 {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.testimonial-two .swiper-slide-active .testimonial-two__single-content .review {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1400ms;
transition-delay: 1400ms;
}
.testimonial-two .spade {
position: absolute;
bottom: 0%;
inset-inline-start: 20%;
z-index: -1;
}
.testimonial-two .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.testimonial-three {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.testimonial-three .testimonial-three__single {
padding: 60px 20px;
background-color: var(--white);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.testimonial-three .testimonial-three__single::before {
content: "";
position: absolute;
bottom: 0px;
inset-inline-end: 0px;
width: 66%;
height: 8px;
background-color: var(--quaternary-color);
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
}
.testimonial-three .thumb {
min-width: 100%;
}
.testimonial-three .thumb img {
width: 100%;
min-height: 200px;
max-height: 340px;
}
.testimonial-three .review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
margin-top: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.testimonial-three .review i {
font-size: 18px;
color: var(--base-color);
}
.testimonial-three .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 24px;
padding-right: 30px;
}
.testimonial-three .author-info .quote i {
font-size: 34px;
color: var(--quaternary-color);
}
.testimonial-three .author-info h6 {
font-weight: 700;
color: var(--secondary-color);
font-size: 18px;
line-height: 1;
margin-bottom: 8px;
}
.testimonial-three .author-info p {
line-height: 1;
color: var(--quaternary-color);
}
.testimonial-three p {
color: #747474;
font-weight: 600;
}
.testimonial-three .slider-navigation {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
}
.testimonial-three .swiper {
padding: 20px !important;
}
.testimonial-three .testimonial-three__inner {
margin: -20px;
overflow: hidden !important;
}
.testimonial-three .spade {
position: absolute;
bottom: -20%;
left: 25%;
z-index: -1;
}
.testimonial-three .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.testimonial-three .spade-green {
position: absolute;
top: 18%;
inset-inline-end: 3%;
z-index: -1;
}
.testimonial-three .spade-green img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.testimonial-alter {
padding: 100px 0px !important;
}  .blog {
position: relative;
z-index: 1;
overflow: hidden;
}
.blog .blog__single {
padding: 20px 20px 60px;
background-color: var(--white);
border-radius: 24px;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
-webkit-transition: var(--transition);
transition: var(--transition);
position: relative;
z-index: 1;
}
.blog .blog__single:hover {
background-color: var(--tertiary-color);
}
.blog .blog__single:hover .blog__single-thumb a img {
-webkit-transform: scale(1.2) rotate(6deg);
transform: scale(1.2) rotate(6deg);
}
.blog .blog__single:hover .blog__single-meta p {
color: var(--white);
}
.blog .blog__single:hover .blog__single-content h5 {
color: var(--white);
}
.blog .blog__single:hover .blog__single-cta a {
color: var(--white);
}
.blog .blog__single:hover .blog__single-cta a::before {
background-color: var(--white);
}
.blog .blog__single:hover .blog__single-cta a i {
color: var(--base-color);
}
.blog .blog__single:hover .spade-two {
opacity: 1;
visibility: visible;
}
.blog .blog__single .spade-two {
position: absolute;
bottom: 20px;
inset-inline-end: 20px;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: -1;
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.blog .blog__single-thumb {
position: relative;
margin-bottom: 30px;
}
.blog .blog__single-thumb a {
width: 100%;
overflow: hidden;
border-radius: 16px;
}
.blog .blog__single-thumb a img {
width: 100%;
min-height: 280px;
border-radius: 16px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog .blog__single-thumb .tag {
position: absolute;
top: 10px;
inset-inline-start: 10px;
}
.blog .blog__single-thumb .tag a {
padding: 8px 24px;
background-color: var(--secondary-color);
border-radius: 30px;
color: var(--white);
}
.blog .blog__single-thumb .tag a i {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.blog .blog__single-thumb .tag a:hover {
background-color: var(--base-color);
color: var(--black);
}
.blog .blog__single-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
row-gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
padding: 0px 12px;
}
.blog .blog__single-meta p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-weight: 600;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog .blog__single-meta p i {
color: var(--base-color);
}
.blog .blog__single-content {
padding: 0px 12px;
}
.blog .blog__single-content h5 {
font-weight: 700;
color: var(--secondary-color);
margin-top: -8px;
}
.blog .blog__single-cta {
margin-top: 32px;
padding: 0px 12px;
}
.blog .blog__single-cta a {
font-weight: 700;
color: var(--secondary-color);
font-size: 18px;
position: relative;
}
.blog .blog__single-cta a::before {
content: "";
position: absolute;
top: 85%;
inset-inline-start: 0px;
width: 76%;
height: 1px;
background-color: var(--secondary-color);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog .blog__single-cta a i {
color: var(--tertiary-color);
font-size: 20px;
margin-bottom: -2px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog .blog-bg {
position: absolute;
top: 0px;
inset-inline: 0px;
z-index: -2;
width: 100%;
height: 60%;
min-height: 400px;
}
.blog .blog-bg img {
width: 100%;
height: 100%;
}
.blog .spade {
position: absolute;
top: 25%;
inset-inline-start: 10%;
z-index: -1;
}
.blog .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.blog-two {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.blog-two .blog__single-thumb {
margin-top: 30px;
margin-bottom: 0px;
}
.blog-two .blog__single-cta {
margin-top: 40px;
}
.blog-two .spade {
top: 80%;
inset-inline-start: 90%;
}
.blog-main .blog__single-thumb {
position: relative;
margin-bottom: 30px;
}
.blog-main .blog__single-thumb a {
width: 100%;
overflow: hidden;
}
.blog-main .blog__single-thumb a img {
width: 100%;
min-height: 280px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog-main .blog__single-thumb .tag {
position: absolute;
top: 20px;
inset-inline-start: 20px;
}
.blog-main .blog__single-thumb .tag a {
padding: 8px 24px;
background-color: var(--secondary-color);
color: var(--white);
}
.blog-main .blog__single-thumb .tag a i {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.blog-main .blog__single-thumb .tag a:hover {
background-color: var(--base-color);
color: var(--black);
}
.blog-main .blog__single-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
row-gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.blog-main .blog__single-meta p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-weight: 600;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog-main .blog__single-meta p i {
color: var(--base-color);
}
.blog-main .blog__single-content h4 {
font-weight: 700;
color: var(--black);
margin-top: -8px;
margin-bottom: 8px;
}
.blog-main .blog__single-content h4:hover {
color: var(--hover-color);
}
.blog-main .blog__single-cta {
margin-top: 32px;
}
.blog-main .blog__single-cta a {
font-weight: 800;
color: var(--black);
font-size: 14px;
position: relative;
text-transform: uppercase;
gap: 12px;
}
.blog-main .blog__single-cta a:hover {
color: var(--hover-color);
}
.blog-main .blog__single-cta a i {
font-size: 16px;
margin-bottom: 0px;
}
.blog-main .blockquote-wrapper {
padding: 24px 24px;
background-color: #ebebeb;
border-left: 5px solid var(--quaternary-color);
}
.blog-main .blockquote-wrapper blockquote {
font-weight: 600;
font-style: italic;
color: var(--black);
}
.blog-main .blockquote-wrapper p {
margin-top: 12px !important;
font-weight: 700;
color: var(--quaternary-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 8px;
}
.blog-main .blockquote-wrapper p .line {
width: 26px;
height: 1px;
background-color: var(--quaternary-color);
}
.blog-main .details-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 24px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.blog-main .details-footer .details-tag {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-main .details-footer .tag-header h6 {
font-weight: 600;
color: var(--black);
}
.blog-main .details-footer .tag-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.blog-main .details-footer .tag-wrapper a {
font-size: 14px;
color: #555555;
border: 1px solid #707070;
padding: 2px 14px;
}
.blog-main .details-footer .tag-wrapper a:hover {
border-color: var(--base-color);
background-color: var(--base-color);
color: var(--black);
}
.blog-main .details-footer .social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px;
font-size: 14px;
color: var(--black);
background-color: #ebebeb;
}
.blog-main .details-footer .social a:hover {
background-color: var(--base-color);
}
.blog-main .cm-details-author {
text-align: center;
}
.blog-main .cm-details-author .author-thumb {
width: 100px;
min-width: 100px;
height: 100px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-inline: auto;
margin-bottom: 30px;
}
.blog-main .cm-details-author .author-thumb img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.blog-main .cm-details-author h6 {
font-weight: 700;
color: var(--black);
margin-top: -8px;
}
.blog-main .cm-details-author p {
max-width: 300px;
margin-inline: auto;
}
.blog-main .cm-details-author p:nth-last-of-type(1) {
margin-top: 16px;
}
.blog-main .cm-details-author .social {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 40px;
}
.blog-main .cm-details-author .social a {
width: 48px;
min-width: 48px;
height: 48px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px;
color: #7d7e80;
border: 1px solid #7d7e80;
font-size: 14px;
}
.blog-main .cm-details-author .social a:hover {
border-color: var(--black);
background-color: var(--black);
color: var(--base-color);
}
.blog-main .cm-sidebar-widget {
background-color: #ebebeb !important;
}
.blog-main .cm-sidebar-widget form {
background-color: #ebebeb;
border-color: #e9d1d1 !important;
}
.blog-main .cm-sidebar-widget form input {
background-color: transparent;
}
.blog-main .cm-categories a {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 16px 20px;
background-color: var(--white);
border: 1px solid #e9d1d1;
margin-bottom: 20px;
color: var(--black);
}
.blog-main .cm-categories a:nth-last-of-type(1) {
margin-bottom: 0px;
}
.blog-main .cm-categories a:hover {
background-color: var(--black);
color: var(--white);
}  .award {
padding: 100px 0px;
position: relative;
z-index: 1;
}
.award .award__single {
position: relative;
overflow: hidden;
}
.award .award__single .thumb {
line-height: 0;
}
.award .award__single:hover .content {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.award .award__single .thumb a {
width: 100%;
border-radius: 20px;
overflow: hidden;
}
.award .award__single .thumb img {
width: 100%;
height: 100%;
border-radius: 20px;
min-height: 300px;
max-height: 410px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.award .award__single .content {
padding: 40px 20px;
border-radius: 11px;
background: rgba(10, 32, 28, 0.51);
-webkit-backdrop-filter: blur(10.5px);
backdrop-filter: blur(10.5px);
position: absolute;
bottom: 30px;
margin-inline: 20px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: calc(100% - 40px);
max-width: 460px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 16px;
-webkit-transform: translateY(150%);
transform: translateY(150%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.award .award__single .content h5 {
font-weight: 700;
color: var(--white);
}
.award .award__single .content h5:hover {
color: var(--base-color);
}
.award .award__single .content p {
color: var(--white);
font-size: 14px;
}
.award .award__single .content .award__thumb a {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--base-color);
color: var(--black);
}
.award .award__single .content .award__thumb a:hover {
background-color: var(--white);
color: var(--black);
}
.award .award__single .content .award__thumb a i {
font-size: 20px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.award .spade {
position: absolute;
bottom: 5%;
inset-inline-start: 20%;
z-index: -1;
}
.award .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.gallery__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0;
overflow: hidden;
position: relative;
}
.gallery__slider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation: marquee 16s linear infinite;
animation: marquee 16s linear infinite;
-webkit-animation-play-state: running;
animation-play-state: running;
}
.gallery__slider:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.gallery__single {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 76.9230769231%;
position: relative;
z-index: 1;
overflow: hidden;
}
.gallery__single::after {
content: "";
position: absolute;
inset: 0px;
background-color: rgba(9, 31, 27, 0.5019607843);
width: 100%;
height: 0%;
z-index: -1;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.gallery__single:hover a {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.gallery__single:hover::after {
height: 100%;
}
.gallery__single:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.gallery__single img {
width: 100%;
min-height: 300px;
z-index: -2;
position: relative;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.gallery__single a {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
width: 60px;
min-width: 60px;
height: 60px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--base-color);
color: var(--black);
font-size: 24px;
}
.gallery__single a:hover {
background-color: var(--white);
color: var(--black);
}
@media (min-width: 768px) {
.gallery__single {
width: 33.3333333333%;
}
}
@media (min-width: 992px) {
.gallery__single {
width: 25%;
}
}
@media (min-width: 1200px) {
.gallery__single {
width: 20%;
}
}
@media (min-width: 1600px) {
.gallery__single {
width: 16.6666666667%;
}
}
@-webkit-keyframes marquee {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes marquee {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes marquee-rtl {
from {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
to {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes marquee-rtl {
from {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
to {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}  .faq {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.faq .accordion-item {
margin-bottom: 30px;
background-color: var(--white);
border-radius: 40px;
border: 1px solid #ddd;
-webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.faq .accordion-item:last-of-type {
margin-bottom: 0px;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
color: var(--white);
background-color: var(--quaternary-color);
border-radius: 40px 40px 0px 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
color: var(--white);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.faq .accordion-item .accordion-button {
border-radius: 0px;
color: var(--secondary-color);
position: relative;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 40px;
padding: 20px 30px;
font-weight: 700;
}
.faq .accordion-item .accordion-button::after {
content: "\f105";
font-family: "Font Awesome 6 Free";
font-weight: 900;
width: 24px;
min-width: 24px;
height: 24px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px;
background-image: none;
font-size: 20px;
color: var(--secondary-color);
}
.faq .accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
border-radius: 50px;
}
.faq .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
border-radius: 50px;
}
.faq h6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
font-weight: 600;
color: var(--secondary-color);
}
.faq h6 button {
padding: 0px;
font-size: inherit;
line-height: inherit;
border: none;
outline: none;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
padding: 16px 0px;
border-radius: 50px;
color: var(--secondary-color);
}
.faq .accordion-body {
padding: 24px 30px;
border: 0px;
}
.faq .accordion-body p {
color: #747474;
}
.faq .faq__thumb-inner {
min-width: 800px;
position: relative;
}
.faq .faq__thumb-inner img {
width: unset;
}
.faq .faq__thumb-inner .parallax-image-wrap,
.faq .faq__thumb-inner .parallax-image-inner {
border-radius: 10px;
}
.faq .faq__thumb-inner .thumb-sm {
position: absolute;
top: 80px;
inset-inline-start: 40%;
border: 10px solid var(--white);
border-radius: 20px;
}
.faq .faq__thumb-inner .thumb-lg {
position: relative;
display: inline-block;
border: 10px solid var(--white);
border-radius: 20px;
}
.faq .faq__thumb-inner .thumb-lg::before {
content: "";
position: absolute;
bottom: 0px;
inset-inline-end: -40px;
width: 20px;
height: 200px;
background-color: var(--base-color);
border-radius: 20px;
}
.faq .shape {
position: absolute;
z-index: -2;
background-color: var(--quaternary-color);
inset-inline-end: 0px;
top: 0px;
bottom: 0px;
width: 47vw;
}
.faq .shape img {
position: absolute;
inset-inline-start: -2px;
top: 0px;
bottom: 0px;
height: 100%;
}  .overview {
position: relative;
top: -50px;
z-index: 1;
margin-bottom: -50px;
}
.overview .overview__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
}
.overview .overview__single {
width: 100%;
height: 100%;
padding: 40px 20px;
background-color: var(--base-color);
}
.overview h4 {
margin-top: -8px;
font-weight: 800;
color: var(--black);
}
.overview .cause__progress {
margin-block: 30px 25px;
}
.overview .progress-bar {
overflow: visible;
}
.overview .progress-bar-percent {
background-color: var(--black);
}
.overview .percent-value {
position: absolute;
bottom: 100%;
inset-inline-end: 0px;
color: var(--black);
font-weight: 700;
}
.overview .overview__left {
border-radius: 10px;
}
.overview .cause-progress__goal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.overview .cause-progress__goal span {
font-weight: 600;
color: var(--black);
}
.overview .cause-progress__goal h5 {
font-weight: 800;
color: var(--black);
}
.overview .overview__right {
background-color: var(--quaternary-color);
border-radius: 10px;
}
.overview .overview__right span {
padding: 4px 24px;
border: 1px solid var(--white);
border-radius: 30px;
}
.overview .overview__right h4 {
margin-block: 16px 12px;
font-weight: 600;
}
.overview .overview__right span,
.overview .overview__right h4,
.overview .overview__right p {
color: var(--white);
}  .donation-future {
position: relative;
z-index: 1;
overflow: hidden;
padding-top: 100px;
}
.donation-future .donation-future__content {
position: relative;
z-index: 2;
}
.donation-future .sub-title {
color: var(--base-color);
}
.donation-future h2 {
color: var(--white);
}
.donation-future .video-btn-wrapper {
position: static;
-webkit-transform: none;
transform: none;
margin-top: 40px;
}
.donation-future .video-btn-wrapper a {
background-color: var(--quaternary-color);
color: var(--white);
width: 130px;
min-width: 130px;
height: 130px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.donation-future .video-btn-wrapper a i {
color: var(--white);
font-size: 30px;
}
.donation-future .donation-bg {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 70%;
z-index: -3;
}
.donation-future .donation-bg .parallax-image-wrap,
.donation-future .donation-bg .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -3;
}
.donation-future .donation-bg .parallax-image {
width: 100%;
height: 100%;
-o-object-position: top;
object-position: top;
}
.donation-future .donation-bg::after {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
z-index: -2;
}
.donation-future .donation-bg .shape {
position: absolute;
bottom: -40px;
left: 0px;
right: 0px;
width: 100%;
z-index: 1;
height: 70px;
-o-object-position: top;
object-position: top;
}
.donation-future .donation-future__thumb {
padding: 60px 20px;
margin-bottom: 10px;
background-color: var(--white);
background-repeat: no-repeat;
background-size: 110% 110%;
background-position: center center;
border-radius: 11px;
border: 14px solid #fff;
-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
position: relative;
z-index: 2;
}
.donation-future .donation-future__thumb h4 {
font-weight: 800;
margin-top: -8px;
color: var(--secondary-color);
}
.donation-future .donation-future__thumb .progress-bar-single {
margin-top: 80px;
}
.donation-future .donation-future__thumb .progress-bar {
height: 16px;
overflow: visible;
background-color: var(--white);
}
.donation-future .donation-future__thumb .percent-value {
position: absolute;
bottom: calc(100% + 20px);
inset-inline-end: -10px;
color: var(--quaternary-color);
font-weight: 700;
}
.donation-future .donation-future__thumb .progress-bar-percent {
background-color: var(--quaternary-color);
}
.donation-future .donation-future__thumb .progress-bar-percent::before {
content: "";
position: absolute;
top: 50%;
inset-inline-end: 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
height: 20px;
background-color: var(--white);
outline: 8px solid var(--quaternary-color);
border-radius: 50%;
}
.donation-future .donation-future__thumb .cause-progress__goal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 25px;
}
.donation-future .donation-future__thumb .cause-progress__goal p {
font-size: 18px;
font-weight: 700;
color: var(--secondary-color);
}
.donation-future .donation-future__thumb hr {
margin: 30px 0px 40px;
border: 0px;
width: 100%;
height: 1px;
background: #d9d9d9;
}
.donation-future .donation-future__thumb .made-amount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px;
}
.donation-future .donation-future__thumb .donation-amount {
padding: 16px 30px;
border: 1px solid var(--white);
background-color: var(--white);
border-radius: 30px;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: var(--secondary-color);
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.donation-future .donation-future__thumb .donation-amount:hover {
background-color: var(--quaternary-color);
color: var(--white);
border-color: var(--quaternary-color);
}
.donation-future .donation-future__thumb .active {
background-color: var(--quaternary-color);
color: var(--white);
border-color: var(--quaternary-color);
}
.donation-future .donation-future__thumb .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
color: var(--white);
}
.donation-future .donation-future__thumb .btn--primary::before, .donation-future .donation-future__thumb .btn--primary::after {
border-radius: 0px;
background-color: var(--quaternary-color);
}
.donation-future .donation-future__thumb .btn--primary i {
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.donation-future .donation-future__thumb .btn--primary:hover {
background-color: var(--base-color);
color: var(--black);
}
.donate-inner {
padding: 80px 20px 160px;
margin-inline: 8px;
border-radius: 12px;
background: #fff;
-webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
top: -60px;
margin-bottom: -60px;
position: relative;
z-index: 3;
}
.donate-inner .community-donation__inner h5 {
font-weight: 700;
color: var(--black);
margin-top: -8px;
}
.donate-inner .community-donation {
padding: 0px !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.donate-inner .community-donation hr {
height: 1px;
width: 100%;
background-color: #d9d9d9;
margin: 80px 0px;
border: 0px !important;
}
.donate-inner .community-donation .cta {
margin-top: 40px !important;
}
.donate-inner .community-donation .form-cta .btn--primary {
padding: 16px 20px !important;
}
.donate-inner .warning {
margin: 20px 0px 0px !important;
}
.donate-inner .donation-form {
margin-top: 50px !important;
}
.donate-inner .checkout__form {
padding-bottom: 60px;
}
.donate-inner .radio-wrapper {
padding: 0px !important;
margin: 16px 0px 0px !important;
}  .counter {
position: relative;
z-index: 1;
overflow: hidden;
padding: 100px 0px;
}
.counter .counter__inner {
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 60px;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.counter .divider {
border-right: 1px dashed var(--base-color);
display: none;
}
.counter .counter__single {
text-align: center;
width: 100%;
}
.counter .counter__single:hover .thumb {
border-color: var(--base-color);
background-color: var(--base-color);
}
.counter .counter__single:hover .thumb i {
color: var(--black);
}
.counter .counter__single div {
line-height: inherit !important;
}
.counter .counter__single h2 {
color: var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 800;
}
.counter .counter__single h5 {
font-weight: 600;
color: var(--white);
margin-bottom: -8px;
}
.counter .counter__single .prefix {
margin-top: -10px;
margin-left: 10px;
}
.counter .counter__single .thumb {
width: 90px;
min-width: 90px;
height: 90px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid var(--white);
-webkit-transition: var(--transition);
transition: var(--transition);
margin-inline: auto;
margin-bottom: 30px;
}
.counter .counter__single .thumb i {
font-size: 30px;
color: var(--white);
-webkit-transition: inherit;
transition: inherit;
}
.counter .poor {
position: absolute;
inset: 0px;
height: 100%;
width: 100%;
z-index: -3;
}
.counter .poor::before {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
width: 100%;
height: 100%;
z-index: -1;
}
.counter .poor .parallax-image-wrap,
.counter .poor .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -3;
}
.counter .poor .parallax-image {
width: 100%;
height: 100%;
}
.counter .shape-left {
position: absolute;
inset-inline-start: 0px;
top: -50px;
bottom: 0px;
z-index: -2;
}
.counter .shape-left img {
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
max-width: 20vw;
min-width: 50px;
}  .event {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.event::before {
content: "";
position: absolute;
bottom: 0px;
inset-inline: 0px;
background-color: #efefef;
width: 100%;
height: 30%;
z-index: -1;
}
.event .event__single-wrapper {
margin-bottom: 30px;
}
.event .event__single-wrapper:nth-last-of-type(1) {
margin-bottom: 0px;
}
.event .event__single {
position: relative;
overflow: hidden;
}
.event .event__content {
position: absolute;
bottom: 0px;
inset-inline: 0px;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 40px 20px;
}
.event .event__content::after {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -1;
border-radius: 0px 0px 5px 5px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 11, 27, 0)), to(rgba(8, 12, 38, 0.9)));
background: linear-gradient(180deg, rgba(8, 11, 27, 0) 0%, rgba(8, 12, 38, 0.9) 100%);
}
.event .event__content span,
.event .event__content h4,
.event .event__content p {
color: var(--white);
}
.event .event__content span {
font-weight: 500;
}
.event .event__content h4 {
font-weight: 700;
margin: 12px 0px;
}
.event .event__content p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-weight: 600;
}
.event .event__content p i {
font-size: 20px;
}
.event .event__single-thumb .parallax-image-inner,
.event .event__single-thumb .parallax-image-wrap {
border-radius: 5px;
}
.event .event__single-thumb img {
width: 100%;
min-height: 380px;
border-radius: 5px;
}
.event .event-single-alt .event__single-thumb img {
min-height: 300px;
max-height: 330px;
}
.event .spade {
position: absolute;
bottom: 30%;
inset-inline-start: 18%;
z-index: -1;
}
.event .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.cm-details {
padding: 100px 0px;
}
.cm-details .cm-details__poster {
border-radius: 20px;
}
.cm-details .cm-details__poster .parallax-image-wrap,
.cm-details .cm-details__poster .parallax-image-inner {
border-radius: 20px;
}
.cm-details .cm-details__poster img {
width: 100%;
min-height: 300px;
border-radius: 20px;
}
.cm-details .cm-details-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
row-gap: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 24px;
}
.cm-details .cm-details-meta p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-weight: 500;
color: var(--black);
}
.cm-details .cm-details-meta p i {
font-size: 20px;
color: var(--base-color);
}
.cm-details .cm-group h3 {
font-weight: 800;
color: var(--black);
margin-top: -8px;
margin-bottom: 18px;
}
.cm-details .cm-group p {
margin-top: 24px;
}
.cm-details .cm-group p:nth-of-type(1) {
margin-top: 0px;
}
.cm-details .cm-details__list {
margin-top: 40px;
}
.cm-details .cm-details__list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
row-gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-details .cm-details__list ul li {
width: 100%;
font-weight: 700;
color: var(--black);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-size: 18px;
}
.cm-details .cm-details__list ul li i {
color: var(--quaternary-color);
}
.cm-details .cm-details__list ul li i::before {
font-weight: 700;
}
.cm-details .cm-img-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-details .cm-img-group .cm-img-single {
width: 100%;
border-radius: 5px;
}
.cm-details .cm-img-group .cm-img-single .parallax-image-wrap,
.cm-details .cm-img-group .cm-img-single .parallax-image-inner {
border-radius: 5px;
}
.cm-details .cm-img-group .cm-img-single img {
width: 100%;
border-radius: 5px;
min-height: 200px;
}
.cm-details .cm-event {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-details .cm-event .cm-event-single {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.cm-details .cm-event .cm-event-single:nth-of-type(2) a {
background-color: #40aedf;
}
.cm-details .cm-event .cm-event-single:nth-of-type(3) a {
background-color: #be1f31;
}
.cm-details .cm-event .cm-event-single:nth-of-type(4) a {
background-color: #1881b8;
}
.cm-details .cm-event .cm-event-single:nth-of-type(5) a {
background-color: #e85838;
}
.cm-details .cm-event a {
width: 100%;
background-color: #4c65a3;
padding: 30px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
font-size: 20px;
font-weight: 700;
color: var(--white);
position: relative;
z-index: 1;
overflow: hidden;
}
.cm-details .cm-event a img {
position: absolute;
z-index: -1;
inset: 0px;
width: 100%;
height: 100%;
}
.cm-details .cm-map {
height: 100%;
min-height: 450px;
position: relative;
border-radius: 20px;
pointer-events: none;
}
.cm-details .cm-map iframe {
width: 100%;
height: 100%;
position: absolute;
inset: 0px;
border-radius: 20px;
}
.cm-details .blog-comment {
padding-top: 100px;
}
.cm-details .blog-comment .comment-header {
margin-bottom: 60px;
}
.cm-details .blog-comment .comment-header h4 {
font-weight: 800;
color: var(--black);
margin-top: -8px;
}
.cm-details .blog-comment .comment-single {
border-radius: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 24px;
margin-bottom: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cm-details .blog-comment .comment-single:nth-last-of-type(1) {
margin-bottom: 0px;
}
.cm-details .blog-comment .comment-single .thumb {
width: 120px;
min-width: 120px;
height: 120px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px;
border: 1px dashed var(--base-color);
}
.cm-details .blog-comment .comment-single .thumb img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.cm-details .blog-comment .comment-single h5 {
font-weight: 700;
color: var(--black);
margin-top: -8px;
margin-bottom: 8px;
}
.cm-details .blog-comment .comment-single p {
max-width: 540px;
}
.cm-details .blog-comment .comment-single .comment-single__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 8px;
margin-top: 15px;
}
.cm-details .blog-comment .comment-single .comment-single__meta p,
.cm-details .blog-comment .comment-single .comment-single__meta button {
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-weight: 700;
}
.cm-details .blog-comment .comment-single .comment-single__meta button:hover {
color: var(--hover-color);
}
.cm-details .blog-comment .comment-single .comment-single__meta .active {
color: var(--hover-color);
}
.cm-details .blog-comment .comment-single .reply-comment {
margin-top: 40px;
display: none;
}
.cm-details .blog-comment .comment-single .reply-comment .input-group {
margin-bottom: 0px !important;
gap: 0px !important;
}
.cm-details .blog-comment .comment-single .reply-comment .input-single {
width: 100%;
margin-bottom: 20px;
}
.cm-details .blog-comment .comment-single .reply-comment .input-single textarea {
background-color: transparent;
border: 1px solid #ccc8c8;
height: 120px;
min-height: 120px;
-webkit-transition: var(--transition);
transition: var(--transition);
border-radius: 20px;
color: var(--black);
}
.cm-details .blog-comment .comment-single .reply-comment .btn--secondary {
width: auto;
font-size: 16px !important;
}
.cm-details .blog-comment .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-details .blog-comment .form-group .input-icon {
width: 100%;
}
.cm-details .blog-comment .input-icon {
position: relative;
width: 100%;
background-color: #f2f2f2;
padding: 12px 20px;
border-radius: 5px;
}
.cm-details .blog-comment .input-icon input,
.cm-details .blog-comment .input-icon textarea {
-webkit-padding-start: 24px !important;
padding-inline-start: 24px !important;
background-color: transparent;
width: 100%;
max-height: 160px;
}
.cm-details .blog-comment .input-icon i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline-start: 16px;
}
.cm-details .blog-comment .input-icon-alt i {
top: 20px;
-webkit-transform: none;
transform: none;
}
.cm-details .blog-comment .comment__form {
padding: 60px 20px;
background-color: #fff;
margin-top: 80px;
-webkit-filter: drop-shadow(0px 3px 13.5px rgba(66, 31, 210, 0.07));
filter: drop-shadow(0px 3px 13.5px rgba(66, 31, 210, 0.07));
}
.cm-details .blog-comment .comment__form .comment-header {
margin-bottom: 30px;
}
.cm-details .blog-comment .comment__form .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
margin-bottom: 24px;
}
.cm-details .blog-comment .comment__form .form-group .input-single {
width: calc(50% - 12px);
margin: 0px;
}
.cm-details .blog-comment .comment__form textarea:focus + .cmn-shape path {
stroke-dasharray: 3000px;
stroke-dashoffset: -3000px;
-webkit-animation: animate-stroke-four 1.6s linear forwards;
animation: animate-stroke-four 1.6s linear forwards;
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}
@-webkit-keyframes animate-stroke-four {
0% {
stroke-dasharray: 3000px;
stroke-dashoffset: 3000px;
stroke: var(--quaternary-color);
}
100% {
stroke-dashoffset: 0;
stroke: var(--quaternary-color);
}
}
@keyframes animate-stroke-four {
0% {
stroke-dasharray: 3000px;
stroke-dashoffset: 3000px;
stroke: var(--quaternary-color);
}
100% {
stroke-dashoffset: 0;
stroke: var(--quaternary-color);
}
}
.cm-details .cm-sidebar-widget {
padding: 40px 20px;
border-radius: 20px;
background-color: var(--white);
-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
margin-bottom: 40px;
}
.cm-details .cm-sidebar-widget:nth-last-of-type(1) {
margin-bottom: 0px;
}
.cm-details .cm-sidebar-widget .intro {
margin-bottom: 30px;
}
.cm-details .cm-sidebar-widget .intro h5 {
font-weight: 800;
color: var(--black);
line-height: 1;
}
.cm-details .cm-sidebar-widget form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
border: 1px solid #ececec;
border-radius: 10px;
padding-inline: 16px;
}
.cm-details .cm-sidebar-widget form input {
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-block: 12px;
color: var(--black);
}
.cm-details .cm-sidebar-widget form button:hover {
color: var(--base-color);
}
.cm-details .cm-sidebar-widget .single-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
align-items: flex-start;
gap: 16px;
row-gap: 16px;
margin-bottom: 30px;
}
.cm-details .cm-sidebar-widget .single-item:nth-last-of-type(1) {
margin-bottom: 0px;
}
.cm-details .cm-sidebar-widget .single-item .thumb {
width: 80px;
min-width: 80px;
height: 80px;
border-radius: 10px;
}
.cm-details .cm-sidebar-widget .single-item .thumb a,
.cm-details .cm-sidebar-widget .single-item .thumb img {
width: 100%;
height: 100%;
border-radius: 10px;
}
.cm-details .cm-sidebar-widget .single-item .content {
margin: 0px;
padding: 0px !important;
border-radius: 0px !important;
background-color: transparent !important;
}
.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(2) {
font-size: 18px;
font-weight: 600;
color: var(--black);
line-height: 24px;
}
.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(2):hover {
color: var(--quaternary-color);
}
.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(1) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-size: 14px;
margin-bottom: 5px;
}
.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(1) i {
line-height: 1;
margin-top: -3px;
}
.cm-details .cm-sidebar-widget .tag-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-details .cm-sidebar-widget .tag-wrapper a {
padding: 8px 20px;
border: 1px solid #f2f2f2;
background-color: #f2f2f2;
border-radius: 0px;
color: var(--black);
font-weight: 500;
}
.cm-details .cm-sidebar-widget .tag-wrapper a:hover {
background-color: var(--base-color);
color: var(--black);
}
.cm-details .cm-sidebar-overview {
padding: 60px 20px;
text-align: center;
border-radius: 20px;
position: relative;
z-index: 1;
}
.cm-details .cm-sidebar-overview .parallax-image,
.cm-details .cm-sidebar-overview .parallax-image-wrap,
.cm-details .cm-sidebar-overview .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -1;
border-radius: 20px;
}
.cm-details .cm-sidebar-overview .cm-content {
margin-block: 40px 60px;
}
.cm-details .cm-sidebar-overview .cm-content p {
color: var(--white);
font-weight: 500;
font-size: 18px;
margin-bottom: 12px;
}
.cm-details .cm-sidebar-overview .cm-content h4 {
font-weight: 700;
color: var(--white);
}
.cm-details .cm-sidebar-overview .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.cm-details .cm-sidebar-overview .btn--primary::before, .cm-details .cm-sidebar-overview .btn--primary::after {
border-radius: 0px;
}
.cm-details .cm-sidebar-overview .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.cm-details .cm-sidebar-overview .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}  .contact {
position: relative;
z-index: 1;
overflow: hidden;
}
.contact .contact__content {
padding: 100px 20px;
background-color: var(--quaternary-color);
}
.contact .sub-title {
color: var(--base-color);
}
.contact h2 {
color: var(--white);
}
.contact .row > * {
padding-inline: 0px;
}
.contact .contact-bg {
position: absolute;
inset: 0px;
height: 100%;
width: 100%;
z-index: -3;
}
.contact .contact-bg::before {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, rgba(9, 31, 27, 0.1882352941) 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
width: 100%;
height: 100%;
z-index: -1;
}
.contact .contact-bg .parallax-image-wrap,
.contact .contact-bg .parallax-image-inner {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -3;
}
.contact .contact-bg .parallax-image {
width: 100%;
height: 100%;
}
.contact .shape-left {
position: absolute;
inset-inline-start: 0px;
top: -50px;
bottom: 0px;
z-index: -2;
}
.contact .shape-left img {
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
max-width: 20vw;
min-width: 50px;
}
.contact-main .contact-main__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
row-gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-main .contact-main__single {
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
}
.contact-main .thumb {
margin-top: 6px;
}
.contact-main .thumb i {
font-size: 20px;
color: var(--hover-color);
}
.contact-main .content {
padding: 0px !important;
}
.contact-main .content h6 {
font-weight: 800;
color: var(--black);
margin-bottom: 14px;
}
.contact-main .content p {
margin-bottom: 0px;
}
.contact-main .content p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.contact-main .content a {
text-transform: lowercase;
font-weight: 500;
}
.contact-main .content a:hover {
color: var(--hover-color);
}
.contact-main .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.contact-main .social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #696969;
color: #696969;
font-size: 14px;
}
.contact-main .social a:hover {
background-color: var(--base-color);
color: var(--black);
border-color: var(--base-color);
}
.contact-main .contact-main__thumb img {
width: 100%;
min-height: 250px;
}  .shop {
padding: 100px 0px;
}
.shop .shop__content-intro {
padding: 24px 20px;
border: 1px solid #ececec;
border-radius: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.shop .shop__content-intro p strong {
color: var(--quaternary-color);
}
.shop .shop-intro__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shop .select {
float: unset;
}
.shop .shop-right-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.shop .shop-right-single button {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.shop .shop__single .btn--primary {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%) translateY(100%);
transform: translateX(-50%) translateY(100%);
opacity: 0;
visibility: hidden;
bottom: 16px;
padding: 12px 50px;
border-radius: 40px;
color: var(--white);
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
.shop .shop__single .btn--primary::before, .shop .shop__single .btn--primary::after {
background-color: var(--quaternary-color);
border-radius: 0px;
}
.shop .shop__single .btn--primary:hover {
background-color: var(--base-color);
color: var(--black);
}
.shop .shop__single:hover .shop__single-thumb img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.shop .shop__single:hover .shop-thumb {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
visibility: visible;
}
.shop .shop__single:hover .btn--primary {
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
opacity: 1;
visibility: visible;
}
.shop .shop__single-thumb {
position: relative;
padding: 40px 20px;
z-index: 1;
overflow: hidden;
text-align: center;
border: 1px solid #ececec;
border-radius: 15px;
}
.shop .shop__single-thumb img {
-webkit-transition: var(--transition);
transition: var(--transition);
width: 200px;
height: 200px;
-o-object-fit: contain;
object-fit: contain;
}
.shop .shop-thumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
top: 16px;
inset-inline-end: 16px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.shop .shop-thumb a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #ececec;
border-radius: 5px;
color: var(--black);
}
.shop .shop-thumb a:nth-last-of-type(1) i {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.shop .shop-thumb a:hover {
color: var(--black);
background-color: var(--base-color);
}
.shop .shop__single-content {
text-align: center;
margin-top: 20px;
}
.shop .shop__single-content .review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.shop .shop__single-content .review i {
font-size: 18px;
color: var(--base-color);
}
.shop .shop__single-content p {
color: var(--black);
}
.shop .shop__single-content a {
font-weight: 700;
color: var(--black);
margin-block: 12px 4px;
}
.shop .shop__single-content a:hover {
color: var(--quaternary-color);
}
.shop-sidebar-widget {
padding: 40px 24px;
background-color: var(--white);
border-radius: 10px;
-webkit-box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
margin-bottom: 40px;
}
.shop-sidebar-widget:nth-last-of-type(1) {
margin-bottom: 0px;
}
.shop-sidebar-widget .intro {
margin-bottom: 30px;
}
.shop-sidebar-widget .intro h5 {
font-weight: 800;
color: var(--black);
line-height: 1;
-webkit-border-start: 2px solid var(--base-color);
border-inline-start: 2px solid var(--base-color);
-webkit-padding-start: 10px;
padding-inline-start: 10px;
}
.shop-sidebar-widget form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
border: 1px solid #ececec;
border-radius: 10px;
padding-inline: 16px;
}
.shop-sidebar-widget form input {
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-block: 12px;
color: var(--black);
}
.shop-sidebar-widget form button:hover {
color: var(--base-color);
}
.shop-sidebar-widget .sidebar-list li {
margin-bottom: 8px;
}
.shop-sidebar-widget .sidebar-list li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.shop-sidebar-widget .sidebar-list a {
color: var(--black);
}
.shop-sidebar-widget .sidebar-list a i {
font-size: 14px;
}
.shop-sidebar-widget .sidebar-list a:hover {
-webkit-padding-start: 12px;
padding-inline-start: 12px;
color: var(--quaternary-color);
}
.shop-sidebar-widget .filter-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.shop-sidebar-widget .filter-wrapper .range__slider {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
height: 6px;
background-color: #e3e5f1;
border: 0px solid transparent;
border-radius: 6px;
}
.shop-sidebar-widget .filter-wrapper .range__slider:focus {
border: 0px solid transparent;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
outline: none;
}
.shop-sidebar-widget .filter-wrapper .range__slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #ffc107;
border: none;
outline: none;
cursor: pointer;
border-radius: 50%;
}
.shop-sidebar-widget .filter-wrapper .filter-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
margin-top: 24px;
}
.shop-sidebar-widget .filter-wrapper .filter-cta p {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 700;
color: var(--black);
}
.shop-sidebar-widget .filter-wrapper .filter-cta .btn--primary {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
border-radius: 5px;
}
.shop-sidebar-widget .size-wrapper .radio-single {
margin-bottom: 16px;
}
.shop-sidebar-widget .size-wrapper .radio-single:nth-last-of-type(1) {
margin-bottom: 0px;
}
.shop-sidebar-widget .size-wrapper .radio-single input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0px;
display: none;
cursor: pointer;
}
.shop-sidebar-widget .size-wrapper .radio-single label {
position: relative;
cursor: pointer;
font-weight: 700;
color: var(--black);
}
.shop-sidebar-widget .size-wrapper .radio-single label:before {
content: "";
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 1px solid #c5bcbc;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 10px;
width: 24px;
height: 24px;
border-radius: 5px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
-webkit-margin-end: 12px;
margin-inline-end: 12px;
margin-top: -2px;
}
.shop-sidebar-widget .size-wrapper .radio-single input:checked + label:after {
content: "";
display: block;
position: absolute;
top: 8px;
inset-inline-start: 9px;
width: 6px;
height: 10px;
border: solid var(--black);
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.shop-sidebar-widget .size-wrapper .radio-single input:checked + label::before {
border-color: var(--base-color);
background-color: var(--base-color);
}
.shop-sidebar-widget .review-wrapper label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.shop-sidebar-widget .review-wrapper label i {
font-size: 14px;
}
.shop-sidebar-widget .review-wrapper label .checked {
color: var(--base-color);
}
.shop-sidebar-widget .tag-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shop-sidebar-widget .tag-wrapper a {
padding: 8px 16px;
border: 1px solid #eff2f6;
border-radius: 30px;
color: var(--black);
font-weight: 500;
font-size: 14px;
}
.shop-sidebar-widget .tag-wrapper a:hover {
background-color: var(--base-color);
color: var(--black);
}
.product-details {
padding: 100px 0px;
}
.product-details .product-details__slider-thumb {
padding: 40px 20px;
border-radius: 15px;
border: 1px solid #eaeaea;
}
.product-details .product-details-slider-single {
text-align: center;
}
.product-details .product-details-slider-single img {
min-height: 280px;
}
.product-details .product-details-slider-gallery {
margin-top: 40px;
}
.product-details .sm-gallery {
padding: 12px 20px;
border: 1px solid #f2f2f2;
border-radius: 15px;
text-align: center;
}
.product-details .product-details__content .review-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-details .product-details__content .review-wrapper span {
background-color: #ff1b1b;
border-radius: 5px;
padding-inline: 8px;
color: var(--white);
}
.product-details .product-details__content .review-wrapper .review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
}
.product-details .product-details__content .review-wrapper .review i {
font-size: 18px;
color: var(--base-color);
}
.product-details .product-details__content .review-wrapper p {
font-weight: 600;
color: var(--black);
}
.product-details .product-details__content .product-meta {
margin-top: 24px;
}
.product-details .product-details__content .product-meta h3 {
font-weight: 700;
color: var(--black);
}
.product-details .product-details__content .product-meta p {
font-weight: 500;
margin-top: 8px;
}
.product-details .product-details__content .product-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
row-gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-block: 25px;
}
.product-details .product-details__content .product-price h4 {
font-weight: 700;
color: var(--black);
}
.product-details .product-details__content .product-price h6 {
font-weight: 700;
color: #ff1b1b;
}
.product-details .product-details__content .product-color {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.product-details .product-details__content .product-color p {
font-weight: 700;
color: var(--black);
line-height: 1;
margin: 0px;
}
.product-details .product-details__content .product-color .product-colors {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.product-details .product-details__content .product-color .product-colors span {
width: 16px;
min-width: 16px;
height: 16px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1;
background-color: var(--quaternary-color);
cursor: pointer;
}
.product-details .product-details__content .product-color .product-colors span:nth-of-type(2) {
background-color: var(--tertiary-color);
}
.product-details .product-details__content .product-color .product-colors span:nth-of-type(3) {
background-color: var(--base-color);
}
.product-details .product-details__content .product-color .product-colors span:nth-of-type(4) {
background-color: var(--black);
}
.product-details .product-details__content .product-color .product-colors span:nth-of-type(5) {
background-color: var(--template-color);
}
.product-details .product-details__content .product-size {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.product-details .product-details__content .product-size p {
font-weight: 700;
color: var(--black);
line-height: 1;
margin: 0px;
}
.product-details .product-details__content .product-size .product-sizes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
.product-details .product-details__content .product-size .product-sizes span {
padding: 6px 12px;
border: 1px solid #f2f2f2;
font-weight: 600;
color: var(--black);
line-height: 1;
-webkit-transition: var(--transition);
transition: var(--transition);
font-size: 12px;
}
.product-details .product-details__content .product-size .product-sizes span:hover {
background-color: var(--base-color);
color: var(--black);
}
.product-details .product-details__content .product-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.product-details .product-details__content .product-quantity p {
font-weight: 700;
color: var(--black);
line-height: 1;
margin: 0px;
}
.product-details .product-details__content .product-quantity .measure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
padding: 10px 16px;
border: 1px solid #beb6b6;
border-radius: 10px;
}
.product-details .product-details__content .product-quantity .measure button,
.product-details .product-details__content .product-quantity .measure .item-quantity {
width: 30px;
min-width: 30px;
height: 30px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px;
color: var(--black);
font-size: 18px;
font-weight: 700;
}
.product-details .product-details__content .product-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-block: 40px 16px;
}
.product-details .product-details__content .product-cta .btn--primary {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 24px;
border-radius: 40px;
}
.product-details .product-details__content .product-cta .btn--primary::before, .product-details .product-details__content .product-cta .btn--primary::after {
border-radius: 0px;
}
.product-details .product-details__content .product-cta .fav-btn {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
width: 60px;
min-width: 60px;
height: 60px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 36px;
background: var(--white);
-webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
font-size: 20px;
color: var(--black);
}
.product-details .product-details__content .product-cta .fav-btn:hover {
background-color: var(--base-color);
color: var(--black);
}
.product-details .product-details__content .productsku {
margin-bottom: 20px;
}
.product-details .product-details__content .productsku p {
text-transform: capitalize;
}
.product-details .product-details__content .productsku strong {
font-weight: 700;
color: var(--black);
}
.product-details .product-details__content .sku p {
margin-bottom: 6px;
}
.product-details .product-details__content .sku p:nth-last-of-type(1) {
margin-bottom: 0px;
}
.product-details .product-details__content .sku strong {
font-weight: 700;
color: var(--black);
}
.product-tab {
padding: 100px 0px;
background: #f5f5f5;
}
.product-tab .product-tab__btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-tab .product-tab__btns .product-tab__btn {
padding: 12px 40px;
background-color: var(--white);
border: 1px solid var(--white);
border-radius: 30px;
font-weight: 700;
color: var(--black);
}
.product-tab .product-tab__btns .product-tab__btn:hover {
background-color: var(--black);
color: var(--white);
}
.product-tab .product-tab__btns .active {
background-color: var(--black);
color: var(--white);
}
.product-tab .product-tab__content {
margin-top: 60px;
}
.product-tab .content h4 {
font-weight: 700;
color: var(--black);
margin-block: -8px 8px;
}
.product-tab .content p {
font-weight: 500;
}
.product-tab .content-list h5 {
font-weight: 700;
color: var(--black);
margin-block: -8px 8px;
}
.product-tab .content-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 10px;
}
.product-tab .content-list ul li {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.product-tab .content-list ul li i {
color: var(--quaternary-color);
}
.cart-main {
padding: 100px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.cart-main .cart-table {
overflow-y: auto;
}
.cart-main .cart-table table {
min-width: 800px;
}
.cart-main .cart__inner {
border: 1px solid #f2f2f2;
}
.cart-main .cart__inner table {
width: 100%;
}
.cart-main .cart__inner tr {
width: 100%;
border-bottom: 1px solid #f2f2f2;
}
.cart-main .cart__inner tr th {
width: 20%;
padding: 24px;
font-weight: 700;
}
.cart-main .cart__inner tr th:nth-of-type(1) {
width: 40%;
}
.cart-main .cart__inner tr td {
width: 20%;
padding: 0px 24px;
}
.cart-main .cart__inner tr td:nth-of-type(1) {
width: 40%;
}
.cart-main .cart__inner .price,
.cart-main .cart__inner .sub {
font-weight: 700;
color: var(--black);
}
.cart-main .cart__inner .cart-product-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
padding: 20px 0px;
}
.cart-main .cart__inner .cart-product-wrapper .thumb {
width: 70px;
min-width: 70px;
position: relative;
}
.cart-main .cart__inner .cart-product-wrapper .thumb a {
width: 100%;
}
.cart-main .cart__inner .cart-product-wrapper .thumb .delete-item {
position: absolute;
bottom: 80%;
inset-inline-start: 80%;
font-size: 20px;
color: #fb2b39;
}
.cart-main .cart__inner .cart-product-wrapper p {
font-size: 18px;
font-weight: 700;
color: var(--black);
}
.cart-main .cart__inner .cart-product-wrapper p:hover {
color: var(--quaternary-color);
}
.cart-main .cart__inner .measure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0px;
margin-top: 10px;
}
.cart-main .cart__inner .measure button,
.cart-main .cart__inner .measure .item-quantity {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px;
border: 1px solid #f2f2f2;
background-color: var(--white);
color: var(--black);
font-size: 14px;
}
.cart-main .cart__inner .measure .item-quantity {
background-color: #ededed;
border: 0px;
}
.cart-main .cart-main__single {
padding: 30px 20px;
border: 1px solid #f2f2f2;
margin-bottom: 40px;
}
.cart-main .cart-main__single:nth-last-of-type(1) {
margin-bottom: 0px;
}
.cart-main .cart-main__single .intro {
text-align: center;
margin-bottom: 24px;
}
.cart-main .cart-main__single .intro h6 {
font-weight: 700;
color: var(--black);
}
.cart-main .cart-main__single .content-single {
border: 1px solid #f2f2f2;
border-radius: 5px;
margin-bottom: 20px;
padding: 14px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-main .cart-main__single .content-single p {
font-weight: 700;
color: var(--black);
}
.cart-main .cart-main__single .content-single p:nth-last-of-type(1) {
color: var(--template-color);
}
.cart-main .cart-main__single .content a {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 14px 20px;
font-weight: 700;
color: var(--black);
background-color: #f2f2f2;
border-radius: 5px;
}
.cart-main .cart-main__single .content a:hover {
background-color: var(--black);
color: var(--white);
}
.cart-main .cart-main__single .content .total {
background-color: var(--black);
color: var(--white);
}
.cart-main .cart-main__single .content .total:hover {
color: var(--black);
background-color: #f2f2f2;
}
.cart-main .update-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
row-gap: 16px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 40px;
padding: 0px 24px 40px;
}
.cart-main .update-cart a {
padding: 16px 24px;
background-color: var(--white);
border-radius: 43px;
border: 1px solid #ededed;
font-weight: 700;
}
.cart-main .update-cart a:hover {
background-color: var(--black);
color: var(--white);
border-color: var(--black);
}
.cart-main .coupon-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
row-gap: 20px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 40px 24px;
border-top: 1px solid #f2f2f2;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-main .coupon-wrapper .right-c {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.cart-main .coupon-wrapper .right-c form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
row-gap: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
border-radius: 5px;
}
.cart-main .coupon-wrapper .right-c form .input-single {
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.cart-main .coupon-wrapper .right-c form input {
padding: 16px 24px;
border: 1px solid #f2f2f2;
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.cart-main .coupon-wrapper .right-c form .btn--primary {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
padding: 20px 24px;
}
.cart-main .coupon-wrapper h6 {
font-weight: 700;
color: var(--black);
}
.checkout {
padding: 100px 0px;
}
.checkout .intro {
margin-bottom: 24px;
}
.checkout .intro h5 {
font-weight: 800;
color: var(--black);
margin-top: -8px;
}
.checkout .content {
padding: 60px 20px;
background-color: #f1f1f1;
border-radius: 8px;
}
.checkout .content .form-cta .btn--primary {
padding: 18px 40px;
border-radius: 8px;
font-weight: 700;
gap: 8px;
color: var(--white);
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.checkout .content .form-cta .btn--primary::before, .checkout .content .form-cta .btn--primary::after {
border-radius: 0px;
background-color: var(--black);
width: 55%;
}
.checkout .content .form-cta .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.checkout .content .form-cta .btn--primary:hover {
color: var(--white);
background-color: var(--quaternary-color);
}
.checkout .content .form-cta .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.checkout .content .form-cta .btn--primary:hover::before, .checkout .content .form-cta .btn--primary:hover::after {
width: 0%;
}
.checkout .content-single {
padding: 16px 24px;
background-color: var(--white);
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.checkout .content-single:nth-last-of-type(1) {
margin-bottom: 0px;
}
.checkout .content-single p:nth-last-of-type(1) {
font-weight: 700;
color: var(--black);
}
.checkout .content-single-alt {
padding: 0px;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.checkout .content-single-alt input {
-webkit-padding-start: 24px;
padding-inline-start: 24px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.checkout .content-single-alt .btn--primary {
padding: 19px 24px;
border-radius: 0px 8px 8px 0px;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
.checkout .content-single-alt .btn--primary::before, .checkout .content-single-alt .btn--primary::after {
border-radius: 0px;
}
.checkout .total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.checkout .total h6 {
font-weight: 700;
color: var(--black);
}
.checkout .radio-wrapper {
padding: 30px 24px;
background-color: var(--white);
border-radius: 8px;
margin-block: 20px 30px;
}
.checkout .radio-wrapper .radio-single {
margin-bottom: 8px;
}
.checkout .radio-wrapper .radio-single:nth-last-of-type(1) {
margin-bottom: 0px;
}
.checkout .radio-wrapper .radio-single input {
pointer-events: none;
opacity: 0;
visibility: hidden;
width: 0px;
height: 0px;
}
.checkout .radio-wrapper .radio-single label {
position: relative;
-webkit-padding-start: 12px;
padding-inline-start: 12px;
-webkit-margin-start: 14px;
margin-inline-start: 14px;
font-weight: 700;
color: var(--black);
cursor: pointer;
}
.checkout .radio-wrapper .radio-single label::before {
content: "";
position: absolute;
inset-inline-end: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 18px;
height: 18px;
border: 1px solid #d8dde1;
border-radius: 100%;
}
.checkout .radio-wrapper .radio-single label::after {
content: "";
position: absolute;
inset-inline-end: calc(100% + 3px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 12px;
height: 12px;
background-color: #d8dde1;
border-radius: 100%;
top: 50%;
}
.checkout .radio-wrapper .radio-single input:checked + label::before {
border-color: var(--quaternary-color);
}
.checkout .radio-wrapper .radio-single input:checked + label::after {
background-color: var(--quaternary-color);
}  .volunteer {
padding: 100px 0px;
}
.volunteer .warning {
padding: 16px 20px;
border-radius: 10px;
border: 1px solid #d8dde1;
background: #fdf8ea;
position: relative;
margin: 30px 0px 40px;
}
.volunteer .warning p {
line-height: 1.5;
}
.volunteer .warning strong {
font-weight: 700;
color: var(--secondary-color);
}
.volunteer .warning .line {
position: absolute;
width: 4px;
height: 100%;
top: 0px;
bottom: 0px;
left: 50px;
background-color: var(--secondary-color);
display: none;
}
.volunteer .warning .line i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
color: var(--base-color);
}
.volunteer .cause__progress {
margin-bottom: 14px;
}
.volunteer .cause__progress:nth-last-of-type(1) {
margin-bottom: 0px;
}
.volunteer .cause__progress p {
font-weight: 700;
color: var(--black);
margin-bottom: 4px;
}
.volunteer .progress-bar {
overflow: visible;
}
.volunteer .progress-bar-percent {
background-color: var(--quaternary-color);
}
.volunteer .percent-value {
position: absolute;
bottom: calc(100% + 4px);
inset-inline-end: 0px;
color: var(--black);
font-weight: 700;
}
.volunteer .team-details__list {
margin-top: 40px !important;
}
.volunteer .team-details__list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
row-gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.volunteer .team-details__list ul li {
width: 100%;
font-weight: 700;
color: var(--black);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.volunteer .team-details__list ul li i {
color: var(--quaternary-color);
}
.volunteer .team-details__list ul li i::before {
font-weight: 700;
}
.volunteer .volunteer__form {
padding: 60px 20px;
border-radius: 17px;
border: 1px solid rgba(0, 0, 0, 0.17);
}
.volunteer .volunteer__form h4 {
font-weight: 700;
color: var(--black);
margin-top: -8px;
}
.volunteer .volunteer__form p {
max-width: 400px;
margin-top: 8px;
}
.volunteer .form-cta .btn--primary {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
border-radius: 40px;
}
.volunteer .form-cta .btn--primary::before, .volunteer .form-cta .btn--primary::after {
width: 52%;
border-radius: 0px;
}
.volunteer .form-cta .btn--primary:hover::before, .volunteer .form-cta .btn--primary:hover::after {
width: 0%;
}  .error {
position: relative;
z-index: 1;
overflow: hidden;
}
.error .thumb {
margin-bottom: 40px;
}
.error .thumb img {
max-width: 500px;
width: 100%;
}
.error h3 {
font-weight: 900;
color: var(--black);
text-align: center !important;
}
.error p {
font-weight: 500;
margin-top: 20px;
font-size: 18px;
line-height: 30px;
color: var(--black);
max-width: 600px;
margin-inline: auto;
}
.error .btn--primary {
padding: 18px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.error .btn--primary::before, .error .btn--primary::after {
border-radius: 0px;
}
.error .btn--primary i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
transition: color 0s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, color 0s ease;
transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
font-size: 18px;
}
.error .btn--primary:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.error .spade {
position: absolute;
bottom: -5%;
inset-inline-start: 10%;
z-index: -1;
}
.error .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.error .spade-green {
position: absolute;
top: 18%;
inset-inline-end: 3%;
z-index: -1;
}
.error .spade-green img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.error__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
height: 100%;
padding: 100px 0px;
}
@media only screen and (max-width: 767.98px) {
.error p {
max-width: 400px;
font-size: 17px;
}
}
.rtl .error {
direction: ltr;
}
.dark-body .error {
background: radial-gradient(#224646, #182828) repeat;
}
.dark-body .error p {
color: var(--white);
}  .soon {
padding: 100px 0px;
height: auto;
min-height: 100vh;
overflow: hidden;
position: relative;
background-color: var(--black);
}
.soon .content {
text-align: center;
}
.soon .content h4 {
font-weight: 600;
color: #ffffff;
margin-bottom: 12px;
text-align: center !important;
}
.soon .content p {
color: #e7e0e0;
font-weight: 500;
font-size: 18px;
}
.soon .content p:nth-last-of-type(1) {
margin-top: 4px;
}
.soon__inner {
position: relative;
z-index: 2;
}
.soon__logo {
text-align: center;
}
.soon__logo img {
width: 100%;
max-width: 230px;
}
.time-counter {
position: relative;
}
.time-countdown {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.counter-column {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
width: 180px;
height: 180px;
font-size: 20px;
line-height: 1em;
color: #ffffff;
text-transform: uppercase;
font-weight: 600;
text-align: center;
z-index: 7;
border-radius: 20px;
margin: 0 15px 20px;
background-color: rgba(255, 255, 255, 0.06);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.count {
position: relative;
display: block;
font-size: 72px;
line-height: 1;
color: #ffffff;
font-weight: 700;
}
.form-group {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
max-width: 600px;
margin-inline: auto;
}
.form-group input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
padding: 21px 24px;
background-color: #ffffff;
color: #000000;
}
.form-group button {
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
padding: 24px 30px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.soon-bg {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}
.soon-bg::after {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.soon-bg img {
width: 100%;
height: 100%;
}
.soon-bg .parallax-image-wrap,
.soon-bg .parallax-image-inner {
width: 100%;
height: 100%;
position: absolute;
inset: 0px;
}
.countdown-wrapper {
height: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
margin-block: 60px;
}
.clock {
position: relative;
width: 500px;
height: 500px;
background-color: rgba(10, 10, 10, 0.3764705882);
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
}
.clock::before {
content: "";
position: absolute;
top: -20%;
right: -20%;
width: 150%;
height: 150%;
background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), rgba(25, 25, 25, 0.1) 75%);
pointer-events: none;
z-index: -1;
}
.hand {
position: absolute;
background-color: #fff;
-webkit-transform-origin: bottom;
transform-origin: bottom;
border-radius: 99px;
}
.hour-hand {
width: 15px;
height: 175px;
top: 75px;
background-color: #bdbaba;
}
.minute-hand {
width: 12px;
height: 175px;
top: 75px;
background-color: #5a5a5a;
}
.second-hand {
position: absolute;
width: 6px;
height: 200px;
top: 50px;
background-color: #9d9a95;
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
.second-hand::before {
content: "";
position: absolute;
width: 6px;
height: 50px;
top: 187px;
background-color: #9d9a95;
border-radius: 99px;
-webkit-transform-origin: top;
transform-origin: top;
}
.center-dot {
position: absolute;
width: 25px;
height: 25px;
background-color: white;
border-radius: 50%;
-webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
}
.center-dot-orange {
position: absolute;
width: 15px;
height: 15px;
background-color: black;
border-radius: 50%;
-webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}
.hour-markers {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hour-marker {
position: absolute;
color: #fff;
-webkit-transform: rotate(0deg) translateY(-216.25px);
transform: rotate(0deg) translateY(-216.25px);
-webkit-transform-origin: center;
transform-origin: center;
}
.hour-marker span {
display: block;
font-size: 20px;
font-weight: 700;
color: rgb(143, 137, 137);
}
.minute-marker {
position: absolute;
width: 2px;
height: 11.25px;
background-color: rgba(255, 255, 255, 0.3);
-webkit-transform: rotate(0deg) translateY(-216.25px);
transform: rotate(0deg) translateY(-216.25px);
-webkit-transform-origin: center;
transform-origin: center;
display: none;
}
@media only screen and (max-width: 991.98px) {
.soon {
padding: 100px 0px;
}
.soon .counter-column {
width: calc(50% - 30px);
}
.soon .logo img {
max-width: 180px;
}
}
@media only screen and (max-width: 499.98px) {
.soon .time-countdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
-webkit-transform: none;
transform: none;
inset: unset;
}
.soon .counter-column {
width: 180px;
height: 180px;
}
.soon .countdown-wrapper {
height: auto;
}
.soon .countdown-wrapper .clock {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.soon .form-group {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
}
.soon .form-group button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
}
.rtl .soon {
direction: ltr;
} .pg-four .pt-120 {
padding-top: 100px;
}
.pg-four .pb-120 {
padding-bottom: 100px;
}
.pg-four .mt-120 {
margin-top: 100px;
}
.pg-four .mb-120 {
margin-bottom: 100px;
}
.pg-four .mb-60 {
margin-bottom: 60px;
}
.pg-four .mt-60 {
margin-top: 55px;
}
.pg-four .mt-40 {
margin-top: 40px;
}
.pg-four .mt-30 {
margin-top: 30px;
}
.pg-four .mt-25 {
margin-top: 25px;
}
.pg-four .fw-5 {
font-weight: 500;
}
.pg-four .fw-6 {
font-weight: 600;
}
.pg-four .fw-7 {
font-weight: 700;
}
.pg-four .fw-8 {
font-weight: 800;
}
.pg-four .sub-title {
font-family: "Edu VIC WA NT Beginner", cursive;
font-size: 18px;
line-height: 28px;
margin-top: -8px;
color: var(--base-color) !important;
margin-top: -6px !important;
margin-bottom: 16px !important;
}
.pg-four .bg-fc {
background-color: rgba(18, 47, 42, 0.1);
}
.pg-four h1,
.pg-four h2,
.pg-four h3,
.pg-four h4,
.pg-four h5,
.pg-four h6 {
color: #232222;
font-family: "Hubot Sans", serif;
}
.pg-four .hb {
font-family: "Hubot Sans", serif;
}
.pg-four p {
color: #4f5b73;
}
.pg-four p,
.pg-four span,
.pg-four a,
.pg-four q,
.pg-four li {
font-family: "Inter", serif;
}
.pg-four .text-xl {
font-size: 24px;
}
@media only screen and (max-width: 1199px) {
.pg-four .text-xl {
font-size: 20px;
}
}
.pg-four .btn--primary {
border: 1px solid var(--black) !important;
background-color: var(--base-color);
font-weight: 600;
border-radius: 40px;
}
.pg-four .btn--primary::before, .pg-four .btn--primary::after {
background-color: #fbda33;
border-radius: 0px;
}
.pg-four .cta {
margin-top: 40px !important;
}
.topbar--quaternary {
top: 12px;
}
.topbar--quaternary .topbar__inner {
background-color: #222222;
border-radius: 5px;
}
.topbar--quaternary .topbar__list {
gap: 16px !important;
}
.topbar--quaternary .topbar__list .divider {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--base-color);
}
.topbar--quaternary .topbar__list a:hover {
color: var(--white);
}
.topbar--quaternary li {
color: var(--base-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-weight: 500;
}
.topbar--quaternary li i {
color: var(--base-color);
font-size: 20px !important;
}
.topbar--quaternary .topbar__extra {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.topbar--quaternary .topbar__extra p {
background-color: var(--base-color);
padding: 8px 24px;
border-radius: 16.5px;
border: 1px solid rgba(255, 255, 255, 0.8);
font-weight: 700;
}
.header-four .social {
gap: 12px;
}
.header-four .social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #eeeeee;
color: #3e3535;
font-size: 14px;
}
.header-four .social a:hover {
background-color: var(--base-color);
}
.header-four.sticky-header {
top: 0px !important;
}
.banner-four {
background-color: rgba(18, 47, 42, 0.1);
padding-block: 100px;
position: relative;
z-index: 1;
overflow: hidden;
}
.banner-four h2 {
margin-top: 15px;
margin-bottom: 10px;
font-weight: 600;
}
.banner-four h2 br {
display: none;
}
.banner-four .thumb {
position: absolute;
z-index: -1;
top: 0px;
inset-inline-start: 0px;
bottom: 0px;
}
.banner-four .thumb img {
height: 100%;
max-width: 45vw;
-o-object-position: right;
object-position: right;
}
.banner-four .fc-one,
.banner-four .fc-two,
.banner-four .fc-three,
.banner-four .fc-four {
position: absolute;
z-index: -2;
}
.banner-four .fc-one {
top: 100px;
inset-inline-end: 60px;
}
.banner-four .fc-one img {
max-width: 10vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.banner-four .fc-two {
top: 130px;
inset-inline-end: 190px;
}
.banner-four .fc-two img {
max-width: 5vw;
min-width: 20px;
-webkit-animation: moveLeftRight 6s infinite ease-in-out;
animation: moveLeftRight 6s infinite ease-in-out;
}
.banner-four .fc-three {
bottom: 100px;
inset-inline-end: 70px;
}
.banner-four .fc-three img {
max-width: 8vw;
min-width: 40px;
-webkit-animation: moveLeftRight 7s infinite ease-in-out;
animation: moveLeftRight 7s infinite ease-in-out;
}
.banner-four .fc-four {
top: 40%;
inset-inline-end: 5%;
}
.banner-four .fc-four img {
max-width: 5vw;
min-width: 20px;
-webkit-animation: moveTopBottom 9s infinite ease-in-out;
animation: moveTopBottom 9s infinite ease-in-out;
}
.counter-four {
position: relative;
z-index: 1;
overflow: hidden;
}
.counter-four div {
line-height: 1 !important;
}
.counter-four .fc-one,
.counter-four .fc-two,
.counter-four .fc-three,
.counter-four .fc-four {
position: absolute;
z-index: -2;
}
.counter-four .fc-one {
top: 0px;
inset-inline-start: 0px;
}
.counter-four .fc-one img {
max-width: 20vw;
min-width: 50px;
-webkit-animation: moveLeftRight 7s infinite ease-in-out;
animation: moveLeftRight 7s infinite ease-in-out;
}
.counter-four .fc-two {
bottom: 130px;
inset-inline-start: 190px;
}
.counter-four .fc-two img {
max-width: 5vw;
min-width: 20px;
-webkit-animation: pulse 6s infinite ease-in-out;
animation: pulse 6s infinite ease-in-out;
}
.counter-four .fc-three {
bottom: 250px;
inset-inline-end: 85%;
}
.counter-four .fc-three img {
max-width: 8vw;
min-width: 40px;
-webkit-animation: moveLeftRight 7s infinite ease-in-out;
animation: moveLeftRight 7s infinite ease-in-out;
}
.counter-four .fc-four {
top: 40%;
inset-inline-end: 5%;
}
.counter-four .fc-four img {
max-width: 5vw;
min-width: 20px;
-webkit-animation: moveTopBottom 9s infinite ease-in-out;
animation: moveTopBottom 9s infinite ease-in-out;
}
.fc-goal {
position: relative;
z-index: 1;
overflow: hidden;
}
.fc-goal .goal__single {
border-radius: 12px;
border: 1px solid #000;
background: #fff;
padding: 40px 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fc-goal .goal__single-active {
border-color: var(--base-color);
}
.fc-goal .goal__single-active h2 {
color: var(--base-color);
}
.fc-goal .goal__inner {
padding: 40px;
background-color: var(--base-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-radius: 10px;
position: relative;
z-index: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fc-goal .goal__inner h4 {
margin-bottom: 12px;
}
.fc-goal .goal__inner h4,
.fc-goal .goal__inner a {
color: var(--white);
}
.fc-goal .goal__inner img {
position: absolute;
bottom: 0px;
z-index: -1;
inset-inline-end: 7%;
max-width: 8vw;
min-width: 70px;
-webkit-animation: moveLeftRight 10s linear infinite;
animation: moveLeftRight 10s linear infinite;
}
.fc-goal .btn--primary {
color: var(--black) !important;
border-color: var(--white) !important;
background-color: #fbda33;
}
.fc-goal .btn--primary::before, .fc-goal .btn--primary::after {
background-color: var(--white);
}
.fc-goal .btn--primary :hover {
border-color: #fbda33 !important;
}
.fc-goal .fc-one {
position: absolute;
bottom: 160px;
inset-inline-start: 100px;
}
.fc-goal .fc-one img {
max-width: 7vw;
min-width: 40px;
-webkit-animation: moveLeftRight 6s infinite ease-in-out;
animation: moveLeftRight 6s infinite ease-in-out;
}
.commit h2 {
margin-bottom: 16px;
}
.commit .commit__thumb {
position: relative;
padding-top: 40px;
padding-bottom: 70px;
-webkit-padding-end: 20px;
padding-inline-end: 20px;
-webkit-padding-start: 30px;
padding-inline-start: 30px;
}
.commit .commit__thumb::before {
content: "";
position: absolute;
top: 0px;
inset-inline-start: 0px;
width: 200px;
height: 200px;
border-radius: 24px;
border: 1px solid #000;
background: #fbda33;
z-index: -1;
}
.commit .commit__thumb::after {
content: "";
position: absolute;
bottom: 0px;
inset-inline-start: 0px;
width: 180px;
height: 180px;
border-radius: 50%;
background: var(--base-color);
z-index: -1;
}
.commit .thumb-lg {
position: relative;
z-index: 1;
}
.commit .thumb-lg img {
border-radius: 10px;
min-height: 300px;
}
.commit .thumb-sm {
position: absolute;
top: 0px;
inset-inline-end: 0px;
z-index: -1;
}
.commit .commit-count {
padding: 30px 40px;
position: absolute;
bottom: 30px;
inset-inline-start: 20px;
border-radius: 13px;
border: 1px solid #000;
background: #fff;
-webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
z-index: 2;
}
.commit .commit-count div {
line-height: 1 !important;
}
.commit .commit-count .prefix {
color: var(--base-color);
-webkit-margin-start: 8px;
margin-inline-start: 8px;
}
.commit .commit-count p {
margin-top: 8px;
color: var(--black);
font-weight: 500;
}
.commit .commmit-tab-single {
padding: 30px 24px;
border: 1px dashed var(--black);
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
row-gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.commit .commmit-tab-single .divider {
width: 1px;
height: 60px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(42.88%, #929292), to(rgba(0, 0, 0, 0)));
background: linear-gradient(180deg, #fff 0%, #929292 42.88%, rgba(0, 0, 0, 0) 100%);
}
.commit .commit-tab-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 16px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.commit .commit-tab-inner i {
font-size: 24px;
color: var(--base-color);
margin-top: 8px;
}
.commit .commit-tab-inner .text-lg {
color: var(--black);
}
.commit .commit__tab-btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.commit .commit__tab-btns .commit__tab-btn {
padding: 12px 30px;
border-radius: 40px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 700 !important;
color: var(--black);
border: 1px solid transparent;
}
.commit .commit__tab-btns .commit__tab-btn:hover {
background-color: #fbda33;
color: var(--black);
border-color: var(--black);
}
.commit .commit__tab-btns .active {
background-color: #fbda33;
color: var(--black);
border-color: var(--black);
}
.fc-profit {
position: relative;
z-index: 1;
overflow: hidden;
}
.fc-profit .shape-left {
position: absolute;
inset-inline-start: 0px;
top: 60%;
bottom: 0px;
z-index: -1;
}
.fc-profit .shape-left img {
width: 100%;
height: 100%;
-webkit-animation: moveTopBottom 4s ease-in-out infinite;
animation: moveTopBottom 4s ease-in-out infinite;
}
.fc-profit .shape-right {
position: absolute;
inset-inline-end: 150px;
bottom: 120px;
z-index: -1;
}
.fc-profit .shape-right img {
-webkit-animation: moveLeftRight 7s ease-in-out infinite;
animation: moveLeftRight 7s ease-in-out infinite;
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.fc-profit .fc-profit__tab-btns {
padding: 40px 20px;
border-radius: 11px;
border: 1px solid #000;
background: #fff;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-margin-end: 0px;
margin-inline-end: 0px;
}
.fc-profit .fc-profit__tab-btns svg {
width: 40px;
}
.fc-profit .fc-profit__tab-btns svg path {
fill: var(--base-color) !important;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.fc-profit .profit__tab-btn {
padding: 16px;
border-radius: 10px;
border: 1px dashed rgba(0, 0, 0, 0.23);
background: #fff;
width: 100%;
margin-bottom: 30px;
text-transform: capitalize;
font-weight: 600;
position: relative;
color: var(--black);
padding-block: 21px !important;
}
.fc-profit .profit__tab-btn i {
position: absolute;
top: 50%;
inset-inline-end: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
visibility: hidden;
pointer-events: none;
}
.fc-profit .profit__tab-btn:nth-last-of-type(1) {
margin-bottom: 0px;
}
.fc-profit .profit__tab-btn:hover {
background-color: var(--base-color);
color: var(--white);
}
.fc-profit .profit__tab-btn:hover svg path {
fill: var(--white) !important;
}
.fc-profit .profit__tab-btn:hover i {
visibility: visible;
pointer-events: all;
}
.fc-profit .active {
background-color: var(--base-color);
color: var(--white);
}
.fc-profit .active svg path {
fill: var(--white) !important;
}
.fc-profit .active i {
visibility: visible;
pointer-events: all;
}
.fc-profit .more-txt {
position: relative;
}
.fc-profit .more-txt a {
color: #232222;
font-size: 16px;
}
.fc-profit .more-txt a:hover {
color: var(--base-color);
}
.fc-profit .more-txt img {
position: absolute;
bottom: -10px;
right: 30px;
-webkit-animation: moveLeftRightSm 3s linear infinite;
animation: moveLeftRightSm 3s linear infinite;
}
.fc-profit .thumb {
border-radius: 14px;
border: 7px solid #fff;
position: relative;
z-index: 1;
}
.fc-profit .thumb img {
width: 100%;
border-radius: 14px;
}
.fc-profit .thumb .video-btn-wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
}
.fc-profit .thumb-lg {
position: relative;
}
.fc-profit .thumb-lg i {
color: var(--white) !important;
}
.fc-profit .thumb-lg img {
min-height: 260px;
}
.fc-profit .thumb-lg .base-img {
position: absolute;
top: 40px;
inset-inline-start: 30px;
min-height: auto;
width: auto;
}
.fc-profit .fc-profit-group {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fc-profit li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
color: #4f5b73;
}
.fc-profit li i {
color: var(--base-color);
}
.fc-profit .thumb-sm {
max-width: 240px;
}
.fc-profit .thumb-sm a {
width: 50px !important;
height: 50px !important;
background-color: #fbda33;
}
.fc-profit .thumb-sm a i {
font-size: 14px;
}
.fc-profit .thumb-sm .open-video-popup {
-webkit-animation: none !important;
animation: none !important;
}
.fc-cause {
background: #222223;
position: relative;
overflow: hidden;
}
.fc-cause h2 {
color: var(--white);
}
.fc-cause .content {
max-width: 320px;
}
.fc-cause .content h6 {
font-weight: 700;
}
.fc-cause .percent-value {
display: none !important;
}
.fc-cause .cause-progress__intro p {
display: block !important;
color: #4f5b73 !important;
font-weight: 400 !important;
}
.fc-cause .cause-progress__intro p span {
font-weight: 700 !important;
}
.fc-cause .progress-bar {
height: 14px;
}
.fc-cause .cause__slider-single img {
-webkit-transform: scale(1) rotate(0deg) !important;
transform: scale(1) rotate(0deg) !important;
}
.fc-cause .tag a {
color: var(--white) !important;
background-color: var(--base-color) !important;
}
.fc-cause .shape {
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
bottom: -9px;
z-index: 2;
}
.fc-cause .shape img {
width: 100%;
height: 40px;
-o-object-position: top;
object-position: top;
}
.fc-cause .cause__cta {
margin-top: 30px;
}
.fc-cause .cause__cta a {
padding: 20px 36px;
background-color: var(--base-color);
color: var(--black) !important;
}
.fc-cause .cause__slider-cta {
background-color: var(--white);
margin-top: 0px;
}
.fc-community {
position: relative;
z-index: 1;
}
.fc-community .dn-now {
color: black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
font-size: 100px;
font-style: normal;
font-weight: 700;
line-height: normal;
position: absolute;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%) rotate(-90.176deg);
transform: translateY(-50%) rotate(-90.176deg);
inset-inline-end: -200px;
text-transform: uppercase;
}
.fc-community .community-donation {
margin: 0px !important;
bottom: unset !important;
border-radius: 38px;
border: 1px solid #e3e3e4;
background: #fff;
-webkit-box-shadow: 0px 17px 52px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 17px 52px 0px rgba(0, 0, 0, 0.06);
}
.fc-community .progress-bar {
height: 18px;
background: #e7eaea;
overflow: visible;
}
.fc-community .progress-bar-single {
position: relative;
margin-top: 20px;
}
.fc-community .progress-bar-single .pcr {
position: absolute;
bottom: calc(100% + 8px);
left: 56%;
color: var(--base-color);
}
.fc-community .progress-bar-percent::after {
content: "";
position: absolute;
right: 0px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 30px;
background-color: var(--white);
border: 5px solid var(--base-color);
border-radius: 50%;
}
.fc-community .made-amount {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.fc-community .made-amount span {
-webkit-box-flex: unset !important;
-ms-flex-positive: unset !important;
flex-grow: unset !important;
min-width: 140px;
}
.fc-community .made-amount span:hover {
border-color: inherit !important;
}
.fc-community .donation-form__single-intro {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fc-community .donation-form__single-intro p {
color: #232222;
}
.fc-community .spade {
position: absolute;
top: 190px;
inset-inline-start: 280px;
z-index: -1;
}
.fc-community .spade img {
max-width: 5vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.fc-community .parasuit {
position: absolute;
top: -150px;
inset-inline-start: 8%;
z-index: -1;
-webkit-transform: translate(0px);
transform: translate(0px);
-webkit-animation: fall 15s ease-in-out infinite;
animation: fall 15s ease-in-out infinite;
}
.fc-community .parasuit img {
max-width: 8vw;
min-width: 40px;
}
.fc-community .unity {
position: absolute;
inset-block-end: 0px;
inset-inline-end: 0px;
z-index: 1;
}
.fc-community .unity img {
-webkit-animation: moveLeftRight 4s ease-in-out infinite;
animation: moveLeftRight 4s ease-in-out infinite;
max-width: 15vw;
min-width: 50px;
}
.fc-community h2 {
color: var(--black) !important;
}
.fc-community .tag-c {
border: 1px solid var(--black) !important;
background-color: #fbda33;
border-radius: 0px;
font-weight: 600;
border-radius: 40px;
padding: 12px 32px;
color: var(--black);
}
.fc-community .community-donation__inner {
max-width: 100% !important;
}
.fc-community .btn--primary i {
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.fc-community .donation-amount {
padding: 20px 16px !important;
}
.fc-community .donation-amount:hover {
background-color: var(--base-color) !important;
color: var(--white) !important;
}
.fc-community .active {
background-color: var(--base-color) !important;
color: var(--white) !important;
}
.fc-partner {
background-color: transparent;
}
.fc-partner h5 {
margin-bottom: 30px;
font-weight: 700;
}
.fc-partner h5 div {
line-height: 1 !important;
}
.fc-partner h5 span {
color: var(--base-color);
}
.fc-team {
background: #222223;
position: relative;
overflow: hidden;
}
.fc-team .spade-two {
position: absolute;
bottom: 0px;
inset-inline-start: 200px;
z-index: -1;
}
.fc-team .spade-two img {
-webkit-animation: pulse 6s linear infinite;
animation: pulse 6s linear infinite;
max-width: 18vw;
min-width: 80px;
}
.fc-team h2 {
color: var(--white);
}
.fc-team .team__single {
height: 100%;
}
.fc-team .team__single:hover .team__single-content__icon i {
color: var(--black);
}
.fc-team .team__single-thumb a,
.fc-team .team__single-thumb img {
border-radius: 0px;
}
.fc-team .team__single-thumb::before {
content: none;
}
.fc-team .team__single-content__icon {
background-color: var(--white);
}
.fc-team .team__single-content__icon i {
color: var(--base-color);
}
.fc-team .team__single-content {
background-color: transparent !important;
padding-bottom: 0px;
padding-inline: 0px;
}
.fc-team .team__single-content a {
color: var(--white);
font-weight: 500;
}
.fc-team .team__single-content a:hover {
color: var(--base-color);
}
.fc-team .team__single-content p {
color: var(--base-color);
}
.fc-team .team__single-alt {
background-color: var(--base-color);
padding: 40px 16px;
}
.fc-team .team__single-alt .thumb {
width: 100px;
min-width: 100px;
height: 100px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-inline: auto;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0.25);
}
.fc-team .team__single-alt .thumb i {
font-size: 40px;
color: var(--white);
}
.fc-team .team__single-alt h5 {
color: var(--white);
margin-bottom: 12px;
}
.fc-team .team__single-alt p {
margin-bottom: 30px;
color: var(--white);
}
.fc-team .team__single-alt a {
padding: 16px 32px;
background-color: rgba(255, 255, 255, 0.25);
color: var(--white);
font-weight: 700;
border-radius: 40px;
}
.fc-team .team__single-alt a:hover {
background-color: var(--white);
color: var(--black);
}
.fc-testimonial {
position: relative;
z-index: 1;
overflow: hidden;
}
.fc-testimonial::before {
content: "";
position: absolute;
top: 0px;
inset-inline-start: 0px;
bottom: 0px;
width: 50vw;
height: 100%;
background-color: #3b3841;
z-index: -3;
}
.fc-testimonial .slider-navigation {
position: static !important;
-webkit-transform: unset !important;
transform: unset !important;
z-index: 1;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
max-width: -webkit-max-content !important;
max-width: -moz-max-content !important;
max-width: max-content !important;
visibility: visible !important;
opacity: 1 !important;
pointer-events: all !important;
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
margin-inline: unset !important;
margin-top: 30px !important;
}
.fc-testimonial .slider-navigation .slider-btn {
background-color: #fbda33;
color: var(--black);
}
.fc-testimonial .slider-navigation .slider-btn:hover {
background-color: var(--base-color);
color: var(--white);
}
.fc-testimonial .slider-navigation .slider-btn-next {
background-color: var(--base-color);
color: var(--black);
}
.fc-testimonial .test-text {
position: absolute;
top: 50%;
inset-inline-start: -100px;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
z-index: -2;
color: #fff;
text-align: center;
font-size: 78px;
font-weight: 700;
line-height: 143px;
text-transform: uppercase;
}
.fc-testimonial .feed {
position: absolute;
top: 56px;
inset-inline-start: -20px;
background-color: var(--base-color);
padding: 6px 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
z-index: -2;
}
.fc-testimonial .feed span {
color: var(--white);
font-weight: 700;
}
.fc-testimonial .fc-test__thumb {
position: absolute;
bottom: 0px;
inset-inline-start: 20%;
z-index: -1;
}
.fc-testimonial .fc-test__thumb::before {
content: "";
position: absolute;
top: 30%;
inset-inline-start: -50px;
width: 300px;
height: 300px;
background-color: var(--base-color);
border-radius: 50%;
z-index: -2;
}
.fc-testimonial .fc-test__thumb img {
max-width: 20vw;
}
.fc-testimonial .testimonial__slider-single {
padding: 60px 20px !important;
background-color: #fbda33;
border: 2px solid var(--black) !important;
-webkit-box-shadow: 0px -2px 38px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px -2px 38px 0px rgba(0, 0, 0, 0.07);
border-radius: 12px;
}
.fc-testimonial .testimonial__slider-single i {
color: var(--black);
}
.fc-testimonial .testimonial__slider-single .content p {
font-weight: 500;
color: var(--black);
line-height: 1.8;
font-style: italic;
}
.fc-testimonial q {
color: var(--black);
font-size: 20px;
}
.fc-testimonial .author-info p {
font-weight: 500;
color: var(--black);
margin-top: 12px;
}
.fc-testimonial .author-info p span {
color: #0c6460;
}
.fc-testimonial .author-thumb {
width: 80px !important;
min-width: 80px !important;
height: 80px !important;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.social-sec .social-sec-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #efefef;
}
.social-sec .social-sec-single a {
padding-block: 40px;
padding-inline: 12px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
gap: 12px;
-webkit-border-after: 1px solid #bdd1d7;
border-block-end: 1px solid #bdd1d7;
font-weight: 600;
color: var(--black);
width: 100%;
}
.social-sec .social-sec-single a i {
color: var(--base-color);
}
.social-sec .social-sec-single a:nth-last-of-type(1) {
-webkit-border-after: 0px;
border-block-end: 0px;
}
.fc-blog {
position: relative;
z-index: 1;
overflow: hidden;
}
.fc-blog::after {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 400px;
z-index: -1;
background: #efefef;
}
.fc-blog .blog__single {
padding: 0px;
padding-bottom: 30px;
background-color: var(--white) !important;
}
.fc-blog .blog__single:hover {
background-color: var(--white) !important;
}
.fc-blog .blog__single-thumb a,
.fc-blog .blog__single-thumb img {
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.fc-blog .tag {
bottom: -35px;
right: 24px;
width: 70px;
height: 70px;
background-color: var(--base-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
border-radius: 6px;
top: unset !important;
left: unset !important;
}
.fc-blog .tag span {
width: 100%;
color: var(--white);
}
.fc-blog .tag span:nth-of-type(1) {
font-size: 24px;
font-weight: 700;
}
.fc-blog .e-tag {
color: var(--base-color);
font-weight: 700;
margin-bottom: 8px;
}
.fc-blog h6 a {
font-weight: 700;
color: var(--black);
}
.fc-blog h6 a:hover {
color: var(--base-color);
}
.fc-blog .blog__single-content,
.fc-blog .blog__single-cta,
.fc-blog .blog__single-meta {
padding: 0px 24px !important;
}
.fc-blog .blog__single-meta {
border-top: 1px solid rgba(0, 23, 38, 0.1);
padding-top: 20px !important;
margin-top: 30px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.fc-blog .blog__single-meta p,
.fc-blog .blog__single-meta i {
color: #636776 !important;
}
.fc-contact {
overflow: hidden;
}
.fc-contact .contact__content {
background-color: var(--white) !important;
position: relative;
z-index: 1;
}
.fc-contact .contact__content::after {
content: "";
position: absolute;
inset-inline-start: 100%;
top: 0px;
bottom: 0px;
width: 100vw;
height: 100%;
background-color: var(--white);
z-index: -1;
}
.fc-contact .input-single {
background-color: white !important;
border: 1px solid rgba(0, 0, 0, 0.09) !important;
}
.fc-contact .input-single input,
.fc-contact .input-single textarea {
color: #000000 !important;
}
.fc-contact .input-single input::-webkit-input-placeholder, .fc-contact .input-single textarea::-webkit-input-placeholder {
color: #4f5b73 !important;
text-transform: capitalize;
}
.fc-contact .input-single input::-moz-placeholder, .fc-contact .input-single textarea::-moz-placeholder {
color: #4f5b73 !important;
text-transform: capitalize;
}
.fc-contact .input-single input:-ms-input-placeholder, .fc-contact .input-single textarea:-ms-input-placeholder {
color: #4f5b73 !important;
text-transform: capitalize;
}
.fc-contact .input-single input::-ms-input-placeholder, .fc-contact .input-single textarea::-ms-input-placeholder {
color: #4f5b73 !important;
text-transform: capitalize;
}
.fc-contact .input-single input::placeholder,
.fc-contact .input-single textarea::placeholder {
color: #4f5b73 !important;
text-transform: capitalize;
}
.fc-footer-three {
position: relative;
z-index: 1;
}
.fc-footer-three .social a:hover {
background-color: var(--base-color);
color: var(--white);
}
.fc-footer-three .footer-three__widget-news .content p i {
color: var(--base-color);
}
.fc-footer-three .single-address i,
.fc-footer-three button i {
color: var(--base-color) !important;
}
.fc-footer-three label a {
color: var(--base-color) !important;
}
.fc-footer-three .fc-one,
.fc-footer-three .fc-two,
.fc-footer-three .fc-three,
.fc-footer-three .fc-four,
.fc-footer-three .fc-five {
position: absolute;
z-index: -2;
}
.fc-footer-three .fc-one {
top: 350px;
inset-inline-start: 140px;
}
.fc-footer-three .fc-one img {
max-width: 10vw;
min-width: 30px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.fc-footer-three .fc-two {
top: 40%;
inset-inline-start: 190px;
}
.fc-footer-three .fc-two img {
max-width: 5vw;
min-width: 20px;
-webkit-animation: moveLeftRight 6s infinite ease-in-out;
animation: moveLeftRight 6s infinite ease-in-out;
}
.fc-footer-three .fc-three {
top: 180px;
inset-inline-end: 70px;
}
.fc-footer-three .fc-three img {
max-width: 8vw;
min-width: 40px;
-webkit-animation: moveLeftRight 7s infinite ease-in-out;
animation: moveLeftRight 7s infinite ease-in-out;
}
.fc-footer-three .fc-four {
bottom: 10%;
inset-inline-start: 7%;
}
.fc-footer-three .fc-four img {
max-width: 5vw;
min-width: 20px;
-webkit-animation: moveTopBottom 9s infinite ease-in-out;
animation: moveTopBottom 9s infinite ease-in-out;
}
.fc-footer-three .fc-five {
bottom: 30%;
inset-inline-end: 5%;
}
.fc-footer-three .fc-five img {
max-width: 4vw;
min-width: 20px;
-webkit-animation: moveTopBottom 6s infinite ease-in-out;
animation: moveTopBottom 6s infinite ease-in-out;
}
@media only screen and (min-width: 576px) {
.fc-profit .fc-profit__tab-btns {
padding: 40px;
-webkit-margin-end: 40px;
margin-inline-end: 40px;
}
.fc-profit .profit__tab-btn {
padding: 16px 24px;
}
.fc-profit .profit__tab-btn i {
display: block;
}
.fc-testimonial .testimonial__slider-single {
padding: 80px 100px !important;
}
.fc-testimonial .testimonial__slider-single q {
font-size: 24px;
}
.social-sec .social-sec-single {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.social-sec .social-sec-single a {
width: auto;
-webkit-border-after: 0px;
border-block-end: 0px;
-webkit-border-end: 1px solid #bdd1d7;
border-inline-end: 1px solid #bdd1d7;
}
.social-sec .social-sec-single a i {
color: var(--base-color);
}
.social-sec .social-sec-single a:nth-last-of-type(1) {
-webkit-border-after: 0px;
border-block-end: 0px;
-webkit-border-end: 0px;
border-inline-end: 0px;
}
}
@media only screen and (min-width: 768px) {
.commit .commmit-tab-single {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.fc-community .community-donation {
padding: 80px !important;
}
}
@media only screen and (min-width: 992px) {
.header-four {
top: 106px !important;
}
.banner-four {
margin-top: 206px !important;
padding-block: 120px;
}
.banner-four h2 br {
display: inline-block;
}
}
@media only screen and (min-width: 1200px) {
.topbar--quaternary .topbar__inner {
padding-right: 12px !important;
}
}
@media only screen and (min-width: 1400px) {
.topbar--quaternary .topbar__inner {
border-radius: 30px;
}
.header-four {
top: 69px !important;
}
.header-four .navbar__mobile-options {
gap: 40px !important;
}
.fc-testimonial {
padding-block: 200px !important;
}
.banner-four {
margin-top: 169px !important;
padding-block: 160px;
}
.banner-four h2 {
font-size: 65px !important;
line-height: 75px !important;
}
.counter-four h2 {
font-size: 100px !important;
line-height: 110px !important;
font-weight: 800;
}
}
@media only screen and (min-width: 1700px) {
.fc-testimonial .slider-navigation {
position: absolute !important;
top: 50%;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
inset-inline: unset !important;
inset-inline-end: 6% !important;
z-index: 1;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
max-width: -webkit-max-content !important;
max-width: -moz-max-content !important;
max-width: max-content !important;
visibility: visible !important;
opacity: 1 !important;
pointer-events: all !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 0px !important;
}
}
.rtl .fc-contact .contact-bg img,
.rtl .fc-profit .shape-left img,
.rtl .banner-four .thumb img {
scale: -1 1;
}
.rtl .fc-testimonial .slider-navigation {
direction: rtl !important;
}
.rtl .text-start {
text-align: right;
}
.rtl .fc-goal .title-animation {
text-align: center;
}
@media (min-width: 1200px) {
.rtl .offset-xl-2 {
margin: 0px;
margin-right: 16.66666667% !important;
}
.rtl .text-xl-end {
text-align: left !important;
}
}
.dark-body .pg-four .banner-four h2,
.dark-body .pg-four .banner-four p {
color: var(--white);
}
.dark-body .pg-four .counter-four {
background-color: #2e2222;
}
.dark-body .pg-four .counter-four h1,
.dark-body .pg-four .counter-four h2,
.dark-body .pg-four .counter-four h3,
.dark-body .pg-four .counter-four h4,
.dark-body .pg-four .counter-four h5,
.dark-body .pg-four .counter-four h6,
.dark-body .pg-four .counter-four p {
color: white;
}
.dark-body .pg-four .fc-goal h1,
.dark-body .pg-four .fc-goal h2,
.dark-body .pg-four .fc-goal h3,
.dark-body .pg-four .fc-goal h4,
.dark-body .pg-four .fc-goal h5,
.dark-body .pg-four .fc-goal h6,
.dark-body .pg-four .fc-goal p,
.dark-body .pg-four .commit h1,
.dark-body .pg-four .commit h2,
.dark-body .pg-four .commit h3,
.dark-body .pg-four .commit h4,
.dark-body .pg-four .commit h5,
.dark-body .pg-four .commit h6,
.dark-body .pg-four .commit p {
color: white;
}
.dark-body .pg-four .fc-goal .goal__single,
.dark-body .pg-four .commit .goal__single {
background-color: #2e2222;
}
.dark-body .pg-four .commit h4 {
color: var(--black);
}
.dark-body .pg-four .commit .commmit-tab-single {
border-color: var(--white);
}
.dark-body .pg-four .fc-profit {
background-color: #2e2222;
}
.dark-body .pg-four .fc-profit li {
color: var(--white);
}
.dark-body .pg-four .fc-community {
background-color: #1e1e1e;
}
.dark-body .pg-four .fc-community h1,
.dark-body .pg-four .fc-community h2,
.dark-body .pg-four .fc-community h3,
.dark-body .pg-four .fc-community h4,
.dark-body .pg-four .fc-community h5,
.dark-body .pg-four .fc-community h6,
.dark-body .pg-four .fc-community p {
color: white !important;
}
.dark-body .pg-four .fc-cause .shape img {
display: none;
}
.dark-body .pg-four .fc-partner h1,
.dark-body .pg-four .fc-partner h2,
.dark-body .pg-four .fc-partner h3,
.dark-body .pg-four .fc-partner h4,
.dark-body .pg-four .fc-partner h5,
.dark-body .pg-four .fc-partner h6,
.dark-body .pg-four .fc-partner p {
color: white !important;
}
.dark-body .pg-four .fc-contact .contact__content {
background-color: #1e1e1e !important;
}
.dark-body .pg-four .fc-contact .contact__content::after {
background-color: #1e1e1e !important;
}
.dark-body .pg-four .fc-cause .content h6,
.dark-body .pg-four .fc-cause .content p {
color: var(--white);
}
.dark-body .pg-four .fc-cause .tag a {
background-color: var(--base-color) !important;
color: var(--white) !important;
}
.dark-body .pg-four .fc-testimonial .testimonial__slider-single {
background-color: #fbda33 !important;
}
.dark-body .pg-four .fc-testimonial .testimonial__slider-single h6 {
color: var(--black) !important;
} .color-palate {
position: fixed;
left: 0px;
text-align: center;
top: 0%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 100%;
max-width: 280px;
z-index: 999;
height: 100%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.color-palate .color-palate-inner {
position: relative;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: all;
transition: all;
background: #ffffff;
-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
height: 100%;
padding-bottom: 30px;
}
.color-palate .color-palate-inner::-webkit-scrollbar {
width: 5px;
}
.color-palate .color-palate-inner::-webkit-scrollbar-track {
background: #f1f1f1;
}
.color-palate .color-palate-inner::-webkit-scrollbar-thumb {
background: #888;
}
.color-palate .color-palate-inner::-webkit-scrollbar-thumb:hover {
background: #555;
}
.color-palate .palate {
background: #0055d4;
display: block;
float: left;
height: 45px;
margin: 0 2.5% 12px;
width: 20%;
cursor: pointer;
position: relative;
}
.color-palate .colors-list .active::after {
content: "✓";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
color: white;
}
.color-palate .various-color {
overflow: hidden;
padding: 40px 0 15px;
}
.color-palate .colors-list {
margin: 0 20px;
}
.color-palate .secondary-head {
background: #222222;
padding: 14px 0;
}
.color-palate .secondary-color {
padding: 23px 0;
}
.color-palate .secondary-colors-list {
margin: 0 80px;
}
.color-palate .palate-foo {
color: #777777;
font-size: 13px;
font-weight: 400;
padding: 0 30px;
line-height: 1.8em;
}
.color-palate .palate-foo span {
display: block;
padding-top: 20px;
margin-top: 5px;
border-top: 1px dotted #b2b2b2;
}
.color-palate .palate.default-color {
background: #ffc107;
}
.color-palate .palate.blue-color {
background: #246af4;
}
.color-palate .palate.brown-color {
background: #964b00;
}
.color-palate .palate.green-color {
background: #3ead3c;
}
.color-palate .palate.orange-color {
background: #ffb347;
}
.color-palate .palate.purple-color {
background: #bb54e1;
}
.color-palate .palate.teal-color {
background: #44a9aa;
}
.color-palate .palate.yellow-color {
background: #fed000;
}
.color-palate .color-trigger,
.color-palate .close-color-trigger {
background: #0055d4;
cursor: pointer;
height: 36px;
width: 36px;
left: 100%;
position: absolute;
top: 40%;
-webkit-transform: translateY(-40%);
transform: translateY(-40%);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
mix-blend-mode: exclusion;
}
.color-palate .color-trigger i {
color: #ffffff;
font-size: 16px;
-webkit-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite;
}
.color-palate .close-color-trigger i {
color: #ffffff;
font-size: 20px;
}
.color-palate .close-color-trigger {
display: none;
}
.color-palate h6 {
font-weight: 700;
color: #000000;
text-transform: uppercase;
font-size: 16px;
margin-top: 20px;
}
.color-palate .box-version {
padding-top: 10px;
padding-bottom: 0px;
}
.color-palate .option-box {
padding-top: 10px;
padding-bottom: 5px;
}
.color-palate .option-box .active {
background-color: var(--black);
}
.color-palate .option-box > li {
position: relative;
color: #ffffff;
width: 40%;
margin: 0px 3px;
cursor: pointer;
margin-bottom: 9px;
padding: 8px 12px;
font-size: 12px;
display: inline-block;
background-color: #0055d4;
text-transform: uppercase;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.color-palate .option-box > li:hover {
background-color: var(--black);
}
.color-palate .purchase-box {
position: relative;
padding: 20px 15px 0px;
max-width: 270px;
margin-inline: auto;
}
.color-palate .purchase-box__btn {
position: relative;
color: #ffffff;
width: 50%;
margin: 0;
cursor: pointer;
padding: 8px 12px;
font-size: 12px;
display: inline-block;
background-color: #0055d4;
text-transform: uppercase;
margin-top: 25px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.color-palate .purchase-box__btn:hover {
background-color: var(--black);
}
.color-palate.visible-palate {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes rotation {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}  .banner-five {
padding-block: 120px;
position: relative;
z-index: 1;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin-top: 90px;
}
.banner-five::before {
content: "";
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(247deg, rgba(5, 21, 29, 0.7) 34.88%, rgba(109, 131, 126, 0) 95.49%);
}
.banner-five .shape {
position: absolute;
inset-inline-start: 0px;
inset-inline-end: 0px;
top: -5px;
z-index: 3;
}
.banner-five .shape img {
width: 100%;
height: 28px;
}
.banner-five .banner-five__content {
position: relative;
z-index: 1;
}
.banner-five .spade {
position: absolute;
bottom: 30px;
inset-inline-end: 30px;
z-index: -1;
}
.banner-five .spade img {
max-width: 20vw;
min-width: 60px;
-webkit-animation: pulse 4s infinite ease-in-out;
animation: pulse 4s infinite ease-in-out;
}
.banner-five .commmit-tab-single {
max-width: 700px;
border-color: var(--white);
background: #222822;
}
.banner-five .commmit-tab-single p {
color: rgba(255, 255, 255, 0.49);
}
.banner-five .commmit-tab-single .text-lg {
color: var(--white);
}
.banner-five .commmit-tab-single i {
font-size: 45px;
}
.banner-five h1 {
color: var(--white);
font-family: var(--nunito);
}
.banner-five h1 span {
font-family: "Hubot Sans", serif;
font-weight: 500;
}
.banner-five p {
max-width: 560px;
color: var(--white);
}
.banner-five .bottom-line {
background-repeat: no-repeat;
background-size: 100%;
background-position: 0px 58%;
padding-bottom: 35px;
}
.banner-five .btn--primary {
padding: 20px 45px;
color: var(--white);
border-color: var(--base-color) !important;
font-weight: 700;
background-color: #ffae10;
}
.banner-five .btn--primary::before, .banner-five .btn--primary::after {
background-color: var(--base-color);
}
.banner-five .btn--primary:hover {
color: var(--black) !important;
} .ff-servicce-three .ff-service-three-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ff-servicce-three .ff-service-three-single {
padding: 47px 24px;
border-radius: 8px;
background: #fff;
-webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.ff-servicce-three .ff-service-three-single:hover .thumb a {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ff-servicce-three .ff-service-three-single:hover .content a {
color: var(--base-color);
}
.ff-servicce-three .ff-service-three-single-alt {
padding: 40px 24px;
}
.ff-servicce-three .thumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ff-servicce-three .thumb svg {
width: 45px;
}
.ff-servicce-three .thumb path {
fill: #ff0000;
}
.ff-servicce-three .thumb a {
font-size: 24px;
color: #ff0000;
}
.ff-servicce-three i {
margin-bottom: -3px;
color: #ff0000;
font-size: 30px;
}
.ff-servicce-three .content {
max-width: 160px;
margin-top: 40px;
}
.ff-servicce-three .content a {
font-size: 20px;
font-weight: 500;
color: #061408;
}
.ff-servicce-three .content a:hover {
color:#ff0000 !important;
}
.ff-servicce-three .content p {
line-height: 1.4;
} .ff-service {
background: #222223;
position: relative;
z-index: 1;
overflow: hidden;
}
.ff-service .th-t {
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
}
.ff-service .th-t img {
-webkit-animation: moveTopBottom 5s linear infinite;
animation: moveTopBottom 5s linear infinite;
max-width: 7vw;
min-width: 40px;
}
.ff-service .ff-service__single {
padding: 40px 40px;
border-radius: 11px;
border: 1px dashed rgba(255, 255, 255, 0.58);
background: rgba(255, 255, 255, 0.04);
-webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.ff-service .ff-service__single:hover {
background-color: var(--white);
}
.ff-service .ff-service__single:hover a i {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.ff-service .ff-service__single:hover .thumb::before {
background-color: #f9edd8;
}
.ff-service .ff-service__single:hover .txt-lg {
color: #232222;
}
.ff-service .thumb {
position: relative;
z-index: 1;
display: inline-block;
height: 65px;
}
.ff-service .thumb i {
color: #ff0000;
font-size: 50px;
}
.ff-service .thumb::before {
content: "";
position: absolute;
top: 0px;
right: -10px;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(228, 238, 239, 0.12);
z-index: -1;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.ff-service p {
-webkit-transition: var(--transition);
transition: var(--transition);
color: #8b7d7d;
}
.ff-service .txt-lg {
color: var(--white);
}
.ff-service a {
color: #ff0000;
font-weight: 700;
gap: 16px;
}
.ff-service a i {
font-size: 20px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: var(--transition);
transition: var(--transition);
margin-bottom: -3px;
} .counter-four .cnt {
font-size: 70px !important;
line-height: 80px !important;
font-weight: 800;
}
.pg-four .txt-base {
color: #ff0000;
}
.pg-four .text-gr {
color: #bdbdbd;
}
.pg-four .text-xl {
font-size: 24px;
line-height: 34px;
} .ff-gallery {
position: relative;
z-index: 1;
overflow: hidden;
}
.ff-gallery img {
border-radius: 15px;
width: 100%;
max-width: 15vw;
min-width: 50px;
}
.ff-gallery .thumb-lg {
position: relative;
}
.ff-gallery .thumb-lg img {
min-height: 360px;
width: 100% !important;
max-width: 100% !important;
}
.ff-gallery .thumb-lg a {
background-color: var(--white);
}
.ff-gallery .thumb-lg a i {
color: #ff0000;
}
.ff-gallery .left-group {
position: absolute;
left: 200px;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ff-gallery .left-group .m-two {
max-width: 185px;
margin-left: -50px;
margin-block: 40px;
}
.ff-gallery .left-group .m-three {
margin-left: 40px;
}
.ff-gallery .right-group {
position: absolute;
right: 200px;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ff-gallery .right-group .m-two {
max-width: 185px;
margin-block: 40px;
position: relative;
right: -170px;
}
.ff-gallery .right-group .m-three {
margin-right: 40px;
}
.ff-gallery .video-btn-wrapper {
inset-inline-start: unset !important;
left: 50% !important;
} .ff-team {
position: relative;
z-index: 1;
overflow: hidden;
}
.ff-team .shp {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
background-color: #f2f2f2;
z-index: -3;
width: 100%;
height: 300px;
}
.ff-team .shp::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
background-color: #fbda33;
width: 140px;
height: 95px;
border-bottom-right-radius: 150px;
z-index: -2;
}
.ff-team .shp::after {
content: "";
position: absolute;
top: 0px;
right: 0px;
background-color: #ff0000;
width: 120px;
height: 127px;
border-bottom-left-radius: 150px;
z-index: -2;
}
.ff-team .team__single {
direction: ltr;
}
.ff-team .team__single:hover .team__single__thumb-social {
-webkit-transform: translateY(0px) translateX(0%) !important;
-ms-transform: translateY(0px) translateX(0%) !important;
transform: translateY(0px) translateX(0%) !important;
}
.ff-team .team__single:hover .team__single-content__icon {
background-color: var(--black);
color: var(--white);
}
.ff-team .team__icons {
position: absolute;
bottom: 0px;
left: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
z-index: 1;
}
.ff-team .team__single-content__icon {
width: 70px;
min-width: 70px;
height: 70px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color:#ff0000;
border-radius: 0px 8px 0px 0px;
z-index: 1;
position: relative;
}
.ff-team .team__single-content__icon i {
color: var(--white);
font-size: 24px;
-webkit-transform: rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
transform: rotate(180deg) !important;
}
.ff-team .team__single__thumb-social {
-webkit-transform: translateY(0px) translateX(-20px) !important;
-ms-transform: translateY(0px) translateX(-20px) !important;
transform: translateY(0px) translateX(-20px) !important;
position: relative !important;
inset: unset !important;
z-index: -1;
}
.ff-team .team__single__thumb-social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: white;
}
.ff-team .team__single__thumb-social ul a {
background-color: transparent;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
color: #504848;
font-size: 16px;
}
.ff-team .team__single__thumb-social ul a:hover {
color: #ff0000 !important;
background-color: transparent;
}
.ff-team .team__single-content {
padding-bottom: 0px;
text-align: center;
background-color: transparent !important;
}
.ff-team .team__single-content p {
color: #ff0000;
}
.ff-team .team__single-content h6 {
color: var(--black) !important;
font-weight: 500 !important;
}
.ff-team .team__single-thumb::before {
content: none;
}
.ff-team .team__single-thumb a,
.ff-team .team__single-thumb img {
border-radius: 15px;
}
.ff-team .btn--primary {
color: var(--white);
}
.ff-team .btn--primary::before, .ff-team .btn--primary::after {
background-color: var(--black);
} .ff-testimonial .ff-testimonial-slider {
padding-block: 30px;
margin-block: -30px;
}
.ff-testimonial .swiper-pagination-bullet-active {
border-color: #ff0000;
}
.ff-testimonial .swiper-pagination-bullet-active::after {
background-color: #ff0000;
}
.ff-testimonial .ff-testimonial__single {
padding: 60px;
border-radius: 26px;
background: #fff;
-webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
position: relative;
z-index: 1;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.ff-testimonial .ff-testimonial__single img {
position: absolute;
bottom: 35px;
right: 50px;
z-index: -1;
-webkit-animation: pulse 6s linear infinite;
animation: pulse 6s linear infinite;
}
.ff-testimonial .ff-testimonial__single:hover {
background: #232222;
}
.ff-testimonial .ff-testimonial__single:hover .content-p,
.ff-testimonial .ff-testimonial__single:hover q,
.ff-testimonial .ff-testimonial__single:hover .designation-p {
color: var(--white);
}
.ff-testimonial .content-p,
.ff-testimonial q,
.ff-testimonial .designation-p {
-webkit-transition: var(--transition);
transition: var(--transition);
color: #092d3c;
}
.ff-testimonial .swiper-slide-active .ff-testimonial__single {
background: #232222;
}
.ff-testimonial .swiper-slide-active .content-p,
.ff-testimonial .swiper-slide-active q,
.ff-testimonial .swiper-slide-active .designation-p {
color: var(--white);
} .ff-volunteer {
position: relative;
z-index: 1;
overflow: hidden;
direction: ltr !important;
}
.ff-volunteer .ff-volunteer__inner {
padding: 100px;
background-size: cover;
border-radius: 25px;
background-position: left bottom;
overflow: hidden;
position: relative;
z-index: 1;
}
.ff-volunteer i {
font-size: 70px;
}
.ff-volunteer i,
.ff-volunteer h3,
.ff-volunteer a {
color: var(--white);
text-align: left !important;
}
.ff-volunteer .video-btn-wrapper {
position: static;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translate(0px) !important;
-ms-transform: translate(0px) !important;
transform: translate(0px) !important;
}
.ff-volunteer .video-btn-wrapper i {
color: var(--white) !important;
}
.ff-volunteer .video-btn-wrapper .open-video-popup {
width: 80px;
height: 80px;
background: #ff0000;
border-radius: 100%;
position: relative;
-webkit-animation: pulse-shadow 3s 2s linear infinite;
animation: pulse-shadow 3s 2s linear infinite;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}
.ff-volunteer .th-right {
position: absolute;
top: 50%;
right: 30%;
}
.ff-volunteer .th-right img {
-webkit-animation: moveTopBottom 4s linear infinite;
animation: moveTopBottom 4s linear infinite;
}
@media only screen and (min-width: 1200px) {
.banner-five .commmit-tab-single {
position: absolute;
bottom: -100px;
inset-inline-end: 0px;
z-index: -1;
}
} .section__header.heading-two h4{
font-size: 24px;
color: #fff;
line-height: 26px;
font-weight: 700;
font-family: 'Caveat';
background-color: #479E0F;
display: inline-block;
padding: 3px 20px 3px;
}
.section__header.heading-two h2 {
font-size: 90px;
color: #0B3D19;
line-height: 100px;
font-weight: 700;
margin-top: 15px;
}
.section__header.heading-two h2 span {
color: #479F10;
}
.fc-goal.box-four .goal__single {
border-radius: 12px;
border: none;
margin-bottom: 15px;
padding: 28px 14px 28px 20px;
display: flex;
align-items: center;
box-shadow: 0px 0px 3px 0px rgba(18, 47, 42, 0.23);
flex-wrap: nowrap;
transition: .5s;
gap: 15px;
}
.fc-goal.box-four .goal__single:hover{
border-radius: 12px;
border: none;
background: #49B645;
transition: .5s;
}
.fc-goal.box-four .goal__single h6{
font-weight: 700;
font-size: 26px;
line-height: 35px;
color: #0B3D19;
transition: .5s;
}
.fc-goal.box-four .goal__single p {
font-family: Nunito;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #667471;
transition: .5s;
}
.fc-goal.box-four .goal__single:hover h6,
.fc-goal.box-four .goal__single:hover p{
color: #fff;
transition: .5s;
}
.fc-goal.box-four .goal__single .thumb {
background-color: #E6F4DB;
padding: 13px 12px;
border-radius: 50%;
transition: .5s;
flex-shrink: 0;
}
.fc-goal.box-four .goal__single:hover .thumb {
background-color: #fff;
transition: .5s;
}
.section__header.heading-three h4{
font-size: 24px;
color: #479E0F;
line-height: 26px;
font-weight: 700;
font-family: 'Caveat';
background-color: transparent;
display: inline-block;
padding: 0;
}
.section__header.heading-three h2 {
font-size: 55px;
color: #0B3D19;
line-height: 55px;
font-weight: 700;
margin-top: 15px;
}
.community.home-9 {
padding-top: 0px;
}
.community.home-9 .section__header .sub-title {
color: #479F10;
}
.community.home-9 .input-group-icon .thumb {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background-color: #479F10;
}
.community.home-9 .donation-form__single .active {
background-color: #479F10;
color: var(--white);
border-color: #479F10;
}
.community.home-9 .community-donation {
padding: 60px 20px;
border-radius: 30px;
background: var(--white);
-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); position: relative;
overflow: hidden;
z-index: 1;
bottom: -140px;
margin-top: -140px;
}
.team_single-wrapper.home-9 {
box-shadow: 0 10px 25px 0 rgba(37, 42, 52, 0.08);
padding: 25px;
border-radius: 20px;
margin: 10px 10px 30px;
}
.team_single-wrapper.home-9 .team_icons ul {
text-align: center;
}
.team_single-wrapper.home-9 .team_icons ul li {
display: inline;
}
.team_single-wrapper.home-9 .team_icons ul li a {
width: 35px;
height: 35px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(102, 116, 113, .4);
border-radius: 50%;
transition: .4s;
}
.team_single-wrapper.home-9 .team_single-content {
border: 1px dashed #479F10;
padding: 20px 20px;
text-align: center;
border-radius: 20px;
margin-top: 30px;
}
.team_single-wrapper.home-9 .team_single-content p{
font-weight: 500;
font-size: 18px;
color: #479F10;
margin-bottom: 6px;
}
.team_single-wrapper.home-9 .team_single-content h6{
font-weight: 700;
font-size: 22px;
color: #0B3D19;
line-height: 1;
margin-bottom: 20px;
}
.testimonial .testimonial_inner .testimonial-six-active.swiper{
padding: 30px 40px 30px 70px;
margin: 10px;
border-radius: 10px;
}
.testimonial-six-wrapper.swiper-slide {
background-color: #fff;
box-shadow: 0px 10px 40px 0px rgba(29, 31, 21, 0.1);
padding: 20px 30px 20px;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-top p{
font-style: italic;
font-weight: 500;
font-size: 15px;
line-height: 173%;
margin-bottom: 30px;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-top-content {
display: flex;
justify-content: space-between;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-author {
display: flex;
gap: 15px;
align-items: center;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-bottom {
display: flex;
align-items: center;
justify-content: space-between;
}
.swiper-3d .swiper-slide-shadow {
background: #fff !important;
box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1) !important;
} .community.home-10{
padding-top: 0px;
position: relative;
z-index: 2;
overflow-x: clip;
}
.community.home-10 .community-donation {
padding: 60px 20px;
border-radius: 30px;
background: transparent;
-webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
z-index: 1;
bottom: 0px;
margin-top: 0px;
}
.community.home-10 .donation-form__single h5 {
font-weight: 700;
color: #fff;
margin-top: -8px;
}
.community.home-10 .radio-single label {
position: relative;
padding-left: 8px;
margin-left: 10px;
font-weight: 600;
color: #fff;
cursor: pointer;
}
.community.home-10 .donation-form__single .active {
background-color: #13B7AE !important;
color: var(--white);
border-color: none;
}
.community.home-10 .donation-form__single .donation-amount {
padding: 12px 16px;
border: none;
background-color: rgba(255, 255, 255, 0.13);
border-radius: 30px;
font-weight: 700;
line-height: 1;
color: #fff;
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team.home-10{
padding: 0px 0px;
}
.team_single-wrapper.home-10 .team_single {
position: relative;
overflow: hidden;
}
.team_single-wrapper.home-10 .team_single::before {
content: "";
position: absolute;
width: 100%;
bottom: -400px;
left: 0;
background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22.38%, rgba(255, 255, 255, 0) 50.82%, rgba(251, 218, 51, 0.9) 70.21%, rgba(251, 218, 51, 0.9) 87.03%, #fbda33 100%);
height: 100%;
z-index: 1;
transition: .4s ease-in-out;
}
.team_single-wrapper.home-10 .team_single:hover::before {
bottom: 0;
}
.team_single-wrapper.home-10 .team_single .team_single-content{
position: absolute;
bottom: -80px;
left: 0;
right: 0;
z-index: 2;
transition: .4s ease-in-out;
}
.team_single-wrapper.home-10 .team_single .team_single-thumb img {
width: 100%;
}
.team_single-wrapper.home-10 .team_single:hover .team_single-content{
bottom: 46px;
}
.team_single-wrapper.home-10 .team_single .team_single-content h6{
font-family: var(--recoleta);
font-weight: 400;
font-size: 30px;
text-transform: capitalize;
color: var(--primary-seven-heading);
margin-bottom: 10px;
text-align: center;
}
.team_single-wrapper.home-10 .team_single .team_single_thumb-social li {
display: inline;
padding: 15px;
}
.team_single-wrapper.home-10 .team_single .team_icons {
text-align: center;
}
.team_single-wrapper.home-10 .team_single .team_icons i{
color: #043460;
}
.contact.home-10 .contact__content {
padding: 0px 20px;
background-color: transparent;
}
.service .single_service .service_single-thumb{
background: #ffecc9;
width: 100%;
height: 554px;
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.service .single_service .service_single-thumb::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(181deg, #fff 0%, rgba(255, 255, 255, 0) 22.38%, rgba(255, 255, 255, 0) 50.82%, rgba(255, 255, 255, 0.22) 70.21%, rgba(255, 255, 255, 0.82) 87.03%, #fff 100%);
z-index: 1;
opacity: 0;
visibility: hidden;
transition: .8s ease-in-out;
}
.service .single_service:hover .service_single-thumb::before {
opacity: 1;
visibility: visible;
}
.service .single_service .service_single-thumb img {
width: 240px;
height: 240px;
object-fit: cover;
transition: .4s ease-in-out;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
bottom: 0;
border-radius: 50%;
}
.service .single_service:hover .service_single-thumb img {
width: 100%;
height: 100%;
border-radius: 0;
transition: .4s ease-in-out;
}
.service .single_service .service-buttons{
position: absolute;
bottom: -60px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
transition: .6s;
}
.service .single_service .service-buttons a{
font-weight: 400;
font-size: 29px;
line-height: 92%;
text-transform: capitalize;
text-align: center;
color: #043460;
}
.service .single_service:hover .service-buttons{
bottom: 45px;
}
.service .single_service .service_single-content h6{
font-weight: 400;
font-size: 26px;
color: #fff;
margin-bottom: 15px;
margin-top: 35px;
}
.service .single_service .service_single-content p{
font-family: var(--satoshi);
font-weight: 500;
font-size: 18px;
line-height: 160%;
color: #fff;
} .testimonial-seven-thumb img {
border-radius: 37px !important;
width: 100%;
}
.testimonial-seven-thumb-quate {
position: absolute;
top: 16px;
left: 16px;
}
.testimonial-seven-thumb-quate a {
width: 90px;
height: 90px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: #1E1E1E;
border-radius: 50%;
}
.testimonial-seven-wrapper {
background: #fcf8ed;
border: 1px solid #0E253A;
border-radius: 11px;
padding: 50px 60px 40px 45px;
}
.testimonial-seven-title {
font-family: var(--recoleta);
font-weight: 400;
font-size: 36px;
color: #13b7ae;
border-bottom: 1px solid #cabdbd;
margin-bottom: 30px;
padding-bottom: 15px;
}
.testimonial-seven-paragraph {
font-family: var(--recoleta);
font-weight: 400;
font-size: 38px;
line-height: 129%;
color: #0E253A;
margin-bottom: 20px;
}
.testimonial-seven-left {
display: flex;
align-items: center;
gap: 26px;
}
.testimonial-seven-thumb {
margin-bottom: 30px;
}
.testimonial-seven-name {
font-weight: 700;
font-size: 22px;
letter-spacing: -0.03em;
color: #0E253A;
margin-bottom: 0;
}
h4.testimonial-seven-name {
font-size: 14px;
color: #1E1E1E;
font-weight: 500;
}
.testimonial-seven-icon span {
width: 90px;
height: 90px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--primary-seven-heading);
border-radius: 50%;
}
.testimonial-seven-area .project-panel {
margin-bottom: 30px;
}
.testimonial-seven-shape {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
animation: bounce-one 4s forwards infinite alternate;
}
@keyframes bounce-left {
0% {
transform: translateX(0);
}
50% {
transform: translateX(50px);
}
100% {
transform: translateX(0);
}
}
.home-10 .contact__form .home--10 {
border: 2px solid rgba(255, 255, 255, 0.15);
background-color: #252525;
}
.cause.style3 .cause__slider-single {
padding: 12px;
background-color: transparent;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
border-radius: 15px;
border: 1px solid #000000;
}
.cause.style3 .cause__slider-cta {
padding: 20px;
border-radius: 10px;
background: #fff;
margin-top: 24px;
}
.cause.style3 .content h6 {
margin-top: -8px;
margin-bottom: 8px;
font-weight: 500;
color: #232222;
font-size: 32px;
font-family: "Recoleta", sans-serif;
}
.cause.style3 .cause__cta a.btn--secondary {
width: 100%;
margin: auto;
display: inline-block;
text-align: center;
}
.cause.style3 {
padding: 0px 0px;
background-color: #edeeef;
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 30px;
}
.cause.style3 .cause__slider-cta .cause-progress__goal .goal {
color: #FFC107;
font-weight: 700;
} .service.style2 .service-eight-thumb{
overflow: hidden;
}
.service.style2 .service-eight-thumb a{
display:block;
}
.service.style2 .service-eight-thumb img {
border-radius: 15px;
width: 100% !important;
}
.service.style2 .service-eight-button {
position: absolute;
top: 10px;
right: 50px;
opacity: 0;
visibility: hidden;
transition: .4s ease-in-out;
}
.service.style2 .service-eight-button a {
width: 50px;
height: 50px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: #ED5A2F;
color: #fff;
border-radius: 50%;
font-size: 18px;
}
.service.style2 .service-eight-wrap {
background: #ED5A2F;
padding: 20px;
border-radius: 15px;
position: absolute;
bottom: -140px;
left: 0;
right: 0;
margin: 0 15px 0;
transition: .4s ease-in-out;
}
.service.style2 .service-eight-title {
font-family: var(--kumbh);
font-weight: 700;
font-size: 20px;
color: #fff;
}
.service.style2 .service-eight-paragraph {
line-height: 175%;
color: #fff;
font-family: var(--nunito-sans);
font-size: 15px;
}
.service.style2 .service-eight-thumb:hover .service-eight-wrap {
bottom: 20px;
}
.service.style2 .service-eight-thumb:hover .service-eight-button {
right: 20px;
opacity: 1;
visibility: visible;
}
.community.home-11 {
padding-top: 0px;
position: relative;
z-index: 2;
overflow-x: clip;
}
.community.home-11 .community-donation {
padding: 60px 20px;
border-radius: 30px;
background: var(--white);
-webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
z-index: 1;
bottom: 0px;
margin-top: 0px;
}
.community.home-11 .input-group-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 5px;
border-radius: 30px;
background: #FFC646;
margin: 15px 0px 20px;
}
.community.home-11 .input-group-icon .thumb {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background-color: #ED5A2F;
}
.community.home-11 .donation-form__single .donation-amount:hover {
background-color: #ED5A2F;
color: #fff;
border-color: #ED5A2F;
}
.community.home-11 .donation-form__single .active {
background-color: #ED5A2F;
color: var(--white);
border-color: #ED5A2F;
}
.community.home-11 .btn--primary {
padding: 16px 40px;
border-radius: 30px;
gap: 12px;
background-color: #ED5A2F;
color: #fff;
position: relative;
}
.community.home-11 .btn--primary::before, .home-11 .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: inherit;
background-color: #ED5A2F;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.community.home-11 .btn--primary:hover::before, .community.home-11 .btn--primary:hover::after {
width: 0%;
}
.faq.home-10 {
padding: 0px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
.faq.home-10 .accordion-item {
margin-bottom: 20px;
background-color: var(--white);
border-radius: 10px;
border: 1px solid #ddd;
-webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.faq.home-10 .accordion-item .accordion-button:not(.collapsed){
color: #ED5A2F;
background-color: #fff;
border-radius: 10px 10px;
-webkit-box-shadow: none;
box-shadow: none;
}
.faq.home-10 .accordion-item .accordion-button:not(.collapsed)::after {
color: #ED5A2F;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.faq.home-10 .accordion-body p {
color: #999999;
padding: 0px 30px 25px;
font-size: 16px;
font-weight: 400;
font-family: 'Nunito Sans';
line-height: 28px;
}
.faq.home-10 .accordion-body {
padding: 0px;
border: 0px;
}
.faq.home-10 .accordion-item .accordion-button {
border-radius: 0px;
color: #1D1D1D;
position: relative;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 10px;
padding: 10px 30px;
font-weight: 700;
}
.home11 .team__single:hover .team__single-content {
background-color: #ED5A2F;
transition: .5s;
}
.home11 .team__single-content {
padding: 30px 30px 24px;
margin-top:10px;
background-color: #fff;
-webkit-transition: var(--transition);
transition: var(--transition);
border-radius:10px;
}
.home11 .team__single-wrapper {
background-color: #F5EFED;
padding: 10px;
border-radius: 10px;
}
.home11 .team__single-thumb {
position: relative;
z-index: 1;
overflow: hidden;
}
.home11 .team__single:hover .team__single-thumb img {
-webkit-transform: scale(1.04);
transform: scale(1.04);
}
.home11 .team__single:hover .team__single-content p {
color: #fff;
transition: .5s;
}
.home11 .team__icons {
position: absolute;
bottom: 8px;
inset-inline-end: 20px;
}
.home11 .team__single-content__icon {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #FFC107;
color: var(--white);
z-index: 3;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.home11 .team__single__thumb-social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--white);
color: var(--secondary-color);
font-size: 16px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.home11 .team__single .team__single__thumb-social a:hover {
background-color: #ED5A2F;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.count-down ul li h3{
color: #ED5A2F;
font-size: 55px;
font-weight: 700;
text-align: center;
}
.count-down ul li span{
text-align: center;
font-size: 16px;
color: #fff;
}
.count-down ul {
display: inline-flex;
justify-content: center;
}
.count-down ul li{
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 10px;
margin: 0px 10px;
padding: 0px 30px;
}
.count-down ul li {
max-width: 123px;
width: 100%;
height: 123px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 10px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 10px;
margin-bottom: 15px;
} .ministrie-eight-area {
position: relative;
z-index: 1;
}
.ministrie-eight-area::before {
content: "";
position: absolute;
width: 96%;
height: 100%;
top: 0;
left: 50%;
background: rgba(237, 90, 47, .05);
border-radius: 20px;
transform: translateX(-50%);
z-index: -1;
}
.ministrie-eight-wrapper {
overflow: hidden;
}
.ministrie-eight-thumb img {
border-radius: 20px !important;
}
.ministrie-eight-wrap {
position: absolute;
top: 50%;
left: 50%;
background: rgba(237, 90, 47, .60);
border-radius: 20px;
width: 90%;
height: 90%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px;
transition: .6s ease-in-out;
opacity: 0;
visibility: hidden;
}
.mission .mission-single:hover .ministrie-eight-wrap{
opacity: 1;
visibility: visible;
}
.ministrie-eight-button {
text-align: right;
}
.ministrie-eight-button a {
width: 40px;
height: 40px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
color: #ED5A2F;
border-radius: 50%;
}
.ministrie-eight-title {
font-family: var(--kumbh);
font-weight: 700;
font-size: 32px;
line-height: 1.25;
text-transform: capitalize;
color: #fff;
margin-bottom: 10px;
}
.ministrie-eight-paragraph {
color: #fff;
}
.ministrie-eight-space {
margin-top: 30px;
}
.ministrie-eight-dot {
background: #ED5A2F;
padding: 0px 6px;
width: 115px !important;
border-radius: 25px;
text-align: center;
margin-top: 10px;
}
.ministrie-eight-dot .swiper-pagination-bullet {
opacity: 1;
background: #fff;
width: 6px;
height: 6px;
position: relative;
z-index: 1;
}
.ministrie-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff !important;
}
.ministrie-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
content: "";
position: absolute;
width: 14px;
height: 14px;
top: 54%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
}
.ministrie-eight-wrapper.swiper-slide-active .ministrie-eight-wrap {
opacity: 1;
visibility: visible;
top: 50%;
}
.ministrie-eight-scrollbar {
margin-top: 20px;
}
.ministrie-eight-scrollbar .swiper-scrollbar.two {
background: rgba(237, 90, 47, .30);
height: 5px;
}
.ministrie-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
background: #ED5A2F;
width: 216px !important;
}
.ministrie-eight-scrollbar {
margin-top: 20px;
}
.ministrie-eight-scrollbar .swiper-scrollbar.two {
background: rgba(237, 90, 47, .30);
height: 5px;
}
.ministrie-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
background: #ED5A2F;
width: 216px !important;
}
.cta-section.home-11 .video-btn-wrapper .open-video-popup {
width: 80px;
height: 80px;
background: #ED5A2F;
border-radius: 100%;
position: relative;
-webkit-animation: pulse-shadow 3s 2s linear infinite;
animation: pulse-shadow 3s 2s linear infinite;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}
.cta-section.home-11 .video-btn-wrapper .open-video-popup i {
font-size: 20px;
color: #fff;
}
.cta-section.home-11 .video-btn-wrapper::after {
content: "";
position: absolute;
inset: 10px;
border: 1px dashed #fff;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.marque .marque-content h6{
color: #ED5A2F;
text-transform: uppercase;
margin-bottom: 0;
font-family: "Kumbh Sans";
font-weight: 700;
font-size: 70px;
line-height: 121%;
}       .maquee-eight-transition {
transition-timing-function: linear;
}
.maquee-eight-item {
display: flex;
white-space: nowrap;
}
.maquee-eight-box {
display: flex;
align-items: center;
gap: 20px;
width: auto;
}
.maquee-eight-icon span {
animation: rotate-infinte 3s infinite linear;
color: #ED5A2F;
font-size: 40px;
display: inline-block;
line-height: 1;
position: relative;
top: 3px;
}
.maquee-eight-icon span i {
display: inline-block;
line-height: 1;
}
.maquee-eight-title {
color: #ED5A2F;
text-transform: uppercase;
margin-bottom: 0;
font-family: var(--kumbh);
font-weight: 700;
font-size: 70px;
line-height: 121%;
}
.maquee-eight-title.border-text {
-webkit-text-stroke-width: 1px;
color: transparent;
-webkit-text-stroke-color: #ED5A2F;
}
@keyframes rotate-infinte {
0%{
transform:rotate(0deg);
}
100%{
transform:rotate(360deg);
}
} .blog.blog-11 {
z-index: 1;
overflow: hidden;
display: flex;
align-items: center;
gap: 20px;
}
.blog-eight-area {
padding: 120px 0 90px;
}
.blog-eight-container {
max-width: 1450px;
}
.blog-eight-wrapper {
display: flex;
gap: 30px;
}
.blog-eight-wrap {
background: var(--white);
box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.08);
display: flex;
align-items: center;
gap: 30px;
padding: 10px;
border-radius: 20px;
margin: 20px 0px; transition: .4s ease-in;
position: relative;
z-index: 1;
}
.blog-eight-thumb {
opacity: 0;
visibility: hidden;
transition: .8s ease-in;
width: 0;
}
.blog-eight-thumb a {
display: block;
}
.blog-eight-thumb a img {
width: 300px;
height: 363px;
border-radius: 10px;
object-fit: cover;
}
.blog-eight-meta {
display: flex;
gap: 40px;
margin-bottom: 10px;
}
.blog-eight-content {
transition: .4s ease-in;
flex-shrink: 0;
}
.blog-eight-meta p {
color: #1d1d1d;
display: flex;
align-items: center;
gap: 10px;
}
.blog-eight-meta p i {
color: #ED5A2F;
}
.blog-eight-title {
font-family: var(--kumbh);
font-weight: 700;
font-size: 24px;
line-height: 1.25;
color: #1D1D1D;
margin-bottom: 18px;
max-width: 300px;
width: 100%;
}
.blog-eight-paragraph {
line-height: 175%;
color: #999;
margin-bottom: 18px;
max-width: 316px;
width: 100%;
}
.blog-eight-wrap.active .blog-eight-thumb {
visibility: visible;
opacity: 1;
transition: .4s ease-in;
width: 100%;
}
.blog-eight-wrap.active .blog-eight-content { 
max-width: 316px;
width: 100%;
transition: .4s ease-in;
}
.blog-eight-wrap.active {
max-width: inherit;
transition: .4s ease-in;
}
.blog-eight-bg-shape-1 {
position: absolute;
top: 13%;
left: 7%;
z-index: -1;
}
.blog-eight-bg-shape-2 {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.blog-eight-bg-shape-3 {
position: absolute;
right: 4%;
top: 50%;
z-index: -1;
}
.blog.blog-11 .btn-primary {
padding: 13px 24px;
background-color: var(--base-color);
position: relative;
font-weight: 800;
border-radius: 60px; 
z-index: 1;
gap: 16px;
overflow: hidden;
}
.blog.blog-11 .btn-primary:hover {
color: #fff;
background-color: #FFC646;
}
.blog.blog-11 .btn-primary:hover::before{
width: 0%;
}
.blog.blog-11 .btn-primary:hover::after{
width: 0%;
}
.blog.blog-11 .btn-primary::before{
content: "";
position: absolute;
top: 0px;
left: 0;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #ED5A2F;
-webkit-transition: var(--transition);
transition: var(--transition); z-index: -1;
}
.blog.blog-11 .btn-primary::after {
content: "";
position: absolute;
top: 0px;
right: 0;
bottom: 0px;
width: 50%;
height: 100%;
inset-inline-start: unset;
inset-inline-end: 0px;
border-radius: 0px;
background-color: #ED5A2F;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.one .btn--primary {
padding: 18px 50px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.section__cta.one .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #ED5A2F;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.one .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #ED5A2F;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.one .btn--primary:hover::before{
width: 0%;
}
.section__cta.one .btn--primary:hover::after {
width: 0%;
}
.section__cta.one .btn--primary:hover {
color: #fff;
background-color: #FFC107;
}
.banner-seven-wrapper .banner-seven-content h1{
color: #0E253A;
font-size: 170px;
font-weight: 400;
line-height: 82%;
font-family: "Recoleta", sans-serif;
}
.banner-seven-wrapper .banner-seven-content h2{
color: #0E253A;
font-size: 170px;
font-weight: 400;
line-height: 82%;
font-family: "Recoleta", sans-serif;
}
.banner-seven-wrapper .banner-seven-button {
display: flex;
align-items: center;
gap: 20px;
margin: 50px 0px 30px;
}
.banner-seven-wrapper .banner-seven-button .left a.btn--primary {
border: 1px solid #000000;
border-radius: 35px;
padding: 18px 35px;
}
.banner-seven-wrapper .banner-seven-button a.banner-seven-btn {
color: #000000;
font-size: 16px;
font-weight: 600;
text-decoration: underline;
}
.banner-seven-wrapper .banner-seven-descri {
display: flex;
justify-content: end;
}
.banner-seven-wrapper .banner-seven-descri p.banner-seven-paragraph {
width: 39%;
color: #032532;
font-size: 16px;
border-left: 1px solid #FFCC53;
padding-left: 10px;
font-weight: 500;
font-family: "Satoshi", sans-serif;
margin-right: 50px;
} .blog-seven-area .section-seven-paragraph {
max-width: 730px;
margin: auto;
}
.blog-seven-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding-bottom: 20px;
margin: 0px 10px 20px;
gap: 50px;
}
.blog-seven-meta ul {
display: flex;
gap: 20px;
}
.blog-seven-meta ul li {
font-family: "Satoshi", sans-serif;
font-weight: 500;
font-size: 16px;
color: #032532;
padding-left: 15px;
position: relative;
}
.blog-seven-meta ul li::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 50%;
left: 0;
background: #ffc107;
border-radius: 50%;
transform: translateY(-50%);
}
.blog-seven-content {
max-width: 527px;
width: 100%;
margin-left: 60px;
}
.blog-seven-title {
font-family: "Recoleta", sans-serif;
font-weight: 400;
font-size: 44px;
line-height: 114%;
text-transform: capitalize;
color: #0E253A;
margin-bottom: 36px;
line-height: 114%;
}
.blog-seven-title a {
background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0 1px;
transition: all 0.3s, background-size 0.8s;
display: initial;
}
.blog-seven-title a:hover {
background-size: 100% 1px;
}
.blog-seven-meta {
margin-bottom: 22px;
}
.blog-seven-button a {
font-weight: 500;
font-size: 16px;
text-transform: capitalize;
color: #0E253A;
font-family: "Satoshi", sans-serif;
}
.blog-seven-thumb {
overflow: hidden;
border-radius: 17px;
}
.blog-seven-thumb img {
border-radius: 17px;
} .blog-eight-wrap.active .blog-eight-content .blog-eight-title{
font-family: var(--kumbh);
font-weight: 700;
font-size: 24px;
line-height: 1.25;
color: #FFC646;
margin-bottom: 18px;
max-width: 300px;
width: 100%;
}
.blog.blog-11 .blog-eight-wrap.active .btn-primary::before{
content: "";
position: absolute;
top: 0px;
left: 0;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FFC646;
-webkit-transition: var(--transition);
transition: var(--transition); z-index: -1;
}
.blog.blog-11 .blog-eight-wrap.active .btn-primary::after {
content: "";
position: absolute;
top: 0px;
right: 0;
bottom: 0px;
width: 50%;
height: 100%;
inset-inline-start: unset;
inset-inline-end: 0px;
border-radius: 0px;
background-color: #FFC646;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
} .section__cta.three .btn--primary {
padding: 18px 50px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.section__cta.three .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #2952CC;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.three .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #2952CC;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.three .btn--primary:hover::before{
width: 0%;
}
.section__cta.three .btn--primary:hover::after {
width: 0%;
}
.section__cta.three .btn--primary:hover {
color: #fff;
background-color: #E21244;
} .section__cta.four {
position: relative;
}
.section__cta.four::before{
content: "";
position: absolute;
right: -4px;
bottom: -5px;
width: 100%;
height: 100%;
border-radius: 60px;
border-bottom: 1px solid #E21244;
border-right: 1px solid #E21244;
transition: .5s;
}
.section__cta.four:hover::before{
content: "";
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
transition: .5s;
}
.section__cta.four .btn--primary {
padding: 18px 50px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.section__cta.four .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #E21244;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.four .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #E21244;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.four .btn--primary:hover::before{
width: 0%;
}
.section__cta.four .btn--primary:hover::after {
width: 0%;
}
.section__cta.four .btn--primary:hover {
color: #fff;
background-color: #2952CC;
} .service .service__inner .service_slider-single{
border-radius: 15px;
overflow: hidden;
position: relative;
}
.service .service__inner .service_slider-single::before{
content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 0%;
border-radius: 15px;
background-color: rgba(41, 82, 204, .6);
transition: .5s;
z-index: 1;
}
.service .service__inner .service_slider-single:hover::before{
height: 100%;
transition: .5s;
}
.service .service__inner .service_slider-single .all-content{
position: relative;
}
.service .service__inner .service_slider-single .all-content img{
width:100%;
}
.service .service__inner .service_slider-single .all-content .text-content {
position: absolute;
left: 0;
bottom: -120px;
background-color: #fff;
padding: 25px 17px 10px;
z-index: 99;
transition: .5s;
}
.service .service__inner .service_slider-single:hover .all-content .text-content {
bottom: 25%;
background: transparent;
transition: .5s;
}
.service .service__inner .service_slider-single .all-content .text-content h6 {
color: #101840;
font-size: 22px;
font-family: Work sans-serif;
margin-bottom: 15px;
font-weight: 600;
}
.service .service__inner .service_slider-single:hover .all-content .text-content h6 {
color: #fff;
transition: .5s;
}
.service .service__inner .service_slider-single .all-content .text-content p {
color: #fff;
font-family: 'Nunito Sans';
font-weight: 400;
}
.service-button {
position: relative;
margin-top:20px;
display: inline-block;
}
.service-button::before{
content: "";
position: absolute;
right: -4px;
bottom: -5px;
width: 100%;
height: 100%;
border-radius: 60px;
border-bottom: 1px solid #E21244;
border-right: 1px solid #E21244;
transition: .5s;
}
.service .service__inner .service_slider-single .all-content .text-content .service-button:hover::before{
content: "";
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
transition: .5s;
}
.service .service__inner .service_slider-single .all-content .text-content .btn-primary{
padding: 12px 30px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.service .service__inner .service_slider-single .all-content .text-content .btn-primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #E21244;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.service .service__inner .service_slider-single .all-content .text-content .btn-primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #E21244;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.service .service__inner .service_slider-single .all-content .text-content .btn-primary:hover::before{
width: 0%;
}
.service .service__inner .service_slider-single .all-content .text-content .btn-primary:hover::after {
width: 0%;
}
.service .service__inner .service_slider-single .all-content .text-content .btn-primary:hover {
color: #fff;
background-color: #2952CC;
}
.community.home-12 {
padding-top: 0px;
position: relative;
z-index: 2;
overflow-x: clip;
}
.community.home-12 .community-donation {
padding: 10px;
border-radius: 30px;
background: transparent;
-webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
z-index: 1;
bottom: 0px;
margin-top: 0px;
}
.community.home-12 .donation-form__single .donation-amount {
padding: 20px 14px;
border: 1px solid #d8dde1;
border-radius: 6px;
font-weight: 700;
line-height: 1;
color: #101840;
background-color: #fff;
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
-webkit-transition: var(--transition);
transition: var(--transition);
transition: .5s;
}
.community.home-12 .donation-form__single span.donation-amount.active{
color: #fff;
background-color: #2952CC;
transition: .5s;
}
.community.home-12 .input-group-icon {
display:none;
}
.community.home-12 .donation-form__single h5 {
font-weight: 700;
color: #fff;
margin-top: 0px;
margin-bottom: 25px;
}
.community.home-12 .donation-form__single_2 h5 {
display:none;
}
.community.home-12 .radio-wrapper {
display:none;
}
.community.home-12 .btn--primary {
padding: 12px 25px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: #FF5833;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.community.home-12 .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #2952CC;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.community.home-12 .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #2952CC;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.community.home-12 .btn--primary:hover::before{
width: 0%;
}
.community.home-12 .btn--primary:hover::after {
width: 0%;
}
.community.home-12 .btn--primary:hover {
color: #fff;
background-color: #E21244;
}
.blog.home-12 .blog__single .blog__single-thumbs {
position: relative;
}
.blog.home-12 .blog__single .blog__single-thumbs .tag {
position: absolute;
bottom: -52px;
left: 24px;
width: 54px;
height: 60px;
background-color: #F6F6F6;
display: -webkit-box;
display: -ms-flexbox; -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
border-radius: 0px 0px 6px 6px; }
.blog.home-12 .blog__single:hover .blog__single-thumbs .tag {
background-color: #E21244;
transition: .5s;
}
.blog.home-12 .blog__single .blog__single-thumbs .tag span {
color: #101840;
font-size: 16px;
display: block;
font-weight: 700;
line-height: 1;
transition: .5s;
}
.blog.home-12 .blog__single:hover .blog__single-thumbs .tag span {
color: #fff;
font-size: 16px;
transition: .5s;
}
.blog.home-12 .blog__single {
padding: 0px;
background-color: var(--white);
border-radius: 10px;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
-webkit-transition: var(--transition);
transition: var(--transition);
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.blog.home-12 .blog__single .blog-content {
padding: 15px 15px 20px;
}
.blog.home-12 .blog__single .blog-content .blog__single-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
justify-content: center;
row-gap: 8px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
padding: 0px 0px 0px 35px;
}
.blog.home-12 .blog-content .blog__single-meta p i {
color: #E21244;
}
.blog.home-12 .blog__single .blog-content .blog__single-meta p {
color: #4D5A87;
}
.blog.home-12 .blog__single:hover .blog-content .blog__single-meta p {
color: #4D5A87;
}
.blog.home-12 .blog__single .blog-content h6 {
color: #202020;
font-size: 26px;
font-family: Work sans-serif;
font-weight: 700;
margin-top: 20px;
}
.blog.home-12 .blog-content .blog__single-cta {
margin-top: 15px;
padding: 0px 12px;
}
.blog.home-12 .blog__single .blog__single-cta a {
font-weight: 700;
color: #E21244;
font-size: 18px;
padding: 7px 8px;
border-radius: 5px;
position: relative;
transition: .5s;
}
.blog.home-12 .blog__single:hover .blog__single-cta a{
color: #fff;
transition: .5s;
}
.blog.home-12 .blog__single .blog__single-cta a::after {
content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 40px;
height: 40px;
border-radius: 40px;
background-color: #F6F6F6;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.blog.home-12 .blog__single:hover .blog__single-cta a::after {
width: 100%;
height: 100%;
border-radius: 5px;
background-color: #E21244;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog.home-12 .blog__single .blog__single-cta a i {
color: #E21244;
font-size: 20px;
margin-bottom: -2px;
-webkit-transition: var(--transition);
transition: var(--transition);
transition: .5s;
}
.blog.home-12 .blog__single:hover .blog__single-cta a i {
color: #fff;
background-color: transparent;
transition: .5s;
}
.blog.home-12 .blog__single .blog__single-cta a::before {
display: none;
} .fa-spin-fast {
-webkit-animation: fa-spin-fast 0.2s infinite linear;
animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin-fast {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.material-card {
position: relative;
height: 0;
padding-bottom: calc(100% - 16px);
margin-bottom: 30px;
box-shadow: 0px 10px 40px 0px #1D1F151A;
}
.material-card h2 {
position: absolute;
top: calc(100% - 16px);
left: 0;
width: 100%;
padding: 10px 16px;
color: #fff;
font-size: 1.4em;
line-height: 1.6em;
margin: 0;
box-shadow: 0px 10px 40px 0px #1D1F151A;
z-index: 10;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border-radius: 0px 0px 10px 10px;
}
.material-card h2 span {
display: block;
font-family: Work sans-serif;
font-size: 20px;
font-weight: 700;
color: #101840;
}
.material-card h2 strong p{
color: #4D5A87;
line-height: 1;
margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
.material-card.mc-active {
padding-bottom: 0;
height: auto;
}
}
.material-card.mc-active h2 {
top: 0;
padding: 10px 16px 10px 90px;
background-color: #E21244;
color: #fff;
}
.material-card.mc-active h2 span{
color: #fff;
}
.material-card.mc-active h2 strong p{
color: #fff;
}
.material-card.mc-active h2:before {
top: 0;
}
.material-card.mc-active h2:after {
bottom: -16px;
}
.material-card .mc-content {
position: absolute;
right: 0;
top: 0;
bottom: 0px;
left: 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.material-card .mc-btn-action {
position: absolute;
right: 16px;
top: 16px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 3px solid;
text-align: center;
color: #fff;
cursor: pointer;
z-index: 20;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
top: 55px;
}
.material-card .mc-btn-action i{
width: 47px;
height: 47px;
line-height: 47px;
text-align: center;
color: #fff;
}
.material-card .mc-description {
position: absolute;
top: 100%;
right: 16px;
left: 22px;
bottom: 54px;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 1.2s;
-moz-transition: all 1.2s;
-ms-transition: all 1.2s;
-o-transition: all 1.2s;
transition: all 1.2s;
}
.material-card .mc-footer {
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.material-card .mc-footer h4 {
position: absolute;
top: 200px;
left: 22px;
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 700;
-webkit-transition: all 1.4s;
-moz-transition: all 1.4s;
-ms-transition: all 1.4s;
-o-transition: all 1.4s;
transition: all 1.4s;
}
.material-card .mc-footer a {
display: block;
float: left;
position: relative;
margin-left: 5px;
margin-bottom: 15px;
font-size: 28px;
color: #fff;
background-color: #E21244;
transition: .5s;
text-decoration: none;
border-radius: 50%;
}
.material-card .mc-footer a i{
width: 35px;
height: 35px;
font-size: 18px;
color: #fff;
line-height: 35px;
text-align: center;
text-decoration: none;
transition: .5s;
}
.material-card .mc-footer a i:hover{
color: #E21244;
background-color: #fff;
transition: .5s;
}
.material-card .mc-footer a:hover{
color: #E21244;
background-color: #fff;
transition: .5s;
}
.material-card .mc-footer a:nth-child(1) {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-ms-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
-webkit-transition: all 0.9s;
-moz-transition: all 0.9s;
-ms-transition: all 0.9s;
-o-transition: all 0.9s;
transition: all 0.9s;
}
.material-card .img-container {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.material-card.mc-active .img-container {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
left: 7px;
top: 12px;
width: 60px;
height: 58px;
z-index: 20;
}
.material-card .img-container img{
width: 100%;
}
.material-card.mc-active .mc-content {
padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
.material-card.mc-active .mc-content {
position: relative;
margin-right: 16px;
}
}
.material-card.mc-active .mc-description {
top: 22px;
padding-top: 5.6em;
opacity: 1;
filter: alpha(opacity=100);
}
.material-card.mc-active .mc-description p {
font-size: 16px;
font-weight: 500;
color: #4D5A87;
font-family: Nunito;
}
@media screen and (max-width: 767px) {
.material-card.mc-active .mc-description {
position: relative;
top: auto;
right: auto;
left: auto;
padding: 50px 30px 70px 30px;
bottom: 0;
}
}
.material-card.mc-active .mc-footer {
overflow: visible;
position: absolute;
top: calc(100% - 16px);
left: 0px;
right: 0;
height: 82px;
padding-top: 23px;
padding-left: 15px;
}
.material-card.mc-active .mc-footer a {
top: 0;
}
.material-card h2 {
background-color: #fff;
}
.material-card h2:after {
border-top-color: #f44336;
border-right-color: #f44336;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card h2:before {
border-top-color: transparent;
border-right-color: #E21244;
border-bottom-color: #E21244;
border-left-color: transparent;
}
.material-card.mc-active h2:before {
border-top-color: transparent;
border-right-color: #f44336;
border-bottom-color: #f44336;
border-left-color: transparent;
}
.material-card.mc-active h2:after {
border-top-color: #E21244;
border-right-color: #E21244;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card .mc-btn-action {
background-color: #E21244;
}
.material-card .mc-btn-action:hover {
background-color: #E21244;
}
.material-card .mc-footer h4 {
color: #E21244;
}
.material-card.mc-active .mc-footer h4 {
top: -46px;
}
.material-card.mc-active .mc-content {
background-color: #ffebee;
}
.material-card.mc-active .mc-footer {
background-color: #F1ACBF;
}
.material-card.mc-active .mc-btn-action {
border-color: #ffebee;
}
.count.style2 ul li h3{
color: #101840;
font-size: 22px;
font-weight: 700;
text-align: center;
line-height: 1;
}
.count.style2 ul li span{
text-align: center;
font-size: 16px;
color: #4D5A87;
line-height: 1;
}
.count.style2 ul {
display: inline-flex;
justify-content: center;
}
.count.style2 ul li{
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 10px;
margin: 0px 10px;
padding: 0px 30px;
background-color: #EAEEFA;
}
.count.style2 ul li {
max-width: 80px;
width: 100%;
height: 80px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 15px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 10px;
margin-bottom: 15px;
} .hen-whychoose-rotateme {
-webkit-animation-name: hen-whychoose-rotateme;
animation-name: hen-whychoose-rotateme;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@keyframes hen-whychoose-rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.dance {
-webkit-animation: dance 1.5s alternate infinite;
animation: dance 1.5s alternate infinite;
}
@keyframes dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.2);
}
}
.about-dance {
-webkit-animation: about-dance 3s alternate infinite;
animation: about-dance 3s alternate infinite;
}
@keyframes about-dance {
0% {
-webkit-transform: scale(3);
}
100% {
-webkit-transform: scale(3);
}
}
.finace-shape-about img {
-webkit-animation: moveUpBounce 2s linear infinite;
animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(35px);
transform: translateY(35px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}  .fc-goal.home-13 h6.fw-8 {
color: #161616;
font-size: 24px;
font-weight: 700;
font-family: Arial;
}
.fc-goal.home-13 .goal__single {
border-radius: 12px;
border: none;
background: transparent;
padding: 0px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 19px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.fc-goal.home-13 p {
color: #667471;
font-weight: 400;
}
.button_five a.btn-primary {
color: #161616;
font-size: 18px;
font-weight: 700;
font-family: Nunito;
}
.button_five a.btn-primary span {
width: 40px;
height: 40px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ffc107;
color: #fff;
border-radius: 50%;
position: relative;
z-index: 1;
margin-right: 5px;
}
.button_five a.btn-primary span::before {
content: "";
position: absolute;
width: 50px;
height: 50px;
top: 20px;
left: 20px;
transform: translate(-50%, -50%);
border: 2px dashed #ffc107;
z-index: -1;
border-radius: 50%;
animation: rotateImg 10s infinite linear;
}
.service.style3 {
box-shadow: 0px 10px 40px 0px #1D1F151A;
border-radius: 15px;
}
.service.style3 .content {
padding: 25px 20px 32px 25px;
}
.service.style3 .service-eight-thumb a{
display: block;
}
.service.style3 .service-eight-thumb img {
width: 100%;
}
.service.style3 h4.service-eight-title {
color: #161616;
font-family: Arial;
font-size: 22px;
font-weight: 700;
line-height: 28px;
transition: .5s;
}
.service.style3:hover h4.service-eight-title {
color: #FF5833;
transition: .5s;
}
.service.style3 p.service-eight-paragraph {
font-size: 16px;
font-weight: 500;
font-family: 'Nunito';
color: #8F8F8F;
line-height: 25px;
margin: 10px 0px 25px;
}
.service.style3 .service-eight-button a {
color: #161616;
font-size: 18px;
font-weight: 700;
font-family: Nunito;
}
.service.style3 .service-eight-button a span {
width: 35px;
height: 35px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ffc107;
color: #fff;
border-radius: 50%;
position: relative;
z-index: 1;
margin-right: 15px;
transition: .5s;
}
.service.style3:hover .service-eight-button a span {
background: #FF5833;
color: #fff;
transition: .5s;
}
.service.style3 .service-eight-button a span::before {
content: "";
position: absolute;
width: 45px;
height: 45px;
top: 18px;
left: 18px;
transform: translate(-50%, -50%);
border: 2px dashed #ffc107;
z-index: -1;
border-radius: 50%;
animation: rotateImg 10s infinite linear;
transition: .5s;
}
.service.style3:hover .service-eight-button a span::before {
border: 2px dashed #FF5833;
animation: rotateImg 10s infinite linear;
transition: .5s;
}
.cause.home_13 .cause__slider-cta {
padding: 20px 0px 20px;
border-radius: 10px;
background: transparent;
margin-top: 24px;
}
.cause.home_13 .cause__progress.progress-bar-single {
background-color: #f1edeb;
padding: 20px;
border-radius: 10px;
margin: -113px 18px 30px;
position: relative;
}
.cause.home_13 .cause__slider-single {
padding: 12px;
background-color: var(--white);
-webkit-box-shadow: var(--shadow);
box-shadow: none;
background-color: var(--white);
border-radius: 20px;
border: 1px solid #ececec;
}
.cause.home_13 .cause__cta {
margin-top: 20px;
margin-left: 20px;
}
.cause.home_13 .cause__slider-single .cause__cta a{
padding: 12px 25px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: #FF5833;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.cause.home_13 .cause__slider-single .cause__cta a::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FAB300;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.cause.home_13 .cause__slider-single .cause__cta a::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FAB300;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.cause.home_13 .cause__slider-single .cause__cta a:hover::before{
width: 0%;
}
.cause.home_13 .cause__slider-single .cause__cta a:hover::after {
width: 0%;
}
.cause.home_13 .cause__slider-single .cause__cta a:hover {
color: #fff;
background-color: #FF5833;
} .team-eight-wrapper {
background: rgba(237, 90, 47, .05);
padding: 10px;
border-radius: 20px;
margin-bottom: 30px;
overflow: hidden;
}
.team-eight-thumb {
margin-bottom: 10px;
}
.team-eight-thumb a {
display: block;
}
.team-eight-thumb a img {
border-radius: 10px;
width: 100%;
}
.team-eight-social {
position: absolute;
top: 10px;
right: 10px;
overflow: hidden;
height: 100%;
border-radius: 25px;
}
.team-eight-social span {
width: 40px;
height: 40px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: #FAB300;
color: #fff;
border-radius: 50%;
border: 2px solid #fff;
font-size: 14px;
cursor: pointer;
z-index: 2;
position: relative;
}
.team-eight-social-icon {
position: absolute;
top: -130px;
left: 50%;
z-index: 1;
visibility: hidden;
opacity: 0;
transition: .7s ease-in-out;
transform: translateX(-50%);
}
.team-eight-social-icon ul li {
margin-bottom: 5px;
}
.team-eight-social-icon ul li:last-child {
margin-bottom: 0;
}
.team-eight-social-icon ul li a {
width: 35px;
height: 35px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
color: #FF5833;
border-radius: 50%;
}
.team-eight-content {
background: #fff;
box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.08);
padding: 20px 10px;
border-radius: 10px;
transition: .4s;
}
.team-eight-title {
font-family: 'Arial';
font-weight: 700;
font-size: 26px;
color: #161616;
}
.team-eight-title a {
transition: .3s;
}
.team-eight-paragraph {
color: #999;
transition: .4s;
}
.team-eight-wrapper {
background: #fff;
padding: 0;
margin-bottom: 30px;
}
.team-nine-wrapper .team-eight-content {
padding: 14px 30px;
position: absolute;
bottom: 20px;
margin: auto;
left: 0;
right: 0;
width: 91%;
}
.team-nine-overlay {
width: 100%;
height: 100%;
background: #FAB300;
z-index: -1;
position: absolute;
top: -5px;
left: 0;
transition: all 0.4s ease-in-out;
border-radius: 20px;
}
.team-nine-wrapper .team-eight-thumb {
margin-bottom: 0;
}
.team-nine-wrapper .team-eight-thumb img {
width: 100%;
}
.team-nine-wrapper:hover .team-nine-overlay {
top: 5px;
background: #FF5833;
}
.team-nine-wrapper .team-eight-title {
font-size: 24px;
}
.team-eight-wrapper:hover .team-eight-content {
background: #FF5833;
}
.team-eight-wrapper:hover .team-eight-title {
color: #fff;
}
.team-eight-wrapper:hover .team-eight-paragraph {
color: #fff;
}
.team-eight-wrapper:hover .team-eight-social span {
background: #FF5833;
}
.team-eight-wrapper:hover .team-eight-social-icon {
visibility: visible;
opacity: 1;
top: 45px;
}
.team-eight-social-icon ul li a:hover {
color: #FF5833;
}
.team-eight-dot {
background: #FF5833;
padding: 12px 6px;
width: 115px !important;
border-radius: 25px;
text-align: center;
margin-top: 10px;
}
.team-eight-dot .swiper-pagination-bullet {
opacity: 1;
background: #fff;
width: 6px;
height: 6px;
position: relative;
z-index: 1;
}
.team-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff !important;
}
.team-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
content: "";
position: absolute;
width: 14px;
height: 14px;
top: 54%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
}
.team-eight-scrollbar {
margin-top: 20px;
}
.team-eight-scrollbar .swiper-scrollbar.one {
background: rgba(237, 90, 47, .30);
height: 5px;
}
.team-eight-scrollbar .swiper-scrollbar.one .swiper-scrollbar-drag {
background: #FF5833;
width: 216px !important;
}
.team-eight-bg-shape-1 {
position: absolute;
top: 15%;
left: 5%;
z-index: -1;
}
.team-eight-bg-shape-2 {
position: absolute;
right: 0;
bottom: 17%;
z-index: -1;
}
.donation-future.war{
padding-top: 0px;
}
.donation-future.war .donation-future__thumb {
padding: 10px 30px 25px;
}
.donation-future.war .donation-future__thumb h2 {
color: #161616;
font-size: 50px;
font-weight: 700;
font-family: Arial;
}
.donation-future.war .donation-future__thumb p {
color: #8F8F8F;
font-family: 'Nunito';
font-size: 16px;
font-weight: 500;
margin: 10px 0px 0px;
}
.donation-future.war .donation-future__thumb .progress-bar {
height: 16px;
overflow: visible;
background-color: #E7EAEA;
}
.donation-future.war .donation-future__thumb .progress-bar-percent {
background-color: #FF5833;
}
.donation-future.war .donation-future__thumb .percent-value {
position: absolute;
bottom: calc(100% + 20px);
inset-inline-end: -10px;
color: #FF5833;
font-weight: 700;
}
.donation-future.war .donation-future__thumb .progress-bar-percent::before {
content: "";
position: absolute;
top: 50%;
inset-inline-end: 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
height: 20px;
background-color: var(--white);
outline: 8px solid #FF5833;
border-radius: 50%;
}
.donation-future.war .donation-future__thumb .donation-amount.active {
background-color: #FF5833;
color: var(--white);
border-color: #FF5833;
}
.donation-future.war .donation-future__thumb .donation-amount{
padding: 16px 50px;
border: 1px solid #E7EAEA;
background-color: #E7EAEA;
border-radius: 30px;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: var(--secondary-color);
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.donation-future.war .donation-future__thumb .donation-amount:hover {
background-color: #FF5833;
color: #fff;
border-color: #FF5833;
}
.donation-future.war .donation-future__thumb .cta a{
padding: 15px 35px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: #FAB300;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.donation-future.war .donation-future__thumb .cta a::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF5833;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.donation-future.war .donation-future__thumb .cta a::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF5833;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.donation-future.war .donation-future__thumb .cta a:hover::before{
width: 0%;
}
.donation-future.war .donation-future__thumb .cta a:hover::after {
width: 0%;
}
.donation-future.war .donation-future__thumb .cta a:hover {
color: #fff;
background-color: #FAB300;
}
.blog.syle-6 .blog__single-wrapper .blog__single-thumb .tag {
position: absolute;
bottom: 7px !important;
top: inherit;
inset-inline-start: 0px;
}
.blog.syle-6 .blog__single-thumb .tag a {
padding: 8px 55px 8px 25px;
background-color: #FF5833;
border-radius: 0px 0px 0px 15px;
color: var(--white);
clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.blog.syle-6 .blog__single:hover {
background-color: #fff;
}
.blog.syle-6 .blog__single-meta p i {
color: #FF5833;
}
.blog.syle-6 .blog__single:hover .blog__single-meta p {
color: #FF5833;
}
.blog.syle-6 .blog__single:hover .blog__single-content h5 {
color: #FF5833;
}
.blog.syle-6 .blog__single:hover .blog__single-cta a {
color: #FF5833;
}
.blog.syle-6 .blog__single-cta a i {
color: #FF5833;
font-size: 20px;
margin-bottom: -2px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.blog.syle-6 .blog__single-cta a::before {
display: none;
}
.blog.syle-6 .blog__single {
padding: 20px 20px 30px;
background-color: var(--white);
border-radius: 24px;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
-webkit-transition: var(--transition);
transition: var(--transition);
position: relative;
z-index: 1;
}
.blog.syle-6 .blog__single-cta {
margin-top: 20px;
padding: 0px 12px;
}
.blog.syle-6 .blog__single-thumb {
position: relative;
margin-bottom: 15px;
}
.blog.syle-6 .blog__single .blog__single-cta a span i{
color: #fff;
font-size: 16px;
transition: 0.5s;
}
.blog.syle-6 .blog__single .blog__single-cta a span{
width: 30px;
height: 30px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
color: rgb(255, 255, 255);
position: relative;
z-index: 1;
margin-right: 5px;
background: rgb(255, 193, 7);
border-radius: 50%;
transition: 0.5s;
}
.blog.syle-6 .blog__single .blog__single-cta a span::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
top: 15px;
left: 15px;
transform: translate(-50%, -50%);
z-index: -1;
border-width: 2px;
border-style: dashed;
border-color: rgb(255, 193, 7);
border-image: initial;
border-radius: 50%;
animation: 10s linear 0s infinite normal none running rotateImg;
transition: 0.5s;
}
.testimonial-nine-area {
padding: 20px 0 20px;
}
.testimonial-nine-area .slick-list {
overflow: visible !important;
}
.testimonial-nine-area h6.section-nine-subtitle {
color: #FAB300;
font-family: 'Arial';
font-size: 18px;
font-weight: 700;
}
.testimonial-nine-area .section-nine-title {
font-size: 50px;
color: #161616;
font-family: arial;
font-weight: 700;
}
.testimonial-nine-wrap {
background: #F7F2F2;
padding: 60px 40px;
border-radius: 20px;
}
.testimonial-nine-thumb {
position: absolute;
left: 4%;
top: -34%;
}
.testimonial-nine-thumb img {
border-radius: 15px !important;
}
.testimonial-nine-paragraph {
font-family: "Arial";
font-style: italic;
font-weight: 700;
font-size: 20px;
line-height: 140%;
margin-bottom: 10px;
color: #8F8F8F;
}
.testimonial-nine-review h4 {
font-family: "Arial";
font-weight: 700;
font-size: 24px;
color: #161616;
margin-bottom: -4px;
}
.testimonial-nine-review p {
margin-bottom: 8px;
}
.testimonial-nine-bio {
display: flex;
align-items: center;
justify-content: space-between;
}
.testimonial-nine-content {
max-width: 830px;
width: 100%;
margin-left: auto;
}
.testimonial-nine-img-slide {
position: absolute !important;
left: 80px;
bottom: 33%;
z-index: 1;
max-width: 280px;
width: 100%;
}
.testimonial-nine-img {
height: 0 !important;
cursor: pointer;
}
.testimonial-nine-img img {
border-radius: 15px;
}
.testimonial-nine-img-active .slick-track {
display: flex;
gap: 10px;
}
.testimonial-nine-review i {
color: #FF5833;
}
.testimonial-nine-img-active .slick-list {
height: 0 !important;
z-index: 2;
}
.testimonial-nine-bg-shape {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.testimonial-nine-tag {
position: absolute;
top: 0;
left: 0;
}
.testimonial-nine-tag span {
background: #FF5833;
color: var(--white);
border-radius: 20px 0 40px 40px;
padding: 28px 15px;
font-family: "Arial";
font-weight: 700;
font-size: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
.testimonial-nine-content {
max-width: 690px;
}
.testimonial-nine-thumb {
left: 2%;
top: -20%;
}
.testimonial-nine-img-slide {
left: 47px;
bottom: 28%;
}
.blog-nine-title {
font-size: 21px;
}
.section-nine-title {
font-size: 49px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.testimonial-nine-img-slide {
left: 25px;
bottom: 20%;
}
.testimonial-nine-thumb {
position: absolute;
left: 0;
top: 0;
}
.testimonial-nine-content {
max-width: 530px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.testimonial-nine-tag {
left: 32%;
transform: translateX(-47%);
}
.testimonial-nine-thumb {
position: static;
left: 0;
top: 0;
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 80px;
}
.testimonial-nine-img-slide {
left: 0;
bottom: 54%;
z-index: 1;
max-width: 280px;
width: 100%;
right: 0;
margin: auto;
}
}
@media (max-width: 767px) {
.testimonial-nine-thumb {
position: static;
left: 0;
top: 0;
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.testimonial-nine-img-slide {
display: none;
}
.testimonial-nine-paragraph {
font-size: 16px;
}
.testimonial-nine-wrap {
padding: 30px 15px;
}
.testimonial-nine-thumb img {
width: 100%;
}
}  .section__cta.six .btn--primary {
padding: 18px 50px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.section__cta.six .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #67CDF2;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.six .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #67CDF2;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.six .btn--primary:hover::before{
width: 0%;
}
.section__cta.six .btn--primary:hover::after {
width: 0%;
}
.section__cta.six .btn--primary:hover {
color: #fff;
background-color: #FF8442;
}
.home-14 .fc-goal.home-13 .goal__single {
border-radius: 12px;
border: none;
background: #F2F2F2;
padding: 24px 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 19px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.home-14 .fc-goal.home-13 h6.fw-8 {
color: #161616;
font-size: 22px;
font-weight: 700;
font-family: Arial;
}
.home-14 .fc-goal.home-13 p {
color: #8F8F8F;
font-weight: 400;
font-size: 16px;
}
.home-14-icon .fc-goal .goal__single {
border-radius: 12px;
border: 0;
background: #fff;
padding: 9px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
flex-wrap: nowrap;
}
.home-14-icon h6.fw-8 {
font-size: 20px;
color: #161616;
font-family: arial;
font-weight: 700;
}
.home-14-icon h2.fw-8 {
background-color: #FF8442;
font-size: 40px; border-radius: 50%;
height: 60px;
width: 60px;
line-height: 60px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
text-align: center;
} .section__cta.seven .btn--primary {
padding: 14px 30px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.section__cta.seven .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.seven .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.seven .btn--primary:hover::before{
width: 0%;
}
.section__cta.seven .btn--primary:hover::after {
width: 0%;
}
.section__cta.seven .btn--primary:hover {
color: #fff;
background-color: #67CDF2;
}
.home14 .slider-navigation .slider-btn {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #67CDF2;
color: var(--white);
font-size: 20px;
}
.home14 .slider-navigation .slider-btn-next {
background-color: #FF8442;
color: var(--white);
} .section__cta.eight .btn--primary {
padding: 18px 50px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.section__cta.eight .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.eight .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.section__cta.eight .btn--primary:hover::before{
width: 0%;
}
.section__cta.eight .btn--primary:hover::after {
width: 0%;
}
.section__cta.eight .btn--primary:hover {
color: #fff;
background-color: #67CDF2;
}
.service_slider .slider-single{
box-shadow: 0px 10px 40px 0px #1D1F151A;
background-color: #fff;
margin-bottom: 30px;
position: relative;
border-radius: 10px;
transition: .5s;
z-index: 1;
}
.service_slider .slider_home-14 .bottom-content {
padding: 20px 22px 20px;
background-color: #fff;
}
.service_slider .slider_home-14 .slider-single:before{
content: "";
position: absolute;
left: 0px;
bottom: -10px;
width: 0%;
height: 100%;
border-radius: 10px;
background-color: #FF8442;
z-index: -1;
transition: .5s;
}
.service_slider .slider_home-14 .slider-single:hover:before{
width: 100%;
transition: .5s;
}
.service_slider .slider_home-14 .top-content .author-thumb img {
width: 100%;
}
.service_slider .slider_home-14 .bottom-content .subtitle {
font-size: 16px;
font-weight: 400;
color: #FF8442;
}
.service_slider .slider_home-14 .bottom-content h6 {
font-family: Arial;
font-size: 18px;
font-weight: 700;
color: #161616;
transition: .5s;
}
.service_slider .slider_home-14 .slider-single:hover .bottom-content h6 {
color: #FF8442;
transition: .5s;
}
.service_slider .slider_home-14 .bottom-content .description p {
font-size: 16px;
font-weight: 400;
color: #8F8F8F;
}
.service_slider .slider_home-14 .bottom-content .text-content {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 2px dashed #1616161A;
padding-bottom: 25px;
margin-bottom: 20px;
transition: .5s;
}
.service_slider .slider_home-14 .slider-single:hover .bottom-content .text-content{
border-bottom: 1px dashed #FF8442;
transition: .5s;
} .home-14 .slider-navigation .slider-btn-next {
background-color: #67CDF2;
color: var(--white);
}
.home-14 .slider-navigation .slider-btn {
width: 60px;
min-width: 60px;
height: 60px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #FF8442;
color: var(--white);
font-size: 20px;
}
.home-14 .slider-navigation .slider-btn-next:hover {
background-color: #FF8442;
color: var(--white);
}
.home-14 .slider-navigation .slider-btn:hover {
background-color: #67CDF2;
color: var(--white);
}
.community.home-14 .community-donation {
padding: 30px 20px 40px 33px;
border-radius: 30px;
background: var(--white);
-webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
z-index: 1;
bottom: 0px;
margin-top: 0px;
}
.community.home-14{
padding-top: 0px;
position: relative;
z-index: 2;
overflow-x: visible;
}
.community.home-14 .community-donation__inner h4 {
font-weight: 700;
color: #FF8442;
margin-top: 0px;
font-size: 18px;
font-family: arial;
}
.community.home-14 h2.title-animation {
color: #161616;
font-family: arial;
font-size: 55px;
font-weight: 700;
margin: 0px 0px 18px;
line-height: 60px;
}
.community.home-14 .input-group-icon input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-color: transparent;
font-size: 18px;
font-weight: 700;
color: #fff;
}
.community.home-14 .input-group-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 5px;
border-radius: 30px;
background: #FF8442;
margin: 15px 0px 20px;
}
.community.home-14 .input-group-icon .thumb {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background-color: #67CDF2;
}
.community.home-14 .donation-form__single .donation-amount:hover {
background-color: #67CDF2;
color: var(--white);
border-color: #67CDF2;
}
.community.home-14 .donation-form__single .active {
background-color: #67CDF2;
color: var(--white);
border-color: #67CDF2;
}
.community.home-14 .radio-single input:checked + label::before {
border-color: #FF8442;
}
.community.home-14 .radio-single input:checked + label::after {
background-color: #FF8442;
}
.community.home-14 .donation-form .submit .btn--primary {
padding: 15px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: transparent;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
margin-top: 30px;
}
.community.home-14 .donation-form .submit .btn--primary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.community.home-14 .donation-form .submit .btn--primary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.community.home-14 .donation-form .submit .btn--primary:hover::before{
width: 0%;
}
.community.home-14 .donation-form .submit .btn--primary:hover::after {
width: 0%;
}
.community.home-14 .donation-form .submit .btn--primary:hover {
color: #fff;
background-color: #67CDF2;
}
.team-14-area .team_single{
position: relative;
overflow: hidden;
z-index: 1;
}
.team-14-area .team_single::before {
content: "";
position: absolute;
width: 100%;
bottom: -200px;
left: 0;
background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22.38%, rgba(255, 255, 255, 0) 50.82%, rgba(255, 132, 66, .9) 70.21%, rgba(255, 132, 66, .9) 87.03%, #FF8442 100%);*/
height: 100%;
visibility: visible !important;
height: 100%;
border-radius: 0px 0px 10px 10px;
z-index: 1;
transition: .4s ease-in-out;
}
.team-14-area .team_single:hover::before {
bottom: 0;
transition: .4s ease-in-out;
}
.team-14-area .team_single .team-14-wrapper img {
width: 100%;
}
.team-14-area .team_single .team-14-content {
position: absolute;
bottom: -225px;
width: 100%;
transition: .5s;
z-index: 2;
}
.team-14-area .team_single:hover .team-14-content {
bottom: 25px;
transition: .5s;
}
.team-14-area .team_single .team-14-content .team-14-social-icon ul {
text-align: center;
}
.team-14-area .team_single .team-14-content .team-14-social-icon ul li {
display: inline-block;
}
.team-14-area .team_single .team-14-content .team-14-social-icon ul li a {
width: 35px;
min-width: 35px;
height: 35px;
border-radius: 50%;
align-items: center;
justify-content: center;
background-color: #67CDF2;
color: #fff;
font-size: 16px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
transition: .5s;
}
.team-14-area .team_single .team-14-content .team-14-social-icon ul li a:hover {
background-color: #fff;
color: #FF8442;
transition: .5s;
}
.team-14-area .team_single .team-14-content h4.team-14-title {
color: #fff;
font-size: 18px;
font-family: arial;
font-weight: 700;
text-align: center;
margin-top: 15px;
line-height: 30px;
}
.team-14-area .team_single .team-14-content p.team-designation {
font-family: nunito;
font-size: 16px;
font-weight: 500;
color: #fff;
text-align: center;
}
.cause.home_14 {
padding: 0px 0px;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
position: relative;
z-index: 1;
overflow: hidden;
}
.cause-three.home_14::before {
display: none;
}
.cause.home_14 .progress-bar .progress-bar-percent {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
background-color: #FF8442;
border-radius: inherit;
}
.cause.home_14 .cause__cta a {
font-size: 14px;
line-height: 1;
border: 1px solid #FF8442;
background-color: var(--secondary-color);
color: #FF8442;
}
.cause.home_14 .cause__slider-cta .cause__cta .btn--secondary{
padding: 15px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: #67CDF2;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
margin-top: 30px;
}
.cause.home_14 .cause__slider-cta .cause__cta .btn--secondary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.cause.home_14 .cause__slider-cta .cause__cta .btn--secondary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #FF8442;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.cause.home_14 .cause__slider-cta .cause__cta .btn--secondary:hover::before{
width: 0%;
}
.cause.home_14 .cause__slider-cta .cause__cta .btn--secondary:hover::after {
width: 0%;
}
.cause.home_14 .cause__slider-cta .cause__cta .btn--secondary:hover {
color: #fff;
background-color: #67CDF2;
}
.service.style2.style4 .service-eight-wrap {
background: #fff;
padding: 20px;
border-radius: 15px;
position: absolute;
bottom: -200px;
left: 0;
right: 0;
margin: 0 15px 0;
transition: .4s ease-in-out;
}
.service.style2.style4 .service-eight-title {
font-family: arial;
font-weight: 700;
font-size: 24px;
color: #FF8442;
}
.service.style2.style4 .service-eight-paragraph {
line-height: 175%;
color: #545454;
font-family: var(--nunito-sans);
font-size: 15px;
}
.service.style2.style4 .service-eight-thumb:hover .service-eight-button {
right: 20px;
top: 35px;
opacity: 1;
visibility: visible;
}
.service.style2.style4 .service-eight-button a {
width: 40px;
height: 40px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
background: #ED5A2F;
color: #fff;
border-radius: 50%;
font-size: 18px;
}
.testimonial.home_14 .testimonial__slider-single{
margin-bottom: 30px;
background-color: #fff;
box-shadow: 0px 10px 40px 0px #1D1F151A;
padding: 10px 25px 30px;
z-index: 9;
position: relative;
}
.testimonial.home_14 .swiper-slide{
background-color: #fff;
z-index: 9;
position: relative;
}
.testimonial.home_14 .swiper-slide:before{
content: "";
position: absolute;
left: 0px;
right: 0;
margin: auto;
bottom: 15px;
width: 90%;
height: 90%;
border-radius: 0px 0px 20px 20px;
background-color: #EEB797;
z-index: -1;
}
.testimonial.home_14 .swiper-slide.swiper-slide-active:before{
background-color: #FF8442;
}
.testimonial.home_14 .swiper-slide-active .testimonial__slider-single {
border: none;
}
.testimonial.home_14 .testimonial__inner .testimonial__slider-single .top{
display: flex;
align-items: center;
}
.testimonial.home_14 .testimonial__inner .testimonial__slider-single .top .quotes {
margin-right: 10px;
}
.testimonial.home_14 .testimonial__inner .testimonial__slider-single .top h3 {
color: #161616;
font-size: 24px;
font-weight: 700;
font-family: arial;
}
.testimonial.home_14 .testimonial__inner .testimonial__slider-single .content p {
line-height: 25px;
font-size: 15px;
font-weight: 400;
color: #9D9D9D;
margin: 10px 0px 20px;
font-family: Epilogue;
}
.testimonial.home_14 .review i {
font-size: 18px;
color: #FF8442;
}
.testimonial.home_14 .testimonial__inner .testimonial__slider-single .author-info{
display: flex;
align-items: center;
border-top: 1px solid #2020201A;
padding-top: 25px;
}
.service.service_product{
overflow: hidden;
margin-bottom: 10px;
border-radius: 15px;
border: 1px solid transparent;
transition: .5s;
}
.service.service_product:hover{
border: 1px solid #ECECEC;
background-color: #fff;
transition: .5s;
}
.service.service_product .service-14-thumb a {
width: 100%;
}
.service.service_product .service-14-thumb a img{
width: 100%;
}
.service.service_product .service-14-thumb .icons {
position: absolute;
top: 35px;
right: -200px;
transition: .5s;
}
.service.service_product:hover .service-14-thumb .icons {
position: absolute;
top: 35px;
right: 28px;
transition: .5s;
}
.service.service_product .service-14-thumb .icons ul li i{
background-color: #ECECEC;
color: #000000;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border-radius: 5px;
margin-bottom: 10px;
transition: .5s;
}
.service.service_product .service-14-thumb .icons ul li i:hover{
background-color: #FF8442;
color: #fff;
transition: .5s;
}
.service.service_product .service-14-thumb .review_star .testi-star {
text-align: center;
}
.service.service_product .service-14-thumb .review_star .testi-star i.active {
color: #FFA800;
font-size: 15px;
}
.service.service_product .service-14-thumb .service-14-button a {
background-color: #FF8442;
color: #fff;
width: 85%;
padding: 5px 10px;
border-radius: 30px;
position: absolute;
bottom: 33%;
left: -651px;
transition: .5s;
}
.service.service_product:hover .service-14-thumb .service-14-button a {
left: 0px;
right: 0;
margin: auto;
transition: .5s;
}
.service.service_product .service-14-wrap {
box-shadow: 0px 5px 17px 0px #0000000A;
padding: 10px 0px 0px; transition: .5s;
}    .service.service_product .service-14-thumb h4.service-14-title {
font-size: 16px;
color: #161616;
font-family: 'Nunito';
font-weight: 700;
text-align: center;
}
.service.service_product .service-14-thumb p.service-14-paragraph{
font-size: 16px;
color: #161616;
font-family: 'Nunito';
font-weight: 700;
text-align: center;
}
.blog.syle-6.style_14 .blog__single {
padding: 20px 10px 0px 20px;
background-color: var(--white);
border-radius: 24px;
-webkit-box-shadow: var(--shadow);
box-shadow: var(--shadow);
-webkit-transition: var(--transition);
transition: var(--transition);
position: relative;
display: flex;
align-items: center;
z-index: 1;
}
.blog.syle-6 .blog__single .blog__single-cta a span i{
color: #fff;
font-size: 16px;
transition: 0.5s;
}
.blog.syle-6 .blog__single .blog__single-cta a span{
width: 30px;
height: 30px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
color: rgb(255, 255, 255);
position: relative;
z-index: 1;
margin-right: 5px;
background: rgb(255, 193, 7);
border-radius: 50%;
transition: 0.5s;
}
.blog.syle-6 .blog__single .blog__single-cta a span::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
top: 15px;
left: 15px;
transform: translate(-50%, -50%);
z-index: -1;
border-width: 2px;
border-style: dashed;
border-color: rgb(255, 193, 7);
border-image: initial;
border-radius: 50%;
animation: 10s linear 0s infinite normal none running rotateImg;
transition: 0.5s;
}
.blog.syle-6.style_14 .blog__single-thumb {
position: relative;
margin-bottom: 15px;
width: 70%;
margin-right: 10px;
}
.blog.syle-6.style_14 .blog__single-thumb a.imgs{
height: 200px;
}
.blog.syle-6.style_14 .blog__single-thumb a img {
width: 100%;
height: 200px;
border-radius: 16px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.home-14 .fc-goal .goal__single {
border-radius: 12px;
border: none;
background: #fff;
padding: 20px 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.home-14 .goal__single .content h6{
font-size: 22px;
color: #161616;
font-family: arial;
font-weight: 700;
}
.home-14 .goal__single .content p {
color: #8F8F8F;
font-size: 16px;
font-family: 'Nunito';
font-weight: 400;
} .section__cta.two .btn--primary {
padding: 14px 35px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.section__cta.nine .btn--primary {
padding: 15px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.virti .section__cta.two .btn--primary {
writing-mode: vertical-rl;
transform: rotate(180deg);
padding: 14px 15px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
}
.icon-box-six .goal_single {
border-radius: 12px;
border: 1px solid #2020201A;
margin-bottom: 15px;
padding: 28px 5px 28px;
text-align: center;
transition: .5s;
}
.icon-box-six .goal_single:hover {
border-radius: 12px;
background: #008B43;
transition: .5s;
}
.icon-box-six .goal_single i{
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
background-color: #008B43;
color: #fff;
border-radius: 30px;
transition: .5s;
}
.icon-box-six .goal_single:hover i{
background-color: #FFCE0A;
color: #202020;
transition: .5s;
}
.icon-box-six .goal_single h6{
color: #202020;
font-size: 26px;
font-family: 'Plus Jakarta Sans';
font-weight: 600;
margin: 16px 0px 10px;
transition: .5s;
}
.icon-box-six .goal_single:hover h6{
color: #fff;
transition: .5s;
}
.icon-box-six .goal_single p {
color: #9D9D9D;
font-size: 16px;
transition: .5s;
}
.icon-box-six .goal_single:hover p {
color: #fff;
transition: .5s;
}
.fc-goal.home-15 .goal__single {
border-radius: 12px;
border: 1px solid #2020201A;
background: #fff;
padding: 40px 24px;
display: -webkit-box;
display: -ms-flexbox;
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 24px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single:hover {
background: #008B43;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single i{
background-color: #008B43;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
color: #fff;
border-radius: 30px;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single:hover i{
background-color: #FFCE0A;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single h6.fw-8 {
color: #202020;
font-family: Plus Jakarta sans-serif;
font-size: 26px;
font-weight: 700;
margin: 18px 0px 10px;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single:hover h6.fw-8 {
color: #fff;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single p {
font-size: 16px;
font-weight: 400;
color: #9D9D9D;
transition: 0.5s;
}
.fc-goal.home-15 .goal__single:hover p {
color: #fff;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single {
border-radius: 12px;
border: 1px solid #2020201A;
background: #fff;
padding: 40px 24px;
display: block;
flex-wrap: wrap;
position: relative;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single:before{
content: "";
position: absolute;
left: 0px;
bottom: 0;
width: 100%;
height: 0%;
z-index: 1;
background: url(https://charifundwp.wowtheme7.com/wp-content/uploads/2025/07/bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 10px;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single:hover:before{
height: 100%;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single i{
background-color: #F2F9F6;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
color: #008B43;
border-radius: 50px;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single:hover i{
background-color: #FFCE0A;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single h6.fw-8 {
color: #202020;
font-family: Plus Jakarta sans-serif;
font-size: 26px;
font-weight: 700;
margin: 18px 0px 10px;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single:hover h6.fw-8 {
color: #fff;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single p {
font-size: 16px;
font-weight: 400;
color: #9D9D9D;
transition: 0.5s;
}
.icon-box-six.home-15-7 .goal__single:hover p {
color: #fff;
transition: 0.5s;
}
.mission-section_two .mission-single{
border: 1px solid #2020201A;
padding: 35px 30px 35px;
position: relative;
transition: 0.5s;
z-index: 1;
}
.mission-section_two .mission-single:hover::before {
height: 100%;
animation: 10s linear 0s infinite normal none running rotateImg;
transition: 0.5s;
}
.mission-section_two .mission-single::before {
content: "";
position: absolute;
width: 100%;
height: 0%;
bottom: 0;
left: 0;
background-color: #008B43;
z-index: -1;
border-radius: 5px;
animation: 10s linear 0s infinite normal none running rotateImg;
transition: 0.5s;
}
.mission-section_two .mission-single .ministrie-content h4.ministrie-title {
font-size: 26px;
font-weight: 700;
color: #202020;
font-family: Plus Jakarta sans-serif;
margin: 15px 0px 5px;
transition: 0.5s;
}
.mission-section_two .mission-single:hover .ministrie-content h4.ministrie-title {
font-size: 26px;
font-weight: 700;
color: #fff;
font-family: Plus Jakarta sans-serif;
margin: 15px 0px 5px;
transition: 0.5s;
}
.mission-section_two .ministrie-top-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.mission-section_two .ministrie-top-content h3.number{
font-size: 36px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #008B43;
color: transparent;
transition: 0.5s;
}
.mission-section_two .mission-single:hover .ministrie-top-content h3.number{
color: #fff;
transition: 0.5s;
}
.mission-section_two .mission-single .ministrie-top-content img {
border-radius: 0px !important;
transition: .5s;
}
.mission-section_two .mission-single:hover .ministrie-top-content img {
filter: brightness(0) invert(1);
transition: .5s;
}
.mission-section_two .ministrie-content p.ministrie-paragraph {
color: #9D9D9D;
font-size: 16px;
font-family: Epilogue;
font-weight: 400;
transition: 0.5s;
}
.mission-section_two .mission-single:hover p.ministrie-paragraph {
color: #fff;
transition: 0.5s;
}
.mission-section_two .ministrie--button i{
color: #008B43;
background-color: #fff;
height: 55px;
width: 55px;
line-height: 55px;
text-align: center;
border-radius: 30px;
border: 1px solid #008B43;
margin-top: 15px;
}
.mission-section_two .ministrie-eight-dot {
background: #008B43;
padding: 0px 6px 4px;
width: 115px !important;
border-radius: 25px;
text-align: center;
margin-top: 10px;
}
.anglebtn .section__cta.nine .btn--primary{
padding: 25px 14px;
display: inline-block;
writing-mode: vertical-lr;
transition: 0.5s;
}
.anglebtn .btn--primary::before, .anglebtn .btn--primary::after {
display:none;
}
.cause.home-15 .cause__slider-single .content h6 {
margin-top: -8px;
margin-bottom: 8px;
font-weight: 800;
color: #202020;
}
.cause.home-15 .cause__slider-single:hover .content h6 {
color: #008B43;
transition: .5s;
}
.cause.home-15 .progress-bar .progress-bar-percent {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
background-color: #008B43;
border-radius: inherit;
}
.cause.home-15 .cause__slider-cta .cause-progress__goal .goal {
color: #008B43;
font-weight: 800;
}
.cause.home-15 .cause__cta .btn--secondary{
padding: 15px 40px;
border-radius: 60px;
font-weight: 700;
gap: 8px;
background-color: #008B43;
border: 1px solid #008B43;
color: #008B43;
position: relative;
z-index: 1;
overflow: hidden;
margin-top: 30px;
}
.cause.home-15 .cause__cta .btn--secondary::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #F5F5F3;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.cause.home-15 .cause__cta .btn--secondary::after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
inset-inline-start: unset;
inset-inline-end: 0px;
width: 50%;
height: 100%;
border-radius: 0px;
background-color: #F5F5F3;
-webkit-transition: var(--transition);
transition: var(--transition);
z-index: -1;
}
.cause.home-15 .cause__cta .btn--secondary:hover::before{
width: 0%;
}
.cause.home-15 .cause__cta .btn--secondary:hover::after {
width: 0%;
}
.count.style2.style3 ul li h3{
color: #202020;
font-size: 36px;
font-weight: 600;
text-align: center;
line-height: 20px;
}
.count.style2.style3 ul li:hover h3{
color: #FFCE0A;
transition: .5s;
}
.count.style2.style3 ul li span{
text-align: center;
font-size: 16px;
color: #9D9D9D;
line-height: 20px;
transition: .5s;
}
.count.style2.style3 ul li:hover span{
color: #FFCE0A;
}
.count.style2.style3 ul {
display: inline-flex;
justify-content: center;
transition: .5s;
}
.count.style2.style3 ul li{
border: 1px solid #9D9D9D;
border-radius: 60px 0px 60px 60px;
margin: 0px 10px;
padding: 0px 30px;
background-color: #fff;
transition: .5s;
}
.count.style2.style3 ul li:hover{
border: 1px solid #FFCE0A;
transition: .5s;
}
.count.style2.style3 ul li {
max-width: 100px;
width: 100%;
height: 100px;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 15px;
border: 1px solid #9D9D9D;
margin-bottom: 15px;
} 
.team.style-4 .team__single{
position: relative;
box-shadow: 0px 5px 14px 0px #1D1F151A;
margin-bottom: 30px;
border-radius: 5px 5px 80px 5px;
overflow: inherit;
}
.team.style-4 .team__single-thumb::before {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 100%;
background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22.38%, rgba(255, 255, 255, 0) 50.82%, rgba(0, 139, 67, .9) 70.21%, rgba(0, 139, 67, .9) 87.03%, #008B43 100%);
border-radius: 15px 15px 80px 15px;
-webkit-filter: blur(0px);
filter: blur(0px);
z-index: 2;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team.style-4 .team__single:hover .team__single-thumb::before {
visibility: visible;
opacity: 1;
}
.team.style-4 .team__single .team__single-thumb {
position: relative;
z-index: -99;
}
.team.style-4 .team__single .team__single-thumb img {
width: 100%;
-webkit-transition: var(--transition);
transition: var(--transition);
min-height: 260px;
border-radius: 5px 5px 80px 5px;
}
.team.style-4 .team__single:hover .team__single-thumb img {
-webkit-transform: scale(1);
transform: scale(1);
}
.team.style-4 .team__single-content {
padding: 30px 30px 24px;
background-color: #fff;
-webkit-transition: var(--transition);
transition: var(--transition);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
transition: .5s;
border-radius: 0px 0px 80px 10px;
}
.team.style-4 .team__single:hover .team__single-content {
background-color: transparent;
transition: .5s;
}
.team.style-4 .team__single:hover .team__single-content p {
color: #fff;
}
.team.style-4 .team__icons {
position: absolute;
bottom: 4px;
inset-inline-end: 10px;
z-index: 99;
}
.team.style-4 .team__single-content__icon {
width: 45px;
min-width: 45px;
height: 45px;
border-radius: 50%;
border: 5px solid #E7EAE7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
color: #008B43;
z-index: 3;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team.style-4 .team__single__thumb-social {
position: absolute;
bottom: calc(100% + 12px);
right: 0px;
z-index: 3;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: translateY(-20%);
transform: translateY(-20%);
-webkit-transition: var(--transition);
transition: var(--transition);
}
.team.style-4 .team__single:hover .team__single__thumb-social {
opacity: 1;
visibility: visible;
pointer-events: all;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.team .team__single__thumb-social a {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--white);
color: #008B43;
font-size: 16px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.testimonial.home_14.home_15 .testimonial__slider-single {
margin-bottom: 30px;
background-color: #fff;
box-shadow: 0px 10px 40px 0px #1D1F151A;
padding: 25px 25px 30px;
z-index: 9;
position: relative;
}
.testimonial.home_14.home_15 .swiper-slide.swiper-slide-active:before {
display: none;
}
.testimonial.home_14.home_15 .swiper-slide:before {
display: none;
}
.testimonial.home_14.home_15 .review i {
font-size: 18px;
color: #008B43;
}
.testimonial.home_14.home_15 .swiper-slide.swiper-slide-active .author-info h6 {
font-weight: 700;
color: #008B43;
font-size: 18px;
line-height: 1;
margin-bottom: 8px;
}
.testimonial.home_14.home_15 .testimonial__inner .testimonial__slider-single .top h3 {
color: #202020;
font-size: 22px;
font-weight: 700;
font-family: arial;
}
.testimonial.home_14.home_15 .ministrie-eight-dotss {
background: #008B43;
padding: 0px 6px 4px;
width: 115px !important;
border-radius: 25px;
text-align: center;
margin-top: 10px;
} 
.testimonial.home_14.home_15 .ministrie-eight-dotss .swiper-pagination-bullet{
color: #fff !important;
background: #fff;
}
.blog.syle-6.home-15 .blog__single .blog__single-inner {
margin-left: 40px;
}
.blog.syle-6.home-15 .blog__single-thumb .tag a {
padding: 11px 5px;
background-color: #008B43;
border-radius: 10px;
color: var(--white);
writing-mode: vertical-rl;
transform: rotate(180deg);
clip-path: none;
}
.blog.syle-6.home-15 .blog__single-wrapper .blog__single-thumb .tag {
position: absolute;
bottom: -162px !important;
top: inherit;
inset-inline-start: -5px;
}
.blog.syle-6.home-15 .blog__single-meta p i {
color: #008B43;
}
.blog.syle-6.home-15 .blog__single:hover .blog__single-meta p {
color: #008B43;
transition: .5s;
}
.blog.syle-6.home-15 .blog__single:hover .blog__single-content h5 {
color: #008B43;
transition: .5s;
}
.blog.syle-6.home-15 .blog__single .blog__single-cta a{
color: #747474;
transition: .5s;
}
.blog.syle-6.home-15 .blog__single:hover .blog__single-cta a {
color: #008B43;
transition: .5s;
}
.blog.syle-6.home-15 .blog__single:hover .blog__single-cta a i {
color: #008B43;
transition: .5s;
}
.blog.syle-6 .blog__single-cta a i {
color: #747474;
font-size: 20px;
margin-bottom: -2px;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.icon-box-six .goal_single {
border-radius: 12px;
border: 1px solid #2020201A;
margin-bottom: 15px;
padding: 28px 5px 28px;
text-align: center;
transition: .5s;
}
.icon-box-six .goal_single:hover {
border-radius: 12px;
background: #008B43;
transition: .5s;
}
.icon-box-six .goal_single i{
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
background-color: #008B43;
color: #fff;
border-radius: 30px;
transition: .5s;
}
.icon-box-six .goal_single:hover i{
background-color: #FFCE0A;
color: #202020;
transition: .5s;
}
.icon-box-six .goal_single h6{
color: #202020;
font-size: 26px;
font-family: 'Plus Jakarta Sans';
font-weight: 600;
margin: 16px 0px 10px;
transition: .5s;
}
.icon-box-six .goal_single:hover h6{
color: #fff;
transition: .5s;
}
.icon-box-six .goal_single p {
color: #9D9D9D;
font-size: 16px;
transition: .5s;
}
.icon-box-six .goal_single:hover p {
color: #fff;
transition: .5s;
}@media all and (max-width: 1700px) {
.service .single_service .service-buttons a {
font-size: 17px;
}
.banner-seven-wrapper .banner-seven-content h1 {
font-size: 130px;
}
.banner-seven-wrapper .banner-seven-content h2 {
font-size: 130px;
}
.responsiv .section__cta .btn--primary {
padding: 18px 31px;
}
}
@media all and (max-width: 1500px) {
.service .single_service .service-buttons a {
font-size: 17px;
}
.service .single_service .service_single-thumb {
height: 410px;
}
.banner-seven-wrapper .banner-seven-descri {
justify-content: start;
margin-bottom: 40px;
}
.banner-seven-wrapper .banner-seven-content h1 {
font-size: 100px;
}
.banner-seven-wrapper .banner-seven-content h2 {
font-size: 100px;
}
.banner-seven-wrapper .banner-seven-descri p.banner-seven-paragraph {
width: 60%;
}
.responsiv .section__cta .btn--primary {
padding: 18px 31px;
}
}
@media all and (max-width: 1300px) {
.service .single_service .service-buttons a {
font-size: 17px;
}
.service .single_service .service_single-thumb {
height: 410px;
}
.blog.blog-11 {
display: block;
}
.blog-eight-thumb a img {
width: 100%;
}
.banner-seven-wrapper .banner-seven-descri {
justify-content: start;
margin-bottom: 40px;
}
.responsiv .section__cta .btn--primary {
padding: 18px 31px;
}
}
@media all and (max-width: 991px) {
.section__header.heading-two h2 {
font-size: 75px;
line-height: 85px;
}
.testimonial-seven-paragraph {
font-size: 20px;
}
.testimonial-seven-left {
gap: 8px;
}
.community.home-10 .community-donation {
padding: 15px 0px 0px 3px;
}
.service .single_service .service_single-thumb {
height: 350px;
}
.service .single_service .service-button {
bottom: -94px;
}
.service .single_service .service-buttons a {
font-size: 17px;
}
.maquee-eight-title {
font-size: 45px;
}
.count-down ul {
display: block;
}
.blog.blog-11 {
display: block;
}
.blog-eight-thumb a img {
width: 100%;
}
.banner-seven-wrapper .banner-seven-descri {
justify-content: start;
margin-bottom: 40px;
}
.blog-seven-wrapper {
display: block;
}
.blog-seven-content {
margin-left: 0px;
margin-bottom: 30px;
}
.ministrie-eight-space {
display:none;
}
.blog.syle-6.style_14 .blog__single {
padding: 20px 10px 30px 20px;
display: block;
}
.blog.syle-6.style_14 .blog__single-thumb {
width: 98%;
}
.community.home-14 h2.title-animation {
font-size: 35px;
line-height: 40px;
}
}
@media all and (max-width: 576px) {
.section__header.heading-two h2 {
font-size: 56px;
line-height: 70px;
}
.section__header.heading-three h2 {
font-size: 40px;
line-height: 45px;
}
.testimonial-seven-wrapper {
padding: 50px 10px 40px 10px;
}
.testimonial-seven-paragraph {
font-size: 20px;
}
section.contact.home-3-contact-form.home-10 .input-group {
display: block;
margin-bottom: 30px;
}
.input-single.home--10 {
margin-bottom: 30px !important;
}
.contact__form .input-single span {
width: 89% !important;
}
.testimonial-seven-left {
gap: 8px;
}
.community.home-10 .community-donation {
padding: 15px 0px 0px 3px;
}
.service .single_service .service_single-thumb {
height: 350px;
}
.service .single_service .service-buttons {
bottom: -94px;
}
.service .single_service .service-buttons a {
font-size: 17px;
}
.maquee-eight-title {
font-size: 35px;
}
.blog.blog-11 {
display: block;
}
.blog-eight-thumb a img {
width: 100%;
}
.banner-seven-wrapper .banner-seven-descri {
justify-content: start;
margin-bottom: 40px;
}
.banner-seven-wrapper .banner-seven-content h1 {
font-size: 75px;
}
.banner-seven-wrapper .banner-seven-content h2 {
font-size: 75px;
}
.banner-seven-wrapper .banner-seven-descri p.banner-seven-paragraph {
width: 80%;
}
.blog-seven-wrapper {
display: block;
}
.blog-seven-content {
margin-left: 0px;
margin-bottom: 30px;
}
.count.style2 ul {
display: block;
justify-content: center;
}
.ministrie-eight-space {
display:none;
}
.blog.syle-6.style_14 .blog__single {
padding: 20px 10px 30px 20px;
display: block;
}
.blog.syle-6.style_14 .blog__single-thumb {
width: 98%;
}
.community.home-14 h2.title-animation {
font-size: 35px;
line-height: 40px;
}
}
@media all and (max-width: 320px) {
.section__header.heading-two h2 {
font-size: 40px;
line-height: 65px;
}
.section__header.heading-three h2 {
font-size: 40px;
line-height: 45px;
}
.testimonial-seven-wrapper {
padding: 50px 10px 40px 10px;
}
.testimonial-seven-paragraph {
font-size: 20px;
}
.community.home-10 .community-donation {
padding: 15px 0px 0px 3px;
}
.service .single_service .service_single-thumb {
height: 350px;
}
.service .single_service .service-button {
bottom: -94px;
}
.service .single_service .service-button a {
font-size: 17px;
}
.maquee-eight-title {
font-size: 30px;
}
.blog.blog-11 {
display: block;
}
.blog-eight-thumb a img {
width: 100%;
}
.ministrie-eight-space {
display:none;
}
.blog.syle-6.style_14 .blog__single {
padding: 20px 10px 30px 20px;
display: block;
}
.blog.syle-6.style_14 .blog__single-thumb {
width: 98%;
}
.community.home-14 h2.title-animation {
font-size: 35px;
line-height: 40px;
}   }
@media only screen and (min-width: 576px) {
.testimonial .testimonial__slider-single {
padding: 40px;
}
.difference-two .difference-two__progress {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.difference-two .difference-progress-single {
width: 50%;
}
.difference-two .difference-progress-single p br {
display: block;
}
.award .award__single .content {
margin-inline: 30px;
width: calc(100% - 60px);
}
.overview .overview__single {
padding: 60px 40px;
}
.difference-three .help__content-list li {
width: calc(50% - 8px);
}
.donation-future .donation-future__thumb {
padding: 80px 40px;
}
.help-three .help-three__inner {
padding: 5px 80px 80px;
}
.counter .counter__single {
width: calc(50% - 8px);
}
.testimonial-three .testimonial-three__single {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.testimonial-three .testimonial-three__single .thumb {
min-width: 170px;
}
.contact .contact__content {
padding: 100px 80px;
}
.checkout .checkout__form .input-group .input-single,
.volunteer .checkout__form .input-group .input-single {
width: calc(50% - 15px);
}
.checkout .content,
.volunteer .content {
padding: 60px 40px;
}
.cart-main .coupon-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-main .coupon-wrapper .right-c {
width: auto;
}
.cart-main .coupon-wrapper .right-c form {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.team-details .team-details__list,
.volunteer .team-details__list {
margin-top: 30px;
}
.team-details .team-details__list ul li,
.volunteer .team-details__list ul li {
width: calc(50% - 8px);
}
.cm-details .cm-details__list {
margin-top: 30px;
}
.cm-details .cm-details__list ul li {
width: calc(50% - 8px);
}
.cm-details .cm-img-group .cm-img-single {
width: calc(50% - 15px);
}
.cm-details .cm-group p {
font-size: 18px;
}
.cm-details .cm-sidebar-widget .single-item {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cm-details .blog-comment .comment-single {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.cm-details .comment__form {
padding: 60px 40px;
}
.cm-details .comment__form .form-group .input-icon {
width: calc(50% - 12px);
}
.contact-main .contact-main__inner {
row-gap: 60px;
}
.contact-main .contact-main__single {
width: calc(50% - 8px);
}
.blog-main .blockquote-wrapper {
padding: 24px 40px;
}
.blog-main .details-footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer .footer__newsletter {
padding: 50px;
}
.footer .footer__newsletter-form form {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer .footer__bottom-left li:nth-of-type(2), .footer .footer__bottom-left li:nth-of-type(4) {
display: block;
}
.footer .footer__list-items a {
font-size: 18px;
}
.footer .footer__list-group:nth-last-of-type(1) p:nth-last-of-type(1) a {
font-size: 24px;
}
.footer .footer__list-group a {
font-size: 20px;
}
.footer-two__newsletter-form form input {
border-radius: 30px;
padding: 12px 24px;
}
.footer-two__newsletter-form form button {
min-width: 90px;
height: 56px;
border-radius: 30px;
}
.color-palate {
max-width: 320px;
}
.color-palate .color-trigger,
.color-palate .close-color-trigger {
width: 50px;
height: 50px;
}
.color-palate .color-trigger i {
font-size: 20px;
}
.color-palate .close-color-trigger i {
font-size: 24px;
}    }
@media only screen and (min-width: 768px) {
h1 {
font-size: 60px;
line-height: 70px;
}
h2 {
font-size: 40px;
line-height: 50px;
}
h3 {
font-size: 30px;
line-height: 40px;
}
h4 {
font-size: 24px;
line-height: 34px;
}
.sub-title {
font-size: 24px;
}
.cta {
margin-top: 55px;
}
.main-pagination {
margin-top: 60px;
}
.main-pagination a,
.main-pagination button {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
}
.header .navbar-logo img {
max-width: 200px;
height: 44px;
}
.header .search-box button {
font-size: 25px;
}
.header .main-header__menu-box {
padding-top: 13px;
padding-bottom: 13px;
}
.header-secondary .main-header__menu-box {
padding-top: 17px;
padding-bottom: 17px;
}
.header-tertiary .main-header__menu-box {
padding-top: 20px;
padding-bottom: 20px;
-webkit-padding-start: 0px !important;
padding-inline-start: 0px !important;
-webkit-padding-end: 0px !important;
padding-inline-end: 0px !important;
}
.common-banner .sub-title {
font-size: 24px;
}
.banner-two .banner-two__slider-content h1 {
max-width: 100%;
}
.banner-two .banner-two__slider-content h1 br {
display: block;
}
.banner-two .banner-two__slider-content h1 span {
font-size: 70px;
}
.banner-three h1 br {
display: block;
}
.banner-three h1 span {
font-size: 70px;
}
.banner-three p {
font-size: 18px;
}
.help .help__content-cta,
.help .help__content-icon-group {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.community .community-donation {
padding: 60px;
}
.community .warning {
padding: 16px 80px;
border-radius: 80px;
margin: 40px 0px;
}
.community .warning .line {
display: block;
}
.volunteer .warning {
padding: 16px 80px;
border-radius: 80px;
margin: 40px 0px;
}
.volunteer .warning .line {
display: block;
}
.volunteer .volunteer__form {
padding: 60px 40px;
}
.cause-two {
padding-top: 20px;
}
.difference-two .difference-two__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.difference-two .difference-two__card {
display: block;
width: 200px;
}
.difference-two .difference-two__card .card-group .thumb i {
font-size: 50px;
}
.difference-two .difference-two__card .card-group h6 {
font-size: 20px;
}
.help-two .help-two__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.help-two .help-two__inner .help-two-card-wrapper {
min-width: 270px;
}
.cart-main .cart-table table {
min-width: 100%;
}
.product-tab .content-list ul li {
width: calc(50% - 4px);
}
.donate-inner {
padding: 80px 40px 160px;
margin-inline: 24px;
}
.footer .footer__support a {
font-size: 18px;
padding: 37px 40px 37px 40px;
}   }
@media only screen and (min-width: 992px) {
.difference,
.donation-future {
padding-top: 120px;
}
.cm-details .blog-comment {
padding-top: 115px;
}
.contact .contact__content {
padding: 120px 80px;
}
.testimonial-alter {
padding: 120px 0px !important;
}
.cause-three-alt .mb-60 {
margin-bottom: 52px !important;
}
.help-three {
padding-bottom: 120px;
}
.testimonial {
padding: 260px 0px 120px;
}
.section__header {
margin-bottom: 52px;
}
.section__header-secondary {
margin-bottom: 60px;
}
.header .main-header__menu-box {
-webkit-padding-start: 28px;
padding-inline-start: 28px;
-webkit-padding-end: 28px;
padding-inline-end: 28px;
}
.header-primary {
top: 47px;
background-color: transparent;
}
.header-secondary {
top: 50px;
}
.header-secondary .main-header__menu-box {
-webkit-filter: none !important;
filter: none !important;
width: calc(100% - 80px);
margin-inline: auto;
-webkit-padding-start: 24px;
padding-inline-start: 24px;
-webkit-padding-end: 24px;
padding-inline-end: 24px;
}
.banner {
margin-top: 60px;
padding: 200px 0px;
}
.banner-two .banner-two__slider-single {
padding: 200px 0px;
}
.banner-two .slider-navigation {
inset-inline-end: 130px;
}
.rtl .banner-two .slider-navigation {
inset-inline-end: unset;
inset-inline-start: 130px !important;
}
.banner-three {
margin-top: 132px;
padding: 140px 0px 190px;
}
.common-banner {
padding: 160px 0px;
}
.cause .cause__slider-wrapper {
margin-top: 55px;
}
.community .community-donation__inner {
max-width: 560px;
}
.cause-two {
padding-top: 50px;
}
.testimonial-two .testimonial-two__content {
padding: 0px;
padding-inline: 20px;
}
.help-three .section__header {
text-align: start;
}
.help-three .section__header h2 {
text-align: start !important;
}
.help-three .help-cta {
text-align: end;
}
.rtl .help-three .section__header h2 {
text-align: end !important;
}
.counter .counter__single {
height: 100%;
width: auto;
}
.counter .divider {
display: block;
height: 100%;
}
.error h2 {
font-size: 130px;
line-height: 1;
}
.cm-details .cm-sidebar-widget {
padding: 40px 40px;
}
.footer {
padding-top: 120px;
}
.footer .footer__content {
max-width: 600px;
text-align: start;
}
.footer .footer__support {
text-align: end;
}
.footer-two,
.footer-three {
padding-top: 120px;
}
.rtl .footer-two .text-lg-start {
text-align: right !important;
}
.footer-three .footer-three__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.footer-three .footer-three__logo {
text-align: start;
}
}
@media only screen and (min-width: 1200px) {
h1 {
font-size: 85px;
line-height: 95px;
}
h2 {
font-size: 55px;
line-height: 65px;
}
h3 {
font-size: 40px;
line-height: 50px;
}
h4 {
font-size: 32px;
line-height: 42px;
}
h5 {
font-size: 24px;
line-height: 34px;
}
h6 {
font-size: 20px;
line-height: 30px;
}
.text-xl-start {
text-align: start !important;
}
.offset-xl-1 {
margin-left: 0px;
-webkit-margin-start: 8.33333333%;
margin-inline-start: 8.33333333%;
}
.topbar--secondary .topbar__inner {
padding: 12px 40px 13px;
}
.header .main-header__menu-box {
padding: 0px;
-webkit-padding-start: 24px;
padding-inline-start: 24px;
}
.header-primary .navbar__mobile-options .btn--primary {
padding-block: 38px 37px;
padding-inline: 36px 48px;
}
.header-secondary .main-header__menu-box {
padding: 17px 40px;
}
.banner {
padding: 280px 0px;
}
.banner-two .banner-two__slider-single {
padding: 240px 0px;
}
.banner-two .banner-two__slider-single .banner-two__slider-content h1 span {
font-size: 90px;
}
.banner-two .shape-left {
top: 0%;
}
.banner-three {
margin-top: 142px;
}
.banner-three h1 span {
font-size: 90px;
}
.common-banner h2 {
font-size: 85px;
line-height: 95px;
}
.cause-two {
padding-top: 60px;
}
.blog .blog__single-content h5 {
font-size: 22px;
line-height: 30px;
}
.event .event__content h4 {
font-size: 30px;
line-height: 40px;
}
.volunteer .volunteer__form {
-webkit-margin-start: 40px;
margin-inline-start: 40px;
}
.footer .footer__content h3 {
font-size: 44px;
line-height: 54px;
}
.footer .footer__support a {
font-size: 22px;
max-width: 506px;
}
.footer .footer__list-center {
-webkit-margin-start: 40px;
margin-inline-start: 40px;
}
.footer .footer__copyright-logo {
margin: 0px;
}
.footer-two .footer-two__widget--alternate {
-webkit-padding-start: 60px;
padding-inline-start: 60px;
}
.footer-three .footer-two__widget-intro {
margin-bottom: 40px;
}
}
@media only screen and (min-width: 1400px) {
.offset-xxl-1 {
margin-left: 0px;
-webkit-margin-start: 8.33333333%;
margin-inline-start: 8.33333333%;
}
.topbar .container {
max-width: 1400px;
}
.header .navbar__mobile-options {
gap: 40px;
}
.header-primary {
-webkit-filter: none;
filter: none;
}
.header-primary .main-header__menu-box {
-webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
-webkit-padding-start: 28px;
padding-inline-start: 28px;
}
.header-primary .container {
max-width: 1560px;
}
.header-primary .navbar__options .btn--primary {
padding-block: 38px 37px;
padding-inline: 46px 66px;
}
.header-secondary .navbar__mobile-options {
gap: 20px;
}
.header-secondary .navbar__menu-wrapper {
-webkit-padding-start: 55px;
padding-inline-start: 55px;
}
.header-secondary .main-header__menu-box {
padding: 15px 40px;
}
.header-tertiary .navbar__list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-padding-start: 60px;
padding-inline-start: 60px;
}
.header-tertiary .navbar__mobile-options {
gap: 50px;
}
.common-banner {
padding: 200px 0px;
}
.difference .difference__single {
max-width: 384px;
margin-inline: auto;
}
.help .help__thumb {
-webkit-padding-start: 60px;
padding-inline-start: 60px;
}
.cause-two {
padding-top: 80px;
}
.difference-two .difference-two__content {
-webkit-padding-start: 40px;
padding-inline-start: 40px;
}
.cta-section-two .shape {
bottom: -8px;
}
.overview .overview__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 0px;
}
.overview .overview__single {
width: 50%;
border-radius: 10px 0px 0px 10px;
}
.overview .overview__right {
border-radius: 0px 10px 10px 0px;
}
.rtl .overview .overview__single {
border-radius: 0px 10px 10px 0px;
}
.rtl .overview .overview__right {
border-radius: 10px 0px 0px 10px;
}
.rtl .overview .cause__progress {
direction: ltr;
}
.difference-three .difference-three__content {
-webkit-padding-start: 50px;
padding-inline-start: 50px;
}
.difference-three .differnce-quote q {
font-size: 20px;
}
.event .event__content {
padding: 40px;
}
.product-details .product-details__content {
-webkit-padding-start: 50px;
padding-inline-start: 50px;
}
.checkout .checkout__content {
-webkit-padding-start: 60px;
padding-inline-start: 60px;
}
.team-details .team-details__content {
-webkit-padding-start: 50px;
padding-inline-start: 50px;
}
.footer .footer__bottom-list {
gap: 30px;
}
.footer-three .footer-three__widget-alter {
-webkit-padding-start: 60px;
padding-inline-start: 60px;
}
.footer-three .footer-three__widget-news .content a {
font-size: 18px;
line-height: 24px;
}
.footer-three .single-address i {
font-size: 30px;
}
.footer-three .footer-three__widget--newsletter p {
font-size: 16px;
}
.footer-three .footer-three__widget--newsletter form {
padding: 40px 30px;
}
}
@media only screen and (min-width: 1600px) {
.banner-five h1 {
font-size: 140px;
}
.banner-five {
padding-block: 200px;
}
.topbar .topbar__list,
.topbar .topbar__items {
gap: 40px;
}
.testimonial .slider-navigation,
.difference .slider-navigation {
margin-top: 0px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline: 0px;
max-width: 1560px;
margin-inline: auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.testimonial .testimonial__inner:hover .slider-navigation,
.testimonial .difference__inner:hover .slider-navigation,
.difference .testimonial__inner:hover .slider-navigation,
.difference .difference__inner:hover .slider-navigation {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.testimonial-two .testimonial-two__inner {
min-width: 1440px;
}
.testimonial-two .testimonial-two__content {
-webkit-padding-start: 50px;
padding-inline-start: 50px;
-webkit-padding-end: 0px;
padding-inline-end: 0px;
}
.cause-two .cause-two__inner {
width: calc(100% - 200px);
}
.cause-two .slider-navigation {
position: absolute;
display: block;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px;
width: 100%;
}
.cause-two .slider-navigation button {
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
.cause-two .slider-navigation .slider-btn-next {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
.cause-alt .slider-navigation {
margin-top: 0px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset-inline: 0px;
max-width: 1560px;
margin-inline: auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cause-three .cause__slider-wrapper {
min-width: 1800px;
}
.cause-three .cause__slider-single:hover .thumb img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@media only screen and (max-width: 1739.98px) {
.header-secondary .contact-btn {
display: none;
}
.header-secondary .navbar__menu {
-webkit-padding-end: 40px;
padding-inline-end: 40px;
}
}
@media only screen and (max-width: 1399.98px) {
.mobile-menu--primary .mega-menu {
min-width: 100% !important;
}
.mobile-menu--primary .mega-menu li {
margin-bottom: 20px;
}
.mobile-menu--primary .mega-menu li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.mobile-menu--primary .mega-menu .mega-content-wrapper {
width: 100%;
}
.mobile-menu--primary .mega-menu .mega-content a {
width: 160px;
}
}
@media only screen and (max-width: 1199.98px) {
.mobile-menu .mega-menu {
min-width: 100% !important;
}
.mobile-menu .mega-menu li {
margin-bottom: 20px;
}
.mobile-menu .mega-menu li:nth-last-of-type(1) {
margin-bottom: 0px;
}
.mobile-menu .mega-menu .mega-content-wrapper {
width: 100%;
}
.mobile-menu .mega-menu .mega-content a {
width: 160px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599.98px) {
.topbar--secondary .topbar__extra {
display: none;
}
.topbar--secondary .topbar__list,
.topbar--secondary .topbar__items {
gap: 20px;
}
.cta-section .cta-section__single h3 {
font-size: 30px;
line-height: 40px;
}
}
@media only screen and (max-width: 767.98px) {
.search-popup .search-popup__group input,
.search-popup .search-popup__group button {
height: 60px;
line-height: 60px;
}
.sidebar-cart {
width: 320px;
}
.banner h1 {
font-size: 24px;
line-height: 34px;
}
}.mc4wp-form-fields {
width: 100%;
display: flex;
align-items: center;
gap: 16px;
}
.footer-two__widget-intro .menu {
margin-top: 30px;
}
.footer-two__widget-intro .menu li {
position: relative;
margin-left: 24px;
}
.footer-two__widget-intro .menu li:before {
content: "\f061";
font-family: "FontAwesome";
transform: rotate(-45deg);
position: absolute;
top: 0;
left: -24px;
transition: all 500ms ease;
}
.footer-two__widget-intro .menu li:hover:before{
color: var(--base-color);
}
.help-two .help__content-icon {
padding: 30px 0;
}
.help-two .help__content-icon:first-child {
padding-top: 0;
border-bottom: 1px solid #d9d9d9;
position: relative
}
.help-two .help__content-icon:last-child {
padding-bottom: 0;
}
.contact__form .input-single textarea {
height: 150px;
}
.contact__form .input-single span {
display: block;
width: 100%;
}
.input-group {
flex-wrap: unset;
}
.widget_charifund_popular_posts .theme-recent-post-item h6 {
color: #000;
font-size: 18px;
line-height: 29px;
font-weight: 500;
} .breadcrumb-wrapper .page-list {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
margin-top: 20px;
}
.breadcrumb-wrapper .page-list li a {
color: var(--white);
transition: all 0.4s ease-in-out;
font-weight: 600;
}
.breadcrumb-wrapper .page-list li span {
color: var(--white);
transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-list li {
position: relative;
}
.breadcrumb-wrapper .page-list li:before {
content: "\f054";
font-family: 'Font Awesome 6 Free';
color: #fff;
position: absolute;
top: 2px;
left: -22px;
font-size: 13px;
}
.breadcrumb-wrapper .page-list li:first-child:before {
display: none;
} .post-navigation-inner {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid #F2F5FA;
border-bottom: 1px solid #F2F5FA;
padding: 30px 0;
}
.post-navigation-inner .content {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.post-navigation-inner .content-area.style-01 {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.post-navigation-inner .post-thumbnail img {
width: 62px;
height: 62px;
border-radius: 50%;
}
.post-navigation-inner .content .title {
font-size: 16px;
font-weight: 400;
margin-top: 5px;
} .entry-content .post-meta {
display: flex;
gap: 20px;
margin: 30px 0px 20px 0px;
border-bottom: 1px solid #F2F5FA;
padding-bottom: 20px;
align-items: center;
}
.entry-content .post-meta li {
font-size: 14px;
font-weight: 500;
}
.entry-content .post-meta li i {
margin-right: 5px;
color: var(--base-color);
}
.post-content h3 {
margin-bottom: 20px;
font-size: 32px;
}
blockquote .hilight-text {
border-left: 4px solid var(--base-color);
padding: 40px;
background-color: var(--bg);
position: relative;
}
blockquote .hilight-text p {
max-width: 650px;
font-weight: 500;
text-transform: capitalize;
font-style: italic;
line-height: 26px;
}
.hilight-text svg {
position: absolute;
bottom: 20px;
right: 30px;
} .blog-details-footer {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid #F2F5FA;
border-bottom: 1px solid #F2F5FA;
padding: 30px 0;
margin: 30px 0;
}
.blog-details-footer .social-icon li {
list-style: none;
padding-left: 0;
font-size: 15px;
background: transparent !important;
margin-top: 0;
margin-left: 5px !important;
}
.blog-details-footer .social-icon li:before {
display: none;
}
.blog-details-footer .right {
display: flex;
justify-content: center;
align-items: center;
}
.blog-details-footer .right .title {
margin-right: 10px;
}
.blog-details-footer .right .social-share li {
padding-left: 0;
margin-top: 0;
}
.blog-details-footer .right .social-share li:before {
display: none;
}
.blog-details-footer .left {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.blog-details-footer .left .title {
margin-right: 10px;
}
.blog-details-footer .left .tags li a {
display: inline-block;
border: 1px solid #F2F5FA;
padding: 12px 26px;
line-height: 1;
margin-right: 8px;
text-transform: capitalize;
font-weight: 500;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.blog-details-footer .left .tags li a:hover {
background-color: var(--base-color);
color: var(--white);
}
.blog-pagination {
display: block;
width: 100%;
margin-top: 50px;
position: relative;
}
.blog-pagination ul {
margin: 0;
padding: 0;
list-style: none;
}
.blog-pagination ul li {
display: inline-block;
padding-left: 0;
margin: 0 4px;
}
.blog-pagination ul li:first-child {
margin-left: 0;
}
.blog-pagination ul li:before {
display: none;
}
.blog-pagination ul li a {
display: block;
height: 45px;
width: 45px;
line-height: 45px;
padding: 0;
border: 0;
text-align: center;
font-weight: 600;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
background: transparent;
border: 1px solid #F2F5FA;
color: var(--header);
cursor: pointer;
}
.blog-pagination ul li a:hover {
background-color: var(--header);
border-color: var(--bg);
color: #fff;
}
.blog-pagination ul li a.prev, .blog-pagination ul li a.next {
border: 0;
}
.blog-pagination ul li span {
display: block;
height: 45px;
width: 45px;
line-height: 45px;
padding: 0;
background: transparent;
border: 1px solid #F2F5FA;
color: var(--header);
cursor: pointer;
text-align: center;
font-weight: 500;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}
.blog-pagination ul li span.current {
background-color: var(--base-color);
color: #fff;
border: 1px solid var(--base-color);
}
.blog-details-footer .right ul {
display: flex;
justify-content: center;
gap: 10px;
}
.blog-details-footer .social-icon li a {
font-size: 18px;
color: var(--header);
} .single-post-navigation {
word-break: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 1px solid #F2F5FA;
padding: 25px;
}
.single-post-navigation h3 {
font-size: 18px;
margin-bottom: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: none;
}
.single-post-navigation .single-post-navigation-center-grid {
font-size: 25px;
}
.single-post-navigation .single-post-navigation-center-grid a {
color: var(--base-color);
}
.single-post-navigation .single-post-navigation-center-grid a:hover, .single-post-navigation .single-post-navigation-center-grid a:focus {
color: var(--header);
}
.single-post-navigation .prev-post a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
color: #8E8E8E;
-webkit-transition: all 300ms;
transition: all 300ms;
}
.single-post-navigation .prev-post a i {
height: 45px;
width: 45px;
border-radius: 45px;
line-height: 45px;
background: #F4F4F4;
display: inline-block;
text-align: center;
margin-right: 5px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.single-post-navigation .prev-post a:hover {
color: var(--header);
}
.single-post-navigation .prev-post a:hover i {
background: var(--base-color);
color: #fff;
}
.single-post-navigation .next-post a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
color: #8E8E8E;
-webkit-transition: all 300ms;
transition: all 300ms;
}
.single-post-navigation .next-post a i {
height: 45px;
width: 45px;
border-radius: 45px;
line-height: 45px;
background: #F4F4F4;
display: inline-block;
text-align: center;
margin-left: 5px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.single-post-navigation .next-post a:hover {
color: var(--header);
}
.single-post-navigation .next-post a:hover i {
background: var(--base-color);
color: #fff;
}
.single-post-navigation .title-with-link {
-webkit-transition: 0.3s;
transition: 0.3s;
overflow: hidden;
}
.single-post-navigation .title-with-link i {
margin-top: 3px;
}
.single-post-navigation .title-with-link span {
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 500;
} p.logged-in-as {
margin-bottom: 20px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
margin-top: 30px;
}
.comments-area .comments-title {
font-size: 24px;
line-height: 34px;
font-weight: 500;
margin-bottom: 38px;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
}
.comments-area .comment-list .comment-respond {
margin-bottom: 57px;
}
.comments-area .comment-list .comment-respond {
margin-top: 37px;
}
.comments-area .comment-list .comment-reply-title {
font-size: 17px;
margin-bottom: 15px;
}
.comments-area .comment-list .comment-reply-title small {
font-size: 16px;
line-height: 1;
top: 1px;
margin-bottom: 0;
}
.comments-area .comment-list li:last-child {
margin-bottom: 0;
}
.comments-area .comment-list li:last-child .single-comment-wrap .thumb .date {
margin-bottom: 0;
}
.comments-area .comment-list li ul.children {
margin: 0;
padding: 0;
list-style: none;
margin-top: 30px;
}
.comments-area .comment-list li ul.children li {
margin-left: 50px;
list-style: none;
}
.comments-area .comment-list li .single-comment-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
--ms-flex-item-align: start;
-ms-flex-item-align: start;
align-self: flex-start;
border-bottom: 1px solid #F2F5FA;
padding: 30px 0;
}
.comments-area .comment-list li .single-comment-wrap .thumb {
margin-right: 20px;
min-width: 80px;
border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap .thumb img {
margin-bottom: 10px;
border-radius: 50%;
border: 2px solid #fafafa;
-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
}
.comments-area .comment-list li .single-comment-wrap .date {
display: block;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}
.comments-area .comment-list li .single-comment-wrap .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
max-width: 630px;
}
.comments-area .comment-list li .single-comment-wrap .content .title {
font-size: 19px;
line-height: 28px;
font-weight: 500;
padding-right: 70px;
color: var(--heading-color);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-content {
max-width: 630px;
}
.comments-area .comment-list li .single-comment-wrap .content p {
word-break: break-word;
}
.comments-area .comment-list li .single-comment-wrap .content p:last-child {
margin-bottom: 0;
}
.comments-area .comment-list li .single-comment-wrap .content .reply {
color: var(--main-color-one);
}
.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
color: var(--main-color-one);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
font-weight: 500;
position: absolute;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
background: var(--base-color);
color: var(--white);
font-size: 14px;
padding: 5px 15px;
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:after {
position: static;
content: "\f3e5";
font-family: "Font Awesome 6 Free";
font-size: 14px;
line-height: 1;
margin-left: 5px;
font-weight: 900;
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
background: var(--bg);
color: var(--white);
}
.comments-area .comment-list li.comment {
margin-bottom: 30px;
}
.comments-area .comment-list .has-children {
padding-left: 80px;
}
.comments-area .comment-list ol:not([class]) {
margin-bottom: 20px;
}
.comments-area .comment-list ol:not([class]) li ol {
margin-bottom: 0;
}
.comments-area .comment-list .children li:last-child {
margin-bottom: 30px;
}
.comments-area .comment-list ul:not([class]) {
margin-bottom: 20px;
}
.comments-area .comment-list ul:not([class]) ul {
margin-bottom: 0px;
}
.comments-area .reply-title {
font-size: 24px;
line-height: 34px;
font-weight: 500;
margin-bottom: 25px;
}
.comments-area .comment-reply-title {
font-size: 24px;
line-height: 34px;
font-weight: 500;
margin-bottom: 25px;
}
.comments-area .comment-reply-title small {
font-size: 24px;
line-height: 34px;
font-weight: 500;
color: var(--secondary-color);
margin-left: 10px;
display: inline-block;
position: relative;
top: 4px;
margin-bottom: 0;
}
.comments-area .comment-form-wrap {
padding: 65px 95px 70px;
}
.comments-area .form-submit {
margin-bottom: 30px;
margin-top: 20px;
}
.blog-content-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
display: block;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}
.comment-form .form-group.textarea .form-control {
min-height: 150px;
resize: none;
line-height: 26px;
}
.comment-form .form-group.textarea .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment-form .form-group {
position: relative;
max-width: unset;
background: #F2F2F2;
}
.comment-form .form-group .form-control {
height: 52px;
line-height: 52px;
border-radius: 0;
border: 0;
border: 1px solid #F2F5FA;
padding: 11px 20px;
padding-right: 35px;
font-size: 15px;
margin-bottom: 10px;
background: transparent;
}
.comment-form .form-group .form-control::-webkit-input-placeholder {
color: var(--paragraph-color);
}
.comment-form .form-group .form-control::-moz-placeholder {
color: var(--paragraph-color);
}
.comment-form .form-group .form-control:-ms-input-placeholder {
color: var(--paragraph-color);
}
.comment-form .form-group .form-control::-ms-input-placeholder {
color: var(--paragraph-color);
}
.comment-form .form-group .form-control::placeholder {
color: var(--paragraph-color);
}
.comment-form .btn-wrap .boxed-btn {
font-size: 14px;
}
.comment-form .submit-btn {
height: 55px;
line-height: 55px;
width: auto;
border-radius: 0;
font-weight: 500;
background-color: var(--base-color);
border: none;
cursor: pointer;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
color: #fff;
padding: 0 30px;
}
.comment-form .submit-btn:hover {
background-color: var(--header);
color: #fff;
}
.comment-form-cookies-consent input[type=checkbox] {
margin-right: 5px;
}
label[for=wp-comment-cookies-consent] {
font-size: 14px;
}
.comment-respond {
margin-top: 42px;
}
.form-group.textarea {
width: 100% !important;
margin-left: 0 !important;
margin-bottom: 15px;
}
.full-width-content .comments-area .comment-list li .single-comment-wrap .content {
max-width: 100%;
}
.blog-single-content-wrap .thumbnail {
margin-bottom: 25px;
position: relative;
}
.blog-single-content-wrap .thumbnail img {
height: 460px;
width: 100%;
object-fit: cover;
border-radius: 20px;
} .widget {
padding: 40px;
background-color: #ebebeb;
margin-bottom: 30px;
border-radius: 20px;
}
.widget_search .form-group {
margin-top: 0;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
margin: 8px 0;
display: block;
word-break: break-word;
}
.widget ul li + li {
margin-top: 10px;
}
.widget ul li:before {
display: none;
}
.widget ul li:last-child {
margin-bottom: 0;
}
.widget ul li:first-child {
margin-top: 0;
}
.widget ul li ul {
margin-left: 20px;
margin-top: 10px;
}
.widget ul li ul.sub-menu {
position: initial;
visibility: visible;
opacity: 1;
background-color: transparent;
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 10px;
}
.widget ul li ul.sub-menu li a {
padding: 0 0 0 10px;
}
.widget ul li ul.sub-menu li a:hover {
background-color: transparent;
}
.widget > h1,
.widget > h2,
.widget > h3,
.widget > h4,
.widget > h5,
.widget > h6,
.widget .widget-headline {
font-size: 22px;
line-height: 1;
text-transform: capitalize;
position: relative;
z-index: 0;
margin-bottom: 30px;
color: #000;
}
.widget select {
width: 100%;
height: 50px;
padding: 10px 20px;
border: 1px solid #ddd;
position: relative;
z-index: 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position-y: 55%;
background-position-x: 92%;
color: var(--paragraph-color);
}
.widget select option {
color: #000;
}
.widget:last-child {
margin-bottom: 0;
}
.widget .footer-widget {
background-color: transparent !important;
padding: 0;
margin-bottom: 40px;
}
.widget.widget_nav_menu ul li.menu-item-has-children:after {
display: none;
}
.widget ul li,
.comments-area .comment-list li,
.comments-area .comment-list li.comment {
padding-left: 0;
}
.widget_recent_comments ul li {
font-size: 14px;
}
.widget_recent_comments ul li .comment-author-link {
font-weight: 500;
display: block;
font-size: 16px;
}
.widget_recent_comments ul li + li {
border-top: 1px dashed #C9C9C9;
padding-top: 13px;
margin-top: 13px !important;
}
.widget_meta ul li + li {
border-top: 1px dashed #C9C9C9;
padding-top: 13px;
margin-top: 13px !important;
}
.comments-area .comment-list li:before,
.comments-area .comment-list li.comment:before {
display: none;
}
.widget-nav-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget-nav-menu ul li + li {
border-top: 1px solid #2c3e88;
}
.footer-widget .widget_search .search-form .form-group .form-control {
color: #fff;
}
.widget_search .post-inside-wrapper {
position: relative;
}
.widget_search .search-form {
position: relative;
}
.widget_search .search-form .form-group {
margin-bottom: 0;
}
.widget_search .search-form .form-group .form-control {
font-size: 15px;
padding: 15px 20px;
width: 100%;
color: var(--text);
background-color: #ebebeb;
border: 1px solid #e9d1d1;
border-radius: 10px;
}
.widget_search .search-form .form-group .form-control::-webkit-input-placeholder {
color: #969696;
}
.widget_search .search-form .form-group .form-control::-moz-placeholder {
color: #969696;
}
.widget_search .search-form .form-group .form-control:-ms-input-placeholder {
color: #969696;
}
.widget_search .search-form .form-group .form-control::-ms-input-placeholder {
color: #969696;
}
.widget_search .search-form .form-group .form-control::placeholder {
color: #969696;
}
.widget_search .search-form .submit-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
font-size: 18px;
height: 100%;
color: #667471;
text-align: center;
transition: all 0.3s ease-in-out;
}
.widget_charifund_category .service-item-list {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
border: 1px solid #e9d1d1;
background-color: var(--white);
color: var(--black);
font-weight: 500;
transition: all 0.4s ease-in-out;
}
.widget_charifund_category .service-item-list:hover {
background: var(--black);
color: #fff;
}
.widget_charifund_category .service-item-list:hover span {
color: #fff;
}
.widget_charifund_popular_posts .thumb a img {
width: 80px;
height: 80px;
display: block;
object-fit: cover;
border-radius: 10px;
max-width: 80px;
}
.widget_charifund_popular_posts .theme-recent-post-item {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 20px;
}
.widget_charifund_popular_posts .theme-recent-post-item .time {
position: relative;
margin-left: 25px;
margin-bottom: 5px;
display: block;
}
.widget_charifund_popular_posts .theme-recent-post-item .time:before {
content: "\f073";
font-family: 'Font Awesome 6 Free';
position: absolute;
top: 0;
left: -25px;
color: var(--template-color);
}
.wp-block-tag-cloud a {
display: inline-block;
padding: 11px 20px;
line-height: 1;
font-size: 16px;
font-weight: 500;
background: #f2f2f2;
margin-right: 15px;
text-transform: capitalize;
margin-bottom: 10px;
transition: all 0.4s ease-in-out;
}
.wp-block-tag-cloud a:hover {
background-color: var(--base-color);
color: var(--black);
}
.widget_author_meta ul {
margin-top: 25px;
}
.widget_author_meta ul li {
display: inline-block;
}
.widget_author_meta ul li .content .title {
font-size: 16px;
line-height: 1.85;
font-weight: 500;
color: #fff;
margin-bottom: 10px;
}
.widget_author_meta ul li .content .post-meta a {
font-size: 14px;
font-weight: 500;
color: #707070;
text-transform: uppercase;
}
.widget_author_meta ul li .content .post-meta a + a {
margin-left: 15px;
}
.widget_author_meta ul li .content .post-meta span {
color: #fff;
}
.widget_tag_cloud .tagcloud a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-transform: capitalize;
font-size: 15px !important;
margin-right: 12px;
margin-bottom: 7px;
-webkit-transition: all 300ms;
transition: all 300ms;
color: var(--heading-color);
}
.widget_tag_cloud .tagcloud a:hover {
color: var(--main-color-one);
}
.widget_subscribe .subscibe-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 120px;
border-bottom: 1px solid #404040;
padding-bottom: 50px;
}
.widget_subscribe .subscibe-wrapper .content .title {
font-size: 28px;
line-height: 1.6;
color: var(--white);
}
.widget_subscribe .subscibe-wrapper .subscribe-forms {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 85px;
position: relative;
z-index: 0;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group {
margin-bottom: 0;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control {
font-size: 18px;
font-weight: 400;
width: 100%;
padding: 0px 165px 0px 25px;
border-radius: 6px;
background: #ffffff;
height: 80px;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::-webkit-input-placeholder {
color: #b9b9b9;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::-moz-placeholder {
color: #b9b9b9;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control:-ms-input-placeholder {
color: #b9b9b9;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::-ms-input-placeholder {
color: #b9b9b9;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::placeholder {
color: #b9b9b9;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .btn-wrap {
position: absolute;
top: 31px;
right: 28px;
}
.widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .btn-wrap .subscribe-btn {
font-size: 16px;
line-height: 1;
font-weight: 500;
color: var(--main-color-one);
text-transform: uppercase;
border-left: 2px solid #b9b9b9;
padding-left: 10px;
border: 0;
background: transparent;
outline: 0;
}
.widget_nav_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_nav_menu ul li {
margin: 10px 0;
}
.widget_nav_menu ul li:last-child {
margin-bottom: 0;
}
.widget_nav_menu ul li:first-child {
margin-top: 0;
}
.widget_nav_menu ul li a {
border: none;
position: relative;
}
.widget_nav_menu ul li a:hover:after {
color: var(--main-color-one);
}
.widget_nav_menu ul li > ul {
margin-left: 15px;
}
.footer-top-space .widget_nav_menu ul li a,
.footer-area-2 .widget_nav_menu ul li a {
padding-left: 20px;
}
.footer-top-space .widget_nav_menu ul li a:after,
.footer-area-2 .widget_nav_menu ul li a:after {
content: "";
position: absolute;
left: 0;
top: 1px;
font-family: "Font Awesome 6 Free";
font-weight: 500;
content: "\f061";
font-size: 15px;
color: #333f4d;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.widget_rss li + li {
padding-top: 13px;
margin-top: 13px;
border-top: 1px dashed #C9C9C9;
}
.widget.widget_archive ul li:first-child {
padding-top: 0;
}
.widget.widget_archive ul li + li {
margin-top: 10px;
}
.widget.widget_archive ul li:last-child {
border-bottom: none;
}
.widget.widget_archive ul li a i {
color: var(--main-color-one);
margin-right: 5px;
}
.widget ul.widget_categories li + li {
margin-top: 10px;
}
.widget_archive ul li a {
font-size: 16px;
line-height: 28px;
font-weight: 400;
}
.widget_archive ul li svg {
margin-right: 10px;
margin-top: -5px;
}
.widget.footer-widget.widget_calendar table {
margin-bottom: 0;
}
.widget.elementor-widget-wp-widget-foresty_request_form_widget, .widget.foresty-request-form-widget {
padding: 0;
}
.widget .request-form-widget {
padding: 25px 25px 15px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 10px;
position: relative;
z-index: 0;
}
.widget .request-form-widget:after {
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 10px;
position: absolute;
z-index: -1;
background-color: rgba(17, 13, 14, 0.85);
}
.widget .request-form-widget .widget-headline {
color: #fff;
}
.widget.footer-widget {
background-color: transparent !important;
padding: 0;
margin-bottom: 40px;
-webkit-box-shadow: initial;
box-shadow: initial;
}
.widget.footer-widget select {
color: var(--heading-color);
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>");
}
.widget.footer-widget select option {
color: var(--heading-color);
}
.widget.footer-widget h5,
.widget.footer-widget .widget-headline {
color: var(--heading-color);
position: relative;
margin-bottom: 35px;
font-size: 20px;
line-height: 28px;
padding-left: 0;
z-index: 0;
padding-bottom: 10px;
}
.widget.footer-widget h5:before,
.widget.footer-widget .widget-headline:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 35px;
height: 2px;
background-color: var(--main-color-one);
}
.widget.footer-widget h5:after,
.widget.footer-widget .widget-headline:after {
content: "";
position: absolute;
left: 40px;
bottom: 0;
width: 0;
height: 2px;
background-color: var(--main-color-one);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.widget.footer-widget h5 p,
.widget.footer-widget .widget-headline p {
color: var(--heading-color);
font-size: 14px;
}
.widget.footer-widget:hover h5:after,
.widget.footer-widget:hover .widget-headline:after {
width: 80px;
}
.widget.footer-widget ul li {
color: var(--heading-color);
font-size: 14px;
position: relative;
}
.widget.footer-widget ul li a {
color: var(--heading-color);
font-size: 16px;
position: relative;
}
.widget.footer-widget ul li a:hover {
-webkit-transition: 0.5s all;
transition: 0.5s all;
color: var(--main-color-one);
}
.widget.footer-widget.widget_tag_cloud .tagcloud a {
color: var(--heading-color);
}
.widget.footer-widget.widget_recent_comments ul li a:after {
display: none;
}
.widget.footer-widget.widget_recent_comments ul li a:hover {
padding-left: 0;
}
.widget.footer-widget.widget_calendar table th {
border: 1px solid #ddd;
color: var(--heading-color);
font-size: 14px;
}
.widget.footer-widget.widget_calendar table th a {
font-weight: 500;
text-decoration: underline;
}
.widget.footer-widget.widget_calendar table td {
border: 1px solid #ddd;
color: var(--heading-color);
font-size: 14px;
}
.widget.footer-widget.widget_calendar table td a {
font-weight: 500;
text-decoration: underline;
}
.widget.footer-widget .subscribe-form .form-group .form-control {
background-color: #515457;
color: var(--heading-color);
}
.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder { color: rgba(var(--heading-color), 0.6);
}
.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder { color: rgba(var(--heading-color), 0.6);
}
.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder { color: rgba(var(--heading-color), 0.6);
}
.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder { color: rgba(var(--heading-color), 0.6);
}
.widget.footer-widget .subscribe-form .submit-btn:hover {
background-color: var(--heading-color);
color: var(--main-color-one);
}
.widget.footer-widget .wp-calendar-nav {
padding: 8px 0;
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev {
color: #fff;
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev:hover {
color: var(--main-color-one);
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next {
color: #fff;
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next:hover {
color: var(--main-color-one);
}
.widget ul > li:last-child {
padding-bottom: 0;
}
.textwidget img {
width: 100%;
height: 100%;
margin-bottom: 20px;
}
.footer-widget.widget_nav_menu ul li a {
position: relative;
font-size: 16px;
}
.footer-widget.widget_nav_menu ul li a:hover {
color: var(--main-color-one) !important;
}
.footer-widget.widget.widget_nav_menu ul li {
margin: 0;
}
.footer-wrap .footer-top .footer-widget .menu li ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.widget_tag_cloud.footer-widget .tagcloud a {
color: var(--heading-color);
}
.widget_tag_cloud.footer-widget .tagcloud a:hover {
color: #fff;
}
.wp-block-calendar caption {
caption-side: top;
text-align: center;
padding: 8px;
font-weight: 500;
color: var(--heading-color);
background-color: #ddd;
}
.widget_calendar caption {
caption-side: top;
text-align: center;
padding: 8px;
font-weight: 500;
color: var(--border-color);
background-color: #ddd;
color: var(--heading-color);
}
.wp-block-calendar table th {
background-color: transparent;
}
.widget_recent_comments ul li {
position: relative;
}
.widget .widget_calendar caption {
color: var(--paragraph-color);
}
.widget_calendar table td {
border: 1px solid #ddd;
padding: 8px;
}
.widget_calendar table th {
border: 1px solid #ddd;
padding: 8px;
}
#wp-calendar {
border-collapse: collapse;
width: 100%;
text-align: center;
}
#wp-calendar th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
} .sticky {
display: block;
}
.blog-main-item-01 {
position: relative !important;
border: 1px solid #F2F5FA;
}
.blog-main-item-01 + .blog-main-item-01 {
margin-top: 45px;
}
.blog-main-item-01.format-video .thumbnail-wrap > a {
margin-bottom: 20px;
display: block;
}
.blog-main-item-01 .thumbnail-wrap {
position: relative;
z-index: 0;  
padding: 30px 30px 26px 30px;
border-radius: 0;
padding-bottom: 0;
}
.blog-main-item-01 .thumbnail-wrap .thumbnail {
margin-bottom: 23px;
}
.blog-main-item-01 .thumbnail-wrap img {
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
width: 100%;
object-fit: cover;
}
.blog-main-item-01 .thumbnail-wrap .hover {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.blog-main-item-01 .thumbnail-wrap .hover .video-play-btn {
border-radius: 50%;
background: #fff;
color: var(--heading-color);
}
.blog-main-item-01 .thumbnail-wrap .hover .video-play-btn:before {
display: none;
}
.blog-main-item-01 .thumbnail-wrap .blog-cat-list a {
height: 30px;
line-height: 30px;
border-radius: 30px;
background: #EEEEEE;
padding: 0 15px;
font-size: 14px;
color: #757575;
-webkit-transition: 0.4s;
transition: 0.4s;
display: inline-block;
margin-right: 3px;
margin-top: 4px;
}
.blog-main-item-01 .thumbnail-wrap .blog-cat-list a:hover {
background: var(--base-color);
color: var(--white);
}
.blog-main-item-01 .thumbnail-wrap .blog-cat-list a:last-child {
margin-right: 0;
}
.blog-main-item-01 .content {
padding: 30px;
}
.blog-main-item-01 .content .post-meta-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 1px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-main-item-01 .content .post-meta-wrap .social-icon li {
padding-left: 0;
margin-top: 0;
}
.blog-main-item-01 .content .title {
font-size: 26px;
line-height: 1.5;
margin-top: 0;
-webkit-transition: all 300ms;
transition: all 300ms;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin-bottom: 17px;
word-break: break-all;
color: var(--heading-color) !important;
}
.blog-main-item-01 .content .title:hover {
color: var(--main-color-one) !important;
}
.blog-main-item-01 .content p {
font-size: 16px;
margin-bottom: 31px;
color: var(paragraph-color);
}
.blog-main-item-01 .content .post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-main-item-01 .content .post-author .author-image {
border-radius: 50%;
width: 40px;
height: 40px;
margin-right: 15px;
}
.blog-main-item-01 .content .post-author a {
color: #001b61;
font-size: 16px;
font-weight: 500;
}
.blog-main-item-01 .blog-bottom .btn {
height: 42px;
width: 42px;
line-height: 43px;
padding: 0;
text-align: center;
background: var(--base-color);
color: #fff;
}
.blog-main-item-01 .blog-bottom .btn svg {
font-size: 16px;
margin-top: auto;
margin-left: auto;
float: inherit;
}
.blog-main-item-01 .blog-bottom .btn i {
float: inherit;
padding-left: 0;
}
.blog-main-item-01 .blog-bottom .read-btn-text {
font-weight: 500;
color: var(--main-color-one);
}
.post-meta {
margin: 0;
padding: 0;
list-style: none;
padding-left: 0 !important;
}
.post-meta li {
display: inline-block;
font-size: 15px;
line-height: 1;
position: relative;
z-index: 0;
padding-left: 0 !important;
color: #757575;
list-style: none !important;
text-transform: capitalize;
margin-right: 20px;
}
.post-meta li span {
color: var(--heading-color);
}
.post-meta li + li {
margin-top: 0 !important;
}
.post-meta li svg {
margin-right: 5px;
color: var(--main-color-one);
}
.post-meta li::before {
display: none !important;
}
.post-meta li:last-child {
margin-right: 0;
}
.post-meta li.white {
color: #fff;
}
.post-meta li.white span {
color: #fff;
}
.post-meta li:before {
display: none;
}
.post-meta li a {
-webkit-transition: all 300ms;
transition: all 300ms;
color: #757575;
}
.post-meta li a svg {
margin-right: 10px;
}
.post-meta li .posted-on .entry-date {
color: #8e8e8e;
}
.post-meta li .posted-on .entry-date.white {
color: #fff;
}
.post-meta li .posted-on i {
margin-right: 10px;
color: var(--main-color-one);
}
.blog-cat-list {
display: flex;
justify-content: end;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.contact-form-items {
margin-bottom: 0;
padding: 40px;
box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.05);
}
.header-main .logo img {
max-width: 180px;
}
.contact-info-area .logo-img img {
max-width: 180px;
}
.blog-main-item-01.sticky {
z-index: 1;
} .blog-single-content-wrap table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.blog-single-content-wrap table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.blog-single-content-wrap table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.blog-single-content-wrap table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.blog-single-content-wrap table th a {
text-decoration: underline;
font-weight: 500;
}
.page-content table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.page-content table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.page-content table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.page-content table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.page-content table th a {
text-decoration: underline;
font-weight: 500;
}
.single-comment-wrap table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.single-comment-wrap table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.single-comment-wrap table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.single-comment-wrap table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.single-comment-wrap table th a {
text-decoration: underline;
font-weight: 500;
}
.content-area table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.content-area table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.content-area table th a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.content-area table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.content-area table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.calendar_wrap table td {
text-align: center;
}
.widget_calendar table td a, .widget_calendar table th a {
font-weight: 500;
color: var(--main-color-one);
text-decoration: underline;
}
.footer-widget.widget_calendar table td a, .footer-widget.widget_calendar table th a {
font-weight: 500;
color: var(--main-color-one);
text-decoration: underline;
} .content-area ul {
list-style: none;
}
.content-area ol li {
padding-left: 0;
}
.content-area ol li:before {
display: none;
}
.content-area ol li + li {
margin-top: 10px;
}
.content-area .widget ul li {
padding-left: 0;
}
.content-area .widget ul li:before {
display: none;
}
.blog-single-content-wrap ol li + li {
margin-top: 10px;
}
.blog-single-content-wrap .post-meta {
margin-bottom: 15px;
}
.blog-single-content-wrap .post-meta li a {
margin-left: 2px;
}
.blog-single-content-wrap ul {
list-style: none;
}
.blog-single-content-wrap .post-meta li {
padding-left: 0;
font-size: 16px;
color: var(--black);
}
.blog-single-content-wrap .post-meta li:before {
display: none;
}
.page-content ol li + li {
margin-top: 10px;
}
.page-content ul li + li {
margin-top: 10px;
}
.single-comment-wrap ol li + li {
margin-top: 10px;
}
.single-comment-wrap ul li + li {
margin-top: 10px;
}
.comments-area .comment-list li .single-comment-wrap ul {
list-style: none;
}
.comments-area .comment-list li .single-comment-wrap ul li {
position: relative;
padding-left: 15px;
}
.comments-area .comment-list li .single-comment-wrap ul li:before {
position: absolute;
width: 5px;
height: 5px;
background-color: var(--paragraph-color);
content: "";
display: inline-block;
margin-right: 5px;
left: 0;
top: 8px;
border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap ul li > ul li:before {
background-color: transparent;
border: 1px solid;
}
.comments-area .comment-list .trackback {
margin-bottom: 30px;
}
.comments-area .comment-list .pingback {
margin-bottom: 30px;
}
.carousel-indicators li + li {
margin-top: 0 !important;
}
.footer-widget.widget.widget_nav_menu ul li + li {
margin-top: 10px;
}
ul.blocks-gallery-grid li {
padding-left: 0;
}
ul.blocks-gallery-grid li:before {
display: none;
}
.wp-block-search .wp-block-search__input {
border: none;
border-radius: 0;
height: 50px;
padding: 0 20px;
background: #fff;
color: #000;
}
.wp-block-search .wp-block-search__input:focus {
outline: 0 !important;
}
ol.wp-block-latest-comments {
padding-left: 0;
} .no-results.not-found .page-title {
font-size: 36px;
text-transform: capitalize;
line-height: 46px;
font-weight: 500;
}
.no-results.not-found .search-form {
position: relative;
margin-top: 40px;
}
.no-results.not-found .search-form .form-control {
height: 60px;
border: 1px solid #e2e2e2;
padding: 0 80px 0 25px;
font-size: 14px;
border-radius: 6px;
}
.no-results.not-found .search-form .submit-btn {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 60px;
background: var(--base-color);
color: #fff;
border: 0;
font-size: 18px;
border-radius: 0 6px 6px 0;
padding: 0;
text-align: center;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
cursor: pointer;
outline: 0 !important;
}
.no-results.not-found .search-form .submit-btn:hover {
background: var(--header);
color: #fff;
}
#page {
overflow: hidden;
}
.overflow-hidden {
overflow: hidden;
} @media only screen and (max-width: 991px) {
.breadcrumb-wrapper .page-heading h1 {
font-size: 30px;
}
.header-new.sticky .header-main {
padding: 20px;
}
.comments-area .comment-list li .single-comment-wrap .content {
max-width: calc(100% - 100px);
}
}
@media only screen and (max-width: 767px) {
.blog-details-footer {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 20px;
}
.blog-details-footer .left .tags li a{
margin-bottom: 8px;
padding: 12px;
}
.blog-details-footer .left .tags li a{
padding: 5px;
}
.breadcrumb-wrapper .page-list{
gap: 15px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
}
.breadcrumb-wrapper .page-list li:before{
display: none;
}
.archive-page-content-area,
.blog-content-page{
padding: 60px 0 !important;
}
.blog-cat-list {
justify-content: start;
margin-top: 10px;
}
.blog-main-item-01 .thumbnail-wrap img{
height: 100%;
}
.entry-content .post-meta {
flex-direction: column;
}
}
@media only screen and (max-width: 425px) {
.blog-details-footer .left .tags li a{
margin-bottom: 8px;
padding: 12px;
}
.blog-details-footer .left .tags li a{
padding: 5px;
}
.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image,
.post-navigation-inner .post-thumbnail{
display: none;
}
.breadcrumb-wrapper {
padding: 60px 0 60px 0;
}
.comments-area .comment-list li .single-comment-wrap {
display: block;
}
.comments-area .comment-list li .single-comment-wrap .content {
max-width: 100%;
}
.single-post-navigation .single-post-navigation-center-grid{
display: none;
}
}table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
display: none;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
@media screen and (min-width: 48em) {
table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
text-align: left;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td:before {
display: none;
}
}  ul.products {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 2em;
padding-left: 0;
}
ul.products li.product img {
display: block;
} .single-product div.product {
content: "";
display: table;
table-layout: fixed;
position: relative;
width: 100%;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
text-align: center;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
background-color: #f3f7fa;
}
.single-product
div.product
.woocommerce-product-gallery
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
display: block;
z-index: 99;
}
.charifund-header-cart {
position: relative;
z-index: 0;
}
.charifund-header-cart .cart-badge {
position: absolute;
right: -10px;
top: -10px;
width: 25px;
height: 25px;
background-color: var(--main-color-one);
border-radius: 50%;
line-height: 25px;
font-size: 12px;
font-weight: 700;
color: #fff;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs
li {
list-style: none;
cursor: pointer;
float: left;
}
.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs
li
img {
opacity: 0.5;
}
.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs
li
img.flex-active {
opacity: 1;
}
.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs
li:hover
img {
opacity: 1;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2
.flex-control-thumbs
li {
width: 48.1%;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2
.flex-control-thumbs
li:nth-child(2n) {
margin-right: 0;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2
.flex-control-thumbs
li:nth-child(2n + 1) {
clear: both;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
.flex-control-thumbs
li {
width: 30.7966666667%;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
.flex-control-thumbs
li:nth-child(3n) {
margin-right: 0;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
.flex-control-thumbs
li:nth-child(3n + 1) {
clear: both;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4
.flex-control-thumbs
li {
width: 22.15%;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4
.flex-control-thumbs
li:nth-child(4n) {
margin-right: 0;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4
.flex-control-thumbs
li:nth-child(4n + 1) {
clear: both;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
.flex-control-thumbs
li {
width: 16.96%;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
.flex-control-thumbs
li:nth-child(5n) {
margin-right: 0;
}
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
.flex-control-thumbs
li:nth-child(5n + 1) {
clear: both;
}
.stock:empty:before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
color: #e2401c;
}
.charifund-single-product-item .woocommerce-thumbnail-wrap .added_to_cart:hover {
background-color: var(--secondary-color);
}
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.add_to_cart_button.loading {
position: relative;
}
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.add_to_cart_button.loading:after {
position: absolute;
right: 0;
bottom: 0;
content: ".....";
padding: 3px 12px;
line-height: 34px;
background-color: var(--main-color-one);
}  @media screen and (min-width: 768px) {
.col2-set .form-row-first {
float: left;
margin-right: 3.8%;
}
.col2-set .form-row-last {
float: right;
margin-right: 0;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
width: 47.1%;
}
}  .site-header-cart {
position: relative;
margin: 0;
padding: 0;
content: "";
display: table;
table-layout: fixed;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 100px;
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.star-rating:before {
content: "\f005\f005\f005\f005\f005";
opacity: 0.25;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
color: var(--main-color-one);
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "Font Awesome 5 Free";
content: "\f005";
color: #404040;
text-indent: 0;
opacity: 0.25;
font: normal normal normal 16px / 1 FontAwesome !important;
}
p.stars a:hover ~ a:before {
content: "\f005";
color: #404040;
opacity: 0.25;
}
p.stars:hover a:before {
content: "\f005";
color: var(--main-color-one);
opacity: 1;
}
p.stars.selected a.active:before {
content: "\f005";
color: var(--main-color-one);
opacity: 1;
}
p.stars.selected a.active ~ a:before {
content: "\f005";
color: #404040;
opacity: 0.25;
}
p.stars.selected a:not(.active):before {
content: "\f005";
color: var(--main-color-one);
opacity: 1;
} .woocommerce-tabs ul.tabs {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce-tabs ul.tabs li {
display: block;
margin: 0;
position: relative;
}
.woocommerce-tabs ul.tabs li a {
padding: 1em 0;
display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 1em;
} .woocommerce-pascharifund-strength {
text-align: right;
}
.woocommerce-pascharifund-strength.strong {
color: #0f834d;
}
.woocommerce-pascharifund-strength.short {
color: #e2401c;
}
.woocommerce-pascharifund-strength.bad {
color: #e2401c;
}
.woocommerce-pascharifund-strength.good {
color: #3d9cd2;
} .form-row {
margin-right: 0;
margin-left: 0;
}
.woocommerce-LostPascharifund.lost_pascharifund a:hover {
color: var(--main-color-one);
}
.form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.required {
color: red;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error,
p.no-comments {
display: table;
table-layout: fixed;
background-color: #0f834d;
clear: both;
color: #fff;
display: block;
border-radius: 5px;
padding: 5px 20px;
margin-bottom: 30px;
}
.woocommerce-noreviews {
font-weight: 500;
font-size: 18px;
}
.woocommerce-message a {
text-decoration: underline;
color: #111;
}
.woocommerce-error {
background-color: #e2401c;
}
.woocommerce-error li {
padding-left: 0;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
background-color: #3d9cd2;
z-index: 9999;
}
@media screen and (min-width: 48em) { .site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
border: none;
background: var(--main-color-one);
color: #fff;
font-weight: 600;
margin-bottom: 10px;
padding: 0px 15px;
text-transform: capitalize;
cursor: pointer;
transition: all 500ms ease-in;
}
.widget_price_filter .price_slider_amount .button:hover {
background-color: var(--secondary-color);
}
.widget_price_filter .price_slider_amount .price_label {
color: var(--heading-color);
font-size: 16px;
font-weight: 600;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
background: var(--main-color-one);
box-sizing: border-box;
margin-top: -0.5em;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background: var(--main-color-one);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
height: 0.1em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
}
.widget.widget_product_categories .product-categories li a:before {
position: static;
content: "\f054";
font-family: "Font Awesome 5 Free";
font-size: 10px;
padding-right: 8px;
color: var(--main-color-one);
font-weight: 900;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
display: inline-flex;
justify-content: center;
padding: 4px 15px;
text-transform: capitalize;
border-radius: 0;
font-size: 13px !important;
font-weight: 500;
background: #ff4815;
margin-right: 7px;
margin-bottom: 10px;
color: #fff;
transition: all 500ms ease;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
background-color: var(--main-color-one);
}
.widget.woocommerce .widget-title.style-01 {
padding-left: 0;
}
.widget.woocommerce .widget-title.style-01:after {
display: none;
}
.charifund-header-cart {
position: relative;
z-index: 0;
}
.woocommerce-header-area-wrap .woocommerce-result-count,
.woocommerce-header-area-wrap select {
font-size: 14px;
float: none;
}
.woocommerce-header-area-wrap {
display: flex;
justify-content: space-between;
margin-bottom: 14px;
align-items: center;
}
.woocommerce-header-area-wrap select {
border: 2px solid #f7f7f7;
background-color: transparent;
height: 40px;
color: var(--paragraph-color);
}
.woocommerce-header-area-wrap select {
width: 100%;
height: 50px;
padding: 10px 20px;
border: 2px solid #f7f7f7;
position: relative;
z-index: 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position-y: 55%;
background-position-x: 92%;
color: var(--paragraph-color);
}
.woocommerce-header-area-wrap .woocommerce-result-count {
padding-top: 5px;
}
.wc-page-content-inner .products {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.wc-page-content-inner .products .charifund-single-product-item {
width: calc(100% / 4 - 23px);
text-align: left;
margin-top: 0 !important;
}
.wc-page-content-inner .products .charifund-single-product-item img {
max-width: 100%;
}
.wc-page-content-inner
.products
.charifund-single-product-item
+ .charifund-single-product-item {
margin-left: 30px;
}
.charifund-single-product-item .woocommerce-thumbnail-wrap {
position: relative;
z-index: 0;
background-color: #f9fcff;
}
.charifund-single-product-item .woocommerce-thumbnail-wrap .onsale {
position: absolute;
left: 0;
top: 0;
background-color: var(--secondary-color);
color: #fff;
font-size: 12px;
padding: 5px 15px;
border-radius: 0;
font-weight: 600;
}
.charifund-single-product-item .product-content-wrap {
padding: 15px 0px 0px 0px;
position: relative;
}
.charifund-single-product-item
.product-content-wrap
.woocommerce-loop-product__title {
font-size: 20px;
line-height: 26px;
font-weight: 600;
}
.charifund-single-product-item .product-content-wrap .price {
font-size: 16px;
font-weight: 600;
color: var(--main-color-one);
line-height: 20px;
display: block;
margin-bottom: 25px;
}
.charifund-single-product-item .product-content-wrap .price del {
color: #818384;
font-weight: 700;
font-size: 14px;
}
.charifund-single-product-item:hover
.woocommerce-thumbnail-wrap
.add_to_cart_button,
.charifund-single-product-item:hover
.woocommerce-thumbnail-wrap
.product_type_grouped,
.charifund-single-product-item:hover
.woocommerce-thumbnail-wrap
.product_type_external,
.charifund-single-product-item:hover .woocommerce-thumbnail-wrap .added_to_cart {
visibility: visible;
opacity: 1;
}
.charifund-single-product-item .woocommerce-thumbnail-wrap .add_to_cart_button,
.charifund-single-product-item .woocommerce-thumbnail-wrap .product_type_grouped,
.charifund-single-product-item .woocommerce-thumbnail-wrap .product_type_external,
.charifund-single-product-item .woocommerce-thumbnail-wrap .added_to_cart {
background-color: var(--main-color-one);
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 12px;
border-radius: 5px;
color: #fff;
transition: all 300ms;
font-weight: 600;
visibility: hidden;
opacity: 0;
}
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.add_to_cart_button:hover,
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.product_type_external:hover,
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.product_type_grouped:hover {
background-color: #fff;
color: var(--main-color-one);
}
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.add_to_cart_button:after {
color: #fff;
}
.charifund-single-product-item .product-content-wrap .added_to_cart {
background-color: var(--secondary-color);
}
.charifund-single-product-item .product-content-wrap .added_to_cart:hover {
background-color: var(--main-color-one);
}
.wc-page-content-inner .products .charifund-single-product-item:nth-child(4n + 1) {
margin-left: 0;
}
.woocommerce-pagination ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
border: 1px solid #e2e2e2;
line-height: 40px;
}
.woocommerce-pagination ul li {
display: inline-block;
font-size: 16px;
font-weight: 500;
padding-left: 0;
}
.woocommerce-pagination ul li:before {
display: none;
}
.woocommerce-pagination ul li span {
border-color: var(--main-color-one);
background-color: var(--main-color-one);
color: #fff;
}
.woocommerce-pagination {
text-align: center;
margin-top: 8px;
}
.charifund-single-product-item .product-content-wrap .product_type_external {
line-height: 20px;
}
.charifund-product-single-page-item .related.products h2 {
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin-bottom: 35px;
}
.charifund-product-single-page-item .related.products .products.columns-4 {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: nowrap;
}
.charifund-product-single-page-item .related.products .products li.product {
margin-bottom: 0;
width: calc(100% / 4 - 22px);
text-align: center;
}
.charifund-product-single-page-item
.related.products
.products
li.product
+ li.product {
margin-left: 30px;
margin-top: 0;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap {
position: relative;
z-index: 0;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.onsale {
position: absolute;
left: 0;
top: 0;
padding: 5px 15px;
background-color: var(--main-color-one);
color: #fff;
font-size: 14px;
font-weight: 500;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.product-content-wrap
.woocommerce-loop-product__title {
font-size: 20px;
line-height: 26px;
margin-bottom: 6px;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.product-content-wrap
.price {
display: block;
font-size: 16px;
font-weight: 600;
color: var(--main-color-one);
opacity: 0.8;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.product-content-wrap {
padding-top: 20px;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.product-content-wrap
.price
del {
color: #818384;
opacity: 1;
}
.charifund-product-single-page-item
.related.products
.products
li.product:hover
.woocommerce-thumbnail-wrap
.add_to_cart_button,
.charifund-product-single-page-item
.related.products
.products
li.product:hover
.woocommerce-thumbnail-wrap
.product_type_grouped,
.charifund-product-single-page-item
.related.products
.products
li.product:hover
.woocommerce-thumbnail-wrap
.product_type_external,
.charifund-product-single-page-item
.related.products
.products
li.product:hover
.woocommerce-thumbnail-wrap
.added_to_cart {
visibility: visible;
opacity: 1;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.add_to_cart_button,
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.product_type_grouped,
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.product_type_external,
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.added_to_cart {
background-color: var(--main-color-one);
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 12px;
color: #fff;
transition: all 300ms;
font-weight: 600;
visibility: hidden;
opacity: 0;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.add_to_cart_button:hover,
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.product_type_external:hover,
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.product_type_grouped:hover {
background-color: var(--secondary-color);
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.added_to_cart {
background-color: var(--secondary-color);
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.add_to_cart_button.loading {
position: relative;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.add_to_cart_button.loading:after {
position: absolute;
left: 0;
top: 0;
content: ".....";
padding: 3px 12px;
line-height: 34px;
background-color: var(--main-color-one);
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.added_to_cart:hover {
background-color: var(--main-color-one);
}
.charifund-product-single-page-item .related.products {
margin-bottom: 15px;
display: block;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.star-rating {
margin: 0 auto;
margin-bottom: 10px;
}
.woocommmerce-product-single-page-top-content-wrap {
display: flex;
align-self: flex-start;
}
.woocommmerce-product-single-page-top-content-wrap
.woocommerce-thumbnail-wrapper {
margin-right: 30px;
position: relative;
z-index: 0;
width: calc(100% / 2);
}
.woocommmerce-product-single-page-top-content-wrap
.woocommerce-thumbnail-wrapper
.onsale {
position: absolute;
left: 0;
top: 0;
background-color: var(--main-color-one);
padding: 5px 10px;
z-index: 1;
color: #fff;
font-size: 14px;
}
.woocommmerce-product-single-page-top-content-wrap
.woocommerce-product-details__short-description {
margin-bottom: 20px;
}
.woocommmerce-product-single-page-top-content-wrap
.summary.entry-summary
input[type="number"] {
border: 1px solid #e2e2e2;
padding: 5px 10px;
width: 80px;
font-size: 14px;
}
.woocommmerce-product-single-page-top-content-wrap
.summary.entry-summary
.quantity {
display: inline-block;
}
.woocommmerce-product-single-page-top-content-wrap
.summary.entry-summary
.single_add_to_cart_button:hover {
background-color: var(--main-color-one);
}
.woocommmerce-product-single-page-top-content-wrap
.summary.entry-summary
.single_add_to_cart_button {
border: none;
font-size: 14px;
background-color: var(--secondary-color);
color: #fff;
transition: 200ms all;
padding: 6px 20px;
font-weight: 500;
cursor: pointer;
}
.woocommmerce-product-single-page-top-content-wrap .product_meta {
margin-top: 25px;
}
.woocommmerce-product-single-page-top-content-wrap .product_meta .sku_wrapper {
display: block;
font-size: 16px;
font-weight: 600;
color: var(--heading-color);
margin-bottom: 4px;
}
.woocommmerce-product-single-page-top-content-wrap
.product_meta
.sku_wrapper
span {
font-weight: 400;
color: var(--paragraph-color);
margin-left: 10px;
}
.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in,
.woocommmerce-product-single-page-top-content-wrap .product_meta .tagged_as {
display: block;
font-weight: 600;
color: var(--heading-color);
font-size: 16px;
}
.woocommmerce-product-single-page-top-content-wrap
.product_meta
.posted_in
a:first-child,
.woocommmerce-product-single-page-top-content-wrap
.product_meta
.tagged_as
a:first-child {
margin-left: 10px;
}
.woocommmerce-product-single-page-top-content-wrap .product_meta .posted_in a,
.woocommmerce-product-single-page-top-content-wrap .product_meta .tagged_as a {
font-weight: 400;
position: relative;
z-index: 0;
margin-left: 5px;
}
.woocommmerce-product-single-page-top-content-wrap
.product_meta
.posted_in
a:after {
position: static;
right: 0;
top: 0;
content: ",";
}
.woocommmerce-product-single-page-top-content-wrap
.product_meta
.posted_in
a:first-child:after {
display: none;
}
.woocommmerce-product-single-page-top-content-wrap .variations_form td.label {
padding-right: 20px;
padding-bottom: 10px;
margin-bottom: 0;
padding-top: 0;
font-weight: 600;
color: var(--heading-color);
line-height: 100%;
}
.woocommmerce-product-single-page-top-content-wrap .variations_form table {
margin-bottom: 20px;
}
.woocommmerce-product-single-page-top-content-wrap
.variations_form
td.label
label {
margin-bottom: 0;
}
.woocommmerce-product-single-page-top-content-wrap
.variations_form
td.value
select {
background-color: transparent;
border: 1px solid #e2e2e2;
height: 40px;
color: var(--paragraph-color);
font-size: 14px;
}
.charifund-product-single-page-item
.woocommerce-product-gallery
.flex-control-thumbs {
margin: 0;
padding: 0;
list-style: none;
}
.charifund-product-single-page-item
.woocommerce-product-gallery
.flex-control-thumbs
li:before {
display: none;
}
.charifund-product-single-page-item
.woocommerce-product-gallery
.flex-control-thumbs
li
+ li {
margin-left: 15px;
margin-top: 0;
}
#yith-quick-view-content
.summary-content
table
td
.reset_variations[style="visibility: visible;"],
.woocommmerce-product-single-page-top-content-wrap
.variations_form
.reset_variations[style="visibility: visible;"] {
display: inline-block;
padding: 6px 15px;
background-color: var(--main-color-one);
color: #fff;
font-size: 14px;
font-weight: 600;
border-radius: 0;
margin-top: 10px;
transition: all 500ms ease-in;
}
#yith-quick-view-content
.summary-content
table
td
.reset_variations[style="visibility: visible;"]:hover,
.woocommmerce-product-single-page-top-content-wrap
.variations_form
.reset_variations[style="visibility: visible;"]:hover {
background-color: var(--secondary-color);
}
#yith-quick-view-content
.summary-content
table
td
.reset_variations[style="visibility: hidden;"],
.woocommmerce-product-single-page-top-content-wrap
.variations_form
.reset_variations[style="visibility: hidden;"] {
display: none;
}
.charifund-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}
.charifund-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li {
display: inline-block;
background-color: #e3e3e3;
transition: all 300ms;
padding-left: 0;
border-radius: 5px;
}
.charifund-product-single-page-item
.woocommerce-tabs.wc-tabs-wrapper
ul
li:before {
display: none;
}
.charifund-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li a {
padding: 8px 20px;
font-size: 16px;
font-weight: 600;
}
.charifund-product-single-page-item
.woocommerce-tabs.wc-tabs-wrapper
ul
li.active {
background-color: var(--main-color-one);
color: #fff;
}
.charifund-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper {
margin-top: 40px;
margin-bottom: 54px;
}
.charifund-product-single-page-item .woocommerce-Tabs-panel {
margin-top: 30px;
}
.charifund-product-single-page-item .woocommerce-Tabs-panel h2 {
font-size: 18px;
font-weight: 700;
line-height: 30px;
margin-bottom: 0px;
font-family: var(--body-font);
}
.charifund-product-single-page-item .woocommerce-Tabs-panel.entry-content ul {
margin-top: 30px;
}
.charifund-product-single-page-item .woocommerce-Tabs-panel.entry-content ul li {
display: block;
background-color: transparent;
position: relative;
padding-left: 35px;
}
.charifund-product-single-page-item
.woocommerce-Tabs-panel.entry-content
ul
li
+ li {
margin-top: 15px;
}
.charifund-product-single-page-item .related.products .products li.product:before {
display: none;
}
.charifund-product-single-page-item
.woocommerce-Tabs-panel.entry-content
ul
li:after {
content: "";
position: absolute;
color: var(--main-color-one);
left: 0;
top: 0;
width: 20px;
font-weight: 700;
font-family: "fontawesome";
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
height: 20px;
background: rgba(167, 167, 167, 0.1);
border-radius: 50%;
line-height: 20px;
text-align: center;
font-size: 8px;
}
.charifund-product-single-page-item .woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 20px;
}
.charifund-product-single-page-item .woocommerce-tabs .panel table {
border-collapse: collapse;
}
.charifund-product-single-page-item .woocommerce-tabs .panel table,
.charifund-product-single-page-item .woocommerce-tabs .panel td,
.charifund-product-single-page-item .woocommerce-tabs .panel th {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px 20px;
}
.charifund-product-single-page-item .woocommerce-tabs .panel td p {
margin-bottom: 0px;
}
.charifund-product-single-page-item .woocommerce-tabs .panel th {
color: var(--heading-color);
}
.woocommerce-Reviews ol {
margin: 0;
padding: 0;
list-style: none;
}
.charifund-product-single-page-item .woocommerce-Reviews ol li + li {
margin-top: 15px;
}
.charifund-product-single-page-item .woocommerce-Reviews ol li:before {
display: none;
}
.charifund-product-single-page-item .woocommerce-Reviews ol li .comment_container {
display: flex;
flex-direction: initial;
}
.charifund-product-single-page-item
.woocommerce-Reviews
ol
li
.comment_container
img {
min-width: 60px;
height: 60px;
margin-right: 20px;
}
.charifund-product-single-page-item
.woocommerce-Reviews
ol
li
.comment_container
.woocommerce-review__author {
font-size: 18px;
text-transform: capitalize;
color: var(--heading-color);
font-family: var(--heading-font);
}
.charifund-product-single-page-item
.woocommerce-Reviews
ol
li
.comment_container.woocommerce-review__published-date {
font-size: 14px;
}
.charifund-product-single-page-item #review_form_wrapper .comment-respond {
margin-top: 25px;
}
.charifund-product-single-page-item
#review_form_wrapper
.comment-respond
.comment-reply-title {
font-size: 22px;
font-weight: 700;
font-family: var(--heading-font);
color: var(--heading-color);
text-transform: capitalize;
margin-bottom: 16px;
display: block;
}
.charifund-product-single-page-item #review_form_wrapper .comment-respond label {
display: block;
}
.charifund-product-single-page-item
#review_form_wrapper
.comment-respond
.comment-form-author
input,
.charifund-product-single-page-item
#review_form_wrapper
.comment-respond
.comment-form-email
input,
.charifund-product-single-page-item
#review_form_wrapper
.comment-respond
textarea {
width: 100%;
border: 1px solid var(--border-color1);
padding: 15px 20px;
}
.charifund-product-single-page-item
#review_form_wrapper
.comment-respond
input[type="submit"] {
display: inline-block;
padding: 8px 30px;
height: 40px;
border: none;
background-color: var(--main-color-one);
color: #fff;
border-radius: 5px;
cursor: pointer;
transition: 200ms all;
}
.charifund-product-single-page-item
#review_form_wrapper
.comment-respond
input[type="submit"]:hover {
background-color: var(--secondary-color);
}
.charifund-product-single-page-item
.woocommerce-Reviews
ol
li
.comment_container
.description
p {
font-size: 14px;
}
.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary {
width: calc(100% / 2);
}
.woocommerce-cart-form td.product-thumbnail img {
max-width: 80px;
height: auto;
}
.woocommerce-cart-form td.product-remove .remove {
font-size: 18px;
color: red;
}
.woocommerce-cart-form td.product-remove {
text-align: center;
}
.woocommerce-cart-form th {
color: var(--heading-color);
font-family: var(--heading-font);
}
.woocommerce-cart-form td.product-name a {
color: var(--heading-color);
}
.woocommerce-cart-form td.product-quantity input {
border: 1px solid #e2e2e2;
padding: 5px 10px;
width: 80px;
color: var(--paragraph-color);
}
.cart_totals h2 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 30px;
}
.woocommerce-cart-form {
margin-bottom: 50px;
}
.woocommerce-cart-form table thead tr th {
font-size: 18px;
}
.woocommerce-cart-form td.actions .coupon {
display: inline-block;
}
.woocommerce-cart-form td.actions .coupon label {
display: none;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
margin-left: 0;
margin-right: 0;
display: inline-block;
}
.checkout_coupon.woocommerce-form-coupon .form-row input[type="text"],
.woocommerce-cart-form td.actions .coupon input[type="text"] {
height: 40px;
border: 1px solid #e2e2e2;
border-radius: 4px;
font-size: 14px;
padding: 0 20px;
}
.checkout_coupon.woocommerce-form-coupon .form-row button[type="submit"],
.woocommerce-cart-form td.actions .coupon button[type="submit"] {
background-color: var(--main-color-one);
color: #fff;
padding: 6px 20px;
height: 40px;
border: 1px solid var(--main-color-one);
font-size: 14px;
font-weight: 600;
border-radius: 4px;
cursor: pointer;
transition: all 500ms ease;
}
.checkout_coupon.woocommerce-form-coupon .form-row button[type="submit"]:hover,
.woocommerce-cart-form td.actions .coupon button[type="submit"]:hover {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
}
.woocommerce-cart-form td.actions button[name="update_cart"] {
float: right;
background-color: var(--main-color-one);
color: #fff;
padding: 6px 20px;
border: 1px solid var(--main-color-one);
border-radius: 4px;
font-size: 14px;
height: 40px;
font-weight: 600;
cursor: pointer;
transition: all 500ms ease;
}
.woocommerce-cart-form td.actions button[name="update_cart"]:hover {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
}
.cart_totals table th {
color: var(--heading-color);
font-family: var(--heading-font);
}
.cart_totals table tr.woocommerce-shipping-totals #shipping_method {
margin: 0;
padding: 0;
list-style: none;
}
.cart_totals table tr.woocommerce-shipping-totals .shipping-calculator-button {
color: var(--main-color-one);
}
.wc-proceed-to-checkout .checkout-button {
display: inline-block;
padding: 10px 20px;
background-color: var(--main-color-one);
color: #fff;
height: 40px;
border-radius: 4px;
font-weight: 600;
font-size: 14px;
transition: 200ms all;
margin-top: 20px;
}
.wc-proceed-to-checkout .checkout-button:hover {
background-color: var(--secondary-color);
}
.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-2 {
max-width: 50% !important;
flex: 0 0 50% !important;
}
.checkout.woocommerce-checkout .col2-set .col-2 {
padding-left: 20px;
}
.woocommerce-shipping-fields {
margin-right: -20px;
}
.checkout.woocommerce-checkout .col2-set {
display: flex;
}
.widget.woocommerce {
border: 2px solid #f7f7f7;
padding: 30px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
font-size: 30px;
line-height: 36px;
font-weight: 600;
margin-bottom: 35px;
}
.checkout_coupon.woocommerce-form-coupon {
margin-bottom: 20px;
}
.woocommerce-info a {
text-decoration: underline;
}
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-last {
margin-right: 5px;
}
.woocommerce-billing-fields .form-row-wide,
.woocommerce-shipping-fields .form-row-wide {
width: 100%;
}
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
display: block;
width: 100%;
}
.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper {
margin: 0;
margin-bottom: 10px;
}
.woocommerce-shipping-fields .woocommerce-input-wrapper input,
.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper select,
.woocommerce-billing-fields .woocommerce-input-wrapper input,
.woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper select {
display: block;
width: 100%;
}
.woocommerce-shipping-fields .woocommerce-input-wrapper input,
.woocommerce-shipping-fields .woocommerce-input-wrapper select,
.woocommerce-billing-fields .woocommerce-input-wrapper input,
.woocommerce-billing-fields .woocommerce-input-wrapper select {
height: 50px;
border: 1px solid #e2e2e2;
}
.woocommerce-shipping-fields .select2-selection--single,
.select2-container--default .select2-selection--single {
border: 1px solid #e2e2e2;
border-radius: 0;
height: 50px;
line-height: 50px;
margin-bottom: 10px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: var(--paragraph-color);
line-height: 50px;
padding-left: 18px;
}
.form-row.form-row-wide input,
.form-row.form-row-wide span {
width: 100%;
}
.form-row.form-row-wide input {
border: 1px solid #e2e2e2;
border-radius: 0;
height: 50px;
border-radius: 0;
line-height: 50px;
padding-left: 8px;
padding-right: 20px;
}
.shipping-calculator-form .button {
background-color: var(--main-color-one);
color: #fff;
padding: 6px 20px;
height: 40px;
border: 1px solid var(--main-color-one);
border-radius: 2px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 500ms ease;
}
.shipping-calculator-form .button:hover {
background-color: var(--secondary-color);
border: 1px solid var(--secondary-color);
}
.woocommerce-shipping-fields .woocommerce-input-wrapper input,
.woocommerce-billing-fields .woocommerce-input-wrapper input {
padding: 0 20px;
}
.woocommerce-input-wrapper textarea {
width: 100%;
border: 1px solid #e2e2e2;
display: block;
padding: 10px 20px;
min-height: 120px;
}
.woocommerce-input-wrapper {
width: 100%;
}
#ship-to-different-address span {
font-size: 30px;
line-height: 36px;
font-weight: 600;
margin-bottom: 30px;
}
#ship-to-different-address {
margin-bottom: 35px;
}
.woocommerce-checkout-review-order table th {
color: var(--heading-color);
font-family: var(--heading-font);
padding: 10px 20px;
}
.woocommerce-checkout-review-order table td {
padding: 10px 20px;
}
h3#order_review_heading {
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 22px;
margin-top: 15px;
}
.woocommerce-checkout-payment ul {
margin: 0;
padding: 0;
list-style: none;
margin-top: 20px;
}
.cart_totals ul li,
.woocommerce-checkout-review-order ul li,
.woocommerce-checkout-payment ul li {
padding-left: 0;
}
.woocommerce-checkout-review-order ul {
margin: 0;
padding: 0;
list-style: none;
}
.cart_totals ul li:before,
.woocommerce-checkout-review-order ul li:before {
display: none;
}
.woocommerce-checkout-payment .place-order {
display: block;
margin-left: 0;
margin-right: 0;
}
.woocommerce-checkout-payment ul li:before {
display: none !important;
}
.cart_totals ul li,
.woocommerce-checkout-review-order ul li,
.woocommerce-checkout-payment ul li {
padding-left: 20px;
}
.woocommerce-checkout-payment ul li + li {
margin-top: 20px;
}
button[name="woocommerce_checkout_place_order"] {
border: none;
background-color: var(--main-color-one);
color: #fff;
padding: 12px 30px;
margin-top: 20px;
cursor: pointer;
border-radius: 4px;
transition: 200ms all;
font-size: 14px;
font-weight: 600;
}
button[name="woocommerce_checkout_place_order"]:hover {
background-color: var(--secondary-color);
}
.woocommerce-thankyou-order-received {
background-color: #008000;
color: #fff;
padding: 5px 20px;
}
.woocommerce-order-details h2 {
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin-bottom: 20px;
}
.woocommerce-order-details {
margin-top: 30px;
}
.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
max-width: 100%;
padding: 0;
}
.woocommerce-customer-details h2 {
font-size: 26px;
font-weight: 600;
}
.woocommerce-customer-details {
margin-top: 30px;
}
.woocommerce-MyAccount-navigation {
width: 250px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
background-color: var(--main-color-one);
color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
background-color: var(--secondary-color);
padding: 8px 20px;
border-radius: 5px;
color: rgba(255, 255, 255, 0.8);
}
.woocommerce-MyAccount-navigation ul li:before {
display: none;
}
.woocommerce-MyAccount-content {
width: 100%;
display: block;
padding-left: 20px;
}
.woocommerce-my-account-page-wrapper {
display: flex;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
max-width: 100%;
width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-Address-title.title h3 {
font-size: 24px;
line-height: 30px;
font-weight: 600;
}
.woocommerce-EditAccountForm label {
display: block;
width: 100%;
}
.woocommerce-EditAccountForm input {
height: 40px;
border: 1px solid #e2e2e2;
padding: 0px 20px;
width: 100%;
}
.woocommerce-EditAccountForm fieldset {
margin-top: 30px;
}
.woocommerce-EditAccountForm legend {
font-size: 24px;
line-height: 30px;
font-weight: 600;
color: var(--heading-color);
font-family: var(--heading-font);
}
button[name="save_account_details"] {
border: none;
background-color: var(--main-color-one);
color: #fff;
font-weight: 500;
padding: 8px 30px;
margin-top: 10px;
display: block;
margin-left: -5px;
cursor: pointer;
transition: all 500ms;
}
button[name="save_account_details"]:hover {
background-color: var(--secondary-color);
}
.wc_payment_method.payment_method_cod {
padding-top: 10px;
padding-left: 0;
}
.woocommerce-EditAccountForm {
margin-left: 5px;
}
.woocommerce-grouped-product-list
td.woocommerce-grouped-product-list-item__quantity {
padding-bottom: 10px;
}
.woocommerce-grouped-product-list
td.woocommerce-grouped-product-list-item__label {
padding-left: 20px;
}
.woocommerce-grouped-product-list
td.woocommerce-grouped-product-list-item__label
label {
margin-bottom: 0;
}
.woocommerce-grouped-product-list
td.woocommerce-grouped-product-list-item__price {
padding-left: 20px;
}
.woocommerce-grouped-product-list {
margin-bottom: 20px;
}
.woocommerce-error {
background-color: #e2401c;
margin: 0;
padding: 0;
list-style: none;
padding: 5px 20px;
margin-bottom: 30px;
}
.woocommerce-error li:before {
display: none !important;
} .wc-page-content-inner .products.columns-3 .charifund-single-product-item {
width: calc(100% / 3 - 20px);
}
.charifund-single-product-item .woocommerce-thumbnail-wrap img {
width: 100%;
}
.wc-page-content-inner
.products.columns-3
.charifund-single-product-item:nth-child(4n + 1) {
margin-left: 30px;
}
.wc-page-content-inner
.products.columns-3
.charifund-single-product-item:nth-child(3n + 1) {
margin-left: 0px;
}
.woocommmerce-product-single-page-top-content-wrap
.summary.entry-summary
.price {
font-size: 28px;
line-height: 38px;
font-weight: 600;
margin-bottom: 20px;
color: var(--heading-color);
}
.woocommmerce-product-single-page-top-content-wrap
.summary.entry-summary
.price
del {
color: #818384;
font-weight: 700;
font-size: 18px;
}
.woocommmerce-product-single-page-top-content-wrap
.product_meta
.posted_in
a:after {
display: none;
} .woocommerce-form-login label {
display: block;
width: 100%;
}
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
flex: 0 0 50%;
max-width: calc(100% / 2 - 10px);
display: inline-block;
}
.woocommerce #customer_login {
display: flex;
}          .lost_reset_pascharifund input,
.woocommerce-form-login input,
.woocommerce-form-register input {
font-size: 16px;
color: #23232c;
border-radius: 0;
border: 0;
border-bottom: 2px solid #e4e6eb;
padding: 12px 0;
transition: 0.5s;
width: 100%;
}
.lost_reset_pascharifund button[type="submit"],
.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"] {
border: none;
padding: 15px 20px;
background-color: var(--main-color-one);
color: #fff;
border-radius: 4px;
font-weight: 600;
transition: all 400ms;
font-size: 16px;
cursor: pointer;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.lost_reset_pascharifund button[type="submit"]:hover,
.woocommerce-form-login button[type="submit"]:hover,
.woocommerce-form-register button[type="submit"]:hover {
background-color: var(--secondary-color);
color: #fff;
}
.lost_reset_pascharifund label,
.woocommerce-form-register label {
display: block;
width: 100%;
}
.woocommerce-form-login .pascharifund-input {
display: block;
width: 100%;
}
.woocommerce-form-login label.woocommerce-form-login__rememberme input {
display: inline-block;
width: auto;
height: auto;
}
.woocommerce-input-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
top: 8px;
} @media only screen and (max-width: 991px) {
.wc-page-content-inner .products .charifund-single-product-item {
width: calc(100% / 3 - 20px);
}
.wc-page-content-inner
.products
.charifund-single-product-item:nth-child(4n + 1) {
margin-left: 30px;
}
.wc-page-content-inner
.products
.charifund-single-product-item:nth-child(3n + 1) {
margin-left: 0px;
}
.charifund-product-single-page-item
.woocommerce-product-gallery
.flex-control-thumbs
li
+ li {
margin-left: 10px;
}
.charifund-product-single-page-item .related.products .products li.product {
width: calc(100% / 3 - 20px);
}
.charifund-product-single-page-item .related.products .products.columns-4 {
flex-wrap: wrap;
}
.charifund-product-single-page-item
.related.products
.products.columns-4
li:nth-child(4) {
margin-top: 30px;
margin-left: 0 !important;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.product-content-wrap
.added_to_cart {
margin-top: 10px;
}
.charifund-single-product-item .product-content-wrap .added_to_cart {
margin-top: 10px;
}
.charifund-header-cart {
display: none;
}
}
@media only screen and (max-width: 767px) {
.wc-page-content-inner .products .charifund-single-product-item {
width: calc(100% / 2 - 15px);
}
.wc-page-content-inner
.products
.charifund-single-product-item:nth-child(3n + 1) {
margin-left: 30px;
}
.wc-page-content-inner
.products
.charifund-single-product-item:nth-child(2n + 1) {
margin-left: 0px;
}
.charifund-product-single-page-item .related.products .products li.product {
width: calc(100% / 2 - 15px);
}
.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs
li:nth-child(4) {
margin-top: 10px;
}
.charifund-product-single-page-item
.related.products
.products.columns-4
li:nth-child(4) {
margin-left: 30px !important;
}
.charifund-product-single-page-item
.related.products
.products.columns-4
li:nth-child(3) {
margin-top: 30px;
margin-left: 0 !important;
}
table.shop_table_responsive tr td {
text-align: left;
}
.woocommerce-cart-form td.actions button[name="update_cart"] {
float: none;
margin-top: 10px;
}
.wc-page-content-inner .products.columns-3 .charifund-single-product-item {
width: calc(100% / 2 - 15px);
}
.wc-page-content-inner
.products.columns-3
.charifund-single-product-item:nth-child(3n + 1) {
margin-left: 30px;
}
.wc-page-content-inner
.products.columns-3
.charifund-single-product-item:nth-child(2n + 1) {
margin-left: 0px;
}
.woocommmerce-product-single-page-top-content-wrap {
display: block;
}
.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary,
.woocommmerce-product-single-page-top-content-wrap
.woocommerce-thumbnail-wrapper {
width: 100%;
}
}
@media only screen and (max-width: 414px) {
.wc-page-content-inner .products .charifund-single-product-item,
.wc-page-content-inner .products.columns-3 .charifund-single-product-item,
.charifund-product-single-page-item .related.products .products li.product {
width: 100%;
margin-left: 0 !important;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
img {
width: 100%;
}
.charifund-product-single-page-item .related.products .products.columns-4 {
flex-wrap: wrap;
}
.charifund-product-single-page-item .related.products .products li.product + li {
margin-top: 30px;
}
.woocommmerce-product-single-page-top-content-wrap
.woocommerce-thumbnail-wrapper {
width: 100%;
margin-right: 0px;
}
.woocommmerce-product-single-page-top-content-wrap {
display: block;
}
.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs
li:nth-child(4) {
margin-top: 0px;
}
.woocommmerce-product-single-page-top-content-wrap .summary.entry-summary {
width: 100%;
margin-top: 30px;
}
.charifund-product-single-page-item
.related.products
.products.columns-4
li:nth-child(4) {
margin-left: 0px !important;
}
table.shop_table_responsive tr td:before {
display: none;
}
}
@media only screen and (max-width: 384px) {
.charifund-product-single-page-item
.woocommerce-Reviews
ol
li
.comment_container {
display: block;
}
.charifund-product-single-page-item
.woocommerce-Reviews
ol
li
.comment_container
img {
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 30px;
}
.woocommerce-my-account-page-wrapper {
display: block;
}
.woocommerce-MyAccount-content {
padding-left: 0px;
}
.woocommerce-cart-form td.actions .coupon button[type="submit"] {
margin-top: 10px;
}
} .charifund-thumb-inner-item-list {
margin: 0;
padding: 0;
top: 0;
left: 0;
list-style: none;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.content-area .charifund-thumb-inner-item-list li {
display: inline-block;
padding-left: 0;
}
.content-area .charifund-thumb-inner-item-list li + li {
margin-top: 0;
}
.content-area .charifund-thumb-inner-item-list li:before {
display: none;
}
.charifund-thumb-inner-item-list li + li {
margin-left: 10px;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.added_to_cart.wc-forward,
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.added_to_cart.wc-forward {
font-size: 0;
position: relative;
z-index: 0;
margin-left: 5px;
}
.charifund-product-single-page-item
.related.products
.products
li.product
.woocommerce-thumbnail-wrap
.added_to_cart.wc-forward:after,
.charifund-single-product-item
.woocommerce-thumbnail-wrap
.added_to_cart.wc-forward:after {
content: "\f290";
font-size: 12px;
font-family: "Font Awesome 5 Free";
}
#yith-quick-view-close {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
text-align: center;
opacity: 1;
font-size: 24px;
line-height: 40px;
background-color: var(--main-color-one);
border: none;
color: #fff;
z-index: 9999;
transition: all 500ms ease;
}
#yith-quick-view-close:hover {
color: var(--heading-color);
}
#yith-quick-view-content {
background-color: #fff;
padding: 40px;
}
#yith-quick-view-modal.open .yith-wcqv-main {
overflow-y: auto;
}
#yith-quick-view-content .onsale {
top: 5px;
right: auto;
left: 5px;
position: absolute;
border-right: 0;
z-index: 9;
padding: 5px 15px;
background-color: var(--main-color-one);
color: #fff;
}
.single-product
div.product
.woocommerce-product-gallery
.woocommerce-product-gallery__trigger {
font-size: 20px;
top: 5px;
right: 5px;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 50%;
float: left;
margin-left: 40px;
}
#yith-quick-view-content .summary-content table {
border-collapse: collapse;
width: 100%;
margin-bottom: 10px;
}
#yith-quick-view-content .summary-content table td {
border: 1px solid var(--border-color1);
padding: 8px;
}
#yith-quick-view-content div.summary .product_meta span {
display: block;
font-weight: 500;
}
#yith-quick-view-content div.summary .product_meta span > span,
#yith-quick-view-content div.summary .product_meta span > a {
font-weight: 400;
display: initial;
}
#yith-quick-view-content .summary-content .cart,
#yith-quick-view-content .summary-content .variations_button {
display: flex;
margin-bottom: 30px;
}
#yith-quick-view-content .summary-content .grouped_form.cart,
#yith-quick-view-content .summary-content .variations_form.cart {
display: initial;
}
#yith-quick-view-content .product_title {
font-size: 42px;
font-weight: 600;
}
.single-product div.product p.price {
margin-top: 20px;
margin-bottom: 20px;
font-weight: 600;
font-size: 18px;
color: var(--main-color-one);
}
.single-product div.product p.price del {
color: #818384;
font-weight: 700;
font-size: 14px;
}
.single-product div.product .woocommerce-product-details__short-description {
margin-bottom: 30px;
}
.single-product div.product .summary.entry-summary input[type="text"],
.single-product div.product .summary.entry-summary select,
.single-product div.product .summary.entry-summary input[type="number"],
.single-product div.product .summary.entry-summary input[type="email"],
.single-product div.product .summary.entry-summary input[type="tel"],
.single-product div.product .summary.entry-summary input[type="url"],
.single-product div.product .summary.entry-summary input[type="pascharifund"],
.single-product div.product .summary.entry-summary input[type="search"],
.single-product div.product .summary.entry-summary textarea,
.single-product div.product .summary.entry-summary input-text {
padding: 10px 20px;
font-size: 15px;
width: 100%;
border-radius: 5px;
border: 1px solid var(--border-color1);
}
.single-product div.product .summary.entry-summary select {
width: 100%;
height: 50px;
padding: 10px 20px;
border: 1px solid #ddd;
position: relative;
z-index: 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position-y: 55%;
background-position-x: 95%;
color: var(--paragraph-color);
}
.single-product div.product .summary.entry-summary button[type="submit"] {
margin-right: 15px;
font-size: 16px;
background: var(--main-color-one);
color: #ffffff;
font-weight: 600;
border-radius: 5px;
text-align: center;
padding: 11px 20px;
border: none;
cursor: pointer;
transition: all 500ms ease;
}
.single-product div.product .summary.entry-summary button[type="submit"]:hover {
background-color: var(--secondary-color);
}
.single-product div.product .summary.entry-summary button[type="submit"]:focus {
outline: none;
}
table.shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
margin-left: -8px;
margin-top: 2px;
}
@media only screen and (max-width: 768px) {
#yith-quick-view-content div.images {
width: 100%;
float: initial;
}
#yith-quick-view-content div.summary {
width: 100%;
padding: 15px 0;
margin-left: 0;
}
.woocommerce-single-product-page-content-area {
padding-bottom: 50px !important;
}
.single-product div.product .summary.entry-summary input[type="text"],
.single-product div.product .summary.entry-summary select,
.single-product div.product .summary.entry-summary input[type="number"],
.single-product div.product .summary.entry-summary input[type="email"],
.single-product div.product .summary.entry-summary input[type="tel"],
.single-product div.product .summary.entry-summary input[type="url"],
.single-product div.product .summary.entry-summary input[type="pascharifund"],
.single-product div.product .summary.entry-summary input[type="search"],
.single-product div.product .summary.entry-summary textarea,
.single-product div.product .summary.entry-summary input-text {
width: 100%;
}
}
@media all and (max-width: 991px) {
.checkout.woocommerce-checkout .col2-set {
display: block;
}
.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-2 {
width: 100%;
max-width: 100% !important;
flex: inherit !important;
}
.checkout.woocommerce-checkout .col2-set .col-2 {
padding-left: 0;
}
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-last {
margin-right: 0;
}
}
@media only screen and (max-width: 450px) {
#yith-quick-view-content .summary-content .cart,
#yith-quick-view-content .summary-content .variations_button {
display: block;
}
.single-product div.product .summary.entry-summary button[type="submit"] {
width: 100%;
margin-top: 20px;
}
#yith-quick-view-content .product_title {
font-size: 26px;
font-weight: 600;
}
}
@media only screen and (max-width: 414px) {
#yith-quick-view-content {
padding: 30px 20px;
}
#yith-quick-view-content .product_title {
font-size: 24px;
}
#yith-quick-view-content .summary-content .cart,
#yith-quick-view-content .summary-content .variations_button {
display: block;
}
.single-product div.product .summary.entry-summary input[type="number"] {
width: initial;
}
.woocommerce-header-area-wrap {
display: block;
}
} .charifund-product-single-page-item #review_form_wrapper .comment-respond label {
margin-bottom: 10px;
}
.p.stars a:before {
font: normal normal normal 16px / 1 FontAwesome !important;
}
.charifund-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li.active a,
.charifund-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul li.active a:hover {
color: #fff;
}
.woocommerce-checkout .alignwide, .woocommerce-cart .wp-block-woocommerce-cart {
width: 100%;
max-width: 100%;
}
.wc-block-components-button {
background-color: var(--main-color-one);
border-radius: 5px;
color: #FFF;
}
.wc-block-components-button:hover {
color: #FFF;
}
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
border: 1px solid #dee2e6 !important;
}
.woocommerce-cart table.wc-block-cart-items {
border: 1px solid #1212121c;
padding: 30px 40px !important;
display: flow;
border-radius: 12px;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__totals-title,
.woocommerce-cart table.wc-block-cart-items thead {
color: var(--heading-color) !important;
font-size: 18px !important;
}
.woocommerce-cart .wc-block-cart__sidebar {
border: 1px solid #1212121c;
padding: 40px !important;
height: fit-content;
border-radius: 12px;
}
.woocommerce-cart .wc-block-cart__sidebar div {
padding-left: 0 !important;
padding-right: 0 !important;
}
.woocommerce-cart table tbody tr td.wc-block-cart-item__image {
padding: 25px 30px 25px 0 !important;
width: 155px;
}
.woocommerce-cart table tbody tr td.wc-block-cart-item__total {
color: var(--heading-color);
}
.woocommerce-cart table tbody tr td .wc-block-components-product-name {
text-decoration: none;
font-size: 20px;
font-weight: 700;
color: var(--heading-color);
}
.woocommerce-cart table tbody tr td .wc-block-components-product-name:hover {
color: var(--main-color-one);
}
.product-cards .add_to_cart_button.added,
.product-card .add_to_cart_button.added {
display: none !important;
}
.woocommerce form.woocommerce-form-login .form-row .required {
visibility: visible;
width: auto;
}
.woocommerce form.woocommerce-ResetPassword,
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
border: 1px solid #cfc8d8;
padding: 40px;
margin: 2em 0;
text-align: left;
border-radius: 5px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 1px solid #cfc8d8;
}
.wc-page-content-inner .up-sells.upsells.products {
display: none;
}
.woocommerce form.woocommerce-ResetPassword input {
display: block;
padding: 10px 18px;
width: 100%;
margin-top: 6px;
border: 1px solid #cfc8d8;
}
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
display: none;
}
@media screen and (max-width: 575px) {
.woocommerce-cart table.wc-block-cart-items {
padding: 20px 20px !important;
}
.woocommerce-cart table tbody tr td.wc-block-cart-item__image {
width: auto;
}
.woocommerce-cart table tbody tr td .wc-block-components-product-name {
font-size: 18px;
}
.woocommerce-cart .wc-block-cart__sidebar div {
padding-left: 20px !important;
padding-right: 20px !important;
}
}