/*
Theme Name: RSVP Schwan
Theme URI: http://rsvpteam.co.il
Author: RSVP TEAM - Tom Rusko
Author URI: http://rsvpteam.co.il
Description: RSVP Team's Schwan Theme 
Version: 1.0
License: my code - private!!!, open source code - by their license

Text Domain: schwan
*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,
 .owl-carousel .owl-item {
     -webkit-tap-highlight-color: transparent;
     position: relative
 }
 
 .owl-carousel {
     display: none;
     width: 100%;
     z-index: 1
 }
 
 .owl-carousel .owl-stage {
     position: relative;
     -ms-touch-action: pan-Y;
     touch-action: manipulation;
     -moz-backface-visibility: hidden
 }
 
 .owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
 }
 
 .owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0, 0, 0)
 }
 
 .owl-carousel .owl-item,
 .owl-carousel .owl-wrapper {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0)
 }
 
 .owl-carousel .owl-item {
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-touch-callout: none
 }
 
 .owl-carousel .owl-item img {
     display: block;
     width: 100%;
     -o-object-fit: cover;
        object-fit: cover;
 }
 
 .owl-carousel .owl-dots.disabled,
 .owl-carousel .owl-nav.disabled {
     display: none
 }
 
 .no-js .owl-carousel,
 .owl-carousel.owl-loaded {
     display: block
 }
 
 .owl-carousel .owl-dot,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev {
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }
 
 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit
 }
 
 .owl-carousel.owl-loading {
     opacity: 0;
     display: block
 }
 
 .owl-carousel.owl-hidden {
     opacity: 0
 }
 
 .owl-carousel.owl-refresh .owl-item {
     visibility: hidden
 }
 
 .owl-carousel.owl-drag .owl-item {
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }
 
 .owl-carousel.owl-grab {
     cursor: move;
     cursor: -webkit-grab;
     cursor: grab
 }
 
 .owl-carousel.owl-rtl {
     direction: rtl
 }
 
 .owl-carousel.owl-rtl .owl-item {
     float: right
 }
 
 .owl-carousel .animated {
     -webkit-animation-duration: 1s;
             animation-duration: 1s;
     -webkit-animation-fill-mode: both;
             animation-fill-mode: both
 }
 
 .owl-carousel .owl-animated-in {
     z-index: 0
 }
 
 .owl-carousel .owl-animated-out {
     z-index: 1
 }
 
 .owl-carousel .fadeOut {
     -webkit-animation-name: 'fadeOut';
             animation-name: 'fadeOut'
 }
 
 @-webkit-keyframes fadeOut {
     0% {
         opacity: 1
     }
 
     100% {
         opacity: 0
     }
 }
 
 @keyframes fadeOut {
     0% {
         opacity: 1
     }
 
     100% {
         opacity: 0
     }
 }
 
 .owl-height {
     -webkit-transition: height .5s ease-in-out;
     -o-transition: height .5s ease-in-out;
     transition: height .5s ease-in-out
 }
 
 .owl-carousel .owl-item .owl-lazy {
     opacity: 0;
     -webkit-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
     transition: opacity .4s ease
 }
 
 .owl-carousel .owl-item .owl-lazy:not([src]),
 .owl-carousel .owl-item .owl-lazy[src^=""] {
     max-height: 0
 }
 
 .owl-carousel .owl-item img.owl-lazy {
     -webkit-transform-style: preserve-3d;
             transform-style: preserve-3d
 }
 
 .owl-carousel .owl-video-wrapper {
     position: relative;
     height: 100%;
     background: #000
 }
 
 .owl-carousel .owl-video-play-icon {
     position: absolute;
     height: 80px;
     width: 80px;
     left: 50%;
     top: 50%;
     margin-left: -40px;
     margin-top: -40px;
     background: url(owl.video.play.png) no-repeat;
     cursor: pointer;
     z-index: 1;
     -webkit-backface-visibility: hidden;
     -webkit-transition: -webkit-transform .1s ease;
     transition: -webkit-transform .1s ease;
     -o-transition: transform .1s ease;
     transition: transform .1s ease;
     transition: transform .1s ease, -webkit-transform .1s ease
 }
 
 .owl-carousel .owl-video-play-icon:hover {
     -ms-transform: scale(1.3, 1.3);
     -webkit-transform: scale(1.3, 1.3);
             transform: scale(1.3, 1.3)
 }
 
 .owl-carousel .owl-video-playing .owl-video-play-icon,
 .owl-carousel .owl-video-playing .owl-video-tn {
     display: none
 }
 
 .owl-carousel .owl-video-tn {
     opacity: 0;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: contain;
     -webkit-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
     transition: opacity .4s ease
 }
 
 .owl-carousel .owl-video-frame {
     position: relative;
     z-index: 1;
     height: 100%;
     width: 100%
 }
 
 
 
 /*
  * CSS Styles that are needed by jScrollPane for it to operate correctly.
  *
  * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
  * may not operate correctly without them.
  */
 .jspContainer {
     overflow: hidden;
     position: relative
 }
 
 .jspHorizontalBar,
 .jspPane,
 .jspVerticalBar {
     position: absolute
 }
 
 .jspVerticalBar {
     top: 0;
     right: 0;
     width: 16px;
     height: 100%;
     background: red
 }
 
 .jspHorizontalBar {
     bottom: 0;
     left: 0;
     width: 100%;
     height: 16px;
     background: red
 }
 
 .jspCap {
     display: none
 }
 
 .jspHorizontalBar .jspCap {
     float: left
 }
 
 .jspTrack {
     background: #dde;
     position: relative
 }
 
 .jspDrag {
     background: #bbd;
     position: relative;
     top: 0;
     left: 0;
     cursor: pointer
 }
 
 .jspHorizontalBar .jspDrag,
 .jspHorizontalBar .jspTrack {
     float: left;
     height: 100%
 }
 
 .jspArrow {
     background: #50506d;
     text-indent: -20000px;
     display: block;
     cursor: pointer;
     padding: 0;
     margin: 0
 }
 
 .jspArrow.jspDisabled {
     cursor: default;
     background: #80808d
 }
 
 .jspVerticalBar .jspArrow {
     height: 16px
 }
 
 .jspHorizontalBar .jspArrow {
     width: 16px;
     float: left;
     height: 100%
 }
 
 .jspVerticalBar .jspArrow:focus {
     outline: 0
 }
 
 .jspCorner {
     background: #eeeef4;
     float: left;
     height: 100%
 }
 
 * html .jspCorner {
     margin: 0 -3px 0 0
 }
 
 .jspVerticalBar {
     display: none;
 }
 
 .jspTrack,
 .jspHorizontalBar .jspTrack {
     background-color: #A3BFBD;
     margin-top: 17px;
     height: 2px;
 }
 
 .jspDrag,
 .jspHorizontalBar .jspDrag:after {
     background-color: #005C57;
     height: 6px;
     width: calc(100% - 20px);
     margin: 0 5px;
     content: '';
     display: block;
 }
 
 .jspHorizontalBar {
     background-color: transparent;
     height: 36px;
 }
 
 .jspDrag,
 .jspHorizontalBar .jspDrag {
     background-color: transparent;
     height: 6px;
     margin-top: -2px;
 }
 
 .jspArrow,
 .jspHorizontalBar .jspArrow {
 
     background: url('../images/scrollarrow_right.png') no-repeat;
     background-position: center center;
     background-size: 12px 20px;
     width: 36px;
     height: 36px;
     background-color: #005C57;
 
 }
 
 .jspHorizontalBar .jspArrow.jspArrowLeft {
 
     background: url('../images/scrollarrow_left.png') no-repeat;
     background-position: center center;
     background-size: 12px 20px;
     background-color: #005C57;
 }
 
 /*!
  * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 .fa,
 .fab,
 .fal,
 .far,
 .fas {
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     line-height: 1
 }
 
 .fa-lg {
     font-size: 1.33333em;
     line-height: .75em;
     vertical-align: -.0667em
 }
 
 .fa-xs {
     font-size: .75em
 }
 
 .fa-sm {
     font-size: .875em
 }
 
 .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-fw {
     text-align: center;
     width: 1.25em
 }
 
 .fa-ul {
     list-style-type: none;
     margin-left: 2.5em;
     padding-left: 0
 }
 
 .fa-ul>li {
     position: relative
 }
 
 .fa-li {
     left: -2em;
     position: absolute;
     text-align: center;
     width: 2em;
     line-height: inherit
 }
 
 .fa-border {
     border: .08em solid #eee;
     border-radius: .1em;
     padding: .2em .25em .15em
 }
 
 .fa-pull-left {
     float: left
 }
 
 .fa-pull-right {
     float: right
 }
 
 .fa.fa-pull-left,
 .fab.fa-pull-left,
 .fal.fa-pull-left,
 .far.fa-pull-left,
 .fas.fa-pull-left {
     margin-right: .3em
 }
 
 .fa.fa-pull-right,
 .fab.fa-pull-right,
 .fal.fa-pull-right,
 .far.fa-pull-right,
 .fas.fa-pull-right {
     margin-left: .3em
 }
 
 .fa-spin {
     -webkit-animation: a 2s infinite linear;
             animation: a 2s infinite linear
 }
 
 .fa-pulse {
     -webkit-animation: a 1s infinite steps(8);
             animation: a 1s infinite steps(8)
 }
 
 @-webkit-keyframes a {
     0% {
         -webkit-transform: rotate(0);
                 transform: rotate(0)
     }
 
     to {
         -webkit-transform: rotate(1turn);
                 transform: rotate(1turn)
     }
 }
 
 @keyframes a {
     0% {
         -webkit-transform: rotate(0);
                 transform: rotate(0)
     }
 
     to {
         -webkit-transform: rotate(1turn);
                 transform: rotate(1turn)
     }
 }
 
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     -webkit-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
             transform: rotate(90deg)
 }
 
 .fa-rotate-180 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
     -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
             transform: rotate(180deg)
 }
 
 .fa-rotate-270 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
     -webkit-transform: rotate(270deg);
         -ms-transform: rotate(270deg);
             transform: rotate(270deg)
 }
 
 .fa-flip-horizontal {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
     -webkit-transform: scaleX(-1);
         -ms-transform: scaleX(-1);
             transform: scaleX(-1)
 }
 
 .fa-flip-vertical {
     -webkit-transform: scaleY(-1);
         -ms-transform: scaleY(-1);
             transform: scaleY(-1)
 }
 
 .fa-flip-horizontal.fa-flip-vertical,
 .fa-flip-vertical {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
 }
 
 .fa-flip-horizontal.fa-flip-vertical {
     -webkit-transform: scale(-1);
         -ms-transform: scale(-1);
             transform: scale(-1)
 }
 
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270 {
     -webkit-filter: none;
     filter: none
 }
 
 .fa-stack {
     display: inline-block;
     height: 2em;
     line-height: 2em;
     position: relative;
     vertical-align: middle;
     width: 2em
 }
 
 .fa-stack-1x,
 .fa-stack-2x {
     left: 0;
     position: absolute;
     text-align: center;
     width: 100%
 }
 
 .fa-stack-1x {
     line-height: inherit
 }
 
 .fa-stack-2x {
     font-size: 2em
 }
 
 .fa-inverse {
     color: #fff
 }
 
 .fa-500px:before {
     content: "\f26e"
 }
 
 .fa-accessible-icon:before {
     content: "\f368"
 }
 
 .fa-accusoft:before {
     content: "\f369"
 }
 
 .fa-address-book:before {
     content: "\f2b9"
 }
 
 .fa-address-card:before {
     content: "\f2bb"
 }
 
 .fa-adjust:before {
     content: "\f042"
 }
 
 .fa-adn:before {
     content: "\f170"
 }
 
 .fa-adversal:before {
     content: "\f36a"
 }
 
 .fa-affiliatetheme:before {
     content: "\f36b"
 }
 
 .fa-air-freshener:before {
     content: "\f5d0"
 }
 
 .fa-algolia:before {
     content: "\f36c"
 }
 
 .fa-align-center:before {
     content: "\f037"
 }
 
 .fa-align-justify:before {
     content: "\f039"
 }
 
 .fa-align-left:before {
     content: "\f036"
 }
 
 .fa-align-right:before {
     content: "\f038"
 }
 
 .fa-allergies:before {
     content: "\f461"
 }
 
 .fa-amazon:before {
     content: "\f270"
 }
 
 .fa-amazon-pay:before {
     content: "\f42c"
 }
 
 .fa-ambulance:before {
     content: "\f0f9"
 }
 
 .fa-american-sign-language-interpreting:before {
     content: "\f2a3"
 }
 
 .fa-amilia:before {
     content: "\f36d"
 }
 
 .fa-anchor:before {
     content: "\f13d"
 }
 
 .fa-android:before {
     content: "\f17b"
 }
 
 .fa-angellist:before {
     content: "\f209"
 }
 
 .fa-angle-double-down:before {
     content: "\f103"
 }
 
 .fa-angle-double-left:before {
     content: "\f100"
 }
 
 .fa-angle-double-right:before {
     content: "\f101"
 }
 
 .fa-angle-double-up:before {
     content: "\f102"
 }
 
 .fa-angle-down:before {
     content: "\f107"
 }
 
 .fa-angle-left:before {
     content: "\f104"
 }
 
 .fa-angle-right:before {
     content: "\f105"
 }
 
 .fa-angle-up:before {
     content: "\f106"
 }
 
 .fa-angry:before {
     content: "\f556"
 }
 
 .fa-angrycreative:before {
     content: "\f36e"
 }
 
 .fa-angular:before {
     content: "\f420"
 }
 
 .fa-app-store:before {
     content: "\f36f"
 }
 
 .fa-app-store-ios:before {
     content: "\f370"
 }
 
 .fa-apper:before {
     content: "\f371"
 }
 
 .fa-apple:before {
     content: "\f179"
 }
 
 .fa-apple-alt:before {
     content: "\f5d1"
 }
 
 .fa-apple-pay:before {
     content: "\f415"
 }
 
 .fa-archive:before {
     content: "\f187"
 }
 
 .fa-archway:before {
     content: "\f557"
 }
 
 .fa-arrow-alt-circle-down:before {
     content: "\f358"
 }
 
 .fa-arrow-alt-circle-left:before {
     content: "\f359"
 }
 
 .fa-arrow-alt-circle-right:before {
     content: "\f35a"
 }
 
 .fa-arrow-alt-circle-up:before {
     content: "\f35b"
 }
 
 .fa-arrow-circle-down:before {
     content: "\f0ab"
 }
 
 .fa-arrow-circle-left:before {
     content: "\f0a8"
 }
 
 .fa-arrow-circle-right:before {
     content: "\f0a9"
 }
 
 .fa-arrow-circle-up:before {
     content: "\f0aa"
 }
 
 .fa-arrow-down:before {
     content: "\f063"
 }
 
 .fa-arrow-left:before {
     content: "\f060"
 }
 
 .fa-arrow-right:before {
     content: "\f061"
 }
 
 .fa-arrow-up:before {
     content: "\f062"
 }
 
 .fa-arrows-alt:before {
     content: "\f0b2"
 }
 
 .fa-arrows-alt-h:before {
     content: "\f337"
 }
 
 .fa-arrows-alt-v:before {
     content: "\f338"
 }
 
 .fa-assistive-listening-systems:before {
     content: "\f2a2"
 }
 
 .fa-asterisk:before {
     content: "\f069"
 }
 
 .fa-asymmetrik:before {
     content: "\f372"
 }
 
 .fa-at:before {
     content: "\f1fa"
 }
 
 .fa-atlas:before {
     content: "\f558"
 }
 
 .fa-atom:before {
     content: "\f5d2"
 }
 
 .fa-audible:before {
     content: "\f373"
 }
 
 .fa-audio-description:before {
     content: "\f29e"
 }
 
 .fa-autoprefixer:before {
     content: "\f41c"
 }
 
 .fa-avianex:before {
     content: "\f374"
 }
 
 .fa-aviato:before {
     content: "\f421"
 }
 
 .fa-award:before {
     content: "\f559"
 }
 
 .fa-aws:before {
     content: "\f375"
 }
 
 .fa-backspace:before {
     content: "\f55a"
 }
 
 .fa-backward:before {
     content: "\f04a"
 }
 
 .fa-balance-scale:before {
     content: "\f24e"
 }
 
 .fa-ban:before {
     content: "\f05e"
 }
 
 .fa-band-aid:before {
     content: "\f462"
 }
 
 .fa-bandcamp:before {
     content: "\f2d5"
 }
 
 .fa-barcode:before {
     content: "\f02a"
 }
 
 .fa-bars:before {
     content: "\f0c9"
 }
 
 .fa-baseball-ball:before {
     content: "\f433"
 }
 
 .fa-basketball-ball:before {
     content: "\f434"
 }
 
 .fa-bath:before {
     content: "\f2cd"
 }
 
 .fa-battery-empty:before {
     content: "\f244"
 }
 
 .fa-battery-full:before {
     content: "\f240"
 }
 
 .fa-battery-half:before {
     content: "\f242"
 }
 
 .fa-battery-quarter:before {
     content: "\f243"
 }
 
 .fa-battery-three-quarters:before {
     content: "\f241"
 }
 
 .fa-bed:before {
     content: "\f236"
 }
 
 .fa-beer:before {
     content: "\f0fc"
 }
 
 .fa-behance:before {
     content: "\f1b4"
 }
 
 .fa-behance-square:before {
     content: "\f1b5"
 }
 
 .fa-bell:before {
     content: "\f0f3"
 }
 
 .fa-bell-slash:before {
     content: "\f1f6"
 }
 
 .fa-bezier-curve:before {
     content: "\f55b"
 }
 
 .fa-bicycle:before {
     content: "\f206"
 }
 
 .fa-bimobject:before {
     content: "\f378"
 }
 
 .fa-binoculars:before {
     content: "\f1e5"
 }
 
 .fa-birthday-cake:before {
     content: "\f1fd"
 }
 
 .fa-bitbucket:before {
     content: "\f171"
 }
 
 .fa-bitcoin:before {
     content: "\f379"
 }
 
 .fa-bity:before {
     content: "\f37a"
 }
 
 .fa-black-tie:before {
     content: "\f27e"
 }
 
 .fa-blackberry:before {
     content: "\f37b"
 }
 
 .fa-blender:before {
     content: "\f517"
 }
 
 .fa-blind:before {
     content: "\f29d"
 }
 
 .fa-blogger:before {
     content: "\f37c"
 }
 
 .fa-blogger-b:before {
     content: "\f37d"
 }
 
 .fa-bluetooth:before {
     content: "\f293"
 }
 
 .fa-bluetooth-b:before {
     content: "\f294"
 }
 
 .fa-bold:before {
     content: "\f032"
 }
 
 .fa-bolt:before {
     content: "\f0e7"
 }
 
 .fa-bomb:before {
     content: "\f1e2"
 }
 
 .fa-bone:before {
     content: "\f5d7"
 }
 
 .fa-bong:before {
     content: "\f55c"
 }
 
 .fa-book:before {
     content: "\f02d"
 }
 
 .fa-book-open:before {
     content: "\f518"
 }
 
 .fa-book-reader:before {
     content: "\f5da"
 }
 
 .fa-bookmark:before {
     content: "\f02e"
 }
 
 .fa-bowling-ball:before {
     content: "\f436"
 }
 
 .fa-box:before {
     content: "\f466"
 }
 
 .fa-box-open:before {
     content: "\f49e"
 }
 
 .fa-boxes:before {
     content: "\f468"
 }
 
 .fa-braille:before {
     content: "\f2a1"
 }
 
 .fa-brain:before {
     content: "\f5dc"
 }
 
 .fa-briefcase:before {
     content: "\f0b1"
 }
 
 .fa-briefcase-medical:before {
     content: "\f469"
 }
 
 .fa-broadcast-tower:before {
     content: "\f519"
 }
 
 .fa-broom:before {
     content: "\f51a"
 }
 
 .fa-brush:before {
     content: "\f55d"
 }
 
 .fa-btc:before {
     content: "\f15a"
 }
 
 .fa-bug:before {
     content: "\f188"
 }
 
 .fa-building:before {
     content: "\f1ad"
 }
 
 .fa-bullhorn:before {
     content: "\f0a1"
 }
 
 .fa-bullseye:before {
     content: "\f140"
 }
 
 .fa-burn:before {
     content: "\f46a"
 }
 
 .fa-buromobelexperte:before {
     content: "\f37f"
 }
 
 .fa-bus:before {
     content: "\f207"
 }
 
 .fa-bus-alt:before {
     content: "\f55e"
 }
 
 .fa-buysellads:before {
     content: "\f20d"
 }
 
 .fa-calculator:before {
     content: "\f1ec"
 }
 
 .fa-calendar:before {
     content: "\f133"
 }
 
 .fa-calendar-alt:before {
     content: "\f073"
 }
 
 .fa-calendar-check:before {
     content: "\f274"
 }
 
 .fa-calendar-minus:before {
     content: "\f272"
 }
 
 .fa-calendar-plus:before {
     content: "\f271"
 }
 
 .fa-calendar-times:before {
     content: "\f273"
 }
 
 .fa-camera:before {
     content: "\f030"
 }
 
 .fa-camera-retro:before {
     content: "\f083"
 }
 
 .fa-cannabis:before {
     content: "\f55f"
 }
 
 .fa-capsules:before {
     content: "\f46b"
 }
 
 .fa-car:before {
     content: "\f1b9"
 }
 
 .fa-car-alt:before {
     content: "\f5de"
 }
 
 .fa-car-battery:before {
     content: "\f5df"
 }
 
 .fa-car-crash:before {
     content: "\f5e1"
 }
 
 .fa-car-side:before {
     content: "\f5e4"
 }
 
 .fa-caret-down:before {
     content: "\f0d7"
 }
 
 .fa-caret-left:before {
     content: "\f0d9"
 }
 
 .fa-caret-right:before {
     content: "\f0da"
 }
 
 .fa-caret-square-down:before {
     content: "\f150"
 }
 
 .fa-caret-square-left:before {
     content: "\f191"
 }
 
 .fa-caret-square-right:before {
     content: "\f152"
 }
 
 .fa-caret-square-up:before {
     content: "\f151"
 }
 
 .fa-caret-up:before {
     content: "\f0d8"
 }
 
 .fa-cart-arrow-down:before {
     content: "\f218"
 }
 
 .fa-cart-plus:before {
     content: "\f217"
 }
 
 .fa-cc-amazon-pay:before {
     content: "\f42d"
 }
 
 .fa-cc-amex:before {
     content: "\f1f3"
 }
 
 .fa-cc-apple-pay:before {
     content: "\f416"
 }
 
 .fa-cc-diners-club:before {
     content: "\f24c"
 }
 
 .fa-cc-discover:before {
     content: "\f1f2"
 }
 
 .fa-cc-jcb:before {
     content: "\f24b"
 }
 
 .fa-cc-mastercard:before {
     content: "\f1f1"
 }
 
 .fa-cc-paypal:before {
     content: "\f1f4"
 }
 
 .fa-cc-stripe:before {
     content: "\f1f5"
 }
 
 .fa-cc-visa:before {
     content: "\f1f0"
 }
 
 .fa-centercode:before {
     content: "\f380"
 }
 
 .fa-certificate:before {
     content: "\f0a3"
 }
 
 .fa-chalkboard:before {
     content: "\f51b"
 }
 
 .fa-chalkboard-teacher:before {
     content: "\f51c"
 }
 
 .fa-charging-station:before {
     content: "\f5e7"
 }
 
 .fa-chart-area:before {
     content: "\f1fe"
 }
 
 .fa-chart-bar:before {
     content: "\f080"
 }
 
 .fa-chart-line:before {
     content: "\f201"
 }
 
 .fa-chart-pie:before {
     content: "\f200"
 }
 
 .fa-check:before {
     content: "\f00c"
 }
 
 .fa-check-circle:before {
     content: "\f058"
 }
 
 .fa-check-double:before {
     content: "\f560"
 }
 
 .fa-check-square:before {
     content: "\f14a"
 }
 
 .fa-chess:before {
     content: "\f439"
 }
 
 .fa-chess-bishop:before {
     content: "\f43a"
 }
 
 .fa-chess-board:before {
     content: "\f43c"
 }
 
 .fa-chess-king:before {
     content: "\f43f"
 }
 
 .fa-chess-knight:before {
     content: "\f441"
 }
 
 .fa-chess-pawn:before {
     content: "\f443"
 }
 
 .fa-chess-queen:before {
     content: "\f445"
 }
 
 .fa-chess-rook:before {
     content: "\f447"
 }
 
 .fa-chevron-circle-down:before {
     content: "\f13a"
 }
 
 .fa-chevron-circle-left:before {
     content: "\f137"
 }
 
 .fa-chevron-circle-right:before {
     content: "\f138"
 }
 
 .fa-chevron-circle-up:before {
     content: "\f139"
 }
 
 .fa-chevron-down:before {
     content: "\f078"
 }
 
 .fa-chevron-left:before {
     content: "\f053"
 }
 
 .fa-chevron-right:before {
     content: "\f054"
 }
 
 .fa-chevron-up:before {
     content: "\f077"
 }
 
 .fa-child:before {
     content: "\f1ae"
 }
 
 .fa-chrome:before {
     content: "\f268"
 }
 
 .fa-church:before {
     content: "\f51d"
 }
 
 .fa-circle:before {
     content: "\f111"
 }
 
 .fa-circle-notch:before {
     content: "\f1ce"
 }
 
 .fa-clipboard:before {
     content: "\f328"
 }
 
 .fa-clipboard-check:before {
     content: "\f46c"
 }
 
 .fa-clipboard-list:before {
     content: "\f46d"
 }
 
 .fa-clock:before {
     content: "\f017"
 }
 
 .fa-clone:before {
     content: "\f24d"
 }
 
 .fa-closed-captioning:before {
     content: "\f20a"
 }
 
 .fa-cloud:before {
     content: "\f0c2"
 }
 
 .fa-cloud-download-alt:before {
     content: "\f381"
 }
 
 .fa-cloud-upload-alt:before {
     content: "\f382"
 }
 
 .fa-cloudscale:before {
     content: "\f383"
 }
 
 .fa-cloudsmith:before {
     content: "\f384"
 }
 
 .fa-cloudversify:before {
     content: "\f385"
 }
 
 .fa-cocktail:before {
     content: "\f561"
 }
 
 .fa-code:before {
     content: "\f121"
 }
 
 .fa-code-branch:before {
     content: "\f126"
 }
 
 .fa-codepen:before {
     content: "\f1cb"
 }
 
 .fa-codiepie:before {
     content: "\f284"
 }
 
 .fa-coffee:before {
     content: "\f0f4"
 }
 
 .fa-cog:before {
     content: "\f013"
 }
 
 .fa-cogs:before {
     content: "\f085"
 }
 
 .fa-coins:before {
     content: "\f51e"
 }
 
 .fa-columns:before {
     content: "\f0db"
 }
 
 .fa-comment:before {
     content: "\f075"
 }
 
 .fa-comment-alt:before {
     content: "\f27a"
 }
 
 .fa-comment-dots:before {
     content: "\f4ad"
 }
 
 .fa-comment-slash:before {
     content: "\f4b3"
 }
 
 .fa-comments:before {
     content: "\f086"
 }
 
 .fa-compact-disc:before {
     content: "\f51f"
 }
 
 .fa-compass:before {
     content: "\f14e"
 }
 
 .fa-compress:before {
     content: "\f066"
 }
 
 .fa-concierge-bell:before {
     content: "\f562"
 }
 
 .fa-connectdevelop:before {
     content: "\f20e"
 }
 
 .fa-contao:before {
     content: "\f26d"
 }
 
 .fa-cookie:before {
     content: "\f563"
 }
 
 .fa-cookie-bite:before {
     content: "\f564"
 }
 
 .fa-copy:before {
     content: "\f0c5"
 }
 
 .fa-copyright:before {
     content: "\f1f9"
 }
 
 .fa-couch:before {
     content: "\f4b8"
 }
 
 .fa-cpanel:before {
     content: "\f388"
 }
 
 .fa-creative-commons:before {
     content: "\f25e"
 }
 
 .fa-creative-commons-by:before {
     content: "\f4e7"
 }
 
 .fa-creative-commons-nc:before {
     content: "\f4e8"
 }
 
 .fa-creative-commons-nc-eu:before {
     content: "\f4e9"
 }
 
 .fa-creative-commons-nc-jp:before {
     content: "\f4ea"
 }
 
 .fa-creative-commons-nd:before {
     content: "\f4eb"
 }
 
 .fa-creative-commons-pd:before {
     content: "\f4ec"
 }
 
 .fa-creative-commons-pd-alt:before {
     content: "\f4ed"
 }
 
 .fa-creative-commons-remix:before {
     content: "\f4ee"
 }
 
 .fa-creative-commons-sa:before {
     content: "\f4ef"
 }
 
 .fa-creative-commons-sampling:before {
     content: "\f4f0"
 }
 
 .fa-creative-commons-sampling-plus:before {
     content: "\f4f1"
 }
 
 .fa-creative-commons-share:before {
     content: "\f4f2"
 }
 
 .fa-credit-card:before {
     content: "\f09d"
 }
 
 .fa-crop:before {
     content: "\f125"
 }
 
 .fa-crop-alt:before {
     content: "\f565"
 }
 
 .fa-crosshairs:before {
     content: "\f05b"
 }
 
 .fa-crow:before {
     content: "\f520"
 }
 
 .fa-crown:before {
     content: "\f521"
 }
 
 .fa-css3:before {
     content: "\f13c"
 }
 
 .fa-css3-alt:before {
     content: "\f38b"
 }
 
 .fa-cube:before {
     content: "\f1b2"
 }
 
 .fa-cubes:before {
     content: "\f1b3"
 }
 
 .fa-cut:before {
     content: "\f0c4"
 }
 
 .fa-cuttlefish:before {
     content: "\f38c"
 }
 
 .fa-d-and-d:before {
     content: "\f38d"
 }
 
 .fa-dashcube:before {
     content: "\f210"
 }
 
 .fa-database:before {
     content: "\f1c0"
 }
 
 .fa-deaf:before {
     content: "\f2a4"
 }
 
 .fa-delicious:before {
     content: "\f1a5"
 }
 
 .fa-deploydog:before {
     content: "\f38e"
 }
 
 .fa-deskpro:before {
     content: "\f38f"
 }
 
 .fa-desktop:before {
     content: "\f108"
 }
 
 .fa-deviantart:before {
     content: "\f1bd"
 }
 
 .fa-diagnoses:before {
     content: "\f470"
 }
 
 .fa-dice:before {
     content: "\f522"
 }
 
 .fa-dice-five:before {
     content: "\f523"
 }
 
 .fa-dice-four:before {
     content: "\f524"
 }
 
 .fa-dice-one:before {
     content: "\f525"
 }
 
 .fa-dice-six:before {
     content: "\f526"
 }
 
 .fa-dice-three:before {
     content: "\f527"
 }
 
 .fa-dice-two:before {
     content: "\f528"
 }
 
 .fa-digg:before {
     content: "\f1a6"
 }
 
 .fa-digital-ocean:before {
     content: "\f391"
 }
 
 .fa-digital-tachograph:before {
     content: "\f566"
 }
 
 .fa-directions:before {
     content: "\f5eb"
 }
 
 .fa-discord:before {
     content: "\f392"
 }
 
 .fa-discourse:before {
     content: "\f393"
 }
 
 .fa-divide:before {
     content: "\f529"
 }
 
 .fa-dizzy:before {
     content: "\f567"
 }
 
 .fa-dna:before {
     content: "\f471"
 }
 
 .fa-dochub:before {
     content: "\f394"
 }
 
 .fa-docker:before {
     content: "\f395"
 }
 
 .fa-dollar-sign:before {
     content: "\f155"
 }
 
 .fa-dolly:before {
     content: "\f472"
 }
 
 .fa-dolly-flatbed:before {
     content: "\f474"
 }
 
 .fa-donate:before {
     content: "\f4b9"
 }
 
 .fa-door-closed:before {
     content: "\f52a"
 }
 
 .fa-door-open:before {
     content: "\f52b"
 }
 
 .fa-dot-circle:before {
     content: "\f192"
 }
 
 .fa-dove:before {
     content: "\f4ba"
 }
 
 .fa-download:before {
     content: "\f019"
 }
 
 .fa-draft2digital:before {
     content: "\f396"
 }
 
 .fa-drafting-compass:before {
     content: "\f568"
 }
 
 .fa-draw-polygon:before {
     content: "\f5ee"
 }
 
 .fa-dribbble:before {
     content: "\f17d"
 }
 
 .fa-dribbble-square:before {
     content: "\f397"
 }
 
 .fa-dropbox:before {
     content: "\f16b"
 }
 
 .fa-drum:before {
     content: "\f569"
 }
 
 .fa-drum-steelpan:before {
     content: "\f56a"
 }
 
 .fa-drupal:before {
     content: "\f1a9"
 }
 
 .fa-dumbbell:before {
     content: "\f44b"
 }
 
 .fa-dyalog:before {
     content: "\f399"
 }
 
 .fa-earlybirds:before {
     content: "\f39a"
 }
 
 .fa-ebay:before {
     content: "\f4f4"
 }
 
 .fa-edge:before {
     content: "\f282"
 }
 
 .fa-edit:before {
     content: "\f044"
 }
 
 .fa-eject:before {
     content: "\f052"
 }
 
 .fa-elementor:before {
     content: "\f430"
 }
 
 .fa-ellipsis-h:before {
     content: "\f141"
 }
 
 .fa-ellipsis-v:before {
     content: "\f142"
 }
 
 .fa-ello:before {
     content: "\f5f1"
 }
 
 .fa-ember:before {
     content: "\f423"
 }
 
 .fa-empire:before {
     content: "\f1d1"
 }
 
 .fa-envelope:before {
     content: "\f0e0"
 }
 
 .fa-envelope-open:before {
     content: "\f2b6"
 }
 
 .fa-envelope-square:before {
     content: "\f199"
 }
 
 .fa-envira:before {
     content: "\f299"
 }
 
 .fa-equals:before {
     content: "\f52c"
 }
 
 .fa-eraser:before {
     content: "\f12d"
 }
 
 .fa-erlang:before {
     content: "\f39d"
 }
 
 .fa-ethereum:before {
     content: "\f42e"
 }
 
 .fa-etsy:before {
     content: "\f2d7"
 }
 
 .fa-euro-sign:before {
     content: "\f153"
 }
 
 .fa-exchange-alt:before {
     content: "\f362"
 }
 
 .fa-exclamation:before {
     content: "\f12a"
 }
 
 .fa-exclamation-circle:before {
     content: "\f06a"
 }
 
 .fa-exclamation-triangle:before {
     content: "\f071"
 }
 
 .fa-expand:before {
     content: "\f065"
 }
 
 .fa-expand-arrows-alt:before {
     content: "\f31e"
 }
 
 .fa-expeditedssl:before {
     content: "\f23e"
 }
 
 .fa-external-link-alt:before {
     content: "\f35d"
 }
 
 .fa-external-link-square-alt:before {
     content: "\f360"
 }
 
 .fa-eye:before {
     content: "\f06e"
 }
 
 .fa-eye-dropper:before {
     content: "\f1fb"
 }
 
 .fa-eye-slash:before {
     content: "\f070"
 }
 
 .fa-facebook.color:before {
 
     color: #3B5998
 }
 
 .fa-facebook:before {
     content: "\f09a";
 }
 
 .fa-facebook-f:before {
     content: "\f39e"
 }
 
 .fa-facebook-messenger:before {
     content: "\f39f"
 }
 
 .fa-facebook-square:before {
     content: "\f082"
 }
 
 .fa-fast-backward:before {
     content: "\f049"
 }
 
 .fa-fast-forward:before {
     content: "\f050"
 }
 
 .fa-fax:before {
     content: "\f1ac"
 }
 
 .fa-feather:before {
     content: "\f52d"
 }
 
 .fa-feather-alt:before {
     content: "\f56b"
 }
 
 .fa-female:before {
     content: "\f182"
 }
 
 .fa-fighter-jet:before {
     content: "\f0fb"
 }
 
 .fa-file:before {
     content: "\f15b"
 }
 
 .fa-file-alt:before {
     content: "\f15c"
 }
 
 .fa-file-archive:before {
     content: "\f1c6"
 }
 
 .fa-file-audio:before {
     content: "\f1c7"
 }
 
 .fa-file-code:before {
     content: "\f1c9"
 }
 
 .fa-file-contract:before {
     content: "\f56c"
 }
 
 .fa-file-download:before {
     content: "\f56d"
 }
 
 .fa-file-excel:before {
     content: "\f1c3"
 }
 
 .fa-file-export:before {
     content: "\f56e"
 }
 
 .fa-file-image:before {
     content: "\f1c5"
 }
 
 .fa-file-import:before {
     content: "\f56f"
 }
 
 .fa-file-invoice:before {
     content: "\f570"
 }
 
 .fa-file-invoice-dollar:before {
     content: "\f571"
 }
 
 .fa-file-medical:before {
     content: "\f477"
 }
 
 .fa-file-medical-alt:before {
     content: "\f478"
 }
 
 .fa-file-pdf:before {
     content: "\f1c1"
 }
 
 .fa-file-powerpoint:before {
     content: "\f1c4"
 }
 
 .fa-file-prescription:before {
     content: "\f572"
 }
 
 .fa-file-signature:before {
     content: "\f573"
 }
 
 .fa-file-upload:before {
     content: "\f574"
 }
 
 .fa-file-video:before {
     content: "\f1c8"
 }
 
 .fa-file-word:before {
     content: "\f1c2"
 }
 
 .fa-fill:before {
     content: "\f575"
 }
 
 .fa-fill-drip:before {
     content: "\f576"
 }
 
 .fa-film:before {
     content: "\f008"
 }
 
 .fa-filter:before {
     content: "\f0b0"
 }
 
 .fa-fingerprint:before {
     content: "\f577"
 }
 
 .fa-fire:before {
     content: "\f06d"
 }
 
 .fa-fire-extinguisher:before {
     content: "\f134"
 }
 
 .fa-firefox:before {
     content: "\f269"
 }
 
 .fa-first-aid:before {
     content: "\f479"
 }
 
 .fa-first-order:before {
     content: "\f2b0"
 }
 
 .fa-first-order-alt:before {
     content: "\f50a"
 }
 
 .fa-firstdraft:before {
     content: "\f3a1"
 }
 
 .fa-fish:before {
     content: "\f578"
 }
 
 .fa-flag:before {
     content: "\f024"
 }
 
 .fa-flag-checkered:before {
     content: "\f11e"
 }
 
 .fa-flask:before {
     content: "\f0c3"
 }
 
 .fa-flickr:before {
     content: "\f16e"
 }
 
 .fa-flipboard:before {
     content: "\f44d"
 }
 
 .fa-flushed:before {
     content: "\f579"
 }
 
 .fa-fly:before {
     content: "\f417"
 }
 
 .fa-folder:before {
     content: "\f07b"
 }
 
 .fa-folder-open:before {
     content: "\f07c"
 }
 
 .fa-font:before {
     content: "\f031"
 }
 
 .fa-font-awesome:before {
     content: "\f2b4"
 }
 
 .fa-font-awesome-alt:before {
     content: "\f35c"
 }
 
 .fa-font-awesome-flag:before {
     content: "\f425"
 }
 
 .fa-font-awesome-logo-full:before {
     content: "\f4e6"
 }
 
 .fa-fonticons:before {
     content: "\f280"
 }
 
 .fa-fonticons-fi:before {
     content: "\f3a2"
 }
 
 .fa-football-ball:before {
     content: "\f44e"
 }
 
 .fa-fort-awesome:before {
     content: "\f286"
 }
 
 .fa-fort-awesome-alt:before {
     content: "\f3a3"
 }
 
 .fa-forumbee:before {
     content: "\f211"
 }
 
 .fa-forward:before {
     content: "\f04e"
 }
 
 .fa-foursquare:before {
     content: "\f180"
 }
 
 .fa-free-code-camp:before {
     content: "\f2c5"
 }
 
 .fa-freebsd:before {
     content: "\f3a4"
 }
 
 .fa-frog:before {
     content: "\f52e"
 }
 
 .fa-frown:before {
     content: "\f119"
 }
 
 .fa-frown-open:before {
     content: "\f57a"
 }
 
 .fa-fulcrum:before {
     content: "\f50b"
 }
 
 .fa-futbol:before {
     content: "\f1e3"
 }
 
 .fa-galactic-republic:before {
     content: "\f50c"
 }
 
 .fa-galactic-senate:before {
     content: "\f50d"
 }
 
 .fa-gamepad:before {
     content: "\f11b"
 }
 
 .fa-gas-pump:before {
     content: "\f52f"
 }
 
 .fa-gavel:before {
     content: "\f0e3"
 }
 
 .fa-gem:before {
     content: "\f3a5"
 }
 
 .fa-genderless:before {
     content: "\f22d"
 }
 
 .fa-get-pocket:before {
     content: "\f265"
 }
 
 .fa-gg:before {
     content: "\f260"
 }
 
 .fa-gg-circle:before {
     content: "\f261"
 }
 
 .fa-gift:before {
     content: "\f06b"
 }
 
 .fa-git:before {
     content: "\f1d3"
 }
 
 .fa-git-square:before {
     content: "\f1d2"
 }
 
 .fa-github:before {
     content: "\f09b"
 }
 
 .fa-github-alt:before {
     content: "\f113"
 }
 
 .fa-github-square:before {
     content: "\f092"
 }
 
 .fa-gitkraken:before {
     content: "\f3a6"
 }
 
 .fa-gitlab:before {
     content: "\f296"
 }
 
 .fa-gitter:before {
     content: "\f426"
 }
 
 .fa-glass-martini:before {
     content: "\f000"
 }
 
 .fa-glass-martini-alt:before {
     content: "\f57b"
 }
 
 .fa-glasses:before {
     content: "\f530"
 }
 
 .fa-glide:before {
     content: "\f2a5"
 }
 
 .fa-glide-g:before {
     content: "\f2a6"
 }
 
 .fa-globe:before {
     content: "\f0ac"
 }
 
 .fa-globe-africa:before {
     content: "\f57c"
 }
 
 .fa-globe-americas:before {
     content: "\f57d"
 }
 
 .fa-globe-asia:before {
     content: "\f57e"
 }
 
 .fa-gofore:before {
     content: "\f3a7"
 }
 
 .fa-golf-ball:before {
     content: "\f450"
 }
 
 .fa-goodreads:before {
     content: "\f3a8"
 }
 
 .fa-goodreads-g:before {
     content: "\f3a9"
 }
 
 .fa-google:before {
     content: "\f1a0"
 }
 
 .fa-google-drive:before {
     content: "\f3aa"
 }
 
 .fa-google-play:before {
     content: "\f3ab"
 }
 
 .fa-google-plus:before {
     content: "\f2b3"
 }
 
 .fa-google-plus-g:before {
     content: "\f0d5"
 }
 
 .fa-google-plus-square:before {
     content: "\f0d4"
 }
 
 .fa-google-wallet:before {
     content: "\f1ee"
 }
 
 .fa-graduation-cap:before {
     content: "\f19d"
 }
 
 .fa-gratipay:before {
     content: "\f184"
 }
 
 .fa-grav:before {
     content: "\f2d6"
 }
 
 .fa-greater-than:before {
     content: "\f531"
 }
 
 .fa-greater-than-equal:before {
     content: "\f532"
 }
 
 .fa-grimace:before {
     content: "\f57f"
 }
 
 .fa-grin:before {
     content: "\f580"
 }
 
 .fa-grin-alt:before {
     content: "\f581"
 }
 
 .fa-grin-beam:before {
     content: "\f582"
 }
 
 .fa-grin-beam-sweat:before {
     content: "\f583"
 }
 
 .fa-grin-hearts:before {
     content: "\f584"
 }
 
 .fa-grin-squint:before {
     content: "\f585"
 }
 
 .fa-grin-squint-tears:before {
     content: "\f586"
 }
 
 .fa-grin-stars:before {
     content: "\f587"
 }
 
 .fa-grin-tears:before {
     content: "\f588"
 }
 
 .fa-grin-tongue:before {
     content: "\f589"
 }
 
 .fa-grin-tongue-squint:before {
     content: "\f58a"
 }
 
 .fa-grin-tongue-wink:before {
     content: "\f58b"
 }
 
 .fa-grin-wink:before {
     content: "\f58c"
 }
 
 .fa-grip-horizontal:before {
     content: "\f58d"
 }
 
 .fa-grip-vertical:before {
     content: "\f58e"
 }
 
 .fa-gripfire:before {
     content: "\f3ac"
 }
 
 .fa-grunt:before {
     content: "\f3ad"
 }
 
 .fa-gulp:before {
     content: "\f3ae"
 }
 
 .fa-h-square:before {
     content: "\f0fd"
 }
 
 .fa-hacker-news:before {
     content: "\f1d4"
 }
 
 .fa-hacker-news-square:before {
     content: "\f3af"
 }
 
 .fa-hackerrank:before {
     content: "\f5f7"
 }
 
 .fa-hand-holding:before {
     content: "\f4bd"
 }
 
 .fa-hand-holding-heart:before {
     content: "\f4be"
 }
 
 .fa-hand-holding-usd:before {
     content: "\f4c0"
 }
 
 .fa-hand-lizard:before {
     content: "\f258"
 }
 
 .fa-hand-paper:before {
     content: "\f256"
 }
 
 .fa-hand-peace:before {
     content: "\f25b"
 }
 
 .fa-hand-point-down:before {
     content: "\f0a7"
 }
 
 .fa-hand-point-left:before {
     content: "\f0a5"
 }
 
 .fa-hand-point-right:before {
     content: "\f0a4"
 }
 
 .fa-hand-point-up:before {
     content: "\f0a6"
 }
 
 .fa-hand-pointer:before {
     content: "\f25a"
 }
 
 .fa-hand-rock:before {
     content: "\f255"
 }
 
 .fa-hand-scissors:before {
     content: "\f257"
 }
 
 .fa-hand-spock:before {
     content: "\f259"
 }
 
 .fa-hands:before {
     content: "\f4c2"
 }
 
 .fa-hands-helping:before {
     content: "\f4c4"
 }
 
 .fa-handshake:before {
     content: "\f2b5"
 }
 
 .fa-hashtag:before {
     content: "\f292"
 }
 
 .fa-hdd:before {
     content: "\f0a0"
 }
 
 .fa-heading:before {
     content: "\f1dc"
 }
 
 .fa-headphones:before {
     content: "\f025"
 }
 
 .fa-headphones-alt:before {
     content: "\f58f"
 }
 
 .fa-headset:before {
     content: "\f590"
 }
 
 .fa-heart:before {
     content: "\f004"
 }
 
 .fa-heartbeat:before {
     content: "\f21e"
 }
 
 .fa-helicopter:before {
     content: "\f533"
 }
 
 .fa-highlighter:before {
     content: "\f591"
 }
 
 .fa-hips:before {
     content: "\f452"
 }
 
 .fa-hire-a-helper:before {
     content: "\f3b0"
 }
 
 .fa-history:before {
     content: "\f1da"
 }
 
 .fa-hockey-puck:before {
     content: "\f453"
 }
 
 .fa-home:before {
     content: "\f015"
 }
 
 .fa-hooli:before {
     content: "\f427"
 }
 
 .fa-hornbill:before {
     content: "\f592"
 }
 
 .fa-hospital:before {
     content: "\f0f8"
 }
 
 .fa-hospital-alt:before {
     content: "\f47d"
 }
 
 .fa-hospital-symbol:before {
     content: "\f47e"
 }
 
 .fa-hot-tub:before {
     content: "\f593"
 }
 
 .fa-hotel:before {
     content: "\f594"
 }
 
 .fa-hotjar:before {
     content: "\f3b1"
 }
 
 .fa-hourglass:before {
     content: "\f254"
 }
 
 .fa-hourglass-end:before {
     content: "\f253"
 }
 
 .fa-hourglass-half:before {
     content: "\f252"
 }
 
 .fa-hourglass-start:before {
     content: "\f251"
 }
 
 .fa-houzz:before {
     content: "\f27c"
 }
 
 .fa-html5:before {
     content: "\f13b"
 }
 
 .fa-hubspot:before {
     content: "\f3b2"
 }
 
 .fa-i-cursor:before {
     content: "\f246"
 }
 
 .fa-id-badge:before {
     content: "\f2c1"
 }
 
 .fa-id-card:before {
     content: "\f2c2"
 }
 
 .fa-id-card-alt:before {
     content: "\f47f"
 }
 
 .fa-image:before {
     content: "\f03e"
 }
 
 .fa-images:before {
     content: "\f302"
 }
 
 .fa-imdb:before {
     content: "\f2d8"
 }
 
 .fa-inbox:before {
     content: "\f01c"
 }
 
 .fa-indent:before {
     content: "\f03c"
 }
 
 .fa-industry:before {
     content: "\f275"
 }
 
 .fa-infinity:before {
     content: "\f534"
 }
 
 .fa-info:before {
     content: "\f129"
 }
 
 .fa-info-circle:before {
     content: "\f05a"
 }
 
 .fa-instagram:before {
     content: "\f16d"
 }
 
 .fa-internet-explorer:before {
     content: "\f26b"
 }
 
 .fa-ioxhost:before {
     content: "\f208"
 }
 
 .fa-italic:before {
     content: "\f033"
 }
 
 .fa-itunes:before {
     content: "\f3b4"
 }
 
 .fa-itunes-note:before {
     content: "\f3b5"
 }
 
 .fa-java:before {
     content: "\f4e4"
 }
 
 .fa-jedi-order:before {
     content: "\f50e"
 }
 
 .fa-jenkins:before {
     content: "\f3b6"
 }
 
 .fa-joget:before {
     content: "\f3b7"
 }
 
 .fa-joint:before {
     content: "\f595"
 }
 
 .fa-joomla:before {
     content: "\f1aa"
 }
 
 .fa-js:before {
     content: "\f3b8"
 }
 
 .fa-js-square:before {
     content: "\f3b9"
 }
 
 .fa-jsfiddle:before {
     content: "\f1cc"
 }
 
 .fa-kaggle:before {
     content: "\f5fa"
 }
 
 .fa-key:before {
     content: "\f084"
 }
 
 .fa-keybase:before {
     content: "\f4f5"
 }
 
 .fa-keyboard:before {
     content: "\f11c"
 }
 
 .fa-keycdn:before {
     content: "\f3ba"
 }
 
 .fa-kickstarter:before {
     content: "\f3bb"
 }
 
 .fa-kickstarter-k:before {
     content: "\f3bc"
 }
 
 .fa-kiss:before {
     content: "\f596"
 }
 
 .fa-kiss-beam:before {
     content: "\f597"
 }
 
 .fa-kiss-wink-heart:before {
     content: "\f598"
 }
 
 .fa-kiwi-bird:before {
     content: "\f535"
 }
 
 .fa-korvue:before {
     content: "\f42f"
 }
 
 .fa-language:before {
     content: "\f1ab"
 }
 
 .fa-laptop:before {
     content: "\f109"
 }
 
 .fa-laptop-code:before {
     content: "\f5fc"
 }
 
 .fa-laravel:before {
     content: "\f3bd"
 }
 
 .fa-lastfm:before {
     content: "\f202"
 }
 
 .fa-lastfm-square:before {
     content: "\f203"
 }
 
 .fa-laugh:before {
     content: "\f599"
 }
 
 .fa-laugh-beam:before {
     content: "\f59a"
 }
 
 .fa-laugh-squint:before {
     content: "\f59b"
 }
 
 .fa-laugh-wink:before {
     content: "\f59c"
 }
 
 .fa-layer-group:before {
     content: "\f5fd"
 }
 
 .fa-leaf:before {
     content: "\f06c"
 }
 
 .fa-leanpub:before {
     content: "\f212"
 }
 
 .fa-lemon:before {
     content: "\f094"
 }
 
 .fa-less:before {
     content: "\f41d"
 }
 
 .fa-less-than:before {
     content: "\f536"
 }
 
 .fa-less-than-equal:before {
     content: "\f537"
 }
 
 .fa-level-down-alt:before {
     content: "\f3be"
 }
 
 .fa-level-up-alt:before {
     content: "\f3bf"
 }
 
 .fa-life-ring:before {
     content: "\f1cd"
 }
 
 .fa-lightbulb:before {
     content: "\f0eb"
 }
 
 .fa-line:before {
     content: "\f3c0"
 }
 
 .fa-link:before {
     content: "\f0c1"
 }
 
 .fa-linkedin:before {
     content: "\f08c"
 }
 
 .fa-linkedin-in:before {
     content: "\f0e1"
 }
 
 .fa-linode:before {
     content: "\f2b8"
 }
 
 .fa-linux:before {
     content: "\f17c"
 }
 
 .fa-lira-sign:before {
     content: "\f195"
 }
 
 .fa-list:before {
     content: "\f03a"
 }
 
 .fa-list-alt:before {
     content: "\f022"
 }
 
 .fa-list-ol:before {
     content: "\f0cb"
 }
 
 .fa-list-ul:before {
     content: "\f0ca"
 }
 
 .fa-location-arrow:before {
     content: "\f124"
 }
 
 .fa-lock:before {
     content: "\f023"
 }
 
 .fa-lock-open:before {
     content: "\f3c1"
 }
 
 .fa-long-arrow-alt-down:before {
     content: "\f309"
 }
 
 .fa-long-arrow-alt-left:before {
     content: "\f30a"
 }
 
 .fa-long-arrow-alt-right:before {
     content: "\f30b"
 }
 
 .fa-long-arrow-alt-up:before {
     content: "\f30c"
 }
 
 .fa-low-vision:before {
     content: "\f2a8"
 }
 
 .fa-luggage-cart:before {
     content: "\f59d"
 }
 
 .fa-lyft:before {
     content: "\f3c3"
 }
 
 .fa-magento:before {
     content: "\f3c4"
 }
 
 .fa-magic:before {
     content: "\f0d0"
 }
 
 .fa-magnet:before {
     content: "\f076"
 }
 
 .fa-mailchimp:before {
     content: "\f59e"
 }
 
 .fa-male:before {
     content: "\f183"
 }
 
 .fa-mandalorian:before {
     content: "\f50f"
 }
 
 .fa-map:before {
     content: "\f279"
 }
 
 .fa-map-marked:before {
     content: "\f59f"
 }
 
 .fa-map-marked-alt:before {
     content: "\f5a0"
 }
 
 .fa-map-marker:before {
     content: "\f041"
 }
 
 .fa-map-marker-alt:before {
     content: "\f3c5"
 }
 
 .fa-map-pin:before {
     content: "\f276"
 }
 
 .fa-map-signs:before {
     content: "\f277"
 }
 
 .fa-markdown:before {
     content: "\f60f"
 }
 
 .fa-marker:before {
     content: "\f5a1"
 }
 
 .fa-mars:before {
     content: "\f222"
 }
 
 .fa-mars-double:before {
     content: "\f227"
 }
 
 .fa-mars-stroke:before {
     content: "\f229"
 }
 
 .fa-mars-stroke-h:before {
     content: "\f22b"
 }
 
 .fa-mars-stroke-v:before {
     content: "\f22a"
 }
 
 .fa-mastodon:before {
     content: "\f4f6"
 }
 
 .fa-maxcdn:before {
     content: "\f136"
 }
 
 .fa-medal:before {
     content: "\f5a2"
 }
 
 .fa-medapps:before {
     content: "\f3c6"
 }
 
 .fa-medium:before {
     content: "\f23a"
 }
 
 .fa-medium-m:before {
     content: "\f3c7"
 }
 
 .fa-medkit:before {
     content: "\f0fa"
 }
 
 .fa-medrt:before {
     content: "\f3c8"
 }
 
 .fa-meetup:before {
     content: "\f2e0"
 }
 
 .fa-megaport:before {
     content: "\f5a3"
 }
 
 .fa-meh:before {
     content: "\f11a"
 }
 
 .fa-meh-blank:before {
     content: "\f5a4"
 }
 
 .fa-meh-rolling-eyes:before {
     content: "\f5a5"
 }
 
 .fa-memory:before {
     content: "\f538"
 }
 
 .fa-mercury:before {
     content: "\f223"
 }
 
 .fa-microchip:before {
     content: "\f2db"
 }
 
 .fa-microphone:before {
     content: "\f130"
 }
 
 .fa-microphone-alt:before {
     content: "\f3c9"
 }
 
 .fa-microphone-alt-slash:before {
     content: "\f539"
 }
 
 .fa-microphone-slash:before {
     content: "\f131"
 }
 
 .fa-microscope:before {
     content: "\f610"
 }
 
 .fa-microsoft:before {
     content: "\f3ca"
 }
 
 .fa-minus:before {
     content: "\f068"
 }
 
 .fa-minus-circle:before {
     content: "\f056"
 }
 
 .fa-minus-square:before {
     content: "\f146"
 }
 
 .fa-mix:before {
     content: "\f3cb"
 }
 
 .fa-mixcloud:before {
     content: "\f289"
 }
 
 .fa-mizuni:before {
     content: "\f3cc"
 }
 
 .fa-mobile:before {
     content: "\f10b"
 }
 
 .fa-mobile-alt:before {
     content: "\f3cd"
 }
 
 .fa-modx:before {
     content: "\f285"
 }
 
 .fa-monero:before {
     content: "\f3d0"
 }
 
 .fa-money-bill:before {
     content: "\f0d6"
 }
 
 .fa-money-bill-alt:before {
     content: "\f3d1"
 }
 
 .fa-money-bill-wave:before {
     content: "\f53a"
 }
 
 .fa-money-bill-wave-alt:before {
     content: "\f53b"
 }
 
 .fa-money-check:before {
     content: "\f53c"
 }
 
 .fa-money-check-alt:before {
     content: "\f53d"
 }
 
 .fa-monument:before {
     content: "\f5a6"
 }
 
 .fa-moon:before {
     content: "\f186"
 }
 
 .fa-mortar-pestle:before {
     content: "\f5a7"
 }
 
 .fa-motorcycle:before {
     content: "\f21c"
 }
 
 .fa-mouse-pointer:before {
     content: "\f245"
 }
 
 .fa-music:before {
     content: "\f001"
 }
 
 .fa-napster:before {
     content: "\f3d2"
 }
 
 .fa-neos:before {
     content: "\f612"
 }
 
 .fa-neuter:before {
     content: "\f22c"
 }
 
 .fa-newspaper:before {
     content: "\f1ea"
 }
 
 .fa-nimblr:before {
     content: "\f5a8"
 }
 
 .fa-nintendo-switch:before {
     content: "\f418"
 }
 
 .fa-node:before {
     content: "\f419"
 }
 
 .fa-node-js:before {
     content: "\f3d3"
 }
 
 .fa-not-equal:before {
     content: "\f53e"
 }
 
 .fa-notes-medical:before {
     content: "\f481"
 }
 
 .fa-npm:before {
     content: "\f3d4"
 }
 
 .fa-ns8:before {
     content: "\f3d5"
 }
 
 .fa-nutritionix:before {
     content: "\f3d6"
 }
 
 .fa-object-group:before {
     content: "\f247"
 }
 
 .fa-object-ungroup:before {
     content: "\f248"
 }
 
 .fa-odnoklassniki:before {
     content: "\f263"
 }
 
 .fa-odnoklassniki-square:before {
     content: "\f264"
 }
 
 .fa-oil-can:before {
     content: "\f613"
 }
 
 .fa-old-republic:before {
     content: "\f510"
 }
 
 .fa-opencart:before {
     content: "\f23d"
 }
 
 .fa-openid:before {
     content: "\f19b"
 }
 
 .fa-opera:before {
     content: "\f26a"
 }
 
 .fa-optin-monster:before {
     content: "\f23c"
 }
 
 .fa-osi:before {
     content: "\f41a"
 }
 
 .fa-outdent:before {
     content: "\f03b"
 }
 
 .fa-page4:before {
     content: "\f3d7"
 }
 
 .fa-pagelines:before {
     content: "\f18c"
 }
 
 .fa-paint-brush:before {
     content: "\f1fc"
 }
 
 .fa-paint-roller:before {
     content: "\f5aa"
 }
 
 .fa-palette:before {
     content: "\f53f"
 }
 
 .fa-palfed:before {
     content: "\f3d8"
 }
 
 .fa-pallet:before {
     content: "\f482"
 }
 
 .fa-paper-plane:before {
     content: "\f1d8"
 }
 
 .fa-paperclip:before {
     content: "\f0c6"
 }
 
 .fa-parachute-box:before {
     content: "\f4cd"
 }
 
 .fa-paragraph:before {
     content: "\f1dd"
 }
 
 .fa-parking:before {
     content: "\f540"
 }
 
 .fa-passport:before {
     content: "\f5ab"
 }
 
 .fa-paste:before {
     content: "\f0ea"
 }
 
 .fa-patreon:before {
     content: "\f3d9"
 }
 
 .fa-pause:before {
     content: "\f04c"
 }
 
 .fa-pause-circle:before {
     content: "\f28b"
 }
 
 .fa-paw:before {
     content: "\f1b0"
 }
 
 .fa-paypal:before {
     content: "\f1ed"
 }
 
 .fa-pen:before {
     content: "\f304"
 }
 
 .fa-pen-alt:before {
     content: "\f305"
 }
 
 .fa-pen-fancy:before {
     content: "\f5ac"
 }
 
 .fa-pen-nib:before {
     content: "\f5ad"
 }
 
 .fa-pen-square:before {
     content: "\f14b"
 }
 
 .fa-pencil-alt:before {
     content: "\f303"
 }
 
 .fa-pencil-ruler:before {
     content: "\f5ae"
 }
 
 .fa-people-carry:before {
     content: "\f4ce"
 }
 
 .fa-percent:before {
     content: "\f295"
 }
 
 .fa-percentage:before {
     content: "\f541"
 }
 
 .fa-periscope:before {
     content: "\f3da"
 }
 
 .fa-phabricator:before {
     content: "\f3db"
 }
 
 .fa-phoenix-framework:before {
     content: "\f3dc"
 }
 
 .fa-phoenix-squadron:before {
     content: "\f511"
 }
 
 .fa-phone:before {
     content: "\f095"
 }
 
 .fa-phone-slash:before {
     content: "\f3dd"
 }
 
 .fa-phone-square:before {
     content: "\f098"
 }
 
 .fa-phone-volume:before {
     content: "\f2a0"
 }
 
 .fa-php:before {
     content: "\f457"
 }
 
 .fa-pied-piper:before {
     content: "\f2ae"
 }
 
 .fa-pied-piper-alt:before {
     content: "\f1a8"
 }
 
 .fa-pied-piper-hat:before {
     content: "\f4e5"
 }
 
 .fa-pied-piper-pp:before {
     content: "\f1a7"
 }
 
 .fa-piggy-bank:before {
     content: "\f4d3"
 }
 
 .fa-pills:before {
     content: "\f484"
 }
 
 .fa-pinterest:before {
     content: "\f0d2"
 }
 
 .fa-pinterest-p:before {
     content: "\f231"
 }
 
 .fa-pinterest-square:before {
     content: "\f0d3"
 }
 
 .fa-plane:before {
     content: "\f072"
 }
 
 .fa-plane-arrival:before {
     content: "\f5af"
 }
 
 .fa-plane-departure:before {
     content: "\f5b0"
 }
 
 .fa-play:before {
     content: "\f04b"
 }
 
 .fa-play-circle:before {
     content: "\f144"
 }
 
 .fa-playstation:before {
     content: "\f3df"
 }
 
 .fa-plug:before {
     content: "\f1e6"
 }
 
 .fa-plus:before {
     content: "\f067"
 }
 
 .fa-plus-circle:before {
     content: "\f055"
 }
 
 .fa-plus-square:before {
     content: "\f0fe"
 }
 
 .fa-podcast:before {
     content: "\f2ce"
 }
 
 .fa-poo:before {
     content: "\f2fe"
 }
 
 .fa-poop:before {
     content: "\f619"
 }
 
 .fa-portrait:before {
     content: "\f3e0"
 }
 
 .fa-pound-sign:before {
     content: "\f154"
 }
 
 .fa-power-off:before {
     content: "\f011"
 }
 
 .fa-prescription:before {
     content: "\f5b1"
 }
 
 .fa-prescription-bottle:before {
     content: "\f485"
 }
 
 .fa-prescription-bottle-alt:before {
     content: "\f486"
 }
 
 .fa-print:before {
     content: "\f02f"
 }
 
 .fa-procedures:before {
     content: "\f487"
 }
 
 .fa-product-hunt:before {
     content: "\f288"
 }
 
 .fa-project-diagram:before {
     content: "\f542"
 }
 
 .fa-pushed:before {
     content: "\f3e1"
 }
 
 .fa-puzzle-piece:before {
     content: "\f12e"
 }
 
 .fa-python:before {
     content: "\f3e2"
 }
 
 .fa-qq:before {
     content: "\f1d6"
 }
 
 .fa-qrcode:before {
     content: "\f029"
 }
 
 .fa-question:before {
     content: "\f128"
 }
 
 .fa-question-circle:before {
     content: "\f059"
 }
 
 .fa-quidditch:before {
     content: "\f458"
 }
 
 .fa-quinscape:before {
     content: "\f459"
 }
 
 .fa-quora:before {
     content: "\f2c4"
 }
 
 .fa-quote-left:before {
     content: "\f10d"
 }
 
 .fa-quote-right:before {
     content: "\f10e"
 }
 
 .fa-r-project:before {
     content: "\f4f7"
 }
 
 .fa-random:before {
     content: "\f074"
 }
 
 .fa-ravelry:before {
     content: "\f2d9"
 }
 
 .fa-react:before {
     content: "\f41b"
 }
 
 .fa-readme:before {
     content: "\f4d5"
 }
 
 .fa-rebel:before {
     content: "\f1d0"
 }
 
 .fa-receipt:before {
     content: "\f543"
 }
 
 .fa-recycle:before {
     content: "\f1b8"
 }
 
 .fa-red-river:before {
     content: "\f3e3"
 }
 
 .fa-reddit:before {
     content: "\f1a1"
 }
 
 .fa-reddit-alien:before {
     content: "\f281"
 }
 
 .fa-reddit-square:before {
     content: "\f1a2"
 }
 
 .fa-redo:before {
     content: "\f01e"
 }
 
 .fa-redo-alt:before {
     content: "\f2f9"
 }
 
 .fa-registered:before {
     content: "\f25d"
 }
 
 .fa-rendact:before {
     content: "\f3e4"
 }
 
 .fa-renren:before {
     content: "\f18b"
 }
 
 .fa-reply:before {
     content: "\f3e5"
 }
 
 .fa-reply-all:before {
     content: "\f122"
 }
 
 .fa-replyd:before {
     content: "\f3e6"
 }
 
 .fa-researchgate:before {
     content: "\f4f8"
 }
 
 .fa-resolving:before {
     content: "\f3e7"
 }
 
 .fa-retweet:before {
     content: "\f079"
 }
 
 .fa-rev:before {
     content: "\f5b2"
 }
 
 .fa-ribbon:before {
     content: "\f4d6"
 }
 
 .fa-road:before {
     content: "\f018"
 }
 
 .fa-robot:before {
     content: "\f544"
 }
 
 .fa-rocket:before {
     content: "\f135"
 }
 
 .fa-rocketchat:before {
     content: "\f3e8"
 }
 
 .fa-rockrms:before {
     content: "\f3e9"
 }
 
 .fa-route:before {
     content: "\f4d7"
 }
 
 .fa-rss:before {
     content: "\f09e"
 }
 
 .fa-rss-square:before {
     content: "\f143"
 }
 
 .fa-ruble-sign:before {
     content: "\f158"
 }
 
 .fa-ruler:before {
     content: "\f545"
 }
 
 .fa-ruler-combined:before {
     content: "\f546"
 }
 
 .fa-ruler-horizontal:before {
     content: "\f547"
 }
 
 .fa-ruler-vertical:before {
     content: "\f548"
 }
 
 .fa-rupee-sign:before {
     content: "\f156"
 }
 
 .fa-sad-cry:before {
     content: "\f5b3"
 }
 
 .fa-sad-tear:before {
     content: "\f5b4"
 }
 
 .fa-safari:before {
     content: "\f267"
 }
 
 .fa-sass:before {
     content: "\f41e"
 }
 
 .fa-save:before {
     content: "\f0c7"
 }
 
 .fa-schlix:before {
     content: "\f3ea"
 }
 
 .fa-school:before {
     content: "\f549"
 }
 
 .fa-screwdriver:before {
     content: "\f54a"
 }
 
 .fa-scribd:before {
     content: "\f28a"
 }
 
 .fa-search:before {
     content: "\f002"
 }
 
 .fa-search-minus:before {
     content: "\f010"
 }
 
 .fa-search-plus:before {
     content: "\f00e"
 }
 
 .fa-searchengin:before {
     content: "\f3eb"
 }
 
 .fa-seedling:before {
     content: "\f4d8"
 }
 
 .fa-sellcast:before {
     content: "\f2da"
 }
 
 .fa-sellsy:before {
     content: "\f213"
 }
 
 .fa-server:before {
     content: "\f233"
 }
 
 .fa-servicestack:before {
     content: "\f3ec"
 }
 
 .fa-shapes:before {
     content: "\f61f"
 }
 
 .fa-share:before {
     content: "\f064"
 }
 
 .fa-share-alt:before {
     content: "\f1e0"
 }
 
 .fa-share-alt-square:before {
     content: "\f1e1"
 }
 
 .fa-share-square:before {
     content: "\f14d"
 }
 
 .fa-shekel-sign:before {
     content: "\f20b"
 }
 
 .fa-shield-alt:before {
     content: "\f3ed"
 }
 
 .fa-ship:before {
     content: "\f21a"
 }
 
 .fa-shipping-fast:before {
     content: "\f48b"
 }
 
 .fa-shirtsinbulk:before {
     content: "\f214"
 }
 
 .fa-shoe-prints:before {
     content: "\f54b"
 }
 
 .fa-shopping-bag:before {
     content: "\f290"
 }
 
 .fa-shopping-basket:before {
     content: "\f291"
 }
 
 .fa-shopping-cart:before {
     content: "\f07a"
 }
 
 .fa-shopware:before {
     content: "\f5b5"
 }
 
 .fa-shower:before {
     content: "\f2cc"
 }
 
 .fa-shuttle-van:before {
     content: "\f5b6"
 }
 
 .fa-sign:before {
     content: "\f4d9"
 }
 
 .fa-sign-in-alt:before {
     content: "\f2f6"
 }
 
 .fa-sign-language:before {
     content: "\f2a7"
 }
 
 .fa-sign-out-alt:before {
     content: "\f2f5"
 }
 
 .fa-signal:before {
     content: "\f012"
 }
 
 .fa-signature:before {
     content: "\f5b7"
 }
 
 .fa-simplybuilt:before {
     content: "\f215"
 }
 
 .fa-sistrix:before {
     content: "\f3ee"
 }
 
 .fa-sitemap:before {
     content: "\f0e8"
 }
 
 .fa-sith:before {
     content: "\f512"
 }
 
 .fa-skull:before {
     content: "\f54c"
 }
 
 .fa-skyatlas:before {
     content: "\f216"
 }
 
 .fa-skype:before {
     content: "\f17e"
 }
 
 .fa-slack:before {
     content: "\f198"
 }
 
 .fa-slack-hash:before {
     content: "\f3ef"
 }
 
 .fa-sliders-h:before {
     content: "\f1de"
 }
 
 .fa-slideshare:before {
     content: "\f1e7"
 }
 
 .fa-smile:before {
     content: "\f118"
 }
 
 .fa-smile-beam:before {
     content: "\f5b8"
 }
 
 .fa-smile-wink:before {
     content: "\f4da"
 }
 
 .fa-smoking:before {
     content: "\f48d"
 }
 
 .fa-smoking-ban:before {
     content: "\f54d"
 }
 
 .fa-snapchat:before {
     content: "\f2ab"
 }
 
 .fa-snapchat-ghost:before {
     content: "\f2ac"
 }
 
 .fa-snapchat-square:before {
     content: "\f2ad"
 }
 
 .fa-snowflake:before {
     content: "\f2dc"
 }
 
 .fa-solar-panel:before {
     content: "\f5ba"
 }
 
 .fa-sort:before {
     content: "\f0dc"
 }
 
 .fa-sort-alpha-down:before {
     content: "\f15d"
 }
 
 .fa-sort-alpha-up:before {
     content: "\f15e"
 }
 
 .fa-sort-amount-down:before {
     content: "\f160"
 }
 
 .fa-sort-amount-up:before {
     content: "\f161"
 }
 
 .fa-sort-down:before {
     content: "\f0dd"
 }
 
 .fa-sort-numeric-down:before {
     content: "\f162"
 }
 
 .fa-sort-numeric-up:before {
     content: "\f163"
 }
 
 .fa-sort-up:before {
     content: "\f0de"
 }
 
 .fa-soundcloud:before {
     content: "\f1be"
 }
 
 .fa-spa:before {
     content: "\f5bb"
 }
 
 .fa-space-shuttle:before {
     content: "\f197"
 }
 
 .fa-speakap:before {
     content: "\f3f3"
 }
 
 .fa-spinner:before {
     content: "\f110"
 }
 
 .fa-splotch:before {
     content: "\f5bc"
 }
 
 .fa-spotify:before {
     content: "\f1bc"
 }
 
 .fa-spray-can:before {
     content: "\f5bd"
 }
 
 .fa-square:before {
     content: "\f0c8"
 }
 
 .fa-square-full:before {
     content: "\f45c"
 }
 
 .fa-squarespace:before {
     content: "\f5be"
 }
 
 .fa-stack-exchange:before {
     content: "\f18d"
 }
 
 .fa-stack-overflow:before {
     content: "\f16c"
 }
 
 .fa-stamp:before {
     content: "\f5bf"
 }
 
 .fa-star:before {
     content: "\f005"
 }
 
 .fa-star-half:before {
     content: "\f089"
 }
 
 .fa-star-half-alt:before {
     content: "\f5c0"
 }
 
 .fa-star-of-life:before {
     content: "\f621"
 }
 
 .fa-staylinked:before {
     content: "\f3f5"
 }
 
 .fa-steam:before {
     content: "\f1b6"
 }
 
 .fa-steam-square:before {
     content: "\f1b7"
 }
 
 .fa-steam-symbol:before {
     content: "\f3f6"
 }
 
 .fa-step-backward:before {
     content: "\f048"
 }
 
 .fa-step-forward:before {
     content: "\f051"
 }
 
 .fa-stethoscope:before {
     content: "\f0f1"
 }
 
 .fa-sticker-mule:before {
     content: "\f3f7"
 }
 
 .fa-sticky-note:before {
     content: "\f249"
 }
 
 .fa-stop:before {
     content: "\f04d"
 }
 
 .fa-stop-circle:before {
     content: "\f28d"
 }
 
 .fa-stopwatch:before {
     content: "\f2f2"
 }
 
 .fa-store:before {
     content: "\f54e"
 }
 
 .fa-store-alt:before {
     content: "\f54f"
 }
 
 .fa-strava:before {
     content: "\f428"
 }
 
 .fa-stream:before {
     content: "\f550"
 }
 
 .fa-street-view:before {
     content: "\f21d"
 }
 
 .fa-strikethrough:before {
     content: "\f0cc"
 }
 
 .fa-stripe:before {
     content: "\f429"
 }
 
 .fa-stripe-s:before {
     content: "\f42a"
 }
 
 .fa-stroopwafel:before {
     content: "\f551"
 }
 
 .fa-studiovinari:before {
     content: "\f3f8"
 }
 
 .fa-stumbleupon:before {
     content: "\f1a4"
 }
 
 .fa-stumbleupon-circle:before {
     content: "\f1a3"
 }
 
 .fa-subscript:before {
     content: "\f12c"
 }
 
 .fa-subway:before {
     content: "\f239"
 }
 
 .fa-suitcase:before {
     content: "\f0f2"
 }
 
 .fa-suitcase-rolling:before {
     content: "\f5c1"
 }
 
 .fa-sun:before {
     content: "\f185"
 }
 
 .fa-superpowers:before {
     content: "\f2dd"
 }
 
 .fa-superscript:before {
     content: "\f12b"
 }
 
 .fa-supple:before {
     content: "\f3f9"
 }
 
 .fa-surprise:before {
     content: "\f5c2"
 }
 
 .fa-swatchbook:before {
     content: "\f5c3"
 }
 
 .fa-swimmer:before {
     content: "\f5c4"
 }
 
 .fa-swimming-pool:before {
     content: "\f5c5"
 }
 
 .fa-sync:before {
     content: "\f021"
 }
 
 .fa-sync-alt:before {
     content: "\f2f1"
 }
 
 .fa-syringe:before {
     content: "\f48e"
 }
 
 .fa-table:before {
     content: "\f0ce"
 }
 
 .fa-table-tennis:before {
     content: "\f45d"
 }
 
 .fa-tablet:before {
     content: "\f10a"
 }
 
 .fa-tablet-alt:before {
     content: "\f3fa"
 }
 
 .fa-tablets:before {
     content: "\f490"
 }
 
 .fa-tachometer-alt:before {
     content: "\f3fd"
 }
 
 .fa-tag:before {
     content: "\f02b"
 }
 
 .fa-tags:before {
     content: "\f02c"
 }
 
 .fa-tape:before {
     content: "\f4db"
 }
 
 .fa-tasks:before {
     content: "\f0ae"
 }
 
 .fa-taxi:before {
     content: "\f1ba"
 }
 
 .fa-teamspeak:before {
     content: "\f4f9"
 }
 
 .fa-teeth:before {
     content: "\f62e"
 }
 
 .fa-teeth-open:before {
     content: "\f62f"
 }
 
 .fa-telegram:before {
     content: "\f2c6"
 }
 
 .fa-telegram-plane:before {
     content: "\f3fe"
 }
 
 .fa-tencent-weibo:before {
     content: "\f1d5"
 }
 
 .fa-terminal:before {
     content: "\f120"
 }
 
 .fa-text-height:before {
     content: "\f034"
 }
 
 .fa-text-width:before {
     content: "\f035"
 }
 
 .fa-th:before {
     content: "\f00a"
 }
 
 .fa-th-large:before {
     content: "\f009"
 }
 
 .fa-th-list:before {
     content: "\f00b"
 }
 
 .fa-theater-masks:before {
     content: "\f630"
 }
 
 .fa-themeco:before {
     content: "\f5c6"
 }
 
 .fa-themeisle:before {
     content: "\f2b2"
 }
 
 .fa-thermometer:before {
     content: "\f491"
 }
 
 .fa-thermometer-empty:before {
     content: "\f2cb"
 }
 
 .fa-thermometer-full:before {
     content: "\f2c7"
 }
 
 .fa-thermometer-half:before {
     content: "\f2c9"
 }
 
 .fa-thermometer-quarter:before {
     content: "\f2ca"
 }
 
 .fa-thermometer-three-quarters:before {
     content: "\f2c8"
 }
 
 .fa-thumbs-down:before {
     content: "\f165"
 }
 
 .fa-thumbs-up:before {
     content: "\f164"
 }
 
 .fa-thumbtack:before {
     content: "\f08d"
 }
 
 .fa-ticket-alt:before {
     content: "\f3ff"
 }
 
 .fa-times:before {
     content: "\f00d"
 }
 
 .fa-times-circle:before {
     content: "\f057"
 }
 
 .fa-tint:before {
     content: "\f043"
 }
 
 .fa-tint-slash:before {
     content: "\f5c7"
 }
 
 .fa-tired:before {
     content: "\f5c8"
 }
 
 .fa-toggle-off:before {
     content: "\f204"
 }
 
 .fa-toggle-on:before {
     content: "\f205"
 }
 
 .fa-toolbox:before {
     content: "\f552"
 }
 
 .fa-tooth:before {
     content: "\f5c9"
 }
 
 .fa-trade-federation:before {
     content: "\f513"
 }
 
 .fa-trademark:before {
     content: "\f25c"
 }
 
 .fa-traffic-light:before {
     content: "\f637"
 }
 
 .fa-train:before {
     content: "\f238"
 }
 
 .fa-transgender:before {
     content: "\f224"
 }
 
 .fa-transgender-alt:before {
     content: "\f225"
 }
 
 .fa-trash:before {
     content: "\f1f8"
 }
 
 .fa-trash-alt:before {
     content: "\f2ed"
 }
 
 .fa-tree:before {
     content: "\f1bb"
 }
 
 .fa-trello:before {
     content: "\f181"
 }
 
 .fa-tripadvisor:before {
     content: "\f262"
 }
 
 .fa-trophy:before {
     content: "\f091"
 }
 
 .fa-truck:before {
     content: "\f0d1"
 }
 
 .fa-truck-loading:before {
     content: "\f4de"
 }
 
 .fa-truck-monster:before {
     content: "\f63b"
 }
 
 .fa-truck-moving:before {
     content: "\f4df"
 }
 
 .fa-truck-pickup:before {
     content: "\f63c"
 }
 
 .fa-tshirt:before {
     content: "\f553"
 }
 
 .fa-tty:before {
     content: "\f1e4"
 }
 
 .fa-tumblr:before {
     content: "\f173"
 }
 
 .fa-tumblr-square:before {
     content: "\f174"
 }
 
 .fa-tv:before {
     content: "\f26c"
 }
 
 .fa-twitch:before {
     content: "\f1e8"
 }
 
 .fa-twitter:before {
     content: "\f099";
 }
 
 .fa-twitter.color:before {
     color: #1DA1F2;
 }
 
 .fa-twitter-square:before {
     content: "\f081"
 }
 
 .fa-typo3:before {
     content: "\f42b"
 }
 
 .fa-uber:before {
     content: "\f402"
 }
 
 .fa-uikit:before {
     content: "\f403"
 }
 
 .fa-umbrella:before {
     content: "\f0e9"
 }
 
 .fa-umbrella-beach:before {
     content: "\f5ca"
 }
 
 .fa-underline:before {
     content: "\f0cd"
 }
 
 .fa-undo:before {
     content: "\f0e2"
 }
 
 .fa-undo-alt:before {
     content: "\f2ea"
 }
 
 .fa-uniregistry:before {
     content: "\f404"
 }
 
 .fa-universal-access:before {
     content: "\f29a"
 }
 
 .fa-university:before {
     content: "\f19c"
 }
 
 .fa-unlink:before {
     content: "\f127"
 }
 
 .fa-unlock:before {
     content: "\f09c"
 }
 
 .fa-unlock-alt:before {
     content: "\f13e"
 }
 
 .fa-untappd:before {
     content: "\f405"
 }
 
 .fa-upload:before {
     content: "\f093"
 }
 
 .fa-usb:before {
     content: "\f287"
 }
 
 .fa-user:before {
     content: "\f007"
 }
 
 .fa-user-alt:before {
     content: "\f406"
 }
 
 .fa-user-alt-slash:before {
     content: "\f4fa"
 }
 
 .fa-user-astronaut:before {
     content: "\f4fb"
 }
 
 .fa-user-check:before {
     content: "\f4fc"
 }
 
 .fa-user-circle:before {
     content: "\f2bd"
 }
 
 .fa-user-clock:before {
     content: "\f4fd"
 }
 
 .fa-user-cog:before {
     content: "\f4fe"
 }
 
 .fa-user-edit:before {
     content: "\f4ff"
 }
 
 .fa-user-friends:before {
     content: "\f500"
 }
 
 .fa-user-graduate:before {
     content: "\f501"
 }
 
 .fa-user-lock:before {
     content: "\f502"
 }
 
 .fa-user-md:before {
     content: "\f0f0"
 }
 
 .fa-user-minus:before {
     content: "\f503"
 }
 
 .fa-user-ninja:before {
     content: "\f504"
 }
 
 .fa-user-plus:before {
     content: "\f234"
 }
 
 .fa-user-secret:before {
     content: "\f21b"
 }
 
 .fa-user-shield:before {
     content: "\f505"
 }
 
 .fa-user-slash:before {
     content: "\f506"
 }
 
 .fa-user-tag:before {
     content: "\f507"
 }
 
 .fa-user-tie:before {
     content: "\f508"
 }
 
 .fa-user-times:before {
     content: "\f235"
 }
 
 .fa-users:before {
     content: "\f0c0"
 }
 
 .fa-users-cog:before {
     content: "\f509"
 }
 
 .fa-ussunnah:before {
     content: "\f407"
 }
 
 .fa-utensil-spoon:before {
     content: "\f2e5"
 }
 
 .fa-utensils:before {
     content: "\f2e7"
 }
 
 .fa-vaadin:before {
     content: "\f408"
 }
 
 .fa-vector-square:before {
     content: "\f5cb"
 }
 
 .fa-venus:before {
     content: "\f221"
 }
 
 .fa-venus-double:before {
     content: "\f226"
 }
 
 .fa-venus-mars:before {
     content: "\f228"
 }
 
 .fa-viacoin:before {
     content: "\f237"
 }
 
 .fa-viadeo:before {
     content: "\f2a9"
 }
 
 .fa-viadeo-square:before {
     content: "\f2aa"
 }
 
 .fa-vial:before {
     content: "\f492"
 }
 
 .fa-vials:before {
     content: "\f493"
 }
 
 .fa-viber:before {
     content: "\f409"
 }
 
 .fa-video:before {
     content: "\f03d"
 }
 
 .fa-video-slash:before {
     content: "\f4e2"
 }
 
 .fa-vimeo:before {
     content: "\f40a"
 }
 
 .fa-vimeo-square:before {
     content: "\f194"
 }
 
 .fa-vimeo-v:before {
     content: "\f27d"
 }
 
 .fa-vine:before {
     content: "\f1ca"
 }
 
 .fa-vk:before {
     content: "\f189"
 }
 
 .fa-vnv:before {
     content: "\f40b"
 }
 
 .fa-volleyball-ball:before {
     content: "\f45f"
 }
 
 .fa-volume-down:before {
     content: "\f027"
 }
 
 .fa-volume-off:before {
     content: "\f026"
 }
 
 .fa-volume-up:before {
     content: "\f028"
 }
 
 .fa-vuejs:before {
     content: "\f41f"
 }
 
 .fa-walking:before {
     content: "\f554"
 }
 
 .fa-wallet:before {
     content: "\f555"
 }
 
 .fa-warehouse:before {
     content: "\f494"
 }
 
 .fa-weebly:before {
     content: "\f5cc"
 }
 
 .fa-weibo:before {
     content: "\f18a"
 }
 
 .fa-weight:before {
     content: "\f496"
 }
 
 .fa-weight-hanging:before {
     content: "\f5cd"
 }
 
 .fa-weixin:before {
     content: "\f1d7"
 }
 
 .fa-whatsapp:before {
     content: "\f232"
 }
 
 .fa-whatsapp-square:before {
     content: "\f40c"
 }
 
 .fa-wheelchair:before {
     content: "\f193"
 }
 
 .fa-whmcs:before {
     content: "\f40d"
 }
 
 .fa-wifi:before {
     content: "\f1eb"
 }
 
 .fa-wikipedia-w:before {
     content: "\f266"
 }
 
 .fa-window-close:before {
     content: "\f410"
 }
 
 .fa-window-maximize:before {
     content: "\f2d0"
 }
 
 .fa-window-minimize:before {
     content: "\f2d1"
 }
 
 .fa-window-restore:before {
     content: "\f2d2"
 }
 
 .fa-windows:before {
     content: "\f17a"
 }
 
 .fa-wine-glass:before {
     content: "\f4e3"
 }
 
 .fa-wine-glass-alt:before {
     content: "\f5ce"
 }
 
 .fa-wix:before {
     content: "\f5cf"
 }
 
 .fa-wolf-pack-battalion:before {
     content: "\f514"
 }
 
 .fa-won-sign:before {
     content: "\f159"
 }
 
 .fa-wordpress:before {
     content: "\f19a"
 }
 
 .fa-wordpress-simple:before {
     content: "\f411"
 }
 
 .fa-wpbeginner:before {
     content: "\f297"
 }
 
 .fa-wpexplorer:before {
     content: "\f2de"
 }
 
 .fa-wpforms:before {
     content: "\f298"
 }
 
 .fa-wrench:before {
     content: "\f0ad"
 }
 
 .fa-x-ray:before {
     content: "\f497"
 }
 
 .fa-xbox:before {
     content: "\f412"
 }
 
 .fa-xing:before {
     content: "\f168"
 }
 
 .fa-xing-square:before {
     content: "\f169"
 }
 
 .fa-y-combinator:before {
     content: "\f23b"
 }
 
 .fa-yahoo:before {
     content: "\f19e"
 }
 
 .fa-yandex:before {
     content: "\f413"
 }
 
 .fa-yandex-international:before {
     content: "\f414"
 }
 
 .fa-yelp:before {
     content: "\f1e9"
 }
 
 .fa-yen-sign:before {
     content: "\f157"
 }
 
 .fa-yoast:before {
     content: "\f2b1"
 }
 
 .fa-youtube:before {
     content: "\f167"
 }
 
 .fa-youtube-square:before {
     content: "\f431"
 }
 
 .fa-zhihu:before {
     content: "\f63f"
 }
 
 .sr-only {
     border: 0;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px
 }
 
 .sr-only-focusable:active,
 .sr-only-focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto
 }
 
 @font-face {
     font-family: "Font Awesome 5 Brands";
     font-style: normal;
     font-weight: 300;
     src: url(../fonts/fontawesome/fa-brands-400.eot);
     src: url(../fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-brands-400.woff) format("woff"), url(../fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url(../fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
 }
 
 .fab {
     font-family: "Font Awesome 5 Brands"
 }
 
 @font-face {
     font-family: "Font Awesome 5 Free";
     font-style: normal;
     font-weight: 400;
     src: url(../fonts/fontawesome/fa-regular-400.eot);
     src: url(../fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-regular-400.woff) format("woff"), url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url(../fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")
 }
 
 .far {
     font-weight: 400
 }
 
 @font-face {
     font-family: "Font Awesome 5 Free";
     font-style: normal;
     font-weight: 900;
     src: url(../fonts/fontawesome/fa-solid-900.eot);
     src: url(../fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.woff) format("woff"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(../fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
 }
 
 .fa,
 .far,
 .fas {
     font-family: "Font Awesome 5 Free"
 }
 
 .fa,
 .fas {
     font-weight: 900
 }
 
 
 /* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
 */
 
 
 * {
     -webkit-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     line-height: 24px;
 
     font-size: 16px;
     color: #212626;
     font-family: 'Open Sans Hebrew';
     font-style: normal;
     font-weight: 400;
 }
 
 .a4,
 .a7,
 .a9,
 .fhe4,
 .fhe7,
 .fhe9 {
     font-family: 'almoni-neue', 'Open Sans Hebrew';
     font-style: normal;
     font-weight: 400;
 }
 
 .a7,
 .fhe7 {
     font-weight: 700;
 }
 
 .a9,
 .fhe9 {
     font-weight: 700;
 }
 
 .f7,
 .f9,
 .far7,
 .far9 {
     font-family: 'FrutigerLTArabic', 'Open Sans Hebrew';
     font-style: normal;
     font-weight: 700;
 }
 
 .f9,
 .far9 {
     font-weight: 700;
 }
 
 
 iframe[name="google_conversion_frame"] {
     display: none;
 }
 
 html {
     font-size: 16px;
     font-size: 1.11vw;
 }

 @media (min-width:1440px) {
     html {
         font-size: 16px;
     }
 }
 
 
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
     margin: 0;
     padding: 0;
     border: 0;
 
     vertical-align: baseline;
 }
 
 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
     display: block;
 }
 
 body {
     background-color: #F2F2F2;
 }
 
 ol {
     list-style: none;
 }
 
 ul,
ol {
    list-style: none;
}
.cont ul{
    list-style-type: disc;
          margin-left: 20px;
}
.cont ol{
    list-style-type: decimal;
          margin-left: 20px;
}
.single_article_in ul{
     margin-left:20px;
 }

 .single_article_in > p a {
     text-decoration: underline;
 }
 
 blockquote,
 q {
     quotes: none;
 }
 
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: '';
     content: none;
 }
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 
 img,
 svg {
     display: block;
 }
 
 :focus:not(:focus-visible) {
     outline: none
 }
 
 * input,
 textarea {
     resize: none;
     outline: none;
     -webkit-border-radius: 0px;
     -webkit-appearance: none;
     border: 0;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-weight: 300;
 }
 
 a {
     text-decoration: none;
 }
 
 a,
 .all {
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 textarea::-webkit-input-placeholder,
 input::-webkit-input-placeholder,
 textarea:-moz-placeholder,
 input:-moz-placeholder,
 textarea::-moz-placeholder,
 input::-moz-placeholder,
 textarea:-ms-input-placeholder,
 input:-ms-input-placeholder {
     /* Internet Explorer 10+ */
     color: #212626;
     font-size: 16px;
     font-family: 'almoni-neue', 'Open Sans Hebrew';
 }
 
 .alignmiddle {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }
 
 .boxsizing {
     -webkit-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .flc {
     clear: both;
 }
 
 .flr {
     float: right;
 }
 
 .fll {
     float: left;
 }
 
 .relative {
     position: relative;
 }
 
 .absolute {
     position: absolute;
 }
 
 .fixed {
     position: fixed;
 }
 
 .col-1-1 {
     width: 100%;
 }
 
 .half {
     width: 50%;
 }
 
 .full {
     width: 100%;
     height: 100%;
 }
 
 .row-1-1 {
     height: 100%;
 }
 
 .tac {
     text-align: center;
 }
 
 .hidden {
     display: none;
 }
 
 .bb {
     border-bottom: 2px solid;
 }
 
 .upper-case {
     text-transform: uppercase;
 }
 
 .tar {
     text-align: right;
 }
 
 .tal {
     text-align: left;
 }
 
 .ofh {
     overflow: hidden;
 }
 
 /* grid flex */
 .flex {
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     -ms-flex: 0 1 auto;
     -webkit-box-flex: 0;
     flex: 0 1 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .flex.reverse {
     -ms-flex-direction: row-reverse;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     flex-direction: row-reverse;
 }
 
 .flex.column {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
 }
 
 .column.reverse {
     -ms-flex-direction: column-reverse;
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     flex-direction: column-reverse;
 }
 
 .flex.start {
     -ms-flex-pack: start;
     -webkit-box-pack: start;
     justify-content: flex-start;
     text-align: start;
 }
 
 .flex.center {
     -ms-flex-pack: center;
     -webkit-box-pack: center;
     justify-content: center;
     text-align: center;
 }
 
 .flex.end {
     -ms-flex-pack: end;
     -webkit-box-pack: end;
     justify-content: flex-end;
     text-align: end;
 }
 
 .flex.top {
     -ms-flex-align: start;
     -webkit-box-align: start;
     align-items: flex-start;
 }
 
 .flex.bottom {
     -ms-flex-align: end;
     -webkit-box-align: end;
     align-items: flex-end;
 }
 
 .flex.around {
     -ms-flex-pack: distribute;
     justify-content: space-around;
 }
 
 .flex.around {
     -ms-flex-pack: distribute;
         justify-content: space-around;
 }
 
 .flex.nowrap {
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
 }
 
 
 .container {
     width: 1260px;
     margin: auto;
 }
 
 .container_narrow {
     margin: auto;
     width: 1046px;
 }
 
 .container_center {
     margin: auto;
     width: 669px;
 }
 
 .rightcol {
     width: 940px;
 }
 
 .leftcol {
     width: 297px;
 }
 
 .bc_nav {
     margin-bottom: 19px;
 }
 
 .bc_nav,
 .bc_nav * {
     font-size: 8px;
     line-height: 24px;
     color: #6C6E70;
 }
 
 .bc_nav span {
     margin: 0 6px;
 }
 
 
 .footer {
     background-color: #212626;
     background-image: url(../images/footer_hands.png);
     background-size: auto 100%;
     background-position: 100% 50%;
     background-repeat: no-repeat;
     padding-top: 21px;
     margin-top: 67px;
 }
 
 .credit {
     height: 50px;
     border-top: 1px solid #fff;
 }
 
 .credit,
 .credit * {
     color: #fff;
     font-size: 12px;
     line-height: 50px;
 }
 
 .footer_col1 {
     width: 31.9375rem;
 }
 
 .footer_right_content * {
     color: #FFFFFF;
 
 }
 
 .footer_right_content {
     padding: 17px 0 24px 0;
 
 }
 
 .footer_left_content,
 .footer_left_content * {
     font-size: 16px;
     line-height: 24px;
     color: #FFFFFF;
 }
 
 .footer_donate {
     text-align: center;
     background-color: #A3BFBD;
     height: 62px;
     line-height: 62px;
 }
 
 .footer_donate span {
     margin: 0 10px;
     display: inline-block;
     color: #fff;
     font-size: 16px;
     font-family: 'almoni-neue';
 
 }
 
 .footer_donate i {
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .footer_spr {
     border-top: 1px solid #a3bfbd;
     margin-top: 10px;
 }
 
 .footer_col2 {
     width: 38.75rem;
     margin-top: 1.25rem;
     padding-bottom: 1.875rem;
 }
 
 .footer .menu_nav_ul>li {
     width: 11.875rem;
 }
 
 /* single stuff */
 .single_article_in {
     width: 624px;
     margin: 0 auto 14px;
 }
.single_article_in.single_article_nosidebar {
    width: 1124px;
}

 .single_article_in strong {
     font-weight: 700
 }
 
 .single_post_meta {
     width: 725px;
     margin-top: -9px;
 }
 
 .single_post_meta h1 {
     font-size: 34px;
     line-height: 36px;
     margin-bottom: 24px;
 }
 
 .single_post_meta h2 {
     font-size: 24px;
     line-height: 36px;
     margin-bottom: 24px;
 }
 
 .single_cats {
     border-bottom: 2px solid #800956;
     padding: 3px 0;
     margin-bottom: 28px;
 }
 
 .single_cats span {
     width: 1px;
     height: 15px;
     background-color: #800956;
     margin: 2px 5px;
 }
 
 .single_cats,
 .single_cats * {
     color: #212626;
     line-height: 20px;
     font-size: 16px;
 }
 
 .single_mishne {
     margin-bottom: 14px;
 }
 
 .single_mishne,
 .single_mishne * {
     font-size: 24px;
     line-height: 30px;
 }
 
 .single_post_author {
     margin-bottom: 26px;
 }
 
 .single_post_author,
 .single_post_author * {
     line-height: 14px;
     color: #6C6E70;
     font-family: 'almoni-neue';
     font-size: 16px;
     line-height: 24px;
 }
 
 .single_post_author span {
     margin-right: 20px;
 }
 
 .single_files {
     margin-bottom: 17px;
 }
 
 .single_files a {
     width: 50%;
     color: #FFFFFF;
     background-color: #008E87;
     border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
     height: 48px;
     line-height: 30px;
     padding: 9px 11px;
 }
 
 .single_files a:nth-child(2n) {
     border-right: 0;
 }
 
 .single_files a:last-child,
 .single_files a:nth-last-child(2) {
     border-bottom: 0;
 }
 
 .single_files a i {
     color: #FFFFFF;
     line-height: 30px;
     font-size: 25px;
 }
 
 .single_files:after {
     clear: both;
     display: block;
     content: '';
 }
 
 .btn {
     background-color: #008E87;
     border: none;
     cursor: pointer;
 }
 
 .btn:hover {
     background-color: #005C57;
 }
 
 
 .cont p,
 .cont img {
     margin-bottom: 24px;
 }
 
 .wp-caption {
     max-width: 100%;
     height: auto;
 }
 
 .wp-caption img {
     margin: 0;
     max-width: 100%;
     height: auto;
 }
 
 .wp-caption p {
     padding: 4px 0;
     margin: 0 0 18px 0;
     border-bottom: 1px solid #212626;
 }
 
 .wp-caption p,
 .wp-caption p * {
     font-size: 8px;
     color: #6C6E70;
     line-height: 16px;
 }
 
 
 .post_tags_spr {
     height: 1px;
     margin-top: 9px;
     background-color: #008E87;
     margin-bottom: 3px;
 }
 
 .post_tags h2 {
     line-height: 20px;
 }
 
 .post_tags a {
     margin: 0 21px 21px 0;
     color: #008E87;
 }
 
 
 .single_discover {
     margin-top: 85px;
 }
 
 .single_discover_title {
     border-bottom: 2px solid #212626;
     margin-bottom: 12px;
 }
 
 .single_discover_title h2 {
     background-color: #800956;
     color: #fff;
     width: 297px;
     line-height: 28px;
     text-align: center;
     height: 28px;
     padding: 0 45px;
     -webkit-box-sizing: content-box;
             box-sizing: content-box;
     font-size: 16px;
 }
 
 
 .share_sticky_outer {
     top: 0;
     left: -135px;
 }
 
 .category .share_sticky_outer {
     left: 0;
 }
 
 .share_sticky_move {
     width: 48px;
 }
 
 .share_sticky_move a:hover {
     background-color: #005C57
 }
 
 .share_sticky_move a {
     background-color: #008E87;
     height: 48px;
     line-height: 48px;
     text-align: center;
     display: block;
     width: 100%;
     margin-bottom: 12px;
 }
 
 .share_sticky_move a i {
     color: #fff;
     font-size: 25px;
     vertical-align: middle;
 }
 
 .stickyside .share_sticky_move {
     position: fixed;
     top: 110px;
     z-index: 1000;
 }
 
 /* single stuff */
 
 
 /* discover prev1 */
 .discover_prev1_li {
     background-color: #FFFFFF;
     width: 297px;
     margin-right: 24px;
 }
 
 .discover_prev1_li:nth-child(3n) {
     margin-right: 0px;
 }
 
 .discover_prev1_image {
     width: 100%;
     height: 178px;
     overflow: hidden;
 }
 
 .discover_prev1_image img {
     width: 100%;
     height: auto;
 }
 
 .discover_prev1_image img.ic_svg {
     width: 32px;
     position: absolute;
     z-index: 1;
     right: 22px;
     bottom: 12px;
 
     -webkit-filter: drop-shadow(0 1px 1px 0 #000);
     filter: drop-shadow(0 1px 1px 0 #000);
 
 }
 
 .discover_prev1_li_content {
     padding: 0 20px;
 }
 
 .discover_prev1_li_content h2 {
     height: 48px;
     overflow: hidden;
 }
 
 .discover_prev1_li_content .single_cats {
     margin-bottom: 10px;
 }
 
 .discover_prev1_li_content_lang {
     color: #6C6E70;
     margin-right: 16px;
     height: 24px;
     margin-bottom: 5px;
 }
 
 .discover_prev1_li_content_lang.far,
 .discover_prev1_li_content_lang.far9 {
     line-height: 18px;
 }
 
 .discover_prev1_li_meta {
     color: #6C6E70;
     line-height: 14px;
     font-size: 12px;
     margin-bottom: 6px;
 }
 
 /* discover prev1 */
 
 
 /* category stuff */
 .cat_header h1 {
     font-size: 24px;
     line-height: 30px;
     color: #212626;
     margin-bottom: 36px;
 }
 
 .discover_category_list.single_discover {
     margin-top: 0;
 }
 
 .discover_category_list .discover_prev1_li {
     margin-bottom: 24px;
 }
 
 .discover_category_list .discover_prev1_li:nth-child(3n) {
     margin-right: 24px;
 }
 
 .discover_category_list .discover_prev1_li:nth-child(3n) {
     margin-right: 0;
 }
 
 .cat_pagenation_all {
     direction: ltr;
 }
 
 .cat_pagenation_all a.page-numbers,
 .cat_pagenation_all span {
     margin: 0 6px;
     vertical-align: top;
     display: inline-block;
     width: 24px;
     height: 24px;
     line-height: 26px;
     text-align: center;
     color: #fff;
     background-color: #212626;
     font-weight: 700;
     font-family: 'almoni-neue', 'Open Sans Hebrew';
 }
 
 .cat_pagenation_all a.page-numbers:hover,
 .cat_pagenation_all span {
     background-color: #008E87;
 }
 
 .cat_pagenation_all a.page-numbers.next,
 .cat_pagenation_all a.page-numbers.prev {
     background-color: transparent;
 }
 
 .cat_pagenation_all a i {}
 
 
 
 .sort_types {
     border-bottom: 2px solid #212626;
     margin-bottom: 10px;
 }
 
 .sort_types:after {
     clear: both;
     display: block;
     content: '';
 }
 
 .sort_types a {
     width: 25%;
     height: 22px;
     border-right: 1px solid #fff;
     position: relative;
 }
 
 .sort_types a:last-child {
     border-right: 0;
 }
 
 .sort_types a span {
     left: 0;
     bottom: 0;
     position: absolute;
     background-color: #212626;
     line-height: 25px;
     height: 22px;
     color: #fff;
     display: block;
     width: 100%;
     text-align: center;
 }
 
 .sort_types a.current span,
 .sort_types a:hover span {
     background-color: #008E87;
     line-height: 32px;
     height: 28px
 }
 
 .sort_types a.loading span {
     -webkit-animation: khloading .6s infinite;
     animation: khloading .6s infinite
 }
 
 @-webkit-keyframes khloading {
     0% {
         opacity: .4
     }
 
     50% {
         opacity: .7
     }
 
     100% {
         opacity: 1
     }
 }
 
 
 
 @keyframes khloading {
     0% {
         opacity: .4
     }
 
     50% {
         opacity: .7
     }
 
     100% {
         opacity: 1
     }
 }
 
 
 .cat_main_prom {
     background-color: #FFFFFF;
     margin-bottom: 45px;
     height: 435px;
 }
 
 .cat_main_slider_outer {
     float: right;
     width: 725px;
 }
 
 .cat_main_slider_outer .wp-caption p {
     position: absolute;
     background-color: rgba(255, 255, 255, 0.6);
     line-height: 20px;
     height: 30px;
     bottom: 0;
     z-index: 1;
     left: 0;
     border: 0;
     margin: 0;
     width: 100%;
     padding: 5px 9px;
 }
 
 .owl-cat-btn {
     position: absolute;
     left: 25px;
     z-index: 4;
 }
 
 .owl-cat-btn[data-a="right"] {
     left: auto;
     right: 25px;
 }
 
 .cat_main_prom_right {
     width: 535px;
     padding: 35px 37px 0;
 }
 
 .category_sub .cat_main_prom_right {
     padding: 9px 36px;
 }
 
 .cat_main_prom_right .single_cats {
     border: 0;
     margin: 0;
 }
 
 .cat_spr_right {
     height: 2px;
     background-color: #800956;
 }
 
 .cat_main_prom_right h1 {
     padding-top: 10px;
     margin-bottom: 0;
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 34px;
     font-weight: 700;
     line-height: 36px;
 }
 
 .cat_main_prom_right h2 {
     font-size: 24px;
     line-height: 36px;
     margin-bottom: 22px;
 }
 
 .cat_mishne {
     margin-bottom: 20px;
 }
 
 .cat_main_prom_right .discover_prev1_li_content_lang {
     margin-bottom: 0;
     margin: 0 0 0 16px;
 }
 
 .projects_in_cat {}
 
 
 .project_stats {
     margin-bottom: 30px;
 }
 
 .main-cat-cont .container_center {
     margin-right: auto;
     width: 669px;
     margin: 0 auto 0 125px;
 }
 
 .main-cat-cont {
     min-height: 300px;
     margin-bottom: 15px;
 }
 
 .project_stats_in .cat_stats {
     width: 297px;
     margin: 0 10px;
 }
 
 /* .project_stats_in .cat_stats:last-child {
     margin-right: 0;
 } */
 .project_stats_in {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     /* justify-content: space-evenly; */
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
 
 }
 
 .project_stats_in:after {
     content: '';
     display: block;
     clear: both;
 }
 
 
 
 
 .projects_grid li {
     width: 25%;
     height: 456px;
     margin-bottom: 43px;
     border-right: 2px solid #212626;
 }
 
 .projects_grid li:last-child {
     border-right: 0;
 }
 
 .projects_grid_thumb {
     margin: 14px auto 10px;
     display: block;
     height: 178px;
     width: 178px;
     border-radius: 500px;
     overflow: hidden;
     background-color: #D8D8D8;
 }
 
 .projects_grid_thumb img {
     width: 100%;
 }
 
 .projects_grid li p {
     text-align: center;
     height: 72px;
     display: block;
     overflow: hidden;
     width: 297px;
     margin: 0 auto 23px;
 }
 
 .projects_grid_title {
     text-align: center;
     width: 297px;
     margin: 0 auto 10px;
 }
 
 .projects_grid_title h3 {
     color: #800956;
     font-size: 24px;
     line-height: 30px;
 }
 
 .projects_grid_title h2 {
     height: 60px;
     width: 297px;
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 24px;
     font-weight: 700;
     line-height: 30px;
     text-align: center;
 }
 
 .projects_grid_title h3 {
     margin-bottom: 13px;
 }
 
 .cat_stats {
     width: 297px;
     height: 72px;
     margin: auto;
     background-color: #800956;
 }
 
 .cat_stats_number,
 .cat_stats_title {
     display: block;
     float: left;
     width: 100%;
     color: #fff;
     text-align: center;
 }
 
 .cat_stats_number span {
     color: #fff;
     font-size: 34px;
     line-height: 36px;
 
 }
 
 .cat_stats_number {
     font-size: 34px;
     line-height: 36px;
     margin: 10px 0 0;
 
 }
 
 .cat_stats_title {
     font-size: 16px;
     line-height: 18px;
     height: 24px;
 }
 
 
 .rich_post_slider_outer .owl-cat-btn {
     margin-top: -25px;
 }
 
 .rich_post_slider_outer,
 .rich_video_scroller_prom {
     width: 670px;
     margin-left: -20px;
 }
 
 
 .rich_video_scroller_prom {
     margin-bottom: 25px;
 }
 
 .rich_video_scroller_prom .single_discover_title h2 {
     width: 123px;
 }
 
 .scroll-pane-video {
     width: 100%;
     height: 350px;
     outline: none;
     overflow: auto;
 }
 
 .rich_video_scroller_prom_in {
     direction: ltr;
 }
 
 .rich_video_scroller_prom_in2 ul {
     white-space: nowrap;
 }
 
 .search_form input {
     width: 705px;
     height: 48px;
 }
 
 body .search_form {
     margin: 20px 0;
 
 }
 
 .rich_video_scroller_prom_in2 ul li {
     direction: ltr;
     margin-right: 24px;
     display: inline-block;
     white-space: normal;
     text-align: left;
     float: none;
 }
 
 .cont .rich_video_scroller_prom_in2 ul {
     list-style: none;
     text-align: left;
     display: block;
     float: none;
     white-space: nowrap;
 }
 
 
 
 .discover_prev1_ul[data-itemsCount="4"] li:nth-child(4) {
     margin-right: 0;
 }
 
 .discover_prev1_ul[data-itemsCount="4"] li:nth-child(3) {
     margin-right: 24px;
 }
 
 /* category stuff */
 
 
 
 
 
 /* about */
 .about_zigzag {}
 
 .about_zigzag_item {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
 }
 
 .about_zigzag_item_image {
    width: 510px;
    margin-left: auto;
 }

 .about_zigzag_item_image img {
    height: 100%;
    object-fit: cover;
 }
 
 .about_zigzag_item_content {
     width: 510px;
     background-color: #FFFFFF;
     /* height: 435px; */
     padding: 30px 37px;
 }
 
 .about_zigzag_item_content h2 {
     font-size: 34px;
     line-height: 36px;
     margin-bottom: 0;
 }
 
 .about_zigzag_item_content h3 {
     font-size: 24px;
     line-height: 36px;
     margin-bottom: 24px;
 }
 
 .about_zigzag_item_content .single_cats {
     margin-bottom: 10px;
 }
 
 .about_zigzag_item:nth-child(2) .about_zigzag_item_image {
     float: left;
 }
 
 .about_zigzag_item:nth-child(2) .about_zigzag_item_content {
     float: right;
 }
 
 .page-template-page-tafiuk .about_zigzag_item:nth-child(1) .about_zigzag_item_image {
     float: left;
 }
 
 .page-template-page-tafiuk .about_zigzag_item:nth-child(1) .about_zigzag_item_content {
     float: right;
 }
 
 .page-template-page-tafiuk .about_zigzag_item:nth-child(2) .about_zigzag_item_image {
     float: right;
 }
 
 .page-template-page-tafiuk .about_zigzag_item:nth-child(2) .about_zigzag_item_content {
     float: left;
 }
 
 .aboutbtn {
     width: 270px;
     height: 36px;
     line-height: 36px;
     text-align: center;
     color: #fff;
     margin-top: 67px;
 }
 
 
 .video_prom_about .rich_video_scroller_prom {
     width: 100%;
     margin: 0;
 }
 
 .video_prom_about .rich_video_scroller_prom .single_discover_title h2 {
     width: 297px;
     background-color: #008E87;
 }
 
 .video_prom_about .rich_video_scroller_prom_in2 ul li {
     margin-right: 24px;
     width: 405px;
 }
 
 .video_prom_about .rich_video_scroller_prom_in2 ul li:last-child {
     margin-right: 0px;
     margin-left: 33px
 }
 
 /* about */
 
 
 /* sidebare */
 .leftcol>ul {
     display: block;
     width: 100%;
 }
 
 .leftcol>ul>li {
     display: block;
     width: 100%;
     margin-bottom: 25px;
 }
 
 .about-widget {
     /* background-color: #fff; */
 }
 
 .about-widget-content {
     padding: 15px 0px;
 }
 
 .about-widget-content strong {
     color: #212626;
     font-size: 24px;
     font-weight: 700;
     line-height: 30px;
     text-align: center;
     font-family: 'almoni-neue';
     line-height: 45px
 }
 
 .about-widget-content h2 {
     text-align: center;
     color: #212626;
     font-size: 24px;
     line-height: 30px;
     font-family: 'almoni-neue', 'Open Sans Hebrew';
     font-weight: 700;
 }
 
 .about-widget-content h3 {
     text-align: center;
     margin-bottom: 11px;
     color: #212626;
     font-size: 24px;
     line-height: 36px;
     font-family: 'FrutigerLTArabic', 'Open Sans Hebrew';
     font-weight: 700;
 }
 
 .about-widget .btn {
     height: 48px;
     line-height: 48px;
     color: #fff;
 }
 
 .newsletter-widget {
     background-color: #005C57;
     background-image: url('../images/newsletter_sidebar.png');
     background-position: 100%;
     background-size: contain;
     background-repeat: no-repeat
 }
 
 .newsletterform {
     z-index: 2;
     height: 144px;
     width: 100%;
     padding: 10px 18px 24px;
 }
 
 .hands_nl_icon {
     right: 0;
     bottom: 0;
     z-index: -1;
 }
 
 .newsletterform h2 {
     color: #FFFFFF;
     line-height: 32px;
     border-bottom: 2px solid #fff;
     margin-bottom: 36px;
 }
 
 .newsletterform_input {
     width: 158px;
 }
 
 .newsletterform_input label {
     line-height: 37px;
     color: #212626;
     font-size: 16px;
     padding: 0 10px;
     left: 0;
     background-color: #fff;
     top: 0;
     opacity: 1;
     z-index: -10;
     width: 100%;
     height: 36px;
     cursor: pointer;
 }
 
 .newsletterform input[type="email"] {
     background-color: transparent;
 
     height: 36px;
     padding: 6px 10px;
     color: #212626;
     font-size: 16px;
 }
 
 .newsletterform input[type="email"].has_content+label,
 .newsletterform input[type="email"]:active+label,
 .newsletterform input[type="email"]:focus+label {
     color: #fff;
 
 }
 
 .newsletterform button {
     width: 100px;
     cursor: pointer;
     height: 36px;
     line-height: 36px;
     text-align: center;
     color: #fff;
     padding: 0;
     border: 0;
 
 }
 
 /* sidebare */
 
 
 
 /* team */
 .team_box_grid li {
     width: 297px;
     margin: 0 24px 46px 0;
     background-color: #FFFFFF;
 }
 
 .team_box_grid_noimg.team_box_grid li h2 {
     color: #212626;
     font-size: 24px;
     font-weight: 900;
     line-height: 30px;
     text-align: center;
 }
 
 .team_box_grid_noimg.team_box_grid li .alignmiddle {
     margin: auto;
     right: 0;
     left: 0;
 }
 
 .team_box_grid_noimg.team_box_grid li {
     height: 106px;
     width: 297px;
     text-align: center;
     position: relative;
     overflow: hidden;
     margin-bottom: 16px;
 }
 
 .team_box_grid li:nth-child(4n) {
     margin-right: 0;
 }
 
 .team_content {
     height: 110px;
     padding: 6px 12px 0;
     overflow: hidden;
 }
 
 .team_content h2 {
     font-size: 24px;
     line-height: 24px;
     /* margin-bottom: 10px; */
     height: 50px;
     overflow: hidden;
 }
 
 .team_content h3 {
     line-height: 20px;
     margin-bottom: 5px;
     height: 20px;
     overflow: hidden;
 }
 
 .team_content a {
     color: #008E87;
     line-height: 24px;
     margin-bottom: 5px;
     height: 24px;
     overflow: hidden;
 }
 
 /* team */
 
 
 /* header */
 .header_outer,
 .header {
     height: 5rem;
     -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
             box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
     border-bottom: 1px solid #212626;
 }
 
 .header {
     padding: 0.5rem 0 0 0;
     background-color: #FFFFFF;
     z-index: 5000;
     left: 0;
     top: 0;
     -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
             box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
     border-top: 3px solid #005C57;
     ;
 }
 
 .header-inner {
     max-width: 88.9375rem;
     padding-left: 5.625rem;
     margin: auto;
 }
 
 .head_donate_outer {
     margin-right: 1.0625rem;
     margin-top: -0.5rem;
     line-height: 5.0625rem;
 }
 
 .header-donate-box {
     width: 10.6875rem;
     min-height: 3rem;
     background-color: #008E87;
     text-align: center;
     background-image: url('../images/head_donate.png');
     /* background-size: auto 100%; */
     background-size: 8.875rem 100%;
     background-position: 142%;
     background-repeat: no-repeat;
     -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.69, 1.45);
     -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.69, 1.45);
     transition: all 0.5s cubic-bezier(0.42, 0, 0.69, 1.45);
 }
 
 .header-donate-box:hover {
     background-position: 109%;
 }
 
 .header-donate-box__a {
     text-align: center;
     color: #FFFFFF;
     font-size: 16px;
     font-weight: 700;
     line-height: 1.5rem;
     display: block;
     width: 100%;
     height: 3rem;
     line-height: 3rem;
 
 }
 
 .head_donate_outer i {
     position: absolute;
     right: 0;
     top: 0;
     z-index: -1;
 }
 
 .head_donate_outer span {
     margin-left: 0.75rem;
     color: #fff;
     font-size: 1rem;
     font-weight: 700;
 }
 
 .logo {
     width: 13.9894rem;
     padding-right: 0.9375rem;
     margin-right: 0.9375rem;
     /* border-right: 0.0625rem solid #008E87; */
     position: relative;
     z-index: 1;
 }
 
 
 .head_lang {
     font-size: 0.75rem;
     line-height: 0.875rem;
     color: #212626;
     margin-left: 2.3125rem;
     font-weight: 700;
     margin-bottom: 1.25rem;
 }
 
 .head_lang_first {
     margin-right: 3.125rem
 }
 
 .head_lang_english {
     position: relative;
 }
 
 .head_lang_english:after {
     content: '';
     display: block;
     position: absolute;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0.3125rem 0.3125rem 0 0.3125rem;
     border-color: #005C57 transparent transparent transparent;
     top: -0.5rem;
     right: 1.3125rem;
 }
 
 .head_toggle_search {
     margin-left: 0.3125rem;
     margin-right: 1.125rem;
     background: transparent;
     border: 0;
     height: 100%;
     padding: 0 1rem;
 
 }
 
 .js-toggle_search:active .search_icon::before,
 .js-toggle_search:hover .search_icon::before,
 .js-toggle_search.active .search_icon::before {
     color: #fff;
 }
 
 .js-toggle_search:active,
 .js-toggle_search:hover,
 .js-toggle_search.active {
     background-color: #008E87;
     outline: none;
 }
 
 .js-toggle_search:hover .search-form-dropdown,
 .search-form-dropdown.active {
     min-height: 11.875rem;
     max-height: 11.875rem;
     opacity: 1;
     padding: 3.75rem 5.625rem 0;
 
 }
 
 .search-form-dropdown {
     /* opacity: 0; */
     height: auto;
     -webkit-transition: all 0.25s;
     -o-transition: all 0.25s;
     transition: all 0.25s;
 
     min-height: 0;
     max-height: 0;
     overflow: hidden;
     width: 61.125rem;
     -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
             box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
     background-color: #212626;
     left: -53.2rem;
     top: 2.5rem;
     color: #212626
 }
 
 .search-form-dropdown .search-field::-webkit-input-placeholder {
     color: #212626;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
 }
 
 .search-form-dropdown .search-field:-ms-input-placeholder {
     color: #212626;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
 }
 
 .search-form-dropdown .search-field::-ms-input-placeholder {
     color: #212626;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
 }
 
 .search-form-dropdown .search-field::placeholder {
     color: #212626;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
 }
 
 .search-form-dropdown .search-form {
     width: 48.6875rem;
     margin: auto;
 }
 
 .search-form-dropdown .search-submit {
     float: right;
     height: 3rem;
     line-height: 3rem;
     width: 11.875rem;
     text-align: center;
     color: #fff;
     background: #008E87;
     font-weight: 900;
     cursor: pointer;
 
 
 }
 
 body .bg-green {
     background: #008E87;
 
 }
 
 .screen-reader-text-green {
     color: #008E87;
     font-family: "Almoni Neue DL 4.0 AAA";
     font-size: 1rem;
     line-height: 1.5rem;
     margin-left: 0.375rem;
 }
 
 .screen-reader-text {
     color: #FFFFFF;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
     line-height: 1.5rem;
     text-align: left;
 }
 
 
 .search-form-dropdown .search-field {
     float: left;
     height: 3rem;
     line-height: 3rem;
     width: 36.8125rem;
     padding: 0 1.25rem;
     color: #212626;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
     margin-bottom: 0.6875rem
 }
 
 .search_icon::before {
     content: 'Search';
     position: relative;
     left: -4.0625rem;
     color: #212626;
     font-size: 1rem;
     font-weight: 700;
     font-family: 'almoni-neue';
 }
 
 .search_icon {
     margin-left: 4.125rem;
 
 }
 
 .head_social_icons {
     margin-right: 1.5625rem;
 }
 
 .head_social_icons:hover i {
     color: #008E87
 }
 
 .head_social_icons i {
     width: 1.0625rem;
     color: #212626;
     line-height: 1.75rem;
 }
 
 .header_slogin {
     height: 3.75rem;
     margin-top: 0.1875rem;
 }
 
 .header_slogin * {
     color: #6C6E70;
     font-size: 1rem;
     line-height: 1.25rem;
 }
 
 .header_slogin .f7 {
     margin-bottom: 0.1875rem;
 }
 
 
 .header_jumbo {
     background-color: #212626;
     z-index: 2000;
     left: 0;
     top: 5.25rem;
 }
 
 .header_jumbo_in {
     padding: 1.5rem 0;
 }
 
 .header_jumbo_in_r {
     width: 26.75rem;
 }
 
 .header_jumbo_in_r>h2 {
     color: #FFFFFF;
     font-size: 2.125rem;
     line-height: 3rem;
     border-bottom: 0.0625rem solid #fff;
     margin-bottom: 0.625rem;
 }
 
 .header_jumbo_in_r * {
     color: #fff;
 }
 
 .header_jumbo_in_row1 {
     margin-bottom: 0.9375rem;
 }
 
 .header_jumbo_in_row1,
 .header_jumbo_in_row1 * {
     font-family: 'almoni-neue', 'Open Sans Hebrew';
     font-weight: 400;
     font-size: 0.75rem;
     line-height: 1rem;
 }
 
 .header_jumbo_in_row2,
 .header_jumbo_in_row2 * {
     font-size: 0.75rem;
     line-height: 1rem;
     font-family: 'FrutigerLTArabic', 'Open Sans Hebrew';
     font-style: normal;
     font-weight: 400;
 }
 
 .searc_row {
     width: 100%;
     border-top: 0.0625rem solid #fff;
     margin-top: 2.8125rem;
     padding-top: 0.625rem;
 }
 
 .form_search {
     width: 40.1875rem;
 }
 
 .form_search h2 {
     color: #FFFFFF;
     font-size: 1rem;
     line-height: 2.0625rem;
 }
 
 .form_search input {
     height: 3rem;
     background-color: #F4F5F7;
     width: 37.1875rem;
 }
 
 .form_search button i {
     color: #fff;
 }
 
 .form_search button {
     border: 0;
     padding: 0;
     background-color: #008E87;
     width: 3rem;
     height: 3rem;
     line-height: 3rem;
     text-align: center;
 }
 
 
 .header_jumbo {
     max-height: 0;
     overflow: hidden;
 }
 
 
 .header_jumbo_in_l {
     width: 40.1875rem;
 }
 
 .menu_nav_ul>li {
     width: 12.375rem;
     margin-right: 1.5rem;
 }
 
 .menu_nav_ul>li:last-child {
     margin-right: 0;
 }
 
 .menu_nav_ul>li>a {
     color: #FFFFFF;
     font-size: 1rem;
     line-height: 1.5rem;
     padding-bottom: 1.25rem;
     border-bottom: 0.0625rem solid #fff;
 }
 
 .menu_nav_ul>li>ul {
     margin-top: 0.625rem;
 }
 
 .menu_nav_ul>li>ul>li a {
     color: #FFFFFF;
     font-size: 1rem;
     line-height: 1.5rem;
 }
 
 .menu_nav_ul>li>ul>li {
     margin-bottom: 1.25rem;
 }
 
 a.menu_toggle {
     width: 2.25rem;
     margin-top: 1.25rem;
 }
 
 a.menu_toggle small {
     display: block;
     position: relative;
     background-color: #212626;
     height: 0.1875rem;
     margin-bottom: 0.5rem;
 
     -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
 }
 
 a.menu_toggle small:last-child {
     margin-bottom: 0;
 }
 
 
 
 .menu_head_opened .header_jumbo {
     max-height: 50rem;
 }
 
 .menu_head_opened a.menu_toggle small:nth-child(2) {
     opacity: 0;
 }
 
 .menu_head_opened a.menu_toggle small {
     top: 12px;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
 }
 
 .menu_head_opened a.menu_toggle small:nth-child(3) {
     top: -9px;
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }
 
 /* header */
 
 
 /* home */
 .home_slider {
     margin-bottom: 50px;
 }
 
 .home_slider .owl-dots {
     position: absolute;
     right: 24px;
     bottom: 77px;
     z-index: 20;
 }
 
 .home_slider .owl-carousel button.owl-dot {
     background-color: #FFFFFF;
     height: 28px;
     width: 28px;
     border-radius: 50px;
     margin-left: 12px;
     -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
             box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
 }
 
 .home_slider .owl-carousel button.owl-dot.active {
     background-color: #A3BFBD;
 }
 
 .slider_layer {
     width: 452px;
     background-color: #FFFFFF;
     padding: 12px 24px;
     left: 24px;
     bottom: 50px;
     z-index: 10;
 }
 
 .slider_layer .discover_prev1_li_content {
     padding: 0;
 }
 
 .slider_layer .discover_prev1_li_content h2 {
     font-size: 34px;
     line-height: 36px;
     font-weight: 700;
     height: 72px;
     margin-bottom: 12px;
     overflow: hidden;
 }
 
 .slider_layer .discover_prev1_li_content h3 {
     font-size: 24px;
     line-height: 36px;
     font-weight: 700;
     height: 72px;
     margin-bottom: 12px;
     overflow: hidden;
 }
 
 
 .projects_in_cat_home .single_discover_title h2 {
     background-color: #008E87;
 }
 
 .home-about-widget {
     text-align: center;
     background-color: #fff;
     padding-bottom: 10px;
 }
 
 .home-about-widget i {
     bottom: 0;
     right: 0;
     z-index: 1;
 }
 
 .home-about-widget h2 {
     color: #212626;
     font-size: 24px;
     line-height: 30px;
     margin-bottom: 15px;
     position: relative;
     z-index: 4;
 
 }
 
 .home-about-widget a {
     position: relative;
     z-index: 4;
 
 }
 
 .home-about-widget img {
     margin-bottom: 20px;
 }
 
 .home_main_cats_li a:hover .home_main_cats_li_txt--span {
     color: #212626;
 }
 
 .home_main_cats_li a {
     width: 100%;
     height: 100%;
     display: block;
 }
 
 .home_main_cats_li {
     text-align: center;
     background-color: #FFFFFF;
     width: 297px;
     margin: 0 0 24px 24px;
     /* padding-bottom: 10px; */
     height: 552px;
     position: relative;
 }
 
 .home_main_cats_li_txt--span {
     display: table-cell;
     vertical-align: middle;
     color: #FFFFFF;
     font-family: "Almoni-Neue";
     font-size: 24px;
     font-weight: 700;
     line-height: 30px;
 }
 
 .home_main_cats_li_txt {
     position: absolute;
     bottom: 38px;
     margin: auto;
     min-height: 106px;
     width: 258px;
     text-align: center;
     right: 0;
     left: 0;
     vertical-align: middle;
     display: table;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     padding: 0 20px;
 }
 
 .home_main_cats_li:nth-child(4n) {
     margin-left: 0;
 }
 
 .home_main_cats_li_thumb {
     height: 179px;
     overflow: hidden;
     margin-bottom: 10px;
     display: block;
 }
 
 .home_main_cats_li_thumb img {
     width: 100%;
 }
 
 
 
 .home_main_cats_li h3 {
     color: #800956;
     font-size: 16px;
     line-height: 30px;
     height: 30px;
     margin-bottom: 40px;
 }
 
 .home_main_cats_li .discover_prev1_li_content_lang+.discover_prev1_li_content_lang {
     margin-right: 0;
 }
 
 .articleprom_video_articles {
     margin-bottom: 24px;
 }
 
 .home_gen_triple_proms {
     margin-bottom: 24px;
 }
 
 .home_gen_proms_col {
     position: relative;
     padding: 15px 24px;
     background-color: #FFFFFF;
     height: 155px;
     width: 404px;
     margin-left: 24px;
 }
 
 .home_gen_proms_col .hands_nl_icon {
     z-index: 1;
 }
 
 .home_gen_proms_col .newsletterform {
     position: static;
     height: 144px;
     padding: 0;
 }
 
 .home_gen_proms_col .newsletterform .newsletterform_input {
     z-index: 2;
     position: relative;
     width: 100%
 }
 
 .home_gen_proms_col .newsletterform button {
     z-index: 2;
     position: relative;
 }
 
 .home_gen_proms_col .newsletterform h2 {
     margin-bottom: 40px;
 }
 
 .home_gen_proms_col .newsletterform input[type="email"] {
     width: 256px;
 }
 
 .home_gen_proms_col:nth-child(3) {
     margin-left: 0;
 }
 
 .home_gen_proms_col:nth-child(1) {
     background-color: #005C57;
     background-image: url('../images/newsletter_sidebar.png');
     background-size: contain;
     background-position: 100%;
     background-repeat: no-repeat;
 }
 
 .home_gen_proms_col .logo_home {
     margin-top: 15px;
     margin-right: -12px;
 }
 
 .home_gen_proms_col>h2 {
     font-size: 16px;
     color: #212626;
 
     line-height: 32px;
     border-bottom: 2px solid #212626;
     margin-bottom: 10px;
 }
 
 .logo_circle_content {
     margin-right: 85px;
     margin-top: 15px;
     font-weight: 700
 }
 
 .logo_circle {
     margin-top: 15px
 }
 
 .logo_circle_scale {
     -webkit-transform: scale(0.7);
         -ms-transform: scale(0.7);
             transform: scale(0.7);
     margin-top: 5px
 }
 
 .logo_circle_content * {
     direction: ltr;
     font-size: 16px;
     color: #212626;
 }
 
 .logo_circle_content a {
     display: block;
     margin-bottom: 27px;
 }
 
 .logo_circle_content img {
     margin-left: 10px;
 }
 
 .logo_like_content {
     margin-right: 10px;
     width: 135px;
 }
 
 .logo_like_content_row1 {
     font-size: 14px;
     color: #212626;
     font-weight: 700;
     line-height: 25px;
     width: 127px;
     margin-top: 15px;
     text-align: left;
     padding-left: 33px;
     position: relative;
 }
 
 .logo_like_content_row1 i {
     line-height: 25px;
     font-size: 25px;
     padding-right: 9px;
     position: absolute;
     left: -5px;
 
 }
 
 .logo_like_content_row2 {
     margin-top: 2px;
     font-weight: 700;
     line-height: 25px;
     font-size: 16px;
 }
 
 .logo_like_content_row2 i {
     font-size: 18px;
     text-align: center;
     margin-right: 18px;
     line-height: 25px;
     border-radius: 100px;
     height: 25px;
     width: 25px;
     background-color: #4A90E2;
     color: #fff;
     display: inline-block;
 }
 
 .logo_like_content_row2_t {
     margin-top: 22px
 }
 
 /* home */
 
 
 /* contact */
 .order_tour {
     width: 535px;
     background-color: #FFFFFF;
     padding: 35px;
 }
 
 .order_tour h1 {
     padding-top: 10px;
     font-size: 34px;
     line-height: 36px;
     color: #212626;
     border-top: 2px solid #212626;
     margin-bottom: 22px;
 }
 
 .form_in_order {
     margin: auto;
 }
 
 .form_in_order .form-group {
     width: 100%;
     margin-bottom: 14px;
 }
 
 .form_in_order .form-group label {
     width: 100%;
     color: #212626;
     font-size: 12px;
     line-height: 14px;
     /* padding: 0 20px; */
 }
 
 
 .form_in_order .form-group textarea,
 .form_in_order .form-group input {
     width: 100%;
     color: #212626;
     font-size: 12px;
     line-height: 14px;
     padding: 0 20px;
     background-color: #F2F2F2;
     border-bottom: 1px solid #A3BFBD;
     height: 36px;
 }
 
 .form_in_order .form-group textarea {
     padding: 5px 20px;
 }
 
 .form_in_order button:hover {
     background-color: #005C57;
 
 }
 
 .form_in_order button {
     border: 0;
     padding: 0;
     text-align: center;
     line-height: 36px;
     font-size: 16px;
     color: #fff;
     height: 48px;
     width: 190px;
     background-color: #008E87;
     cursor: pointer;
 }
 
 .form_in_order .form-group textarea {
     height: 81px;
 }
 
 .contact_details {
     width: 278px;
     margin: 60px 0 0 75px;
 }
 
 .contact_details *,
 .contact_details {
     color: #212626;
     font-size: 16px;
     line-height: 24px;
 }
 
 .contact_details strong {
     font-size: 24px;
     font-weight: 700;
     line-height: 30px;
     font-family: 'almoni-neue', 'Open Sans Hebrew';
 }
 
 
 
 /* contact */
 
 
 /* nl popup */
 .checkbox_input {
     margin-bottom: 23px;
 }
 
 .newsletter_box_popup_close {
     width: 52px;
     height: 52px;
     background-color: #008E87;
     line-height: 52px;
     text-align: center;
 }
 
 .newsletter_box_popup_close i {
     vertical-align: middle;
     color: #fff;
     font-size: 26px;
 }
 
 .newsletter_box_popup {
     background-color: rgba(0, 0, 0, 0.8);
     display: none;
     width: 100%;
     height: 100%;
     z-index: 6000;
     top: 0;
     left: 0;
 }
 
 .newsletter_box_popup.active {
     display: block;
 }
 
 .newsletter_box_popup_in_container {
     width: 832px;
     margin: auto;
 }
 
 .newsletter_box_popup_form {
     background-color: #FFFFFF;
 }
 
 .newsletter_box_popup_form .newsletterform {
     width: 615px;
     margin: auto;
     padding: 25px 0;
     height: auto;
 }
 
 .newsletter_box_popup_form .newsletterform h2 {
     color: #212626;
     font-weight: 700;
     line-height: 30px;
     font-size: 24px;
     margin-bottom: 40px;
 }
 
 .checkbox_input input {
     display: none;
 }
 
 .checkbox_input label {
     width: 100%;
     display: block;
 }
 
 .checkbox_input label span {
     line-height: 22px;
     font-size: 16px;
     color: #212626;
 }
 
 .checkbox_input_b {
     background-color: #F2F2F2;
     height: 22px;
     width: 22px;
     line-height: 22px;
     text-align: center;
     margin-right: 22px;
 }
 
 .checkbox_input_b i {
     color: #008E87;
     vertical-align: middle;
     font-size: 14px;
     display: none;
 }
 
 .checkbox_input input:checked+label .checkbox_input_b i {
     display: inline-block;
 }
 
 .newsletter_box_popup_form .newsletterform_input {
     width: 100%;
 }
 
 .newsletter_box_popup_form .newsletterform button {
     background-color: #008E87;
     height: 48px;
     width: 210px;
 }
 
 .newsletter_box_popup_form .newsletterform input[type="email"] {
     background-color: #F2F2F2;
     width: 404px;
     border-bottom: 1px solid #008E87;
     height: 48px;
 }
 
 .nl_popup_lb {
     margin-top: 35px;
     color: #212626;
     font-size: 12px;
     line-height: 14px;
     margin-bottom: 5px;
     padding: 0 20px;
 }
 
 /* nl popup */
 .header_text1 {
     color: #6C6E70;
     font-family: 'almoni-neue';
     font-size: 12px;
     line-height: 14px;
 }
 
 .donate_banner {
     height: 12rem;
     background: -webkit-gradient(linear, left top, right top, from(#005C57), to(#008E87));
     background: -webkit-linear-gradient(left, #005C57 0%, #008E87 100%);
     background: -o-linear-gradient(left, #005C57 0%, #008E87 100%);
     background: linear-gradient(90deg, #005C57 0%, #008E87 100%);
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     padding: 0.75rem 0 1.5625rem;
     background-size: cover;
     background-repeat: no-repeat;
 }
 
 .donate_banner__wrapper {
     width: 50%;
     padding: 0 3.125rem 0 0;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
 }
 
 .donate_banner__txt {
     color: #FFFFFF;
     font-size: 2.125rem;
     font-weight: 700;
     line-height: 2.25rem;
     font-family: "Almoni-Neue";
     margin-bottom: 1.0625rem;
 }
 
 .donate_banner__btn {
     height: 3rem;
     line-height: 3rem;
     width: 11.875rem;
     background-color: #FFFFFF;
     text-align: center;
     color: #008E87;
     font-size: 16px;
     font-weight: 700;
 }
 
 .header-nav {
     margin-left: auto;
 
 }
 
 .header-nav__top {
     height: 0.875rem;
 }
 
 .header-nav__bottom {
     height: 3rem;
     position: relative;
     bottom: -0.375rem;
 }
 
 .main-nav li a {
     line-height: 3.125rem
 }
 
 .main-nav li {
     height: 2.875rem;
     line-height: 3.125rem;
     text-align: center;
     color: #212626;
     font-family: 'almoni-neue';
     font-weight: 700;
     margin: 0 1.25rem 0 0rem;
     position: relative;
     padding: 0 0.9375rem
 }
 
 .main-nav {
     position: relative;
     bottom: -0.125rem
 }
 
 .main-nav li.top-nav-hover {
     padding-right: 2.625rem;
     margin-right: 0;
 }
 
 .main-nav li.top-nav-hover:hover a.upper-case {
     color: #fff;
 }
 
 .main-nav li.top-nav-hover:first-child {
     padding-left: 0.3125rem;
     margin-right: -0.3125rem
 }
 
 .main-nav li.top-nav-hover i {
     position: absolute;
     right: 1.5625rem;
     top: 35%;
 }
 
 .dbl_prom {
     height: 34.5625rem;
     margin: 1.1875rem auto 2.25rem;
 }
 
 .dbl_prom__single {
     width: 38.625rem;
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97.83%, rgba(0, 0, 0, 0.6)));
     background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 97.83%);
     background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 97.83%);
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 97.83%);
     background-size: 100%;
     height: 100%;
     position: relative;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     padding: 0.625rem;
     cursor: pointer;
     -webkit-transition: all 0.9s cubic-bezier(0.6, -0.28, 0.74, 0.05);
     -o-transition: all 0.9s cubic-bezier(0.6, -0.28, 0.74, 0.05);
     transition: all 0.9s cubic-bezier(0.6, -0.28, 0.74, 0.05);
 }
 
 .dbl_prom__single:hover {
     background-size: 102%
 }
 
 .dbl_prom__top_title {
     color: #FFFFFF;
     font-family: "Almoni-Neue";
     font-size: 2.125rem;
     font-weight: 700;
     line-height: 2.25rem;
 }
 
 .dbl_prom__btm_title {
     color: #FFFFFF;
     font-family: "Almoni-Neue";
     font-size: 3rem;
     font-weight: 700;
     line-height: 3rem;
     position: absolute;
     top: 22.5rem;
 }
 
 .dbl_prom__btn button {
     background: inherit;
     font-size: initial;
     color: #008E87;
     font-weight: 700;
     font-family: "Almoni-Neue";
 }
 
 .dbl_prom__btn {
     height: 3rem;
     line-height: 3rem;
     text-align: center;
     min-width: 11.875rem;
     background-color: #FFFFFF;
     position: absolute;
     bottom: 1.5rem;
 }
 
 
 .apply_form {
     width: 41.875rem;
 }
 
 .apply_form__inner {
     width: 100%;
     margin: 0
 }
 
 .top-nav-hover-all a {
     -webkit-transition: background-color 0.1s;
     -o-transition: background-color 0.1s;
     transition: background-color 0.1s;
 }
 
 .top-nav-hover-all:hover i {
     color: #fff;
 }
 
 .top-nav-hover-all:hover {
     background-color: #008E87;
 }
 
 .top-nav-hover:hover .top-nav-small-links,
 .top-nav-small-links.active {
     padding: 1.5625rem 0.9375rem;
     max-height: 60vh;
 
 }
 
 .top-nav-small-links li a:hover {
     color: #008E87
 }
 
 li.top-nav-cat__single a:hover {
     /* color: #fff; */
     color: rgba(255, 255, 255, 0.404);
 }
 
 
 .top-nav-small-links li a {
     display: block;
     width: 100%;
 }
 
 .top-nav-small-links {
     /* min-height: 18.3125rem; */
     height: auto;
     width: 21.9375rem;
     background-color: rgba(33, 38, 38, 1);
     position: absolute;
     -webkit-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
     overflow: hidden;
     top: 2.875rem;
     left: 0;
 
     max-height: 0rem;
 }
 
 .top-nav-small-links li a,
 .top-nav-small-links li {
     height: 1.875rem;
     width: 28.125rem;
     color: rgba(255, 255, 255, 1);
     font-family: "Almoni-Neue";
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 1.875rem;
 }
 
 .top-nav-small-links li {
     margin-bottom: 0.75rem;
 }
 
 .top-nav-small-links li.tal {
     text-align: left;
 }
 
 .top-nav-cat {
     width: 82.5rem;
     left: -15.625rem;
     left: -220%;
     /* height: 18.3125rem; */
     height: auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: safe;
         -ms-flex-pack: safe;
             justify-content: safe;
 }
 
 .top-nav-cat__left {
     width: 44.625rem;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
 }
 
 .top-nav-cat__left--img img {
     width: 100%;
     height: 100%;
     max-width: 100%;
     display: block;
     -o-object-fit: cover;
        object-fit: cover;
 }
 
 .top-nav-cat__left--img {
     min-height: 12.9375rem;
     height: 100%;
     width: 21.625rem;
     margin: auto 0;
 }
 
 .top-nav-cat__left--text {
     /* height: 13.375rem; */
     height: 90%;
     overflow: hidden;
     width: 21.5625rem;
     color: #FFFFFF;
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
     line-height: 1.5rem;
     text-align: left;
 }
 
 .top-nav-cat__right {
     padding: 1.5rem 2.25rem;
     border-right: 2px solid #fff;
     margin-right: 3rem;
     width: 31.125rem;
 }
 
 
 body li.top-nav-cat__single a {
     font-weight: 700;
     display: inline-block;
     width: 100%;
     color: rgba(255, 255, 255, 1);
 }
 
 body .top-nav-cat__single {
     color: rgba(255, 255, 255, 1);
     text-align: left;
     line-height: 1.875rem;
     height: auto;
     ;
     width: 100%;
     font-size: 1.5rem;
     font-weight: 900;
     line-height: 1.875rem;
     padding: 0;
     margin: 0 0 15px 0;
 }
 
 .top-nav-cat__desc {
     height: 6rem;
     color: rgba(255, 255, 255, 1);
     font-family: "Open Sans Hebrew";
     font-size: 1rem;
     line-height: 1.5rem;
     margin: 0.9375rem 0 1.4375rem;
 }
 
 
 .top-nav-cat__single:hover .top-nav-cat__title,
 .top-nav-cat__single:hover .top-nav-cat__desc,
 .top-nav-cat__single:hover .top-nav-cat__btn {
     color: #008E87;
 }
 
 .top-nav-cat__btn {
     height: 2.25rem;
     line-height: 2.25rem;
     border: none;
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 1rem;
     text-align: center;
     background-color: #fff;
 }
 
 .hp-slide {
     width: 100%;
     height: 540px;
     margin: 16px auto 48px;
     overflow: hidden;
 }
 
 .hp-slide__image {
     height: 100%;
     width: 939px;
     background-color: #D8D8D8;
     position: relative;
 }
 
 .hp-slide__box:hover .hp-slide__btn {
     background-color: #6C6E70;
     color: #008E87;
 
 }
 
 .hp-slide__box {
     height: 504px;
     width: 360px;
     background-color: #FFFFFF;
     top: 50%;
     -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%);
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     position: absolute;
     left: 0;
     text-align: left;
     padding: 36px 25px 0;
 }
 
 .hp-slide__title {
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 34px;
     font-weight: 700;
     line-height: 36px;
     margin-bottom: 6px
 }
 
 .hp-slide__btn {
     height: 48px;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     width: 360px;
     background-color: #008E87;
     bottom: 0;
     border: none;
     position: absolute;
     left: 0;
     cursor: pointer;
     color: #FFFFFF;
     font-family: "Almoni-Neue";
     font-size: 16px;
     font-weight: 700;
 }
 
 .hp-slide__desc {
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 24px;
     line-height: 30px;
 }
 
 .social {
     height: 84px;
     width: 297px;
     background-color: #FFFFFF;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     padding: 3px 12px 13px;
     margin-bottom: 25px
 }
 
 .social--twitter .fa-facebook {
     display: none;
 }
 
 .social--facebook .fa-facebook {
     margin-top: 4px;
     margin-right: 6px;
 }
 
 .social--facebook .fa-check {
     background-color: #4A90E2;
     line-height: 1.25rem;
     height: 1.25rem;
     width: 1.25rem;
     display: inline-block;
     border-radius: 100px;
     color: #fff;
     font-size: 1.125rem;
     margin-right: 0.3125rem;
     text-align: center;
     font-size: 0.75rem;
     transform: translateY(-0.25rem)
 }
 
 .social__header {
     padding-bottom: 7px;
     border-bottom: 2px solid;
     width: 100%;
     height: 24px;
 }
 
 .social__title {
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 16px;
     font-weight: 700;
     line-height: 24px;
 }
 
 .social__context {
     margin-top: 15px;
     width: 100%;
     height: 24px;
 }
 .social__context h3{
    font-family:'almoni-neue';
 }
 
 /* .social__circle-logo--full::after {
     content: '';
     width: 59px;
     height: 27px;
     background-color: #fff;
     position: absolute;
     left: 0;
     top: 0;
 }
  */
 .social__circle-logo {
     height: 27.27px;
     width: 87.97px;
     background-image: url('../images/logo.png');
     background-size: contain;
     background-repeat: no-repeat;
     position: relative;
 }
 
 .sidebar-donate:hover .sidebar-donate__btn {
     color: #FFFFFF;
     background-color: #008E87;
 
 }
 
 .sidebar-donate {
     width: 100%;
     height: 180px;
     background: -webkit-gradient(linear, right top, left top, from(#A3BFBD), to(#008E87));
     background: -webkit-linear-gradient(right, #A3BFBD 0%, #008E87 100%);
     background: -o-linear-gradient(right, #A3BFBD 0%, #008E87 100%);
     background: linear-gradient(270deg, #A3BFBD 0%, #008E87 100%);
     background-image: url('../images/sidebar donate.png');
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     padding: 4px 12px 16px;
 }
 
 .sidebar-donate__title {
     color: #FFFFFF;
     font-family: "Almoni-Neue";
     font-size: 24px;
     font-weight: 700;
     line-height: 30px;
 }
 
 .sidebar-donate__btn {
     height: 48px;
     width: 190px;
     background-color: #FFFFFF;
     bottom: 0;
     border: none;
     margin: 48px auto 0;
     display: block;
     color: #008E87;
     font-family: "Almoni-Neue";
     font-size: 16px;
     font-weight: 700;
     line-height: 24px;
     text-align: center;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s
 }
 
 .search-title {
     margin: 36px 0 21px;
     height: 30px;
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 24px;
     line-height: 30px;
 }
 
 .required {
     color: red;
 }
 
 .page-template-page-tafiuk .aboutbtn {
     height: 48px;
     line-height: 48px;
 }
 
 .page-template-page-tafiuk .about_zigzag_item_content h2.a9 {
     font-size: 24px;
     font-weight: 900;
     line-height: 30px;
 }
 
 .page-template-page-tafiuk .projects_grid_title h2 {
     width: 100%;
     margin: auto;
 }
 
 .page-template-page-tafiuk .projects_grid_title p.desc {
     min-height: 175px;
     max-width: 100%;
     color: #212626;
     font-size: 16px;
     line-height: 24px;
     text-align: center;
 }
 
 .page-template-page-tafiuk .hp-slide__desc {
     color: #212626;
     font-size: 34px;
     font-weight: 900;
     line-height: 36px;
     text-align: center;
 }
 
 .page-template-page-tafiuk .projects_grid li {
     width: 20%;
     border-color: #fff;
     height: 428px;
     /* border-bottom: 1px solid #fff; */
 }
 
 .page-template-page-tafiuk .single_discover_title h2 {
     background: #008E87;
 }
 
 .page-template-page-tafiuk .discover_prev1_li {
     width: 404px;
     height: 590px;
 }
 
 .page-template-page-tafiuk .discover_prev1_image {
     height: 227px;
     width: 404px;
 }
 
 .page-template-page-tafiuk .discover_prev1_li .discover_prev1_li_content {
     height: 363px;
 }
 
 .page-template-page-tafiuk .discover_prev1_li:nth-child(3n) {
     float: right;
     margin: 0;
 }
 
 .tafiuk-height-53 {
     height: 53px;
 }
 
 .tafiuk-btn {
     max-width: 511px;
     margin: auto
 }
 
 .tafuik-form {
     margin: 118px auto 87px;
     max-width: 535px;
 }
 
 .tafuik-endorsements {
     height: 920px;
     max-width: 1047px;
     margin: 110px auto 124px;
 }
 
 .tafuik-endors {
     height: 435px;
     width: 511px;
     background-size: cover;
     background-repeat: no-repeat;
     margin-bottom: 50px;
     padding: 20px 25px;
     background-color: #fff;
 }
 
 .tafiuk_proms--ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     margin-bottom: 40px;
 }
 
 .tafiuk_proms--li {
     height: 590px;
     width: 404px;
     background: #fff;
     overflow: hidden;
 }
 
 .tafiuk_proms--img {
     height: 227px;
     width: 404px;
     overflow: hidden;
 }
 
 .tafiuk_proms--contnet {
     width: 404px;
     overflow: hidden;
     padding: 5px 20px 40px;
 }
 
 .tafiuk_proms--contnet p {
     color: #212626;
     font-size: 16px;
     line-height: 24px;
 }
 
 .tafiuk_proms--contnet h1 {
     margin-bottom: 12px;
     font-size: 24px;
 }
 
 .tafiuk_proms--contnet small {
     height: 24px;
     color: #212626;
     font-size: 16px;
     padding-bottom: 14px;
     margin-bottom: 24px;
     line-height: 24px;
     border-bottom: 2px solid #008E87;
     -webkit-box-sizing: content-box;
             box-sizing: content-box;
     display: block;
 }
 
 .tafiuk_proms--link {
     height: 24px;
     color: #008E87;
     font-size: 15px;
     margin-top: 16px;
     display: block;
 }
 
 .bg-modal {
     width: 100vw;
     height: 100vh;
     position: fixed;
     top: 0;
     background-color: rgba(33, 38, 38, 0.65);
 }
 
 .popup__img img {
     width: 100%;
     height: 100%;
     display: block;
     -o-object-fit: cover;
        object-fit: cover;
 }
 
 .popup__img {
     height: 26.25rem;
     width: 33.125rem;
     background-color: #F2F2F2;
 }
 
 .popup-wrapper {
     position: fixed;
     z-index: 9999;
     right: 0;
     left: 0;
     top: 50%;
     margin: auto;
     height: 26.25rem;
     width: 57.1875rem;
 }
 
 .popup {
     min-height: 20.5rem;
     width: 32.8125rem;
     background-color: #FFFFFF;
     position: absolute;
     right: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%);
    /* padding: 4.0625rem 1.75rem 3.1875rem 2.9375rem;*/
     padding: 4.0625rem 1.75rem 1.188rem.9375rem;
 }
 
 .popup__text {
     max-height: 4.6875rem;
     color: #212626;
     font-family: "Almoni-Neue";
     font-size: 1.5rem;
     margin-bottom: 1rem;
     line-height: 1.875rem;
 }
 
 .popup__title {
     max-height: 5.375rem;
     /* width: 85%; */
     color: #212626;
     font-size: 2.125rem;
     font-weight: 900;
     line-height: 2.25rem;
     font-family: "Almoni-Neue";
     margin-bottom: 1rem;
 }
 
 .popup__btn-close button {
     background: transparent;
     border: none;
     cursor: pointer;
     font-size: 4.2rem;
     width: 100%;
     height: 100%;
 }
 
 .popup__btn-close {
     position: absolute;
     right: 0;
     top: 0;
     text-align: center;
     line-height: 3.25rem;
     height: 3.25rem;
     width: 3.25rem;
 }
 
 .popup__btn a {
     display: block;
     width: 100%;
     height: 100%;
     line-height: 3rem;
     text-align: center;
     color: #fff;
     font-family: "Almoni-Neue";
     font-weight: 900;
 }
 
 .popup__btn {
     width: 80%;
     height: 3rem;
     background-color: #008E87;
 }
 
 .popup__send button {
     background: transparent;
     border: 0;
     height: 100%;
     line-height: inherit;
     width: 100%;
     color: #FFFFFF;
     font-weight: 900;
     font-family: "Almoni-Neue";
 
 }
 
 .popup__send {
     width: 29%;
     height: 100%;
     line-height: inherit;
     background-color: #008E87;
 }
 
 .popup__input input::-webkit-input-placeholder {
     color: #6C6E70;
     font-family: Assistant;
     font-size: 0.6875rem;
     line-height: inherit;
 
 }
 
 .popup__input input:-ms-input-placeholder {
     color: #6C6E70;
     font-family: Assistant;
     font-size: 0.6875rem;
     line-height: inherit;
 
 }
 
 .popup__input input::-ms-input-placeholder {
     color: #6C6E70;
     font-family: Assistant;
     font-size: 0.6875rem;
     line-height: inherit;
 
 }
 
 .popup__input input::placeholder {
     color: #6C6E70;
     font-family: Assistant;
     font-size: 0.6875rem;
     line-height: inherit;
 
 }
 
 .popup__input input {
     background: transparent;
 }
 
 .popup__input {
     width: 71%;
     height: 100%;
     line-height: inherit;
     border: 1px solid #008E87;
     background-color: #FFFFFF;
     padding: 0 0.3125rem;
     width: calc(50% - 5px);
 }

 @media (max-width: 960px) and (orientation: portrait){
    .popup__input {
        width: 100%;
    }
    .popup {
        overflow: auto;
        max-height: 95vh;
      }
 }
 
 .popup__form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
     width: 80%;
     /*height: 2.25rem;*/
     line-height: 2.25rem;
     gap: 10px;
 
 }
 
 .bg-modal.active {
     display: block;
     opacity: 1;
     z-index: 9998;
 }
 
 .bg-modal {
     opacity: 0;
     z-index: -1;
     -webkit-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
 }
 
 .popup-wrapper {
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: translateY(-100vh);
         -ms-transform: translateY(-100vh);
             transform: translateY(-100vh)
 }
 
 .active .popup-wrapper {
     -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%)
 }
 
 .donate-page__header {
     height: 27.1875rem;
     margin-bottom: 1.875rem;
 
 }
 
 .donate-page__header--img img {
     width: 100%;
     height: 100%;
 }
 
 .donate-page__header--img {
     height: 100%;
     width: 45.3125rem;
     background-color: #D8D8D8;
     overflow: hidden;
 }
 
 .donate-page__header--text h1 {
     font-size: 34px;
     line-height: 36px;
     margin-bottom: 24px;
 }
 
 .donate-page__header--text {
     height: 100%;
     width: 33.4375rem;
     background-color: #FFFFFF;
     padding: 2.375rem 0.875rem;
 }
 
 .page-donate__boxs {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
 }
 
 .page-donate__box {
     height: 19.25rem;
     width: 28.5rem;
     background-color: #FFFFFF;
     padding: 1.5rem 2.125rem 2.0625rem 1.75rem;
     margin: 0 auto 1.5625rem 0;
 }
 
 .page-donate__box--h3 {
     color: #212626;
     font-size: 2.125rem;
     line-height: 2.25rem;
 }
 
 .page-donate__box--p {
     margin: 1.375rem 0;
     min-height: 5.375rem;
     color: #212626;
     font-size: 1rem;
     line-height: 1.5rem;
 }
 
 .page-donate__box--btn a {
     color: #FFFFFF;
     text-align: center;
     display: block;
     width: 100%;
     line-height: 3rem;
 
     height: 100%;
 }
 
 .page-donate__box--btn:hover {
     background-color: #005C57;
 }
 
 .page-donate__box--btn {
     text-align: center;
     height: 3rem;
     width: 11.875rem;
     background-color: #008E87;
     overflow: hidden;
 }
 
 .js-teampopup {
     background: transparent;
     border: none;
     padding: 0
 }
 
 .team-modal-bg.active {
     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;
 }
 
 .team-modal.active {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
 }
 
 .team-modal {
 
     width: 100%;
     min-height: 589px;
     max-height: 80vh;
     overflow: auto;
     max-width: 802px;
     background-color: #FFFFFF;
     padding: 42px 54px;
     margin: 0 2.5%;
 }
 
 .teampopup__img {
     height: 297px;
     width: 297px;
     background-color: #D8D8D8;
     margin-right: 21px;
     margin-bottom: 45px;
 }
 
 .teampopup__right.team_content {
     height: auto;
     padding: 0;
 
 }
 
 .teampopup__right {
     width: 376px;
     -webkit-box-flex: 1;
         -ms-flex: 1 0 auto;
             flex: 1 0 auto;
 }
 
 .team_image {
     width: 100%;
     height: 297px;
     overflow: hidden;
 
 }
 
 .teampopup__btn {
     cursor: pointer;
 }
 
 .teampopup__btn:hover .team_content * {
     color: #fff;
 }
 
 .team_image img {
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
 }
 
 .teampopup__btn:hover .team_image img {
     -webkit-transform: scale(1.1);
         -ms-transform: scale(1.1);
             transform: scale(1.1)
 }
 
 .teampopup__btn:hover .team_content {
     background-color: #008E87;
 }
 
 .mobile {
     display: none;
 }
 .owl-carousel-home .owl-nav{
     display: none
 }
 
 @media (max-width: 960px) and (orientation: portrait) {
     .mobile {
         display: block;
     }
 
     .team-modal {
         padding: 5px 15px;
 
     }
 
     .hambureger span {
         font-size: 0;
         width: 100%;
         height: 3px;
         background: black;
         display: block;
         margin-bottom: 3px;
         -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
         transition: all 0.2s;
         opacity: 1;
     }
 
     .active.hambureger span:nth-child(1) {
         -webkit-transform: rotate(45deg);
             -ms-transform: rotate(45deg);
                 transform: rotate(45deg);
         -webkit-transform-origin: top;
             -ms-transform-origin: top;
                 transform-origin: top;
     }
 
     .active.hambureger span:nth-child(2) {
         opacity: 0;
     }
 
     .active.hambureger span:nth-child(3) {
         -webkit-transform: rotate(-45deg);
             -ms-transform: rotate(-45deg);
                 transform: rotate(-45deg);
                 transform-origin: 1px -3px;

     }
 
     .hambureger {
         background: transparent;
         border: 0;
         margin-top: 17px;
         padding: 0;
         width: 30px;
        outline: 0;
        }

 
     .teampopup__img {
         margin: 40px auto;
     }
 
     .teampopup__right {
         width: 100%;
     }
 
     .mobile-nav.hidden {
         display: none;
     }
 
     .mobile-nav {
         opacity: 0;
         -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
         transition: all 0.2s;
         position: fixed;
         width: 100vw;
         height: calc(100vh - 80px);
         overflow: auto;
         z-index: 9999;
         background: red;
         top: -100vh;
         background-color: #212626;
     }
 
     .active.mobile-nav {
         opacity: 1;
         top: 6.25rem;
         left: 0;
         border-top: 3px solid #008E87;
     }
 
     .mobile-nav__langs {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
     }
 
     .mobile-nav__lang {
         height: 48px;
         background-color: #005C57;
         -webkit-box-flex: 1;
             -ms-flex: 1 0 auto;
                 flex: 1 0 auto;
         color: #FFFFFF;
         text-align: center;
         line-height: 48px;
         display: inline-block !important;
         border-right: 1px solid #000;
         font-weight: 900;
     }
 
     .mobile-nav__lang.current:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.3125rem 0.3125rem 0 0.3125rem;
        border-color: #008E87 transparent transparent transparent;
        top: 0;
        right: 50%;
     }
     .mobile-nav__lang.current {
         position: relative;
         background-color: #A3BFBD;
     }
 
     .mobile-nav__ul {
         width: 100%;
         padding: 0 15px;
         -webkit-box-sizing: border-box;
                 box-sizing: border-box;
     }
 
     body.ofh {
         overflow: hidden;
         position: fixed;
         width: 100vw;
         height: 100vh;
     }
 
     .mobile-nav__ul li {
         height: 54px;
         line-height: 54px;
         border-bottom: 1px solid #A3BFBD;
         color: #FFFFFF;
         /* font-family: "Almoni Neue DL 4.0 AAA"; */
         font-size: 16px;
         text-align: left;
 
     }
 
     .mobile-nav__ul li a,
     .mobile-nav__ul li span {
         color: inherit;
         font: inherit;
         display: block;
     }
 
     .mobile-nav__ul li.bold {
         font-weight: 900;
     }
 
     /* reset everyrhng */
     html {
         font-size: 16px;
     }
 
     .header-inner {
         width: 88rem;
         padding: 0
     }
 
     .donate-page__header--text {
         width: 100%;
         height: auto;
     }
 
     .donate-page__header--img {
         width: 100%;
         height: 27.1875rem;
     }
 
     .donate-page__header {
         height: auto;
         margin-top: 3.125rem;
     }
 
     .fll,
     .flr {
         float: none;
     }
 
     .m-flr {
         float: right
     }
 
     .m-fll {
         float: left;
     }
 
     .flex {
         display: block;
     }
 
     .m-flex {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex
     }
 
     .desktop {
         display: none
     }
     .main-cat-cont .container_center,
     .container,
     .header-inner,
     .dbl_prom__single,
     .rightcol,
     .leftcol,
     .single_post_meta,
     .single_article_in,
     .footer_col1,
     .footer_col2,
     .single_discover_title h2,
     .cat_main_prom_right,
     .cat_main_slider_outer,
     .rich_post_slider_outer,
     .rich_video_scroller_prom,
     .apply_form,
     .about_zigzag_item_image,
     .about_zigzag_item_content,
     .container_narrow,
     .dbl_prom__single,
     .container_center,
     .contact_details,
     .order_tour,
     .search_form input {
         width: 100%;
         overflow: hidden;
        }
        .main-cat-cont,
        .container{
            overflow: hidden;
     } 
     .container_narrow,
     .dbl_prom container {
         padding: 0 10px
     }
     .cont p, .cont img{
        max-width: 100%;
        overflow: hidden;
        height: auto;
     }
     .cont p iframe {
        width: 100%;
     }
     .single_article_in,
     .contact_details {
         margin: 0
     }
 
     .header-inner,
     .discover_prev1_li_content {
         padding: 0 10px;
     }
 
     .header-nav__top,
     .main-nav,
     .bc_nav,
     .footer_right_content,
     .footer_spr {
         display: none;
     }
 
     .about-widget .btn {
         display: block;
     }
 
     .sort_types {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
     }
     .mobile-nav .footer_donate{
         position: static;
         margin-top: 50px
     }
 
     img {
         width: 100%;
         max-height: 100%
     }
 
     .container_center {
 
         padding: 0 10px
     }
 
     /* //start here */
     .logo {
         min-width: 145.16px;
         display: block;
         float: left;
         height: 90%;
     }
 
     .donate_banner {
         height: 3.5625rem;
     }
 
     .donate_banner__wrapper {
         padding: 0 0 0 50%;
         width: 100%;
     }
 
     .donate_banner__txt {
         font-size: 0.75rem;
         line-height: 0.875rem;
     }
 
     .header-donate-box {
         float: right;
         width: 6.8125rem;
         background-position: right;
         display: block;
     }
 
     .header-nav__bottom {
         height: 3.75rem;
     }
 
     .share_sticky_move a {
         width: 3rem;
     }
 
     .stickyside .share_sticky_move {
         width: 100%;
         margin: 35px auto 0;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: distribute;
             justify-content: space-around;
         top: 45px;
         z-index: 1000;
         background: white;
     }
 
     .share_sticky_outer {
         /* position: relative; */
         left: 0;
     }
 
     .single_discover_title h2 {
         -webkit-box-sizing: border-box;
                 box-sizing: border-box;
     }
 
     .newsletterform_input {
         float: left;
     }
 
     .discover_prev1_image {
         position: absolute;
         right: 5px;
         top: 35px;
         ;
     }
 
     .discover_prev1_image,
     .discover_prev1_image img {
         float: right;
         height: 55.14px;
         width: 92px;
     }
 
     .discover_prev1_image img.ic_svg {
         height: 19px;
         width: 19px;
         right: 1px;
         bottom: 0px;
 
     }
 
     .discover_prev1_li_content h2 {
         padding: 0;
         float: left;
         width: 190px;
     }
 
     .discover_prev1_li {
         margin: 6px auto;
         padding: 0 10px;
         position: relative;
         width: 100%;
     }
 
     .discover_prev1_li_meta {
         float: left;
         padding-right: 50px
     }
 
     .discover_prev1_ul[data-itemsCount="3"] li:nth-child(3) {
         margin: auto
     }
 
     .footer {
         height: auto;
         width: 100%;
         overflow: hidden;
         position: relative;
     }
 
     .menu_nav_ul {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
             -ms-flex-pack: justify;
                 justify-content: space-between;
         margin: auto;
         width: 90%;
         flex-wrap: wrap;
         padding-bottom: 3.125rem;
     }
 
     .footer .menu_nav_ul>li {
         margin: 0;
         width: 48%;
     }
 
     .menu_nav_ul>li>a,
     .menu_nav_ul>li>ul>li a {
         font-size: 12px;
         line-height: 14px;
         width: 100%;
         display: inline-block;
     }
 
     .footer_donate {
         max-width: 18.75rem;
         height: 3.125rem;
         line-height: 3.125rem;
         display: block;
         margin: auto;
         position: absolute;
         bottom: 3.125rem;
         right: 0;
         left: 0;
         z-index: 9;
     }
     .page-template-page-tafiuk .footer_donate {
         bottom: 0;
         width:87%;
     }
     .footer_donate i {
         position: absolute;
         left: -6px;
         top: -7px;
         -webkit-transform: scale(0.8);
             -ms-transform: scale(0.8);
                 transform: scale(0.8)
     }
 
     .credit {
         width: 100%;
         text-align: center;
         display: block;
     }
 
     .footer_col2 {
         overflow: hidden;
         margin: auto;
         position: relative;
         -webkit-box-sizing: content-box;
                 box-sizing: content-box;
     }
 
     .logo_white {
         -webkit-transform: scale(0.6);
             -ms-transform: scale(0.6);
                 transform: scale(0.6)
     }
 
     .home_gen_proms_col {
         width: 100%;
         -webkit-box-sizing: border-box;
                 box-sizing: border-box;
     }
 
     .video_prom_about .rich_video_scroller_prom_in2 ul li {
         height: 220px;
         width: 223px;
     }
 
     .home_main_cats_li img {
         display: none
     }
 
     .home_main_cats_li,
     .home_main_cats_li:nth-child(4n) {
         margin: 25px auto
     }
 
     .home_main_cats_li,
     .home_main_cats_li {
         height: 72px;
         width: 47%;
         float: left;
     }
 
     .home_main_cats {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
             flex-wrap: wrap;
         -webkit-box-pack: justify;
             -ms-flex-pack: justify;
                 justify-content: space-between;
         -webkit-box-align: center;
             -ms-flex-align: center;
                 align-items: center;
         height: 248px;
         margin: -60px auto 12px;
         width: 100%;
         -webkit-box-sizing: border-box;
                 box-sizing: border-box;
     }
 
     .single_discover_title {
         margin: 0px auto 60px;
     }
 
     .hp-slide__box {
         width: 87%;
         margin: auto;
         height: auto;
         -webkit-transform: none;
             -ms-transform: none;
                 transform: none;
         position: static;
         -webkit-transform: translateY(-50px);
             -ms-transform: translateY(-50px);
                 transform: translateY(-50px)
     }
 
     .home_slider .owl-dots {
        position: absolute;
        right: 0;
        bottom: auto;
        z-index: 20;
        left: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 10.4375rem;
        display: none;
     }
 
     .hp-slide__image {
         min-height: 173px;
         width: 90%;
         margin: auto;
         height: auto;
     }
 
     .hp-slide {
         height: auto;
         position: static;
         margin-bottom: 0;
     }
     .projects_in_cat_home{
         padding: 0 10px;

     }
     .hp-slide__title {
         font-size: 24px
     }
 
     .hp-slide__desc {
         font-size: 16px
     }
 
     .hp-slide__btn {
        margin: 10px auto 0;
    width: 100%;
    top: auto;
    bottom: -48px;
     }
 
     .cat_main_prom {
         position: relative;
         height: auto;
         padding-top: 240px;
     }
 
     .cat_main_slider_outer {
         position: absolute;
         top: 0;
     }
 
     .category_root {
         padding: 0 10px;
     }
 
     .projects_grid li {
         width: 100%;
         border-right: none;
         border-bottom: 2px solid #212626;
         height: auto;
         padding-bottom: 10px
     }
 
     .projects_grid_thumb {
         float: left;
         width: 75px;
         height: 75px;
     }
 
     .projects_grid .flc {
         clear: none
     }
 
     .projects_grid_title h2 {
         width: auto;
         text-align: left
     }
 
     .projects_grid_title {
         width: 213px;
         float: left;
         display: block;
         margin: 22px 0px 0 9px;
 
     }
 
     .projects_grid li p {
         width: 100%;
         clear: both;
         text-align: left;
     }
 
     .category_sub {
         padding: 0 10px
     }
 
     .project_stats_in {
         display: block;
     }
 
     .project_stats_in .cat_stats,
     .project_stats_in .cat_stats:last-child {
         width: 100%;
         margin: 3px auto;
     }
 
     .cat_stats_number,
     .cat_stats_title {
         float: none;
     }
 
     .rich_post_slider_outer,
     .rich_video_scroller_prom {
         margin: auto
     }

     .about_zigzag_item {
        grid-template-columns: minmax(0, 1fr);
     }
 
     .about_zigzag_item_content {
         height: auto;
     }
 
     .dbl_prom__single {
         padding: 0 10px;
         margin: 10px auto;
         width: 100%;
         height: 267.96px;
     }
 
     .team_box_grid ul {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
             flex-wrap: wrap;
     }
 
     .team_image {
         height: 180px;
     }
 
     .team_box_grid ul li {
         width: 48%;
         margin: 5px 1%;
         padding: 10px;
     }
     .team_box_grid_noimg.team_box_grid li{
        width: 48%;

     }
     .page-template-page-tafiuk .projects_grid_title{
         width: 100%;
         float: none;
     }
     .tafuik-endorsements{
         height: auto;
         margin: 20px auto
     }
     .page-template-page-tafiuk .projects_grid_thumb{
         margin: 0
     }
     .page-template-page-tafiuk .projects_grid_title p.desc{
         min-height: unset;
         text-align: left;
     }
     .tafuik-form{
         width: 98%;
         margin: 20px auto 0;
     }
     .page-template-page-tafiuk .projects_grid li{
        width: 100%;
        border-color: #fff;
        height: 168px;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
     }
     .tafuik-endors{
        margin: 0 auto 1.25rem;
        background-size: contain;
        width: 98%;
     }
     .tafiuk_proms--ul{
         display: block;
     }
     .team_content {
         height: auto;
     }
 
     .team_content a {
         font-size: 12px
     }
 
     .team_content h2 {
         font-size: 16px
     }
 
     .search-form-dropdown {
         width: 100vw;
         left: -172px;
         right: 0;
         margin: auto;
         top: 65px;
     }
 
     .search-form-dropdown .search-form {
         width: 75%;
     }
 
     .search-form-dropdown .search-submit {
         float: none;
         width: 100%;
     }
 
     .search-form-dropdown .search-field {
         width: 100%;
     }
 
     .js-toggle_search:hover .search-form-dropdown,
     .search-form-dropdown.active {
         min-height: 50vh;
         max-height: 50vh;
         padding: 3rem 0;
     }
 
     .head_toggle_search {
         margin: 0;
         height: 3rem;
         /* padding: 0 0 */
 
     }
 
     .popup-wrapper {
         width: 95%;
     }
     .active.popup-wrapper{
        transform: translateY(-50%);
        height: 90vh;
        overflow: auto;
        top:50%
     }
     .popup__img{
         height: auto;
         display: none;
     }
     .popup-wrapper{
         height: auto;
     }
     .popup__title {
        max-height: 7.375rem;}
     .popup{
         min-height: 0;
         position: relative;
         transform: none;
         top: 0;
     }
 
     .popup,
     .bg-modal,
     .popup__img {
         width: 100%;
     }
 
     .popup__title,
     .popup__text {
         line-height: 0.85;
     }
 
     .home_main_cats_li_txt {
         position: static;
         width: 100%;
         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;
     }
 
     .home_main_cats_li_txt--span {
         font-size: 16px;
         line-height: 24px;
         display: inline;
     }
 
     .home_gen_proms_col {
         margin-left: 0;
     }
 
     .home_gen_proms_col .newsletterform .newsletterform_input {
         width: 67%;
     }
 
     .home_gen_proms_col .newsletterform button {
         float: right
     }
 
     .logo_circle {
         float: left;
         margin: 0;
     }
 
     .logo_circle_content {
         float: right;
         margin: 12px 0;
     }
 
     .logo_like_content {
         margin: 0;
         float: right;
     }
 
     .home_gen_proms_col .logo_home {
         float: left;
     }
 
     .home_gen_proms_col {
         padding: 0 5px
     }
 
     .social {
         width: 100%;
     }
 
     .cat_stats {
         width: 90%;
     }
     .footer .menu_nav_ul>li.m-flex-full{
         flex:0 0 50%;
         margin-top: 40px
     }
     .mobile-nav__social i{
         color:#fff
     }
     .mobile-nav__social{
         display: flex;
         height: 33px;
         align-items: center;
         justify-content: space-around;
         margin: 36px 0;
     }
     .search-form-dropdown.mobile-serach-form{
         position: static;
         width: 100%;
         min-height: unset;
         max-height: unset;
         left: 0;
         right: 0;
         margin: 5px 0;
         display: block;
     }
     .owl-carousel-home .owl-nav button span{
         font-size: 65px;
     }
     .owl-carousel-home .owl-nav button.owl-prev,
     .owl-carousel-home .owl-nav button.owl-next{
        width: 3.125rem;
        height: 3.125rem;
        background: #008E87;
     }
     .owl-carousel-home .owl-nav{
        position: absolute;
        top: 6rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* padding: 0 6%; */
     }
     .mobile__header_donate{
            color: #FFFFFF;
            font-size: 1rem;
            font-weight: 900;
            line-height: 1.5rem;
            text-align: center;
        background: #008E87;
     }
     .search-form--mobile .search-submit{
            height: 3rem;
            width: 3rem;
            flex:0 0 3rem;
            padding: 9px;
    border: 0;
    background-color: #008E87;
    box-sizing: border-box;
    fill: white;
}
        }
     .search-form--mobile .search-field{
         height: 100%;
         padding:0 0.3125rem;
         flex:1 0 auto;
     }
     .search-form--mobile{
         display: flex;
         display: flex;
    margin: auto;
    height: 3rem;
    max-width: 18.75rem;
    margin-top: 2.25rem;
     }
     
     
     .team_content h3{
             height: 40px;
     }
 
  @media (max-width:1420px){
     .main-nav li{
         margin: 0 0.5rem 0 0rem;
         padding: 0 0.5rem;
         
     }
 }
   @media (max-width:1200px){
     .main-nav li{
         margin: 0 0.3rem 0 0rem;
         padding: 0 0.3rem;
         
     }
 }
 @media (max-width:1120px){
     .main-nav li a{
         font-size:1.2rem;
         
     }
     .donate_banner__txt{
         font-size: 1rem;
     }
 }
 
 .discover_category_list .discover_prev1_li:nth-child(3n+1){
     clear:both;
 }
 @media (max-width: 960px) and (orientation: portrait){
     .category-shared-cities .container_center{
         width: auto;
         margin: 0 auto;
     }
     .category-safe-communities-and-equitable-policing .container_center{
         width: auto;
         margin: 0 auto;
         
     }
     div.share_sticky_n{
         position:static;
     }
     div.share_sticky_move {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     }
     div.share_sticky_move a{
         margin-right:1.5rem;
     }
     .category div.share_sticky_move a:last-of-type{
         margin-right:0;
     }
     .popup__btn-close button.cls{
           display: block;
           position: static;
           margin: 0;
           padding: 0;
     }
     div.teampopup__img{
         margin: 4rem auto;
     }
 }
 .share_sticky_n{
     position: absolute;
 }
 
 
 
 

.home_gen_proms_col {
    height: auto;
}
/* .home_gen_proms_col:nth-child(1) {
    padding: 10px 0 0;
    background: #fff;
} */
@media (max-width: 960px) and (orientation: portrait){
    .home_gen_proms_col:nth-child(1){
        padding: 5px;
    }
}

.team_content.team_content_no_position {
    height: auto;
}
.team_content.team_content_no_position h2 {
    line-height: 40px;
    height: 50px;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
}
.sec_tem_img {
    width: 200px;
    margin: auto;
    margin-bottom: 48px;
    max-width: 100%;
}
@media (max-width: 960px) {
    .team_content.team_content_no_position {
        padding-inline: 0;
    }
    .team_content.team_content_no_position h2 {
        white-space: wrap;
        height: auto;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec_tem_img {
        margin-bottom: 0px;
    }
}
